2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
[gnus] / lisp / ChangeLog
1 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
2
3         * gnus-draft.el (gnus-draft-send-message): Typo.
4
5 2000-10-08  Simon Josefsson  <simon@josefsson.org>
6
7         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
8         uid validity changes.
9         (nnimap-group-overview-filename): Store uidvalidity in filenames.
10         Rename old files into new format.
11
12 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13
14         * mm-util.el (mm-enable-multibyte-mule4): New.
15         (mm-disable-multibyte-mule4): New.
16         * gnus-sum.el (gnus-summary-mode): Use it.
17         (gnus-summary-select-article): Ditto.
18         (gnus-summary-goto-article): Use enable multibyte.
19         * rfc2047.el (rfc2047-decode): Use unibyte.
20
21 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
22
23         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
24
25 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
26
27         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
28         break point.
29         (rfc2047-fold-region): Don't break the first non-LWSP characters.
30
31 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
32
33         * gnus.el (gnus-agent-fetching): New variable.
34         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
35         * gnus-score.el (gnus-score-body): Don't score body when
36         agent-fetching.
37         (gnus-score-followup): Don't score followup either. 
38
39 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
40
41         * gnus-art.el: Define dynamic variables in eval-when-compile.
42         * message.el (message-sending-message): New variable.
43         (message-send): Use it.
44         * gnus-draft.el (gnus-draft-send-message): Ditto.
45         (gnus-group-send-drafts): Ditto.
46
47 2000-10-06  Dave Love  <fx@gnu.org>
48
49         * gnus-audio.el: Don't require cl.
50         (gnus-audio): New custom group.
51         (gnus-audio-inline-sound): Change to work with Emacs.
52         (gnus-audio-directory, gnus-audio-directory) 
53         (gnus-audio-au-player):  Customize.
54         (gnus-audio-play): Try external player if play-sound-file fails.
55         Use file-name-extension, not string-match.
56
57 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
58
59         * gnus-art.el (gnus-article-prepare): Configure it again.
60
61 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
62
63         * message.el (message-default-charset): Default value for non-Mule
64         Emacsen.
65
66 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
67
68         * message.el (message-alternative-emails): New.
69         (message-use-alternative-email-as-from): New.
70         (message-setup): Use them.
71
72 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
73
74         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
75         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
76
77         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
78         gnus-overlay-start.
79         * gnus.el: Ditto.
80         * gnus-art.el (gnus-insert-mime-button): Use them.
81
82 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
83
84         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
85         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
86
87 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
88
89         * qp.el (quoted-printable-encode-region): Use
90         mm-with-unibyte-current-buffer within narrowed region.
91
92 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
93
94         * webmail.el (webmail-type-definition): Fix my-deja open url.
95
96 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
97
98         * message.el (message-setup-fill-variables): New variable.
99         (message-mode): Use it.
100
101 2000-10-05  Dave Love  <fx@gnu.org>
102
103         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
104         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
105
106         * binhex.el: Use defalias, not fset.
107
108         * rfc1843.el: Require cl when compiling.
109
110 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
111
112         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
113
114 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
115
116         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
117         adjacent.
118
119 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
120
121         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
122         (mm-find-charset-region): Merge conditions, delete ascii.
123         (mm-charset-after): Rewrite.
124         * mm-bodies.el (mm-encode-body): Use it.
125
126 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
127
128         * webmail.el (webmail-hotmail-list): Fix.
129
130 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
131
132         * nnimap.el (require): cl.
133
134 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
135
136         * gnus-art.el (gnus-article-prepare): Configure windows before
137         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
138         window might be overrided.
139
140 2000-10-04  Dave Love  <fx@gnu.org>
141
142         * gnus-ems.el (gnus-article-display-xface)
143         [gnus-article-compface-xbm]: Fix.
144         (gnus-x-splash): Bind width, height.
145
146 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
147
148         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
149         when it is called interactively.
150
151 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
152
153         * gnus-art.el (gnus-mime-action-alist): New variable.
154         (gnus-mime-action-on-part): Use it.
155         (gnus-mime-button-commands): Add command ".".
156
157 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
158
159         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
160
161 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
162
163         * lpath.el: "." is in the load-path because dgnushack.el.
164
165 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
166
167         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
168
169         * nnheader.el: ditto
170
171         * mm-util.el: ditto
172
173         * message.el: ditto
174
175         * binhex.el: ditto
176
177         * gnus-audio.el: removed unnecessary xemacs test
178
179         * earcon.el: ditto
180         
181 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * nnweb.el (nnweb-decode-entities): Work for non-character
184         entities. 
185
186 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * gnus.el: Message the quit parts.
189
190 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
191
192         * mail-source.el (mail-source-fetch-maildir): Don't insert
193         newlines.
194
195 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
196
197         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
198         lpath.el. Don't compile base64.el if there is builtin base64.
199
200 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
201
202         * base64.el (Repository): Use featurep for XEmacs test.
203
204 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
205
206         * nntp.el (nntp-retrieve-data): Don't ignore quit.
207
208 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
209
210         * gnus-art.el (gnus-article-banner-alist): New variable.
211         (article-strip-banner): Use it.
212         * gnus-cus.el (gnus-group-parameters): Allow symbol.
213
214 2000-10-02  Dave Love  <fx@gnu.org>
215
216         * smiley-ems.el: New file.
217
218         * gnus-ems.el (gnus-smiley-display): Autoload.
219         (mouse-set-point, set-face-foreground, set-face-background)
220         (x-popup-menu): Don't clobber these.
221         (gnus-article-compface-xbm): New variable.
222         (gnus-article-display-xface): Move graphic test.  Use unibyte.
223         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
224
225         * mml.el (require): Fix typo.
226         (mml-parse-1): Modify unknown encoding prompt.
227
228         * mail-source.el (mail-sources): Revert to nil.
229
230         * nnmail.el (nnmail-spool-file): Revert previous change.
231
232         * gnus.el: Don't require custom, message.
233         (gnus-message-archive-method): Wrap initializer in progn and
234         require message here.
235
236 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
237
238         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
239         image's :ascent to 80.  That gives a mode-line which is approx.
240         as tall as the normal one.
241
242 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
243
244         * webmail.el (webmail-hotmail-list): Fix.
245
246 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
247
248         Don't postpone GCC if none of GCC methods is agent-covered.  This
249         fix presumes that the post-method must be agent-covered if any Gcc
250         method is agent-covered.
251
252         * gnus-msg.el (gnus-inews-group-method): New function.
253         (gnus-inews-do-gcc): Use it.
254         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
255         (gnus-agent-possibly-save-gcc): Use it.
256         (gnus-agent-possibly-do-gcc): Ditto.
257
258 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
259
260         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
261         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
262
263 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
264
265         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
266         webmail-hotmail-list): Update.
267
268 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
269
270         * mail-source.el (mail-source-report-new-mail): Use
271         nnheader-cancel-timer.
272
273 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
274
275         * lpath.el (overlay-*): Shut up.
276         * dgnushack.el: Two implementations of smiley.
277
278 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
279
280         * gnus-ml.el: Usage.
281         (gnus-mailing-list-archive, gnus-mailing-list-owner,
282         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
283         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
284         (gnus-mailing-list-menu): Define it.
285         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
286         
287         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
288
289 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
290
291         * webmail.el (webmail-my-deja-*): Rewrite.
292
293 2000-09-30  Simon Josefsson  <simon@josefsson.org>
294
295         * nnimap.el (nnimap-request-accept-article): Remove \n's from
296         From_ lines.
297
298 2000-08-05  Simon Josefsson <simon@josefsson.org>
299
300         Make GCC to remote groups work when unplugged
301         (postpone GCC until message is actually sent).
302
303         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
304
305         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
306         (gnus-agent-restore-gcc): 
307         (gnus-agent-possibly-save-gcc): New functions.
308
309         * gnus-msg.el (gnus-inews-add-send-actions): Use
310         `gnus-agent-possibly-do-gcc' if Agentized.
311         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
312         to `message-header-hook'.
313
314         * gnus.el (gnus-agent-gcc-header): New variable.
315
316 2000-07-13  Simon Josefsson <simon@josefsson.org>
317
318         Asks the user to synch flags with server when you plug in.
319
320         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
321         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
322         (gnus-agent-toggle-plugged): Call it.
323         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
324         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
325         (gnus-agent-possibly-synchronize-flags): New function.
326         (gnus-agent-possibly-synchronize-flags-server): New function.
327
328 2000-09-30  Simon Josefsson  <simon@josefsson.org>
329
330         * starttls.el: New file, by Daiki Ueno.
331
332 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
333
334         * message.el (message-make-in-reply-to): In-Reply-To is message-id
335         (see DRUMS).
336         
337 2000-09-29  Simon Josefsson  <simon@josefsson.org>
338
339         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
340         prefetch.
341
342 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
345         sending a command; allow the rtelnet prompt as well.
346
347 2000-09-29  Simon Josefsson  <simon@josefsson.org>
348
349         * message.el (message-send): Make sure error is signalled if no
350         send method is specified.
351
352 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
353
354         * qp.el (quoted-printable-encode-region): Wrap with
355         `mm-with-unibyte-current-buffer'.
356
357 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
358
359         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
360           McEwan's proposal.
361         
362 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
363
364         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
365         the GNU assignment issue.
366
367 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
368
369         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
370
371 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
372
373         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
374
375 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
376
377         * gnus-art.el (article-strip-banner): Use
378         gnus-group-find-parameter rather than gnus-group-get-parameter, to
379         allow inheritance on the banner.
380         From elkin@tverd.astro.spbu.ru.
381
382 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
383
384         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
385
386 2000-09-26  Dave Love  <fx@gnu.org>
387
388         * gnus-draft.el: Don't require gnus-agent.
389
390         * mm-view.el: Use featurep for XEmacs test.
391         (mm-inline-message): Test for `remove-specifier'; don't use
392         condition-case.
393
394 2000-09-24  Simon Josefsson  <simon@josefsson.org>
395
396         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
397
398         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
399         support ACL's.
400
401         * nnimap.el (nnimap-acl-get): Check capability.
402
403         * mail-source.el (mail-source-imap-file-coding-system): New variable.
404         (mail-source-fetch-imap): Use it.
405
406         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
407         (rfc2104-hash): Use it.
408
409         * imap.el (imap-starttls-p): Check for starttls binary.
410         (imap-starttls-open): More verbose.
411         (imap-gssapi-auth): Ditto.
412         (imap-kerberos4-auth): Ditto.
413         (imap-cram-md5-auth): Ditto.
414         (imap-login-auth): Ditto.
415         (imap-anonymous-auth): Ditto.
416         (imap-digest-md5-auth): Ditto.
417         (imap-open): Ditto.
418         (imap-digest-md5-p): Check capability first.
419
420 2000-09-24  Simon Josefsson  <simon@josefsson.org>
421
422         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
423         (imap-login-p): Support LOGINDISABLED.
424
425 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
426
427         * rfc2104.el: Add SHA-1 example.
428
429 2000-09-22  Simon Josefsson  <simon@josefsson.org>
430
431         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
432
433 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
434
435         * lpath.el: Bind nnkiboze-score-file.
436
437 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
438
439         * gnus-score.el (gnus-score-use-all-scores): New variable.
440         (gnus-all-score-files): Use it.
441         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
442         (nnkiboze-enter-nov): Fix it when there is no xref.
443         (nnkiboze-generate-groups): List groups.
444         * gnus-group.el (gnus-group-make-kiboze-group): Use 
445         nnkiboze-score-file.
446         
447         * nnkiboze.el (nnkiboze-request-article): Use
448         gnus-cache-request-article.
449         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
450
451 2000-07-16 Dmitry Bely <dbely@mail.ru>
452
453         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
454
455 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
456
457         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
458
459 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
460
461         * message.el (message-default-charset): Set default value in
462         non-MULE XEmacsen as iso-8859-1.
463
464 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
465
466         * gnus-demon.el: Use (featurep 'xemacs).
467         * gnus-agent.el: timer vs. itimer.
468         * mail-source.el: Ditto.
469
470 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
471
472         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
473         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
474         * gnus-sum.el (gnus-nov-parse-line): Ditto.
475         * nnkiboze.el (nnkiboze-file-coding-system): New.
476         (nnkiboze-retrieve-headers): Use it.
477         (nnkiboze-request-group): Ditto.
478         (nnkiboze-close-group): Ditto.
479         (nnkiboze-generate-group): Ditto.
480         (nnkiboze-enter-nov): Insert first Xref properly.
481
482 2000-09-19  Dave Love  <fx@gnu.org>
483
484         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
485         (nnmail-get-new-mail): Test `sources' in top-level conditional.
486
487         * mail-source.el (mail-sources): Change default to '((file)).
488         Add useful custom type.
489
490 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
491
492         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
493         year).
494         (gnus-date-iso8601): Ditto.
495
496 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
497
498         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
499
500 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
501
502         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
503         pattern. Avoid using 8 bit chars.
504         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
505
506 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
507
508         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
509         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
510         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
511         functions are not implemented yet.
512         
513         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
514         x-overlay.el from the FSF Emacs black list.
515
516 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
517
518         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
519         (mm-inline-media-tests): Ditto.
520         (mm-automatic-display): Ditto.
521         * mm-view.el (mm-display-inline-fontify): Generalize from 
522         mm-display-patch-inline. 
523         (mm-display-patch-inline): Use it.
524         (mm-display-elisp-inline): Ditto.
525         
526 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
527
528         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
529         (gnus-topic-unmark-topic): Ditto.
530         (gnus-topic-mark-topic): Ditto.
531         (gnus-topic-get-new-news-this-topic): Use it.
532
533 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
534
535         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
536         display xface.
537
538 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
541         zombie or killed groups.
542         
543 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
544
545         * mml.el (mml-preview): Reinsert unibyte content. 
546         (mml-parse-1): Remove with-unibyte-current-buffer.
547         (mml-generate-mime-1): Ditto.
548         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
549         * message.el (message-forward): Ditto.
550
551 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
552
553         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
554         original article buffer.
555         (article-de-base64-unreadable): Ditto.
556         (article-wash-html): Ditto.
557
558 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
559
560         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
561         unless forward-show-mml.
562
563 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
564
565         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
566         (gnus-summary-save-parts-last-directory): New.
567         (gnus-summary-save-parts): Save history.
568
569 2000-09-14 Ben Gertzfield <che@debian.org>
570
571         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
572         variable.
573         (gnus-summary-save-parts): Use it.
574
575 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
576
577         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
578         * gnus-sum.el (gnus-summary-exit): Ditto.
579         (gnus-summary-exit-no-update): Ditto.
580         (gnus-summary-show-article): Ditto.
581
582 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
583
584         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
585         Content-Disposition.
586
587 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
588
589         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
590
591 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
592
593         * gnus-art.el (gnus-article-setup-buffer): Set
594         gnus-article-mime-handles to nil.
595         * gnus-sum.el (gnus-summary-exit): Ditto.
596         (gnus-summary-exit-no-update): Ditto.
597         (gnus-summary-show-article): Ditto.
598         (gnus-summary-save-parts): Use gnus-article-mime-handles if
599         dissected.
600         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
601
602 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
603
604         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
605         (gnus-sort-threads-1): New function. Sort threads recursively.
606         (gnus-sort-threads): Use it.
607         (gnus-sort-gathered-threads): Doc fix.
608
609 2000-09-13  Dave Love  <fx@gnu.org>
610
611         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
612
613         * gnus-ems.el (gnus-ems-redefine): Don't alias
614         gnus-summary-set-display-table.
615
616         * message.el (message-user-agent): Don't wrap ignore-errors around
617         it.
618
619         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
620         `format'.
621         (mm-content-transfer-encoding): Don't use cadar.
622
623         * uudecode.el (uudecode-decoder-program) 
624         (uudecode-decoder-switches): Customize.
625
626         * gnus-score.el (gnus-home-score-file): Improve custom type.
627
628         * gnus-cus.el (gnus-custom-mode): Conditionally set local
629         variables for Emacs 21.
630         (gnus-group-customize): Disable undo while laying out the buffer.
631
632 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
633
634         * gnus-util.el (gnus-write-active-file): Bind
635         coding-system-for-write.
636
637 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
638
639         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
640         
641         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
642         * gnus-kill.el (gnus-batch-score): Ditto.
643         * gnus-move.el (gnus-change-server): Ditto.
644         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
645
646 2000-09-12  Simon Josefsson  <simon@josefsson.org>
647
648         * gnus-sum.el (gnus-update-read-articles): Undo
649         `gnus-request-set-mark' operation.
650
651 2000-09-11  Dave Love  <fx@gnu.org>
652
653         * Changelog: Use iso-2022 coding.
654
655         * gnus-msg.el (gnus-msg-mail): New function.
656         (gnus-user-agent): New mail agent.
657
658 2000-09-10  Dave Love  <fx@gnu.org>
659
660         * message.el: Require mail-abbrevs for XEmacs for a problem with
661         keybinding despite the autoloads for it.
662
663 2000-09-08  Simon Josefsson  <simon@josefsson.org>
664
665         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
666
667         * nnimap.el (nnimap-request-update-info-internal): Remove tick
668         marks from dormant articles. (See nnimap-request-set-mark.)
669         (nnimap-retrieve-headers-progress): Demule.
670         (nnimap-open-server): Call nnoo-change-server twice, once for
671         getting the nnimap-server-buffer and once for letting n-c-s set
672         the variables in that buffer.
673
674 2000-09-08  David Edmondson <dme@dme.org>
675
676         * gnus.el (gnus-short-group-name): Guess separator.
677
678 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
679
680         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
681         XEmacs as well.
682
683 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
684
685         * gnus-group.el (gnus-group-insert-group-line): Fix.
686
687 2000-09-04  Dave Love  <fx@gnu.org>
688
689         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
690         (mm-get-image): Avoid the losing `make-glyph' from W3.
691
692 2000-09-03  Simon Josefsson  <simon@josefsson.org>
693
694         * gnus-sum.el (gnus-summary-delete-article): Check server.
695
696 2000-09-01  Simon Josefsson  <simon@josefsson.org>
697
698         * imap.el (imap-parse-flag-list): Rewrite.
699
700         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
701
702         * imap.el (imap-parse-flag-list): Hack.
703
704 2000-08-29  Dave Love  <fx@gnu.org>
705
706         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
707
708         * dgnushack.el (mapcon, union): Remove compiler macros.
709
710         * gnus-agent.el (gnus-agent-union): new function.
711         (gnus-agent-fetch-headers): Use it.
712
713         * gnus.el (gnus-group-startup-message): Specify foreground and
714         background for xpm image.  Centre image vertically.
715         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
716
717 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
718
719         * message.el (message-send-mail): Narrow-to-headers.
720
721 2000-08-24  Dave Love  <fx@gnu.org>
722
723         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
724         21.
725
726 2000-08-23  Dave Love  <fx@gnu.org>
727
728         * dgnushack.el: Remove `member-if' compiler macro.
729
730 2000-08-21  Dave Love  <fx@gnu.org>
731
732         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
733
734 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
735
736         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
737         permanent is used.
738         (gnus-topic-show-topic): Read topic when to show permanent hidden
739         topic.
740         (gnus-topic-remove-topic): Revert to the old behavior, not using
741         hide.
742
743 2000-08-21  Dave Love  <fx@gnu.org>
744
745         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
746         (gnus-xemacs): Use featurep.
747
748         * mm-util.el (mm-read-charset): Maybe use builtin.
749         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
750         (mm-multibyte-p, mm-with-unibyte-current-buffer)
751         (mm-with-unibyte): Use featurep, not string-match.
752         (mm-with-unibyte-buffer): Simplify.
753         (mm-quote-arg): Maybe use shell-quote-argument.
754
755         * mml.el (mml-make-string): Deleted (unused).
756
757         * gnus.el (gnus-mode-line-buffer-identification): Supply
758         definition for Emacs 21.
759
760         * gnus-salt.el: Small doc fixes.
761         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
762         gnus-add-minor-mode.
763
764         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
765         gnus-add-minor-mode.
766
767 2000-08-20  Simon Josefsson  <simon@josefsson.org>
768
769         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
770         function, thanks to Lloyd Zusman for debugging.
771         (nnimap-request-group): 
772         (nnimap-request-list): 
773         (nnimap-retrieve-groups): 
774         (nnimap-request-newgroups): Use it.
775
776         * nnimap.el (nnimap-request-article-part): Less verbose.
777
778 2000-08-19  Andreas Jaeger  <aj@suse.de>
779
780         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
781         subst-char-in-string since we test elsewhere whether it's bound.
782         
783 2000-08-18  Dave Love  <fx@gnu.org>
784
785         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
786         custom type.
787
788         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
789         gnus-group-running-xemacs.
790
791         * nnheader.el (nnheader-replace-chars-in-string): Use
792         subst-char-in-string if available.
793
794         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
795         (gnus-request-article-this-buffer): Use expand-file-name.
796         (gnus-mime-view-part-as-type): Simplify interactive spec.
797         (gnus-mime-button-map): Define it all in defvar.
798
799 2000-08-17  Dave Love  <fx@gnu.org>
800
801         * gnus-group.el (gnus-group-running-xemacs): Deleted.
802
803         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
804         last-nonmenu-event.
805
806         * uudecode.el (char-int): Use defalias, not fset.
807
808         * score-mode.el: Don't require easymenu.  Require mm-util.
809         (score-mode-coding-system): Use mm-auto-save-coding-system.
810
811         * nneething.el (nneething-create-mapping): Don't use cadar & al.
812         (nneething-file-name): Use expand-file-name, not concat.
813
814 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
815
816         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
817         Failure proof for email addresses.
818         (nnslashdot-sane-retrieve-headers): Ditto.
819
820 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * message.el (message-send-mail): Only insert courtesy message
823         when text/plain.
824
825 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
826
827         * message.el (message-cancel-news): Copy the From header from the
828         original article.
829
830 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-async.el (gnus-asynchronous): Removed.
833
834 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
835
836         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
837         format.
838
839 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
840
841         * nnmail.el (nnmail-expiry-target-group): Fixed.
842
843 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
844
845         * nnmail.el (nnmail-expiry-target-group): Fix the call to
846         gnus-request-accept-article so that body encoding is *not* done.
847         Encoding is not done on incoming mail, so why should it be done on
848         expired mail?
849
850
851 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
852
853         * nnml.el (nnml-request-expire-articles): Fix the calls to
854         nnml-request-article (the filename was being passed instead of the
855         article number) and nnmail-expiry-target-group
856         (nnml-current-directory is changed by nnml-request-accept-article,
857         causing it to be incorrect for the next article to be expired).
858
859 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
860
861         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
862         expiry-target group parameters. 
863
864 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
867         buffer.
868         (gnus-topic-hide-topic): Take a PERMANENT parameter.
869         (gnus-topic-show-topic): Ditto.
870
871         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
872
873 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
874
875         * mail-source.el (mail-source-incoming-file-prefix): New
876         variable. 
877
878 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
881
882         * mailcap.el (mailcap-maybe-eval): Be even more warning.
883
884 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
885
886         * message.el (message-syntax-checks): New check quotin-style: 
887         Text must be written below quoted text.
888         (message-check-news-body-syntax): Check it.
889
890 2000-08-11  Simon Josefsson  <simon@josefsson.org>
891
892         * imap.el (imap-authenticator-alist): Fix typo.
893         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
894         Jonas Oberg for debugging.
895
896 2000-08-11  Simon Josefsson  <simon@josefsson.org>
897
898         * gnus-async.el (gnus-asynchronous): Disable by default.
899
900 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * mm-view.el (mm-inline-text): Bind fill-column.
903
904         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
905         list of unexpired articles.
906
907         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
908         un-expired articles. 
909
910         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
911         headers. 
912
913         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
914         we update the right topic.. 
915
916         * mm-decode.el (mm-display-external): Put point at start. 
917
918 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
919
920         * nnmail.el (nnmail-expiry-target): More explicit documentation.
921
922         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
923
924 2000-08-09  Simon Josefsson <simon@josefsson.org>
925
926         * imap.el (imap-parse-body):
927         (imap-parse-string-list): Add bug workarounds for Stalker
928         Communigate Pro 3.0 server.
929         (imap-body-lines): Remove bogus comment.
930
931         * imap.el (imap-range-to-message-set): Move from nnimap.el.
932
933         * nnimap.el (nnimap-retrieve-which-headers):
934         (nnimap-retrieve-headers-from-server):
935         (nnimap-request-set-mark):
936         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
937
938 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
939
940         * message.el (message-dont-reply-to-names):
941         rmail-dont-reply-to-names may not be defined.
942
943 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
944
945         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
946         not use pop.
947
948 2000-07-19  Dave Love  <fx@gnu.org>
949
950         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
951         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
952         check.
953         (gnus-article-display-xface): Special-case for dark backgrounds.
954
955 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
956
957         * imap.el (imap-calculate-literal-size-first): New variable.
958         (imap-local-variables): Add it.
959         (imap-kerberos4-open): Set it.
960         (imap-send-command): Use it.
961
962 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
963
964         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
965         (mailcap-parse-mimetypes): Use it.
966         (mailcap-extension-to-mime): Parse mimetype.
967         (mailcap-mime-types): Ditto.
968         * mml.el (mml-minibuffer-read-type): Ditto.
969
970 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
971
972         * nndoc.el (nndoc-type-alist): Add outlook.
973         (nndoc-outlook-type-p): New function.
974         (nndoc-outlook-article-begin): Ditto.
975
976 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
977
978         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
979         excursion.
980
981 2000-07-15  Simon Josefsson  <simon@josefsson.org>
982
983         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
984
985         * imap.el (imap): 
986         (imap-kerberos4-program): 
987         (imap-gssapi-program): 
988         (imap-ssl-program): Customization.
989         (imap-shell-program): 
990         (imap-shell-host): New variables.
991         (imap-streams): 
992         (imap-stream-alist): Add shell.
993         (imap-shell-p): 
994         (imap-shell-open): New functions.
995         (imap-open): Don't call authenticator if preauth.
996         (imap-authenticate): Return t if already authenticated.
997
998 2000-07-14  Simon Josefsson  <simon@josefsson.org>
999
1000         * gnus.el (gnus-invalid-group-regexp): New variable.
1001         (gnus-read-group): Use it.
1002
1003 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1004
1005         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1006         expunge-below and orphan-score are "group variables".
1007
1008 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1009
1010         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1011         qualified group names to `gnus-group-read-ephemeral-group'.
1012
1013 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * dgnushack.el (srcdir): Define it before use it.
1016
1017 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1018
1019         * gnus-sum.el: `W t' is toggle-header in info.
1020
1021 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1022
1023         * lpath.el: Fbind subst-char-in-string.
1024
1025 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1026
1027         * Makefile.in: Use W3DIR and lispdir.
1028         * dgnushack.el: Ditto.
1029
1030 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1031
1032         * gnus-art.el (article-de-base64-unreadable): Typo.
1033
1034 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1035
1036         * gnus-agent.el (require): Require timer.
1037
1038 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1039
1040         * message.el (message-bounce): Call mime-to-mml.
1041
1042 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * nnslashdot.el (nnslashdot-request-close): New function.
1045
1046 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1049         right line number for the article.
1050
1051 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1052
1053         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1054         * webmail.el (webmail-fetch): Bind 
1055         url-http-silence-on-insecure-redirection.
1056
1057 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1058
1059         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1060         unibyte.
1061         (nnslashdot-sane-retrieve-headers): Ditto.
1062         (nnslashdot-request-article): Ditto.
1063
1064 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1065
1066         * mailcap.el (mailcap-parse-mimetype-file): 
1067
1068 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1069
1070         * nnweb.el (nnweb-insert): Stricter test.
1071         * webmail.el (webmail-refresh-redirect): Ditto.
1072
1073 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1074
1075         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1076
1077 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1078
1079         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1080
1081 2000-07-05  Dave Love  <fx@gnu.org>
1082
1083         * utf7.el: Doc and header fixes.
1084
1085         * gnus-sum.el: Doc fixes.
1086
1087         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1088         defalias, not fset.
1089
1090         * flow-fill.el (fill-flowed-point-at-eol)
1091         (fill-flowed-point-at-bol): Use defalias, not fset.
1092
1093         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1094         (gnus-Plain-save-name): Delete -- apparently bogus.
1095
1096 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * nnsoup.el: Use expand-file-name throughout.
1099
1100 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1101
1102         * nnmail.el (nnmail-read-incoming-hook): New example.
1103
1104 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * mm-view.el (mm-inline-text): Check whether the text has already
1107         been decoded.
1108
1109 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1110
1111         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1112
1113 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1114
1115         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1116
1117 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1118
1119         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1120         unsend flags.
1121
1122 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1123
1124         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1125         name in authinfo (.authinfo now support ports, no need for the
1126         hack).
1127         (nnimap-split-find-rule): Fix.
1128         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1129
1130 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1131
1132         * message.el (message-unquote-tokens): Remove all quotes.
1133
1134 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1135
1136         * gnus-ml.el: New file. 
1137
1138 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * nnultimate.el (nnultimate-request-close): New function.
1141
1142         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1143
1144 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1145
1146         * Makefile.in: Better support for xemacs builds
1147
1148 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1149
1150         * gnus.el: Gnus v5.8.7 is released.
1151
1152 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1155
1156 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1157
1158         * message.el (message-do-fcc): Encode MIME.
1159
1160 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1161
1162         * lpath.el: Fbind image-size.
1163
1164 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1165
1166         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1167         (nnimap-assoc-match): New function.
1168         (nnimap-split-find-rule): Support extended syntax.
1169
1170 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1171
1172         * nnimap.el (nnimap-open-connection): Use port stuff.
1173
1174         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1175         document port and defaultport.
1176
1177 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1178
1179         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1180
1181 2000-06-26  Dave Love  <fx@gnu.org>
1182
1183         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1184
1185         * message.el: Remove unnecessary `require'ments.  Defvar
1186         gnus-list-identifiers when compiling.  Don't try to autoload
1187         variable `gnus-list-identifiers'.  Autoload
1188         gnus-group-name-charset.
1189         (message-fetch-field): Don't assume `format' removes text
1190         properties.
1191         (message-strip-list-identifiers, message-reply, message-followup):
1192         Require gnus-sum.
1193         (message-mode): Tidy XEmacs conditionals.
1194         (message-replace-chars-in-string): Use subst-char-in-string when
1195         available.
1196
1197         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1198         Define if necessary.
1199
1200         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1201         removes text properties.
1202
1203         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1204
1205         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1206
1207         * gnus-score.el (gnus-summary-score-entry): Likewise.
1208
1209 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * nnimap.el (nnimap-request-post): Fix parenthesis.
1212
1213 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1214
1215         * message.el (message-unquote-tokens): New function.
1216
1217         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1218
1219         * nnimap.el (nnimap-request-post): Ditto.
1220
1221 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1222
1223         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1224
1225         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1226         patch commited 2000-04-02).
1227
1228 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1229
1230         * imap.el (imap-mailbox-examine-1): New function.
1231         (imap-message-copyuid-1):
1232         (imap-message-appenduid-1): Use it, instead of
1233         `imap-mailbox-examine' which would utf-7 encode mailbox name
1234         twice.
1235
1236 2000-06-19  Dave Love  <fx@gnu.org>
1237
1238         * mm-uu.el Don't require message.  Require cl when compiling.
1239
1240 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1241
1242         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1243         a local variable.
1244         * gnus-sum.el (gnus-orphan-score): Move here.
1245
1246 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1247
1248         * message.el (message-forward): Remove show-mml condition.
1249         (message-forward-ignored-headers): Remove X-Gnus headers.
1250
1251 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1252
1253         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1254
1255 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1256
1257         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1258
1259 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1260
1261         * message.el (message-syntax-checks): Add type.
1262
1263 2000-06-07  Dave Love  <fx@gnu.org>
1264
1265         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1266         put-image.
1267         (mm-inline-image): Defalias, not fset.
1268
1269         * gnus.el (gnus-group-startup-message): Don't specify string for
1270         insert-image.
1271
1272         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1273         add-minor-mode is available.
1274         (gnus-article-display-xface): Don't specify string for
1275         insert-image.
1276
1277 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1278
1279         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1280         (gnus-topic-insert-topic-line): Use shownp.
1281         (gnus-topic-hide-topic): Don't use hidden.
1282         (gnus-topic-show-topic): Don't use hidden.
1283
1284 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1285
1286         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1287         system.
1288         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1289         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1290         * gnus-util.el (gnus-output-to-rmail): Ditto.
1291         (gnus-output-to-mail): Ditto.
1292         (gnus-write-buffer): Ditto.
1293         * gnus-uu.el (gnus-uu-save-article): Ditto.
1294
1295 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1296
1297         * message.el (message-read-from-minibuffer): Typo.
1298
1299 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1300
1301         * gnus-art.el (article-decode-charset): Override non-MIME forward
1302         charset.
1303
1304 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1305
1306         * mml.el (mml-quote-region): Correct the regexp.
1307         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1308
1309 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1310
1311         * message.el (message-forward): Insert raw text.
1312         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1313         (mml-generate-mime-1): Insert raw text in unibyte mode.
1314
1315 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1316
1317         * mm-bodies.el (mm-body-encoding): Always encoded if
1318         `mm-use-ultra-safe-encoding' is set.
1319
1320 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1321
1322         * mml.el (ange-ftp-name-format): Typo.
1323
1324 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1325
1326         * gnus-start.el (gnus-get-unread-articles): If
1327         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1328         try to do anything on that server.
1329         
1330 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1331
1332         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1333         from latest draft.
1334
1335 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1336
1337         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1338         is open.
1339
1340 2000-05-24  Dave Love  <fx@gnu.org>
1341
1342         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1343
1344 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1345
1346         * gnus.el (gnus-redefine-select-method-widget): new function, call
1347         it once. Add an "other" entry for unknown but editable backend
1348         name symbols.
1349         * gnus-start.el (gnus-declare-backend): use it.
1350
1351 2000-05-19  Dave Love  <fx@gnu.org>
1352
1353         * gnus-art.el (gnus-article-next-page): Revert last change.
1354
1355 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1356
1357         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1358
1359 2000-05-19  Dave Love  <fx@gnu.org>
1360
1361         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1362         not mm-inline-large-images.
1363
1364 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1365
1366         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1367
1368 2000-05-18  Dave Love  <fx@gnu.org>
1369
1370         * gnus-art.el: Use defalias, not fset.
1371         (gnus-article-x-face-command): Don't test for xbm.
1372         (gnus-article-next-page): Redisplay before testing point in window.
1373
1374 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1375
1376         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1377         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1378
1379 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1380
1381         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1382         gnus-summary-save-in-rmail.
1383         * message.el (message-output): Ditto.
1384
1385 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1388
1389 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1390
1391         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1392         is a charset.
1393         * message.el (message-send-news): Check group name charset.
1394         * gnus-msg.el (gnus-post-news): Decode group name.
1395         (gnus-inews-do-gcc): Encode group name.
1396
1397 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1398
1399         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1400         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1401
1402 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1403
1404         * gnus-group.el (gnus-group-mark-line-p): New function.
1405         (gnus-group-goto-group): New parameter.
1406         (gnus-group-remove-mark): Use it.
1407         * gnus-topic.el (gnus-topic-move-group): Ditto.
1408         (gnus-topic-remove-group): Ditto.
1409
1410 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1411
1412         * gnus-group.el (gnus-group-list-dormant): New function.
1413
1414 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1415
1416         * gnus-agent.el (gnus-agent-synchronize): Use
1417         nnheader-insert-file-contents.
1418         (gnus-agent-save-active-1): Ditto.
1419         (gnus-agent-write-active): Ditto.
1420         (gnus-agent-expire): Ditto.
1421         * gnus-cache.el (gnus-cache-read-active): Ditto.
1422         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1423         * gnus-sum.el (gnus-summary-import-article): Ditto.
1424
1425         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1426         (gnus-agent-save-group-info): Ditto.
1427         (gnus-agent-save-alist): Ditto.
1428         * gnus-util.el (gnus-make-directory): Ditto.
1429
1430         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1431
1432 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1433
1434         * mml.el (mml-generate-mime-preprocess-function): New variable.
1435         (mml-generate-mime-postprocess-function): New variable.
1436         (mml-generate-mime-1): Use them.
1437
1438 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1439
1440         * gnus-group.el (gnus-group-apropos): Group name charset.
1441         * gnus-sum.el (gnus-set-mode-line): Ditto.
1442         * gnus-group.el (gnus-group-decoded-name): New function.
1443         (gnus-group-edit-group): Use it.
1444         * gnus-cus.el (gnus-group-customize): Use it.
1445
1446 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1447
1448         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1449
1450 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1451
1452         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1453         (gnus-group-name-charset-group-alist): Ditto.
1454         (gnus-group-name-charset): New function.
1455         (gnus-group-name-decode): New function.
1456         (gnus-group-insert-group-line): Use them.
1457         (gnus-group-prepare-flat-list-dead): Ditto.
1458         (gnus-group-list-active): Ditto.
1459         (gnus-group-describe-all-groups): Ditto.
1460         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1461         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1462         add gnus-group property.
1463         (gnus-browse-group-name): Read gnus-group property.
1464
1465 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1466
1467         * nnfolder.el (nnfolder-possibly-change-group): Use
1468         file-name-coding-system instead of pathname-coding-system.
1469         * nnmail.el (nnmail-find-file): Ditto.
1470         (nnmail-write-region): Ditto.
1471         * nnmh.el (nnmh-retrieve-headers): Ditto.
1472         (nnmh-request-article): Ditto.
1473         (nnmh-request-group): Ditto.
1474         (nnmh-request-list): Ditto.
1475         (nnmh-possibly-change-directory): Ditto.
1476         (nnmh-active-number): Ditto.
1477         * nnml.el (nnml-possibly-change-directory): Ditto.
1478         (nnml-request-list): Ditto.
1479         (nnml-request-article): Ditto.
1480         (nnml-retrieve-headers): Ditto.
1481
1482 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1483
1484         * nnimap.el (nnimap-request-accept-article): Don't unselect
1485         mailbox if no mailbox is selected.
1486
1487 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1488
1489         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1490         Recognize domain names starting with `www.' as starting an URL.
1491
1492 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1493
1494         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1495         (mail-source-keyword-map): Add "subdirs" for maildir.
1496
1497 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1498
1499         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1500         (nnmail-get-new-mail): Use it.
1501         * gnus-start.el (gnus-get-unread-articles): Ditto.
1502
1503 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1504
1505         * gnus-sum.el (gnus-summary-edit-article): Better support for
1506         nndraft:drafts.
1507         * nndraft.el (nndraft-request-replace-article): New function,
1508         bind nnmail-file-coding-system.
1509
1510 2000-05-14  Dave Love  <fx@gnu.org>
1511
1512         * nnheader.el: Replace uses of `fset' with `defalias'.
1513         (jka-compr-compression-info-list): Only defvar when compiling.
1514
1515 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1516
1517         * webmail.el (webmail-netaddress-article): Refresh redirect.
1518
1519 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1520
1521         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1522
1523 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1524
1525         * webmail.el: Translate &nbsp; to SP.
1526
1527 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1528
1529         * message.el (message-bounce): Doc typo.
1530
1531 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1532
1533         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1534         (gnus-soup-store): Ditto.
1535         (gnus-soup-send-packet): Ditto.
1536         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1537         (nnsoup-dissect-buffer): Ditto.
1538         (nnsoup-narrow-to-article): Ditto.
1539         (nnsoup-make-active): Ditto
1540
1541 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1542
1543         * message.el (message-mode): Two parameters for local-variable-p.
1544
1545 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1546
1547         * message.el (message-strip-list-identifiers): New function.
1548         (message-reply): Use it and use message-strip-subject-re.
1549         (message-followup): Ditto.
1550         * gnus-art.el (article-hide-list-identifiers): Remove more.
1551         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1552
1553 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1554
1555         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1556         mail-parset-charset and use non-numeric argument.
1557
1558 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1559
1560         * mml.el (mml-buffer-list): New variable.
1561         (mml-generate-new-buffer): New function.
1562         (mml-destroy-buffers): Ditto.
1563         (mml-insert-mime): Use them.
1564         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1565         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1566         * message.el (message-mode): Ditto.
1567         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1568         (gnus-uu-save-article): Support show-as-mml.
1569         * message.el (message-forward): Ditto.
1570
1571 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1572
1573         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1574         (nndoc-mime-digest-type-p): Locate article head precisely.
1575         * mml.el (mml-generate-default-type): New variable.
1576         (mml-generate-mime-1): Use it.
1577         (mml-insert-mime-headers): Use it.
1578         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1579         (gnus-uu-digest-mail-forward): Use it and call message-forward
1580         with argument digest.
1581         (gnus-uu-save-article): Support message-forward-as-mime.
1582         * message.el (message-forward): Add parameter digest.
1583         * mm-decode.el (mm-dissect-default-type): New variable.
1584         (mm-dissect-buffer): Use it.
1585
1586 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1587
1588         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1589         newline and paragraph to nil when got a non-ascii character. Test
1590         paragraph before newline.
1591
1592 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1593
1594         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1595         limit to 76.
1596
1597 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * nnslashdot.el (nnslashdot-sid-strip): New function.
1600         (nnslashdot-threaded-retrieve-headers): New format.
1601         (nnslashdot-sane-retrieve-headers): Ditto.
1602         (nnslashdot-request-article): Ditto.
1603         (nnslashdot-threaded-retrieve-headers): Thread properly.
1604         (nnslashdot-request-article): Be more lenient.
1605         (nnslashdot-threaded-retrieve-headers): Regexp search.
1606
1607 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1608
1609         * gnus-sum.el (gnus-with-article): Define it before use it.
1610
1611 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1612
1613         * message.el (message-supersede): Use mime-to-mml.
1614         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1615
1616 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * gnus-group.el (gnus-group-list-cached): Don't use
1619         `subst-char-in-string'.
1620
1621 2000-05-08  Dave Love  <fx@gnu.org>
1622
1623         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1624
1625 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1626
1627         * mm-decode.el (mm-interactively-view-part): Append %s if the
1628         method is a single word.
1629         * nnwarchive.el (nnwarchive-type-definition): Typo.
1630
1631 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1632
1633         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1634         function.
1635         (gnus-group-prepare-flat-predicate): Use it.
1636         (gnus-group-list-cached): List dead groups.
1637
1638 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1639
1640         * gnus-art.el (article-decode-charset): Don't decode message with
1641         format.
1642
1643 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1644
1645         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1646         evaluate the Lisp code.
1647
1648 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1649
1650         * gnus-art.el (article-wash-html): New function.
1651         (gnus-article-wash-html): Bind.
1652         (gnus-article-make-menu-bar): Menu item.
1653         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1654         (gnus-summary-make-menu-bar): Menu item.
1655         * gnus.el: Autoload.
1656
1657 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1658
1659         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1660         (gnus-uu-unshar-article): Use it.
1661
1662         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1663         (mailcap-maybe-eval): Use it.
1664
1665         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1666         in docstring.
1667
1668         * mml.el (mml-generate-mime-1): Small comment.
1669
1670 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1671
1672         * gnus-art.el (article-de-base64-unreadable): New function.
1673         (gnus-article-de-base64-unreadable): Bind.
1674         (gnus-article-make-menu-bar): Menu item.
1675         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1676         (gnus-summary-make-menu-bar): Menu item.
1677         * gnus.el: Autoload.
1678
1679 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1680
1681         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1682         (gnus-summary-select-article): Add en/disable multibyte.
1683
1684 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1685
1686         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1687         (gnus-summary-edit-article): New feature: editing raw articles.
1688
1689 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1690
1691         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1692         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1693         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1694         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1695         * mm-decode.el (mm-insert-part): Ditto.
1696
1697 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1698
1699         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1700         (nndoc-forward-type-p): Ditto.
1701
1702 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1703
1704         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1705         value of enable-multibyte-characters.
1706
1707 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1708
1709         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1710
1711 2000-05-03  Dave Love  <fx@gnu.org>
1712
1713         * gnus-ems.el (gnus-article-xface-ring-internal)
1714         (gnus-article-xface-ring-size): New variable.
1715         (gnus-article-display-xface): Use them to cache data.  Don't try
1716         to use XPM.  Set up binary coding for PBM's sake.
1717
1718 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1719
1720         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1721         * gnus-int.el (gnus-request-accept-article): Ditto.
1722         (gnus-request-replace-article): Ditto.
1723         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1724
1725 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1726
1727         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1728
1729 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1730
1731         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1732         field.
1733         * mml.el (mml-to-mime): Use message-default-charset.
1734         (mml-preview): Narrow to headers.
1735         * message.el (message-send-mail): Use message-default-charset.
1736         (message-send-news): Narrow to headers;
1737         use message-default-charset.
1738
1739 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1740
1741         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1742         detect.
1743         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1744         restriction.
1745         (mml-parse-1): Warning message.
1746         (mml-preview): Disable multibyte.
1747
1748 2000-05-03  Dave Love  <fx@gnu.org>
1749
1750         * gnus.el (gnus-group-startup-message): Add newline before image.
1751
1752 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1753
1754         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1755         * message.el (message-send-mail): Use unibyte-buffer.
1756         (message-send-mail): Ditto.
1757
1758 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1759
1760         * gnus.el: Gnus v5.8.6 is released.
1761
1762 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1763
1764         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1765
1766 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1767
1768         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1769
1770 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1771
1772         * message.el (message-send-mail-partially): Use forward-line.
1773
1774 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1775
1776         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1777
1778 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1779
1780         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1781         (mml-insert-mime): No markup only for text/plain.
1782         (mime-to-mml): Remove MIME headers.
1783
1784 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1785
1786         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1787         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1788         as 8-bit.
1789         * lpath.el: Fbind image functions.
1790
1791 2000-04-28  Dave Love  <fx@gnu.org>
1792
1793         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1794         21.
1795
1796         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1797         search order.  Use parse-colon-path and remove some redundancy.
1798         Doc fix.
1799         (mailcap-parse-mimetypes): Code consistently with
1800         mailcap-parse-mailcaps.  Doc fix.
1801
1802         * gnus-start.el (gnus-unload): Iterate over `features', not
1803         `load-history'.
1804
1805 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1806
1807         * mml.el (mml-parse-1): Don't create blank parts.
1808         (mml-read-part): Fix mml tag.
1809         (mml-insert-mime): Convert message/rfc822.
1810         (mml-insert-mml-markup): Add mmlp parameter.
1811
1812 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1813
1814         * message.el (message-send-mail-partially): Remove CTE.
1815
1816 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1817
1818         * lpath.el: Fbind put-image for XEmacs.
1819         * mm-view.el (mm-inline-image): Fset it.
1820
1821 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1822
1823         * nndoc.el (nndoc-type-alist): Change forward regexp.
1824
1825 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1826
1827         * message.el (message-send-mail-partially-limit): Change the
1828         default value.
1829
1830 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1831
1832         * gnus-util.el (gnus-extract-address-components): Name might be
1833         "".
1834
1835 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1836
1837         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1838         (gnus-summary-post-forward): Ditto.
1839         * message.el (message-forward-show-mml): New variable.
1840         (message-forward): Use it.
1841         * mml.el (mml-parse-1): Add tag mml.
1842         (mml-read-part): Ditto.
1843         (mml-generate-mime): Support reentance.
1844         (mml-generate-mime-1): Support mml tag.
1845
1846 2000-04-27  Dave Love  <fx@gnu.org>
1847
1848         * gnus-art.el: Don't bother to require custom, browse-url.
1849         (gnus-article-x-face-command): Include gnus-article-display-xface.
1850
1851         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1852         Use defalias, not fset.
1853         (gnus-article-display-xface): New function.
1854
1855         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1856
1857         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1858         (mm-xemacs-p): Deleted.
1859         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1860         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1861         use create-image and don't special-case xbm.
1862         (mm-valid-image-format-p): Use display-graphic-p.
1863
1864 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1865
1866         * message.el (message-send-mail-partially-limit): New variable.
1867         (message-send-mail-partially): New function.
1868         (message-send-mail): Use it.
1869         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1870         all blank lines inside of base64.
1871         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1872         blank lines.
1873
1874 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1875
1876         * mml.el (mml-insert-tag): Match more special characters.
1877
1878 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1879
1880         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1881
1882 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1883
1884         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1885         (mm-inlined-types): Ditto.
1886         * mm-partial.el: New file.
1887
1888 2000-04-27  Dave Love  <fx@gnu.org>
1889
1890         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1891         matter in Emacs 21.
1892
1893 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1894
1895         * mm-bodies.el (mm-encode-body): Remove reference to
1896         mm-default-charset in comment.
1897
1898 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1899
1900         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1901
1902 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1903
1904         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1905         let.
1906
1907 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1908
1909         * gnus-draft.el (gnus-draft-setup): Fix comments.
1910
1911 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1912
1913         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1914         if nnmbox-file-coding-system-for-write is nil.
1915
1916 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1917
1918         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1919         header if nil.
1920
1921 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1922
1923         * mm-view.el (mm-inline-text): Insert directly if decoded.
1924         * mml.el (autoload): Typo.
1925
1926 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1927
1928         * mml.el (mml-preview): Set up posting-charset.
1929         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1930
1931 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1932
1933         * webmail.el: Fix yahoo mail.
1934
1935 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1936
1937         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1938         word if not necessary.
1939         (rfc2047-encode-region): Put space between encoded words.
1940
1941 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1942
1943         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1944
1945 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1946
1947         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1948         required.
1949         (gnus-draft-edit-message): Require restoration.
1950
1951 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1952
1953         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1954         back.
1955
1956 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1957
1958         * gnus-art.el (gnus-treat-article): Make sure that the summary
1959         buffer is live.
1960
1961 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1962
1963         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1964         (mailcap-parse-mailcap): Backwards parsing.
1965         (mailcap-possible-viewers): Remove nreverse.
1966         (mailcap-mime-info): Ditto.
1967         (mailcap-add-mailcap-entry): Keep alternative viewer.
1968
1969 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1970
1971         * gnus.el: Gnus v5.8.5 is released.
1972
1973 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1976
1977         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1978
1979         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1980
1981 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1982
1983         * mm-view.el (mm-inline-message): Disable prepare-hook.
1984
1985 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus.el: Fix copyright statements.
1988
1989         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1990         variable.
1991         (gnus-articles-to-read): Use it.
1992
1993         * message.el (message-get-reply-headers): Bind free variable.
1994
1995 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1996
1997         * message.el (message-get-reply-headers): Fix to-address.
1998
1999 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2000
2001         * webmail.el: Hotmail fix. Add a debug function.
2002
2003 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-sum.el (t): M-down and M-up.
2006
2007 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2008
2009         * gnus-sum.el: Doc fix.
2010
2011 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2012
2013         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2014
2015 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2018         string.
2019         (nnweb-request-group): Don't scan twice.
2020         (nnweb-request-scan): Don't nix out the hashtb.
2021
2022         * message.el (message-get-reply-headers): Return a value.
2023
2024 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2025
2026         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2027         urls.
2028
2029 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2032         order messages are inserted.
2033
2034         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2035         message/rfc822 parts.
2036
2037         * gnus-art.el (gnus-article-read-summary-keys): Check for
2038         numerical values.
2039
2040         * message.el (message-get-headers): Made into own function.
2041         (message-reply): Use it.
2042         (message-get-reply-headers): Renamed.
2043         (message-widen-reply): New command.
2044
2045 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2046
2047         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2048
2049 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2050
2051         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2052         non-base64 text at the end if not found.
2053
2054 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2055
2056         * gnus-sum.el (gnus-read-move-group-name):
2057         (gnus-summary-move-article): Use `gnus-group-method' to find out
2058         what method the manually entered group belong to.
2059         `gnus-group-name-to-method' doesn't return any method parameters
2060         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2061         for new groups so they wouldn't work.
2062
2063 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2066         override.
2067
2068 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2069
2070         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2071         probably good to do, or something.  I dunno.  I just write these
2072         ChangeLog entries, and my name is Lars.
2073
2074 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2075
2076         * message.el (message-caesar-region): Use translate-region.
2077
2078 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2079
2080         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2081
2082 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2085         variables, because that makes Emacs flash.
2086
2087         * gnus-group.el (gnus-group-insert-group-line): Don't call
2088         gnus-group-add-icon unconditionally.
2089
2090         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2091
2092         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2093         xmas.
2094         (gnus-group-glyph-directory): Removed.
2095
2096 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2097
2098         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2099         gnus-newsgroup-name is "".
2100
2101 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2102
2103         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2104         in conjunction with MULE-UCS.
2105
2106 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2107
2108         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2109
2110 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * dgnushack.el (last, mapcon, member-if, union): New compiler
2113         macros for emulating cl functions.
2114
2115 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2116
2117         * message.el (message-shorten-references): Only cater to broken
2118         INN for news. This caters for broken smtpd.
2119
2120 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * mailcap.el (mailcap-mime-info): Use the first match; not the
2123         last.
2124
2125         * gnus-agent.el (gnus-category-kill): Save the category list.
2126
2127 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2128
2129         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2130
2131 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2134
2135 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2138
2139 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2140
2141         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2142         (gnus-group-list-cached): Use it.
2143
2144 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * gnus.el: Update all the copyright notices.
2147
2148 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2149
2150         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2151         non-base64 text at the end.
2152
2153 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2156
2157 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * nnheader.el: Don't autoload cancel-function-timers.
2160
2161         * message.el (message-fetch-field): Fold case.
2162
2163 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2164
2165         * message.el (message-forward-before-signature): New variable.
2166
2167 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2168
2169         * gnus-mlspl.el: Fix stuff.
2170
2171 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2174         subjects when unthreaded.
2175
2176 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2177
2178         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2179         well.
2180
2181 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2182
2183         * gnus-art.el (gnus-article-mode): Fix variable name.
2184
2185 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * mm-view.el: Fix autoload.
2188
2189         * flow-fill.el (flow-fill): Fix provide.
2190
2191         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2192         nil.
2193
2194 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2195
2196         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2197
2198 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-util.el (gnus-netrc-machine): Didn't work.
2201
2202 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2203
2204         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2205
2206 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * flow-fill.el: Renamed from fill-flowed.
2209
2210         * message.el (message-forward-ignored-headers): Default to
2211         removing CTE.
2212
2213 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2214
2215         * message.el (message-mode): Don't fill headers.
2216
2217 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * message.el (message-pipe-buffer-body): Use shell
2220
2221 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2222
2223         * nnvirtual.el (nnvirtual-request-article):
2224         Bind gnus-override-method to nil.
2225         (nnvirtual-request-update-mark): Don't update mark when
2226         article is not there.
2227
2228 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2229
2230         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2231
2232 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-util.el (gnus-parse-netrc): Allow "port".
2235         (gnus-netrc-machine): Take a port param.
2236         (gnus-netrc-machine):
2237
2238         * gnus-art.el (gnus-request-article-this-buffer): Allow
2239         re-selecting referenced articles.
2240
2241         * message.el (message-cancel-news): Allow editing.
2242         (message-cancel-message): Add newline.
2243
2244 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2245
2246         * mm-view.el (mm-inline-image-emacs): New function.
2247
2248 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * mail-source.el (mail-source-delete-incoming): Change default in
2251         cvs.
2252
2253 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2254
2255         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2256         function.
2257
2258 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * nnml.el (nnml-request-expire-articles): Use it.
2261
2262         * nnmail.el (nnmail-expiry-target): New variable.
2263         (nnmail-expiry-target-group): New function.
2264
2265 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2266
2267         * message.el (message-forward): Add non-MIME separators.
2268
2269 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * message.el (message-generate-headers): Respect the syntax check
2272         spec.
2273
2274         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2275         (gnus-remove-thread): Don't show all threads.
2276
2277 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2278
2279         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2280
2281 2000-04-19  Dave Love  <fx@gnu.org>
2282
2283         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2284
2285 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2288         (nnwarchive-egroups-*): Ditto.
2289         (nnwarchive-url): Unibyte buffer and single line cookie.
2290
2291 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2292
2293         * mm-util.el (mm-char-or-char-int-p): New alias.
2294         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2295         entities.
2296
2297 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2298
2299         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2300         article case insensitively.
2301
2302 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2303
2304         * mail-source.el (mail-source-fetch-webmail): Use the default
2305         password provided in mail-sources; use webmail:subtype:user as
2306         the key.
2307
2308 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2309
2310         * mail-source.el (mail-source-fetch-webmail): Use
2311         mail-source-password-cache.
2312
2313 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2314
2315         * webmail.el: Add netscape mail and fix HotMail mail.
2316
2317 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2318
2319         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2320
2321 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2322
2323         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2324         RFC822.PEEK if server support IMAP4rev1.
2325         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2326         RFC822.TEXT.PEEK if server support IMAP4rev1.
2327         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2328         RFC822.HEADER if server support IMAP4rev1.
2329         (nnimap-request-article-part): Support bodydetail in response
2330         data.
2331
2332 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2333
2334         * fill-flowed.el: New file.
2335
2336         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2337         text/plain parts with `format' parameters.
2338
2339         * mm-view.el (autoload): Autoload fill-flowed.
2340         (mm-inline-text): For "plain" parts with a format=flowed
2341         parameter, call `fill-flowed'.
2342
2343 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2346         slashdot ids.
2347
2348 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2351         format.
2352
2353 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2354
2355         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2356         `imtest' too.
2357         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2358         (imap-gssapi-program): New variable.
2359         (imap-streams): Add gssapi.
2360         (imap-stream-alist): Ditto.
2361         (imap-authenticators): Ditto.
2362         (imap-authenticator-alist): Ditto.
2363         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2364         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2365         1.6.x `imtest' syntax.
2366         (imap-gssapi-stream-p): New function.
2367         (imap-gssapi-open): Ditto.
2368         (imap-gssapi-auth-p): Ditto.
2369         (imap-gssapi-auth): Ditto.
2370         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2371         (imap-send-command): Use buffer-local `imap-client-eol' value.
2372
2373         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2374         lines and turn TAB into SPC before parsing.
2375
2376 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2377
2378         * nnheader.el (nnheader-group-pathname): Make sure to return a
2379         directory.
2380         * nnmail.el (nnmail-group-pathname): Ditto.
2381
2382 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2383
2384         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2385         might split in the middle of a message-id.
2386
2387 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2390         groups from the server.
2391
2392         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2393         (gnus-summary-toggle-header): Update the wash status.
2394
2395         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2396         Moved here.
2397
2398         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2399         setting.
2400
2401         * nnmail.el (nnmail-get-active): Use it.
2402         (nnmail-parse-active): New function.
2403
2404         * mm-view.el (mm-inline-text): Support the new version of
2405         vcard.el.
2406
2407         * gnus-sum.el (gnus-summary-move-article): Only delete article
2408         when moving junk.
2409         (gnus-deaden-summary): Bury the buffer.
2410
2411         * nnmail.el (nnmail-group-pathname): Ditto.
2412
2413         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2414
2415 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2416
2417         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2418         whether Mule.
2419
2420 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * message.el (message-send-mail): Protect against unloaded Gnus.
2423
2424         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2425         parent.
2426         (gnus-topic-update-topic-line): Yes, do.
2427         (gnus-topic-goto-missing-group): Tally the correct number of
2428         unread articles before inserting the topic line.
2429
2430 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2433
2434 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * mm-decode.el (mm-dissect-buffer): Ditto.
2437
2438         * gnus-art.el (article-decode-charset): Strip CTE.
2439
2440         * ietf-drums.el (ietf-drums-strip): New function.
2441
2442         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2443         when prompting in read-only groups.
2444
2445 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2446
2447         * imap.el (imap-send-command): Change EOL-chars when
2448         `imap-client-eol' differs from default, not only for kerberos4.
2449         (imap-mailbox-status): Get encoded mailbox's status.
2450
2451 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2452
2453         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2454         into `mail-source-password-cache'.
2455
2456 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2457
2458         * mm-util.el (mm-mime-charset): Check for presence of
2459         `coding-system-get' and `get-charset-property' (recent XEmacs has
2460         the former, but not the latter).
2461
2462 2000-01-28  Dave Love  <fx@gnu.org>
2463
2464         * message.el (message-check-news-header-syntax): Fix typo
2465         `newsgroyps'.
2466         (message-talkative-question): Put temp buffer in fundamental-mode.
2467         (message-recover): Use fundamental-mode in the right buffer.
2468
2469         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2470         right buffer.
2471
2472 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2473
2474         * qp.el (quoted-printable-decode-region): Add charset parameter.
2475         (quoted-printable-decode-string): Ditto.
2476
2477         * gnus-art.el (article-de-quoted-unreadable): Use it.
2478
2479 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2480
2481         * nnimap.el (nnimap-split-predicate): New variable.
2482         (nnimap-split-articles): Use it.
2483
2484 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2485
2486         * utf7.el: Change email address.
2487
2488 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-group.el (gnus-group-catchup): Purge split history.
2491
2492 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2493
2494         * nnmail.el (nnmail-generate-active): Support extended group name.
2495         (nnmail-get-active): Ditto.
2496
2497 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2498
2499         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2500         group names, don't remove anything.
2501
2502 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2503
2504         * webmail.el (webmail-my-deja-open): My-deja changes.
2505
2506 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2507
2508         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2509
2510 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2511
2512         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2513
2514 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2515
2516         * gnus.el (gnus-other-frame): Fix typo.
2517
2518 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2519
2520         * gnus-cus.el (gnus-group-customize): Fix typo.
2521
2522 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * nnweb.el (nnweb-insert): Simplified.
2525
2526 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * gnus-art.el (gnus-article-mode-map): "e" is
2529         gnus-summary-edit-article.
2530
2531 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2532
2533         * mailcap.el (mailcap-mime-extensions): Add .diff.
2534
2535 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2536
2537         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2538         there is no "%s" in the method.
2539
2540 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2541
2542         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2543
2544 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2547
2548         * gnus.el: Really always pop up a new frame.
2549
2550         * parse-time.el (parse-time-rules): Allow 100-110 to be
2551         2000-2010.
2552
2553         * time-date.el (date-to-time): Don't use timezone.
2554
2555 2000-01-06  Dave Love  <fx@gnu.org>
2556
2557         * time-date.el: Add keywords.
2558         (date-to-time): Add autoload cookie.  Canonicalize with
2559         timezone-make-date-arpa-standard.
2560         (time-to-seconds): Avoid caddr.
2561         (safe-date-to-time): Add autoload cookie.
2562
2563         * base64.el: Require cl when compiling.
2564
2565 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2566
2567         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2568         eyecandy.
2569         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2570         group line using gnus-group-add-icon.
2571         (gnus-group-icons): Added customize group.
2572         (gnus-group-icon-list): Added variable.
2573         (gnus-group-glyph-directory): Added variable.
2574         (gnus-group-icon-cache): Added variable.
2575         (gnus-group-running-xemacs): Added variable.
2576         (gnus-group-add-icon): Added function. Add an icon to the current
2577         line according to gnus-group-icon-list.
2578         (gnus-group-icon-create-glyph): Added function.
2579
2580 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-sum.el (gnus-summary-select-article): Return whether we
2583         selected something new.
2584         (gnus-summary-search-article): Start searching at the window
2585         point.
2586
2587         * gnus-group.el (gnus-fetch-group): Complete over
2588         gnus-active-hashtb.
2589
2590 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2591
2592         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2593
2594 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * gnus-sum.el (gnus-preserve-marks): New variable.
2597         (gnus-summary-move-article): Use it.
2598         (gnus-group-charset-alist): Added more entries.
2599
2600 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2603
2604         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2605         as the default score.
2606
2607         * gnus-score.el (gnus-score-delta-default): Changed name.
2608
2609 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2610
2611         * imap.el (imap-parse-literal):
2612         (imap-parse-flag-list): Don't care about props.
2613         (imap-parse-string): Handle quoted characters.
2614
2615 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2618         (gnus-summary-mark-article): Doc fix.
2619         (gnus-summary-mark-forward): Doc fix.
2620         (t): Changed keystroke for gnus-summary-customize-parameters.
2621
2622         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2623         "e".
2624         (gnus-article-mode-map): No, don't.
2625
2626         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2627         of the final article.
2628
2629         * mm-decode.el (mm-interactively-view-part): Error on no method.
2630
2631 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2632
2633         * gnus-score.el (gnus-score-insert-help): Something.
2634
2635         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2636
2637         * gnus-win.el (gnus-configure-frame): Ditto.
2638
2639         * gnus-mh.el (gnus-summary-save-in-folder): Use
2640         with-current-buffer.
2641
2642 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * nnwarchive.el: Changed file perms.
2645
2646 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-group.el (gnus-group-delete-groups): New command.
2649         (gnus-group-delete-group): Extra no-prompt parameters.
2650
2651 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2654         <p>.
2655
2656 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2657
2658         * webmail.el (webmail-hotmail-article): Don't insert message id.
2659
2660 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2661
2662         * nnimap.el (nnimap-split-fancy): New variable.
2663         (nnimap-split-fancy): New function.
2664
2665 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2666
2667         (nnimap-split-rule): Document symbol value.
2668
2669 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2670
2671         * nnimap.el (nnimap-retrieve-headers-progress): Let
2672         `nnheader-parse-head' parse article.
2673         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2674         request headers needed by `nnheader-parse-head'.
2675
2676 1999-12-23  Florian Weimer  <fw@s.netic.de>
2677
2678         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2679         value (crosspostings are handled), improve documentation.
2680
2681         * smiley.el: Declare file coding system as iso-8859-1.
2682
2683         * nnultimate.el: Dito.
2684
2685         * message.el: Dito.
2686
2687         * gnus-cite.el: Dito.
2688
2689         * gnus-spec.el: Dito.
2690
2691 1999-12-21  Florian Weimer  <fw@s.netic.de>
2692
2693         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2694         (gnus-setup-message): No longer make `message-posting-charset'
2695         buffer-local.
2696         (gnus-setup-posting-charset): Reflect the new layout of
2697         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2698
2699         * message.el (message-send-mail): Bind `message-this-is-mail' and
2700         `message-posting-charset'.
2701         (message-send-news): Dito, and honour new layout of
2702         `message-posting-charset'.
2703         (message-encode-message-body): Ignore `message-posting-charset'.
2704
2705         * mm-bodies.el (mm-body-encoding): Consider
2706         `message-posting-charset' when deciding whether to use 8bit.
2707
2708         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2709         (rfc2047-encodable-p): Now solely for headers; use
2710         `message-posting-charset'.
2711
2712 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2715
2716 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2717
2718         * nnagent.el (nnagent-server-opened): Optional.
2719         (nnagent-status-message): Optional.
2720
2721 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2722
2723         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2724         end (referenced by instructions in
2725         `gnus-cited-opened-text-button-line-format-alist').
2726
2727 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2728
2729         * imap.el (imap-starttls-open): Typo.
2730
2731 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2732
2733         * mm-util.el (mm-charset-after): Non-MULE case.
2734         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2735         * rfc2047.el (rfc2047-dissect-region): Bind it.
2736
2737 1999-12-18  Florian Weimer  <fw@s.netic.de>
2738
2739         * mml.el (mml-generate-multipart-alist): Correct default value.
2740
2741         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2742         (mm-safer-encoding): New function.
2743         (mm-content-transfer-encoding): Use both.
2744
2745         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2746         * qp.el (quoted-printable-encode-region): Dito.
2747
2748 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2749
2750         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2751
2752 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2753
2754         * webmail.el (webmail-hotmail-list): raw=0.
2755
2756 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2757
2758         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2759         group name.
2760
2761 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2762
2763         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2764
2765 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2766
2767         * imap.el: Don't autoload digest-md5.
2768         (imap-starttls-open): Bind coding-system-for-{read,write}.
2769         (imap-starttls-p): Check if we can find starttls.el.
2770         (imap-digest-md5-p): Check if we can find digest-md5.el.
2771
2772 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2773
2774         * base64.el (base64-encode-string): Accept 2nd argument
2775         `no-line-break'.
2776
2777         * imap.el: Require `digest-md5' when compiling; add autoload
2778         settings for `digest-md5-parse-digest-challenge',
2779         `digest-md5-digest-response', `starttls-open-stream' and
2780         `starttls-negotiate'.
2781         (imap-authenticators): Add `digest-md5'.
2782         (imap-authenticator-alist): Setup for `digest-md5'.
2783         (imap-digest-md5-p): New function.
2784         (imap-digest-md5-auth): New function.
2785         (imap-stream-alist): Add STARTTLS entry.
2786         (imap-starttls-p): New function.
2787         (imap-starttls-open): New function.
2788
2789 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2790
2791         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2792
2793 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2794
2795         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2796         string-to-x function.
2797
2798 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2799
2800         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2801
2802 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2803
2804         * webmail.el: Enhance hotmail-snarf.
2805
2806 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2807
2808         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2809
2810 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2811
2812         * webmail.el (webmail-hotmail-list): Search no-error.
2813
2814 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2815
2816         * nnwarchive.el: Support nov-is-evil.
2817         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2818         Set it if non-nil.
2819         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2820
2821 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2822
2823         * nnagent.el (nnagent-server-opened): Redefine.
2824         (nnagent-status-message): Ditto.
2825
2826 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2827
2828         * rfc1843.el (rfc1843-decode-region): Use
2829         buffer-substring-no-properties.
2830         * gnus-art.el (article-decode-HZ): New function.
2831
2832 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2833
2834         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2835
2836 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2837
2838         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2839         MIME charset not a MULE charset.
2840
2841 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2842
2843         * gnus-ems.el: Translate more ugly characters.
2844         * nnheader.el (nnheader-translate-file-chars): Don't translate
2845         the second ':'.
2846
2847 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2848
2849         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2850         method if cannot find the article.
2851
2852 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2853
2854         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2855         method if overrided.
2856
2857 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2858
2859         * mail-source.el (mail-source-fetch-webmail): Parameter
2860         dontexpunge.
2861
2862 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2863
2864         * webmail.el: Support my-deja. Better error report.
2865
2866 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2867
2868         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2869         is bad.
2870         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2871         is not 1.
2872
2873 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2874
2875         * nnslashdot.el (nnslashdot-request-article): A space.
2876
2877 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * nnagent.el: Support different backend with same name.
2880
2881 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2882
2883         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2884         archived group.
2885         (nnslashdot-sane-retrieve-headers): Ditto.
2886         (nnslashdot-request-article): Ditto.
2887
2888 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2889
2890         * nnweb.el (nnweb-insert): Narrow to point.
2891
2892 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2893
2894         * nnweb.el (nnweb-insert): Follow refresh url.
2895         * nnslashdot.el: Use it.
2896
2897 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2898
2899         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2900         (nnweb-decode-entities-string): New function.
2901
2902         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2903         nnweb-* and move to nnweb.el.
2904         * nnwarchive.el: Use nnweb-decode-entities, etc.
2905         * webmail.el: Ditto.
2906
2907         * nnslashdot.el: Use nnweb-decode-entities-string.
2908         (nnslashdot-decode-entities): Remove.
2909
2910 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2911
2912         * nnslashdot.el: Decode entities.
2913
2914 1999-12-12  Dave Love  <fx@gnu.org>
2915
2916         * gnus-agent.el (gnus-category-edit-groups)
2917         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2918         expansion of setf, fixed.
2919
2920 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2921
2922         * gnus-agent.el: Revoke last Dave Love's patch, because of
2923         incompatibility of XEmacs.
2924
2925 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2926
2927         * mm-uu.el: Change headers.
2928         * rfc1843.el: Ditto.
2929         * uudecode.el: Ditto.
2930
2931 1999-12-07  Dave Love  <fx@gnu.org>
2932
2933         * gnus-agent.el (gnus-category-edit-predicate)
2934         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2935         inside backquote to avoid it at runtime.
2936
2937 1999-12-07  Dave Love  <fx@gnu.org>
2938
2939         * binhex.el: Require cl when compiling.
2940
2941 1999-12-04  Dave Love  <fx@gnu.org>
2942
2943         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2944
2945 1999-12-04  Dave Love  <fx@gnu.org>
2946
2947         * mm-util.el (mm-delete-duplicates): New function.
2948         (mm-write-region): Use it.
2949
2950         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2951
2952         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2953         mm-delete-duplicates.
2954
2955         * imap.el (imap-open, imap-debug): Avoid mapc.
2956
2957         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2958
2959         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2960         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2961
2962         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2963         runtime.
2964
2965         * gnus.el (gnus-select-method): Likewise.
2966
2967         * nnheader.el (nnheader-nov-read-integer): Likewise.
2968
2969         * mm-view.el (mm-inline-message): Require cl when compiling.
2970         Avoid ignore-errors at runtime.
2971         (mm-inline-text): Avoid mapc.
2972
2973 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2974
2975         * gnus-art.el (article-decode-charset): Widen is bad.
2976
2977 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2978
2979         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2980
2981 1999-12-12  Florian Weimer  <fw@s.netic.de>
2982
2983         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2984         indicate that only US-ASCII is permitted.
2985         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2986         use unencoded 8-bit characters in message headers.
2987
2988 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2989
2990         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2991         CRLF.
2992
2993 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2994
2995         * webmail.el: Require url-cookie.
2996
2997 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2998
2999         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3000         new function to make modified caesar table.
3001         (nnwarchive-from-r13): Use it.
3002         (nnwarchive-mail-archive-article): Improved.
3003
3004 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3005
3006         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3007
3008 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * nnweb.el (nnweb-request-article): Return cons.
3011
3012 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3013
3014         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3015
3016 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3017
3018         * mm-util.el (mm-with-unibyte): New macro.
3019         * nnweb.el (nnweb-init): Use it.
3020
3021 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3022
3023         * mm-util.el (mm-charset-after): New function.
3024         (mm-find-mime-charset-region): Set charsets after
3025         delete-duplicates and use find-coding-systems-region.
3026         (mm-find-charset-region): Remove composition.
3027
3028         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3029
3030         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3031
3032 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3033
3034         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3035         * mml.el (mml-confirmation-set): New variable.
3036         (mml-parse-1): Ask user to confirm.
3037
3038 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3039
3040         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3041         are scanned when we have directory mail-sources (the mail source
3042         is modified in that case, so we must scan it for all
3043         groups/methods).
3044
3045 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3046
3047         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3048         and nnml-article-file-alist.
3049
3050 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3051
3052         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3053         nnmail-fetched-sources.
3054
3055 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3056
3057         * mm-util.el (mm-find-charset-region): Use the last charset.
3058
3059 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3060
3061         * gnus.el (gnus-select-method): Made the option list prettier.
3062
3063 1999-12-08  Florian Weimer  <fw@s.netic.de>
3064
3065         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3066         for the `de' newsgroups hierarchy, as it is common practice there.
3067
3068
3069 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3070
3071         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3072         buffer-string arguments. Fix references.
3073
3074 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3075
3076         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3077         (gnus-agent-batch-fetch): Use it.
3078         (gnus-agent-fetch-session): Use it.
3079
3080 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3083
3084 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3085
3086         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3087         nil.
3088
3089 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3090
3091         * nnslashdot.el (nnslashdot-request-list): There were two
3092         top-level body-forms.  Put a `progn' around them.
3093
3094         * gnus.el (gnus-select-method): Use `condition-case'
3095         instead of `ignore-errors', since cl may not be loaded when the
3096         form is evaluated.
3097
3098 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3099
3100         * nnwarchive.el: Support www.mail-archive.com.
3101
3102 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3103
3104         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3105         do anything.
3106
3107 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3108
3109         * utf7.el: New file, written by Jon K Hellan.
3110
3111         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3112         default to t.
3113
3114 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3117
3118         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3119         current.
3120         (gnus-refer-article-methods): New function.
3121         (gnus-summary-refer-article): Use it.
3122
3123 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3124
3125         * nnimap.el (nnimap-retrieve-groups): Return active format.
3126
3127         * nnimap.el (nnimap-replace-in-string): Removed.
3128         (nnimap-request-list):
3129         (nnimap-retrieve-groups):
3130         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3131
3132 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3133
3134         * imap.el: Use format-spec for ssl program.
3135         * imap.el (imap-ssl-arguments): Removed.
3136         (imap-ssl-open-{1,2}): Removed.
3137
3138 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3139
3140         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3141         instead of `ignore-errors', since cl may not be loaded when the
3142         form is evaluated.
3143
3144 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3145
3146         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3147         (mm-7bit-chars): New variable.
3148         (mm-body-7-or-8): Use it in both cases.
3149
3150 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3151
3152         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3153           defcustom definitions.
3154
3155 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3156
3157         * mm-decode.el (mm-display-part): Let mm-display-external return
3158         inline or external.
3159         (mm-display-external): For copiousoutput methods, insert output in
3160         buffer.
3161
3162 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3163
3164         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3165         buffer.
3166
3167 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * gnus-audio.el: An M too far.
3170
3171         * gnus-msg.el (gnus-setup-message): One backtick too many.
3172
3173         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3174         a function, not a variable.
3175
3176 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3177
3178         * gnus-score.el (gnus-score-body): Widen before requesting.
3179
3180 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3183
3184 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3185
3186         * mail-source.el (mail-source-fetch-webmail): Bind
3187         mail-source-string.
3188
3189 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3190
3191         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3192         (gnus-uu-unmark-by-regexp): Ditto.
3193
3194         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3195         dead groups.
3196
3197 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3200         do their real thing.
3201
3202         * nnmh.el (nnmh-be-safe): Doc fix.
3203
3204         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3205
3206         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3207         status line has arrived before we count it.
3208
3209         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3210
3211         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3212         Whitespace problems.
3213
3214         * gnus-win.el (gnus-configure-windows): Error fix.
3215
3216         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3217         right function.
3218
3219         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3220         Indent all functions.  Fix all comments to match the comment
3221         conventions.  Double-space after full stop.
3222
3223 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3224
3225         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3226         value to divide received mails into my favorite groups and I met
3227         an error.  It takes place if the length of a element "VALUE" in
3228         nnmail-split-fancy is less than two.
3229
3230 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3231
3232         * mml.el (mml-insert-part): New function.
3233
3234 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * lpath.el: Add `sc-cite-regexp'.
3237
3238 1999-12-02  Dave Love  <fx@gnu.org>
3239
3240         * mm-decode.el: Customize.
3241
3242 1999-12-03  Dave Love  <fx@gnu.org>
3243
3244         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3245         the W3 stuff isn't available.
3246
3247 1999-12-03  Dave Love  <fx@gnu.org>
3248
3249         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3250         at runtime.
3251
3252 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3253
3254         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3255
3256 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3257
3258         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3259         don't be fooled by "From nobody" lines added by respooling.
3260
3261         * pop3.el (pop3-movemail): Write crashbox in binary.
3262         (pop3-get-message-count): New function.
3263
3264         * mail-source.el (mail-source-primary-source): New variable.
3265         (mail-source-report-new-mail-interval): New variable.
3266         (mail-source-idle-time-delay): New variable.
3267         (mail-source-new-mail-available): New internal variable.
3268         (mail-source-fetch-pop): Clear new mail flag, when mail from
3269         primary source has been fetched.
3270         (mail-source-check-pop): New function.
3271         (mail-source-new-mail-p): New function.
3272         (mail-source-start-idle-timer): New function.
3273         (mail-source-report-new-mail): New function.
3274         (mail-source-report-new-mail): New internal variable.
3275         (mail-source-report-new-mail-timer): New internal variable.
3276         (mail-source-report-new-mail-idle-timer): New internal variables.
3277
3278 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3279
3280         * gnus-cus.el (gnus-group-customize): Customize fix.
3281
3282 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3283
3284         * message.el (message-send-mail-with-sendmail): Use
3285         message-make-address.
3286
3287 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3288
3289         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3290
3291 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3292
3293         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3294
3295 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3296
3297         * mml.el (mml-insert-tag): Don't close the tag.
3298         (mml-insert-empty-tag): New function.
3299         (mml-attach-file): Use mml-insert-empty-tag instead of
3300         mml-insert-tag.
3301         (mml-attach-buffer): Ditto.
3302         (mml-attach-external): Ditto.
3303         (mml-insert-multipart): Ditto.
3304
3305 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3306
3307         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3308         the article number.
3309
3310 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3311
3312         * gnus.el (gnus-find-method-for-group): The method of a new group
3313         is not the native one.
3314
3315 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3318
3319 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * nnultimate.el (nnultimate-retrieve-headers): Use
3322         mm-with-unibyte-current-buffer.
3323         (nnultimate-request-article): Ditto.
3324
3325 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3326
3327         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3328
3329 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3330
3331         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3332         * nnweb.el (nnweb-retrieve-headers): Use it.
3333         (nnweb-request-article): Use it.
3334
3335         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3336         case matching failed.
3337
3338 1999-12-02  John Wiegley <jwiegley@inprise.com>
3339
3340         * mail-source.el (mail-source-keyword-map): Add backslash to
3341         Delete-flag.
3342
3343 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3346         Latin-1.
3347         (gnus-group-charset-alist): No, don't.
3348
3349         * nnweb.el (nnweb-init): Make the buffer unibyte.
3350
3351 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3352
3353         * mail-source.el (mail-source-set-common-1): Fix to get the
3354         default value.
3355
3356 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3359
3360         * nnultimate.el (nnultimate-request-list): Use unibyte.
3361
3362         * gnus-uu.el (gnus-uu-grab-articles): Bind
3363         gnus-display-mime-function to nil.
3364
3365         * message.el (message-send-mail-with-sendmail): Use the
3366         user-mail-address variable.
3367
3368         * gnus-art.el (gnus-ignored-headers): More headers.
3369
3370         * message.el (message-shorten-1): Use list.
3371
3372 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3375         signatures.
3376
3377         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3378         (nnweb-dejanews-create-mapping): Do the properish date.
3379
3380 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3381
3382         * mail-source.el (mail-source-common-keyword-map): New variable.
3383         (mail-source-bind-common): New macro.
3384         (mail-source-fetch): Support plugged mail source.
3385         * gnus-int.el (gnus-request-scan): Use them.
3386
3387 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * mm-view.el (mm-inline-message): Check whether charset is a
3390         string.
3391
3392         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3393
3394         * message.el (message-mode-map): Changed keystroke for
3395         message-yank-buffer.
3396
3397 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3398
3399         * message.el (message-shorten-references): Cut references to 31
3400         elements, then either fold them or shorten them to 988 characters.
3401         (message-shorten-1): New function.
3402         (message-cater-to-broken-inn): New variable.
3403
3404 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3405
3406         * nnslashdot.el (nnslashdot-lose): New function.
3407
3408 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * mm-view.el (mm-inline-message): Not the right type of charset is
3411         being fetched here.  Let the group charset rule.
3412         (mm-inline-message): Ignore us-ascii.
3413
3414 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3415
3416         * mail-source.el (mail-source-fetch-maildir): work around the
3417         ommitted "file-regular-p" in efs/ange-ftp
3418
3419 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3422         (mml-generate-mime-1): Use the encoding param.
3423
3424         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3425
3426         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3427         gnus-art before binding its variables.
3428
3429         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3430         after the MIME.
3431
3432 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3433
3434         * message.el (message-clone-locals): Use it.
3435
3436         * gnus-msg.el (gnus-configure-posting-styles): Make
3437         user-mail-address local.
3438
3439 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3440
3441         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3442         once.
3443
3444 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3447         (message-clone-locals): Ditto.
3448
3449         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3450         group inherit reply-to or from.
3451
3452 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3453
3454         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3455         for charset.
3456         (gnus-summary-show-article-charset-alist): New variable.
3457
3458         * mm-bodies.el (mm-decode-string): Support gnus-all and
3459         gnus-unknown.
3460         (mm-decode-body): Ditto.
3461         * rfc2047.el (rfc2047-decode): Ditto.
3462
3463 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * mail-source.el (mail-source-delete-incoming): Change default to
3466         t.
3467
3468 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3469
3470         * gnus.el: Pterodactyl Gnus v0.99 is released.
3471
3472 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3475
3476         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3477         spec.
3478
3479         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3480         (gnus-configure-posting-styles): No, don't.
3481         (gnus-configure-posting-styles): Allow overriding files.
3482
3483         * gnus-art.el (gnus-header-button-alist): Use browse-url
3484         directly.
3485
3486         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3487
3488         * gnus-msg.el (gnus-summary-yank-message): New command and
3489         keystroke.
3490
3491         * message.el (message-yank-buffer): New command.
3492         (message-buffers): New function.
3493
3494         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3495         next group in a more normal fasion.
3496
3497         * mml.el (mml-boundary-function): New variable.
3498         (mml-compute-boundary): Use it.
3499
3500         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3501         that exist for them.
3502
3503         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3504         (gnus-async-timer): New variable.
3505
3506 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3507
3508         * nnultimate.el (nnultimate-request-list): Be more lenient with
3509         root addresses.
3510
3511 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * gnus-art.el (gnus-treatment-function-alist): Do
3514         gnus-treat-capitalize-sentences.
3515
3516 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3517
3518         * webmail.el (webmail-hotmail-article): Hotmail changes the
3519         format.
3520
3521 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3522
3523         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3524         switch to buffer after calling program.
3525         (mm-display-external): Use `shell-command-switch' instead of "-c".
3526
3527 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3530         read groups file.
3531
3532         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3533         <p>.
3534
3535 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * message.el (message-mode): Doc fix.
3538
3539 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3540
3541         * gnus-art.el (article-emphasize): Check group variable.
3542         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3543
3544 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3545
3546         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3547         type.
3548
3549 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3550
3551         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3552
3553 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3554
3555         * mml.el (mml-quote-region): Insert ! after the hash.
3556
3557 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3558
3559         * gnus-group.el (gnus-group-warchive-address-history): Change to
3560         nil.
3561
3562 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3563
3564         * webmail.el: Support mail.yahoo.com.
3565
3566         * mail-source.el (mail-source-fetch-webmail): Add password check.
3567         (mail-source-keyword-map): Use `subtype'.
3568
3569 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3570
3571         * mail-source.el (mail-source-keyword-map): Add webmail.
3572         (mail-source-fetcher-alist): Ditto.
3573         (mail-source-fetch-webmail): New function.
3574         * webmail.el: New file.
3575
3576 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3577
3578         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3579
3580 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3581
3582         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3583
3584 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3587         (nnultimate-prune-days): New function.
3588         (nnultimate-create-mapping): Use it.
3589         (nnultimate-request-group): Only fetch the groups list if it has
3590         not been done before.
3591         (nnultimate-retrieve-headers): Don't write groups.
3592         (nnultimate-create-mapping): Off-by-one error.
3593
3594 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3597         threaded subjects.
3598
3599 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3600
3601         * nnwarchive.el: Lots of changes make agent happy.
3602
3603 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3604
3605         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3606         hashtb.
3607
3608 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3609
3610         * mm-decode.el (mm-display-external): Write region with binary
3611         mode.
3612
3613 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3614
3615         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3616
3617 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3618
3619         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3620         (mm-uu-test): Now it is in restricted region.
3621
3622         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3623
3624         * mm-view.el (mm-view-message): Fix buffer leak.
3625         (mm-inline-message): Support 'gnus-decoded.
3626
3627         * mm-bodies.el (mm-decode-body): Ditto.
3628
3629         * rfc2047.el (rfc2047-decode-region): Ditto.
3630
3631 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3632
3633         * imap.el (require): Added autoload for base64-encode-string.
3634
3635 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3636
3637         * gnus.el (gnus-refer-article-method): Made list value
3638         customizable.
3639
3640 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3641
3642         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3643         NOFORCE in Emacs case.
3644
3645 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * gnus-art.el (gnus-request-article-this-buffer): Set
3648         gnus-newsgroup-name.
3649
3650 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3651
3652         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3653         NOFORCE.
3654
3655 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3656
3657         * gnus-start.el (gnus-get-unread-articles): Check server before
3658         scanning.
3659
3660 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3663
3664         * nnslashdot.el (nnslashdot-login-name): New variable.
3665         (nnslashdot-password): Ditto.
3666         (nnslashdot-request-post): New function.
3667
3668         * gnus-art.el (gnus-treat-buttonize): More testing.
3669
3670         * mm-encode.el: Another CVS test.
3671
3672         * gnus-art.el (gnus-treat-emphasize): Change default.
3673         (gnus-treat-buttonize): Ditto.
3674         (gnus-treat-buttonize): This is a test.
3675
3676         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3677         (gnus-build-sparse-threads): Ditto.
3678         (gnus-build-all-threads): Ditto.
3679
3680         * nnheader.el (make-full-mail-header): Make into a subst.
3681
3682         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3683         unless w3 is supplied.
3684
3685         * gnus.el (gnus-refer-article-method): Doc fix.
3686
3687         * gnus-sum.el: Do not accept a prefix.
3688         (gnus-summary-refer-article): Accept a list of select methods.
3689
3690 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3691
3692         * Makefile.in: Change `^  *' to `\t'.
3693
3694 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3695
3696         * message.el (message-forward): Pay attention to prefix argument
3697         again and forward all headers when it is set, regardless of the
3698         value of message-forward-ignored-headers.
3699
3700 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3701
3702         * dgnushack.el (dgnushack-compile): Vpath file.
3703
3704         * Makefile.in (SHELL): VPATH support.
3705
3706 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * gnus-ems.el: Check for cygwin32.
3709
3710 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3711
3712         * mm-decode.el (mm-display-external): Use 'non-viewer.
3713
3714 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3715
3716         * base64.el (base64-encode-string): An alias for base64-encode for
3717         compatibility.
3718
3719 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3720
3721         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3722         nntp-inhibit-erase.
3723
3724 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3725
3726         * gnus-start.el (gnus-get-unread-articles): Use
3727         nnfoo-retrieve-groups to find new news, if available.
3728         (gnus-read-active-file-2): New function.
3729         (gnus-get-unread-articles): Use it.
3730         (gnus-read-active-file-1): Ditto.
3731
3732 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * mm-util.el (mm-find-mime-charset-region): Make sure
3735         find-coding-systems-for-charsets is fbound.
3736
3737         * gnus-ems.el: Typo fix.
3738
3739 1999-11-13  Florian Weimer  <fw@s.netic.de>
3740
3741         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3742         it's available and makes sense.
3743
3744 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3745
3746         * gnus-score.el (gnus-score-save): Translate score file.
3747
3748 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3749
3750         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3751         added fetchflag and dontexpunge keywords.
3752         (mail-source-fetch-imap): Use them.
3753
3754 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3755
3756         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3757         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3758         `defconst'.
3759
3760         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3761         `defconst'.
3762         Mention that it is both for group and topic parameters.
3763         (gnus-extra-topic-parameters): New constant, including `subscribe'
3764         parameter.
3765         (gnus-extra-group-parameters): New constant.
3766         (gnus-group-customize): Use them.
3767
3768         * gnus.el (gnus-select-method): Added default value and tag.
3769         (gnus-refer-article-method): Added `DejaNews' customization option.
3770
3771 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3774
3775         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3776         syntax.
3777
3778         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3779
3780         * nnslashdot.el (nnslashdot-group-number): Changed default.
3781
3782         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3783         (nnweb-dejanews-wash-article): Removed.
3784         (nnweb-type-definition): Fetch by id.
3785
3786         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3787         we mean it.
3788
3789         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3790         (nnslashdot-request-list): Use Ultramode as well.
3791         (nnslashdot-date-to-date): Be more lenient.
3792         (nnslashdot-threaded): New function.
3793
3794 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3797
3798 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3799
3800         * nnweb.el (nnweb-type-definition): /=dnc
3801
3802 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3805         dates.
3806         (nnultimate-retrieve-headers): Wrong ordering.
3807
3808 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3809
3810         * message.el (message-forward-as-mime): New variable.
3811
3812 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3815
3816 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3817
3818         * mail-source.el (mail-source-movemail-and-remove): New function.
3819         (mail-source-keyword-map): Add `function' for `maildir'.
3820         (mail-source-fetch-maildir): Use it.
3821
3822 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3823
3824         * nnwarchive.el: New file.
3825         * gnus-group.el (gnus-group-make-warchive-group): New function.
3826         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3827
3828 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3831         subjects.
3832
3833 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3834
3835         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3836
3837 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nnultimate.el (nnultimate-open-server): Do address.
3840         (nnultimate-forum-table-p): New function.
3841
3842         * nnweb.el (nnweb-insert-html): Renamed.
3843         (nnweb-insert): New function.
3844
3845         * nnultimate.el (nnultimate-insert-html): New function.
3846
3847         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3848         if nov is evil.
3849         (nnslashdot-retrieve-headers): use the sane version instead.
3850
3851 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * nnslashdot.el (nnslashdot-request-article): Fold case.
3854
3855         * nnultimate.el: New file.
3856
3857         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3858         unless wanted.
3859
3860         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3861         (gnus-read-active-file-1): Separated into own function.
3862         (gnus-read-active-file): Catch quits.
3863
3864         * nnslashdot.el (nnslashdot-request-article): Search better on
3865         first article.
3866         (nnslashdot-request-list): Fold case.
3867         (nnslashdot-retrieve-headers): Ditto.
3868
3869 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * gnus.el: Autoload gnus-subscribe-topics.
3872
3873 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3874
3875         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3876         before dot.
3877         * gnus-util.el (gnus-write-active-file): Ditto.
3878
3879 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3880
3881         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3882         function.
3883         * gnus-cache.el (gnus-cache-file-name): Use it.
3884         * gnus-agent.el (gnus-agent-group-path): Use it.
3885         * nnmail.el (nnmail-group-pathname): Use it.
3886
3887 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3888
3889         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3890         if cooked.
3891         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3892         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3893         * gnus.el (gnus-short-group-name): "..." proof.
3894
3895 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3896
3897         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3898         support nnslashdot.
3899
3900 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3903         many articles.
3904         (nnslashdot-generate-active): New function.
3905         (nnslashdot-request-newgroups): Use it.
3906
3907         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3908         names.
3909
3910         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3911         (nnslashdot-request-list): Not moderated.
3912
3913 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3914
3915         * nnimap.el (nnimap-open-server): Remove error signal if
3916         nnimap-server-buffer is nil (the check should've been `boundp').
3917
3918         * imap.el (imap-log):
3919         * nnimap.el (nnimap-debug): Disable debugging by default.
3920
3921 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3924
3925         * gnus-topic.el (gnus-subscribe-topic): New function.
3926
3927         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3928         names.
3929
3930         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3931         if starting with a quote.
3932
3933 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3934
3935         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3936         group name.
3937
3938 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * nnslashdot.el: New file.
3941
3942         * nnheader.el (nnheader-insert-header): New function.
3943
3944         * gnus-art.el (gnus-mime-internalize-part): Bind
3945         mm-inlined-types.
3946
3947         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3948         files.
3949
3950 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3951
3952         * emacs-mime.texi (Customization): Document mm-inline-override-types
3953
3954 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3955
3956         * emacs-mime.texi (Customization): Document mm-inline-override-types
3957
3958 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3959
3960         * emacs-mime.texi (Customization): Document mm-inline-override-types
3961
3962 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3963
3964         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3965         (smiley-toggle-buffer): New function.
3966         (smiley-buffer): Don't quote the function.
3967         (smiley-toggle-extents): Ditto.
3968
3969 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3972         empty buffers.
3973
3974 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * gnus-art.el (gnus-article-mode-map): Use the summary article
3977         edit.
3978
3979 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3980
3981         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3982
3983 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3986
3987 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3988
3989         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3990         is list or not before condition.
3991
3992 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3993
3994         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3995
3996 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3997
3998         * gnus-art.el (gnus-emphasis-alist): New value.
3999
4000 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4001
4002         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4003         `buffer-substring'.
4004
4005 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-art.el (article-date-ut): Keep the updated timer.
4008         (gnus-emphasis-underline-italic): Doc fix.
4009
4010         * gnus-msg.el (gnus-post-method): Doc fix.
4011         (gnus-post-method): Change default.
4012
4013 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4014
4015         * message.el (message-newline-and-reformat): Improvements.
4016
4017 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * message.el (message-newline-and-reformat): Don't insert too many
4020         newlines.
4021         (message-newline-and-reformat): Work even if not sc.
4022
4023         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4024
4025         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4026
4027 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4028
4029         * mm-view.el (mm-display-patch-inline): New function.
4030
4031 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4032
4033         * mm-view.el (mm-display-patch-inline): New function.
4034
4035 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4038         group.
4039
4040         * message.el (message-forward): Narrow to the right header.
4041
4042         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4043         dates.
4044
4045         * gnus-msg.el (gnus-configure-posting-styles): Use the
4046         user-full-name function.
4047
4048         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4049         (mm-body-charset-encoding-alist): Default to nil.
4050
4051         * message.el (message-elide-ellipsis): Fix typo.
4052         (message-elide-region): Ditto.
4053         (message-elide-region): Don't insert a newline first.
4054
4055 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4058         gnus-fetch-old-headers.
4059         (gnus-cut-threads): Ditto.
4060         (gnus-summary-initial-limit): Ditto.
4061         (gnus-summary-limit-children): Ditto.
4062
4063         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4064         matches.
4065
4066 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4067
4068         * gnus-art.el (article-decode-encoded-words):
4069         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4070         live.
4071
4072         * gnus.el (gnus-read-method): Add methods from
4073         `gnus-opened-servers' to completion. Map entered method/address
4074         into existing methods if possible.
4075
4076         * gnus-group.el (gnus-group-make-group): Simplify method.
4077
4078         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4079
4080         * mml.el (mml-preview): Remove mail-header-separator before
4081         encoding.
4082
4083 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * message.el (message-read-from-minibuffer): New function.
4086
4087 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4088
4089         * gnus.el: Pterodactyl Gnus v0.98 is released.
4090
4091 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4092
4093         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4094
4095 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4096
4097         * mml.el (mml-generate-mime-1): Read attached binary file in
4098         binary mode.
4099
4100 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4101
4102         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4103
4104 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4105
4106         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4107
4108 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4109
4110         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4111
4112 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4113
4114         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4115         (gnus-article-mime-match-handle-function): New variable.
4116         (gnus-article-view-part): Make `b' customizable.
4117
4118 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4119
4120         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4121
4122 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4123
4124         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4125
4126 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4127
4128         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4129
4130 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4131
4132         * gnus-srvr.el (gnus-browse-foreign-server): Use
4133         `buffer-substring' instead of `read'.
4134
4135 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4136
4137         * nnimap.el, imap.el, rfc2104.el: New files.
4138
4139         * gnus.el (gnus-valid-select-methods): Add nnimap.
4140
4141         * gnus-group.el (gnus-group-group-map): Add
4142         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4143         (gnus-group-nnimap-expunge): New function.
4144         (gnus-group-nnimap-edit-acl): New function.
4145
4146         * gnus-agent.el (gnus-agent-group-mode-map): Add
4147         gnus-agent-synchronize.
4148         (gnus-agent-synchronize): New function.
4149         (gnus-agent-fetch-group-1): Check if server is open.
4150
4151         * nnagent.el (nnagent-request-set-mark): Save marks.
4152
4153         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4154         (mail-source-fetcher-alist): Map to imap fetcher function.
4155         (mail-source-fetch-imap): New function.
4156
4157         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4158         Hash:.
4159
4160 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4161
4162         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4163         (gnus-topic-sort-topics): New function.
4164         (gnus-topic-make-menu-bar): Add sort-topics.
4165         (gnus-topic-move): New function.
4166         (gnus-topic-move-group): Move the topic if no group selected.
4167
4168 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4169
4170         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4171
4172 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4173
4174         * mm-view.el (mm-inline-message): Fix leaving group bug.
4175
4176 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4177
4178         * gnus-msg.el (gnus-post-method): Use normal method if current is
4179         not available.
4180
4181 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4182
4183         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4184         (nnmail-insert-lines): Ditto.
4185
4186 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4187
4188         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4189         line.
4190
4191         * message.el (message-unsent-separator): One more separator.
4192
4193 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4194
4195         * nnfolder.el (nnfolder-request-move-article): For empty article,
4196         search till (point-max).
4197         (nnfolder-retrieve-headers): Ditto.
4198         (nnfolder-request-accept-article): Ditto.
4199         (nnfolder-save-mail): Ditto.
4200         (nnfolder-insert-newsgroup-line): Ditto.
4201
4202 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4203
4204         * qp.el (quoted-printable-encode-region): Check eobp.
4205
4206 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4207
4208         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4209
4210 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4211
4212         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4213         wait-for-reply.
4214
4215 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4216
4217         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4218         (mm-uu-forward-end-line): Ditto.
4219
4220 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4221
4222         * binhex.el (binhex-decode-region): don't consider the value of
4223         `enable-multibyte-characters' in XEmacs.
4224
4225         * gnus-start.el (gnus-read-descriptions-file): ditto.
4226
4227         * mm-util.el (mm-multibyte-p): ditto.
4228         (mm-with-unibyte-buffer): ditto.
4229         (mm-find-charset-region): use `mm-multibyte-p'.
4230
4231         * mm-bodies.el (mm-decode-body): ditto.
4232         (mm-decode-string): ditto.
4233
4234         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4235         `enable-multibyte-characters' in XEmacs.
4236
4237 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4238
4239         * mm-util.el (mm-binary-coding-system): Try binary first.
4240
4241 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4242
4243         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4244
4245 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4246
4247         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4248         format.
4249         (article-date-ut): Find correct insert position.
4250
4251 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4252
4253         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4254         forwarded message.
4255
4256 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4259         groups.
4260
4261         * message.el (message-resend): Use message mode when prompting.
4262
4263         * gnus-art.el (article-hide-headers): Mark wash.
4264         (article-emphasize): Ditto.
4265
4266 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4267
4268         * message.el (message-newline-and-reformat): Work for SC.
4269
4270 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4273
4274         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4275
4276 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4277
4278         * mm-decode.el mm-inline-override-types: New variable
4279
4280         * mm-decode.el (mm-inline-override-p): New function
4281
4282         * mm-decode.el (mm-inlined-p): Use it
4283
4284 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4285
4286         * mm-decode.el mm-inline-override-types: New variable
4287
4288         * mm-decode.el (mm-inline-override-p): New function
4289
4290         * mm-decode.el (mm-inlined-p): Use it
4291
4292 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4293
4294         * gnus.el: Pterodactyl Gnus v0.97 is released.
4295
4296 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4297
4298         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4299         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4300         3 args.
4301
4302 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4305         buffer for params.
4306
4307         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4308         line.
4309
4310         * message.el (message-forward-ignored-headers): New variable.
4311
4312         * gnus-art.el (gnus-article-prepare-display): Nix out
4313         gnus-article-wash-types.
4314
4315         * gnus-agent.el (gnus-agent-create-buffer): New function.
4316         (gnus-agent-fetch-group-1): Use it.
4317         (gnus-agent-start-fetch): Ditto.
4318
4319         * gnus-sum.el (gnus-summary-exit): Don't use
4320         `gnus-use-adaptive-scoring'.
4321
4322         * mail-source.el (mail-source-fetch-pop): Only store password when
4323         successful.
4324
4325         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4326
4327 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * message.el (message-reply): Use it.
4330         (message-dont-reply-to-names): New variable.
4331
4332         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4333
4334         * mm-util.el (mm-preferred-coding-system): Typo fix.
4335
4336         * message.el (message-bounce): Work for non-MIME.
4337
4338         * gnus.el (gnus-short-group-name): Short the right parts of the
4339         name.
4340
4341 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4342
4343         * mm-encode.el (mm-qp-or-base64): New version.
4344
4345 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4346
4347         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4348
4349 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4350
4351         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4352         of restricted region.
4353         (gnus-mime-display-single): Set beg at correct point.
4354
4355 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4356
4357         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4358
4359 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4360
4361         * gnus-msg.el (gnus-configure-posting-styles): Let
4362         `gnus-posting-styles' have its say in posting-style: local
4363         variable `styles' is already bound to `gnus-posting-styles' so
4364         don't rebind it to nil.
4365
4366 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4367
4368         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4369         Message-ID.
4370
4371 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4372
4373         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4374         quoted-printable-encode-region.
4375
4376         * qp.el (quoted-printable-encode-region): Assume charset
4377         encoded. Fold every line in the region.
4378
4379 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4380
4381         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4382         of active file.
4383
4384 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4385
4386         * message.el (message-mode): allows whitespaces between multiple
4387         instances of the fill character ">".
4388
4389 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4390
4391         * mm-encode.el (mm-qp-or-base64): Fix.
4392
4393 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * message.el (message-send): Too much and.
4396
4397 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4398
4399         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4400
4401 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-score.el (gnus-score-headers): Work for nil scores.
4404
4405 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * gnus-cache.el (gnus-cache-write-active): Write full names.
4408
4409         * gnus-util.el (gnus-write-active-file): Accept full name.
4410
4411         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4412         (mm-assoc-string-match): New function.
4413         (mm-display-inline): Use it.
4414
4415         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4416
4417         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4418
4419 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4420
4421         * mml.el (mml-generate-multipart-alist): New variable.
4422
4423 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4426
4427 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4428
4429         * message.el (message-send): More helpful error message if sending
4430         fails
4431
4432 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4433
4434         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4435         in newer emacsen, where ?r isn't equal 114.
4436
4437 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4438
4439         * gnus.el: Pterodactyl Gnus v0.96 is released.
4440
4441 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4442
4443         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4444         to get active info if method is covered by agent, otherwise
4445         active info is lost.
4446
4447 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4448
4449         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4450
4451 1999-08-09  Dave Love  <fx@gnu.org>
4452
4453         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4454
4455 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4456
4457         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4458           (already matched by "^X-Pgp"), removed duplicate
4459           X-Mailing-List, added several new junk headers.
4460
4461 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4462
4463         * gnus-art.el (article-decode-charset): Don't assume
4464         gnus-summary-buffer is live.
4465
4466 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4467
4468         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4469
4470 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4471
4472         * gnus-score.el (gnus-home-score-file): Work with absolute path
4473         names.
4474
4475 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4476
4477         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4478         nothing else in the group.
4479
4480 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4481
4482         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4483         the article.
4484
4485 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4486
4487         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4488
4489 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4490
4491         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4492         from mutt.
4493
4494 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4495
4496         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4497         whitespace.
4498
4499 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4500
4501         * mm-util.el (mm-text-coding-system-for-write): New variable.
4502         (mm-append-to-file): New function.
4503         (mm-write-region): New function.
4504
4505         * gnus-art.el (gnus-output-to-file): Use it.
4506         * gnus-util.el (gnus-output-to-rmail): Ditto.
4507         (gnus-output-to-mail): Ditto.
4508         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4509
4510 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4511
4512         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4513
4514         * nnheader.el (nnheader-insert-file-contents): Revert and use
4515         mm-insert-file-contents.
4516         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4517         (nnheader-auto-mode-alist): Removed.
4518
4519         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4520         (mm-insert-file-contents): Add a new parameter for inserting
4521         compressed file literally.
4522
4523         * mml.el (mml-generate-mime-1): Insert non-text literally.
4524
4525         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4526
4527 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4528
4529         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4530
4531 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4532
4533         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4534         koi8-r.
4535
4536 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4537
4538         * mml.el (mml-insert-mime): Decode text.
4539         (mml-to-mime): Narrow to headers-or-head.
4540
4541 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4542
4543         * mm-view.el (mm-inline-text): Check
4544         w3-meta-content-type-charset-regexp.
4545
4546 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4547
4548        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4549        predicate.
4550
4551 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4552
4553         * gnus-mlspl.el: Documentation fixes.
4554
4555 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4556
4557         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4558
4559 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4560
4561         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4562         variables.
4563
4564 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4565
4566         * nnmail.el (nnmail-get-new-mail): "Done".
4567
4568 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4571         interactive.
4572
4573 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4574
4575         * gnus-art.el (article-decode-charset): Fix broken CT.
4576
4577 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4578
4579         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4580         overview buffer if it is killed.
4581
4582 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4583
4584         * gnus-art.el (article-babel): New version.
4585
4586 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4587
4588         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4589
4590 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4591
4592         * gnus.texi (More Threading): Document new variable
4593         `gnus-sort-gathered-threads-function'.
4594
4595 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4596
4597         * gnus.texi (More Threading): Document new variable
4598         `gnus-sort-gathered-threads-function'.
4599
4600 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4601
4602         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4603         usage.
4604
4605 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4606
4607         * mm-util.el (mm-running-xemacs): Removed.
4608         (mm-coding-system-p): New function.
4609         (mm-binary-coding-system): Safe guess.
4610         (mm-text-coding-system): Ditto.
4611         (mm-auto-save-coding-system): Ditto.
4612
4613 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4616         (mm-qp-or-base64): Reversed logic.
4617
4618         * mm-decode.el (mm-save-part-to-file): Let coding system be
4619         binary.
4620
4621 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4622
4623         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4624         be set in topic parameters.
4625
4626 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4627
4628         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4629         (gnus-sort-gathered-threads): Allow the user to specify the
4630         function to use when sorting gathered threads.
4631
4632         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4633         mark cached articles as `undownloaded'.
4634
4635 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4636
4637         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4638         to have buffer local values.
4639
4640 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4641
4642         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4643         types 'g' for 'guess group type.
4644
4645 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4646
4647         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4648         after each regexp in nnmail-list-identifiers, not just after last
4649         one.
4650
4651         * gnus-sum.el (gnus-list-identifiers): New variable.
4652         (gnus-summary-remove-list-identifiers): New function.
4653         (gnus-select-newsgroup): Use it.
4654         (gnus-summary-wash-hide-map): Bind
4655         `gnus-article-hide-list-identifiers' to W W l.
4656         (gnus-summary-make-menu-bar): Add list-identifiers command.
4657
4658         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4659         (gnus-treatment-function-alist): Add variable.
4660         (article-hide-list-identifiers): New function.
4661         (mapcar): Add function.
4662         (gnus-article-hide): Use it.
4663
4664 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4665
4666         * gnus.el: Pterodactyl Gnus v0.95 is released.
4667
4668 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * mm-decode.el (mm-mailcap-command): New function.
4671         (mm-display-external): Use it.
4672
4673         * gnus-art.el (article-make-date-line): Work for India.
4674
4675         * mm-encode.el (mm-qp-or-base64): Typo.
4676
4677         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4678
4679 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4680
4681         * gnus.el: Pterodactyl Gnus v0.94 is released.
4682
4683 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4684
4685         * pop3.el: New version.
4686
4687 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * mm-encode.el (mm-qp-or-base64): New function.
4690         (mm-content-transfer-encoding): Use it.
4691
4692         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4693
4694 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4695
4696         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4697
4698         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4699
4700 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4703         keystroke.
4704
4705         * mailcap.el (mailcap-mime-types): New function.
4706
4707         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4708
4709         * message.el (message-goto-eoh): Really go to the end.
4710
4711 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4712
4713         * message.el (message-make-date): Do the right thing in with
4714         sub-hour time zones.
4715
4716 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4719         report.
4720
4721 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4722
4723         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4724
4725 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4726
4727         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4728         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4729         and use t as default value.
4730
4731 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4732
4733         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4734         gnus-summary-buffer is live.
4735
4736 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4737
4738         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4739
4740 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741
4742         * message.el (message-bounce): Do MIME bounces MIMEy.
4743
4744         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4745
4746 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * mailcap.el (mailcap-mime-extensions): Changed patch to
4749         text/x-patch.
4750
4751         * mm-decode.el (mm-display-external): Wrong placement of paren.
4752
4753 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4754
4755         * gnus.el: Pterodactyl Gnus v0.93 is released.
4756
4757 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4758
4759         * gnus-cus.el (gnus-group-parameters): New entries for
4760         gnus-group-split.
4761
4762         * gnus-mlspl.el: Renamed functions and variables so as to
4763         start with gnus-group-split.
4764         * gnus.el: Adjust autoload entries.
4765
4766 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4767
4768         * gnus-mlspl.el: Removed trailing t from comment and provide.
4769         Renamed functions and variables to start with gnus-mlsplit.
4770         Added autoload comments.
4771         * gnus.el: Added autoload entries.
4772
4773 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4774
4775         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4776         so that matches excluded by RESTRICTs do not cause the whole split
4777         to be ignored.  This also fixes a long-standing bug in which a
4778         split with \N substitutions wouldn't cause cross-posting as
4779         expected.
4780
4781         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4782         (nnmail-split-it): Implement them.
4783
4784         * nnmail.el (nnmail-split-fancy): Document ! splits.
4785
4786 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4787
4788         * pop3.el: New version.
4789
4790 1999-07-05  Simon Josefsson
4791
4792         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4793
4794 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4797
4798 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4799
4800         * gnus-util.el (gnus-write-active-file): Use real name.
4801
4802         * gnus-agent.el (gnus-agent-expire): Update active file
4803         method by method.
4804
4805 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4806
4807         * nndraft.el (nndraft-request-article): Use difference
4808         coding-systems for queue and drafts.
4809
4810         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4811         nndraft:drafts.
4812
4813         * mm-util.el (mm-auto-save-coding-system): New coding system.
4814
4815         * message.el (message-draft-coding-system): Use it.
4816
4817 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4818
4819         * mm-uu.el: More customizable and less aggressive.
4820
4821 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822
4823         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4824         when plugged.
4825
4826         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4827         (mml-insert-mml-markup): Accept a nofile.
4828         (mml-insert-mime): Insert nofile.
4829
4830         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4831
4832         * mm-decode.el (mm-handle-media-type): New function.
4833         (mm-handle-media-supertype): New function.
4834         (mm-handle-media-subtype): New function.
4835         Use new functions throughout. "/"))
4836
4837 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-art.el (gnus-treat-predicate): Typo.
4840
4841 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4844
4845 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * gnus-art.el (article-date-ut): UT!  Default it!
4848
4849 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4850
4851         * gnus.el: Pterodactyl Gnus v0.92 is released.
4852
4853 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4854
4855         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4856
4857 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4860         connected.
4861
4862         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4863         when plugged.
4864
4865         * mm-view.el (mm-inline-message): Ignore remove-spec.
4866
4867         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4868         is bound.
4869
4870         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4871
4872         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4873
4874         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4875         start.
4876
4877         * message.el (message-fill-yanked-message): Remove `t' arg.
4878
4879         * gnus-group.el (gnus-group-kill-group): Message killing of
4880         groups.
4881
4882         * mm-util.el (mm-preferred-coding-system): New function.
4883         (mm-mime-charset): Use it.
4884
4885         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4886
4887 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4888
4889         * gnus-mlsplt.el: New file.
4890
4891 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4894         functions.
4895         (mm-attachment-override-p): Take a handle instead of a type.
4896         (mm-inlined-p): Ditto.
4897         (mm-automatic-display-p): Ditto,
4898         (mm-inlinable-p): Ditto.
4899
4900         * nndraft.el (nndraft-request-expire-articles): Delete backup
4901         files.
4902
4903         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4904
4905         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4906
4907 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4908
4909         * nnmail.el (nnmail-split-it): Allow .*.
4910
4911 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * mm-decode.el (mm-inline-large-images-p): Renamed.
4914
4915         * gnus-art.el (article-date-ut): Always look in the current buffer
4916         for the Date header.
4917
4918         * mml.el (mml-validate): New command.
4919
4920         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4921         since we are dealing with regexps.
4922
4923 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4924
4925         * gnus.el: Pterodactyl Gnus v0.91 is released.
4926
4927 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * gnus-agent.el (gnus-agent-save-active-1): New function.
4930         (gnus-agent-save-active): use it.
4931         (gnus-agent-save-groups): Ditto.
4932
4933         * gnus-cache.el (gnus-cache-write-active): Use it.
4934
4935         * gnus-agent.el (gnus-agent-write-active): Use it.
4936
4937         * gnus-util.el (gnus-write-active-file): New function.
4938
4939         * gnus-agent.el (gnus-agent-write-active): New function to keep
4940         lower boundaries and canceled groups.
4941         (gnus-agent-save-groups): Use it.
4942         (gnus-agent-save-active): Use it.
4943         (gnus-agent-save-group-info): Only write active files.
4944         (gnus-agent-expire): Update active file.
4945
4946         * mm-decode.el (mm-inlinable-part-p): Removed.
4947         (mm-user-display-methods): Default to nil.
4948         (mm-user-display-methods): Removed.
4949         (add-mime-display-method): Removed.
4950         (mm-automatic-display): Renamed.
4951         (mm-automatic-display-p): Use it.
4952         (mm-inlined-types): New variable.
4953         (mm-inlined-p): New function.
4954
4955         * message.el (message-reply): Bind message-this-is-mail.
4956
4957 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4958
4959         * smiley.el (smiley-buffer): Fix for NT.
4960
4961 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4964
4965         * message.el (message-check-news-header-syntax): Protect against
4966         nil froms.
4967
4968         * mm-util.el (mm-auto-mode-alist): New.
4969
4970         * mml.el (mml-generate-mime-1): Ditto.
4971
4972         * gnus.el: Use mm-insert-file-contents throughout instead of
4973         nnheader.
4974
4975         * mm-util.el (mm-insert-file-contents): New function.
4976
4977 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4978
4979         * gnus.el: Pterodactyl Gnus v0.90 is released.
4980
4981 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4982
4983         * mailcap.el (mailcap-possible-viewers): Use string=.
4984
4985 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4986
4987         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4988         (mm-uu-forward-end-line): New variable.
4989         (mm-uu-begin-line): Handle forwarded message.
4990         (mm-uu-identifier-alist): Ditto.
4991         (mm-uu-dissect): Ditto.
4992
4993 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4994
4995         * lpath.el: Two free variables.
4996
4997 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4998
4999         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5000         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5001         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5002
5003         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5004         (nnfolder-file-coding-system-for-write): New variable.
5005         (nnfolder-active-file-coding-system): New variable.
5006         (nnfolder-active-file-coding-system-for-write): New variable.
5007         (nnfolder-save-active): New function.
5008         (nnfolder-save-buffer): Use them.
5009         (nnfolder-possibly-change-group): Ditto.
5010         (nnfolder-request-list-newsgroups): Ditto.
5011         (nnfolder-request-create-group): Ditto.
5012         (nnfolder-request-expire-articles): Ditto.
5013         (nnfolder-request-move-article): Ditto.
5014         (nnfolder-request-accept-article): Ditto.
5015         (nnfolder-request-delete-group): Ditto.
5016         (nnfolder-request-rename-group): Ditto.
5017         (nnfolder-possibly-change-folder): Ditto.
5018         (nnfolder-read-folder): Ditto.
5019         (nnfolder-request-list): Remove pathname-coding-system.
5020         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5021
5022         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5023         (nnmail-file-coding-system-1): Removed.
5024         (nnmail-find-file): Use nnmail-pathname-coding-system.
5025         (nnmail-write-region): Ditto.
5026
5027         * nnmbox.el (nnmbox-file-coding-system): New variable.
5028         (nnmbox-file-coding-system-for-write): New variable.
5029         (nnmbox-active-file-coding-system): New variable.
5030         (nnmbox-active-file-coding-system-for-write): New variable.
5031         (nnmbox-save-buffer): New function.
5032         (nnmbox-save-active): New function.
5033         (nnmbox-request-scan): Use them.
5034         (nnmbox-request-expire-articles): Ditto.
5035         (nnmbox-request-move-article): Ditto.
5036         (nnmbox-request-accept-article): Ditto.
5037         (nnmbox-request-replace-article): Ditto.
5038         (nnmbox-request-delete-group): Ditto.
5039         (nnmbox-request-rename-group): Ditto.
5040         (nnmbox-request-create-group): Ditto.
5041
5042         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5043         (mm-running-ntemacs): Removed.
5044
5045         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5046
5047 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5048
5049         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5050
5051 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5052
5053         * qp.el (quoted-printable-encoding-characters): Support lower case.
5054
5055 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5056
5057         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5058         (rfc2047-b-encode-region): Encode line by line.
5059
5060 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * mm-util.el (mm-find-mime-charset-region): Fix.
5063
5064 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5065
5066         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5067         (mm-find-mime-charset-region): Ditto.
5068
5069 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5070
5071         * gnus-sum.el (gnus-summary-move-article): Fix something or
5072         other.
5073
5074 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5075
5076         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5077         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5078         (gnus-summary-enter-digest-group): Use them.
5079         (gnus-summary-setup-default-charset): Ditto.
5080
5081 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5082
5083         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5084
5085 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5086
5087         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5088           gnus-newsgroup-name is nil.
5089
5090 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5091
5092         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5093
5094 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5095
5096         * gnus-art.el (article-emphasize): Use correct
5097         gnus-article-emphasis-alist.
5098
5099 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5100
5101         * mm-view.el (mm-inline-text): Fix text/html bug.
5102
5103 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5104
5105         * gnus.el: Pterodactyl Gnus v0.89 is released.
5106
5107 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5108
5109         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5110         * message.el (message-draft-coding-system): Ditto.
5111         * mm-util.el (mm-running-ntemacs): Ditto.
5112
5113 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5114
5115         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5116         cause problem.
5117
5118 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5119
5120         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5121
5122 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5123
5124         * mml.el: require mm-decode.
5125
5126 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5127
5128         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5129
5130 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * mm-view.el (mm-inline-image): Fix image undisplayer.
5133
5134 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5135
5136         * mml.el (mml-insert-multipart): Error in compeling-read.
5137         (mml-insert-tag): Match tags.
5138
5139 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5140
5141         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5142         (gnus-cache-braid-heads): Ditto.
5143         (gnus-cache-retrieve-headers): Ditto.
5144
5145 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5146
5147         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5148
5149 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5152         to string under XEmacs.
5153
5154 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5155
5156         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5157
5158 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5159
5160         * mm-view.el (mm-inline-message): Fix message view bug.
5161         * gnus-art.el (gnus-article-prepare): Ditto.
5162
5163 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5164
5165         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5166
5167 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5168
5169         * gnus.el: Pterodactyl Gnus v0.88 is released.
5170
5171 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5174         usage.
5175
5176         * nnmail.el (nnmail-get-new-mail): Save info.
5177
5178 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5179
5180         * gnus.el: Pterodactyl Gnus v0.87 is released.
5181
5182 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5183
5184         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5185         (mail-source-run-script): New function.
5186         (mail-source-fetch-pop): Use it.
5187
5188 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5191
5192 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5193
5194         * gnus.el: Pterodactyl Gnus v0.86 is released.
5195
5196 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus-art.el (gnus-treat-translate): New variable.
5199         (gnus-treat-predicate): Accept a list of regexps.
5200         (gnus-article-treat-custom): Allow a list of regexps.
5201
5202 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5203
5204         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5205         type.
5206
5207 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * gnus-art.el (article-babel): Narrow a bit.
5210
5211         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5212
5213 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5214
5215         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5216         only unread ones.
5217         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5218         articles, not only unread ones.
5219
5220 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5223         keystroke.
5224
5225         * gnus-art.el (gnus-article-x-face-command): Ditto.
5226
5227         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5228
5229         * gnus.el (gnus-method-simplify): Accept server names.
5230
5231 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5232
5233         * gnus-art.el (article-babel-prompt): New function.
5234         (article-babel): New command.
5235
5236 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5237
5238         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5239
5240         * mml.el (mml-generate-mime-1): Don't insert literally.
5241
5242         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5243         (gnus-netrc-syntax-table): Removed.
5244         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5245
5246 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5247
5248         * mm-view.el (mm-inline-text): Fix charset for text/html.
5249
5250 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5251
5252         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5253
5254 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * nnmail.el (nnmail-split-incoming): Return the number of split
5257         mails.
5258         (nnmail-process-babyl-mail-format): Ditto.
5259         (nnmail-process-unix-mail-format): Ditto.
5260         (nnmail-process-mmdf-mail-format): Ditto.
5261         (nnmail-process-maildir-mail-format): Ditto.
5262
5263         * mail-source.el (mail-source-callback): Return the number from
5264         the callback.
5265
5266         * message.el (message-send-mail): Generate Lines.
5267
5268         * mail-source.el (mail-source-call-script): New function.
5269         (mail-source-call-script): New function.
5270
5271 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5274         (gnus-select-newsgroup): Use it.
5275         (gnus-group-highlight-words-alist): New variable.
5276         (gnus-newsgroup-emphasis-alist): New variable.
5277         (gnus-summary-local-variables):  Use it.
5278         * lpath.el: Use it.
5279         * gnus-art.el (article-emphasize): Use it.
5280         (gnus-emphasis-highlight-words): New face.
5281         * gnus-cus.el (gnus-group-parameters): New parameter.
5282
5283 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5284
5285         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5286         parameter `headers'.
5287         (gnus-cache-enter-article): Ditto.
5288         (gnus-cache-update-article): Ditto.
5289         * gnus-sum.el (gnus-summary-move-article): Ditto.
5290         (gnus-summary-mark-article-as-unread): Ditto.
5291         (gnus-summary-mark-article): Ditto.
5292
5293 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5296         (gnus-posting-style-alist): Removed.
5297         (gnus-message-style-insertions): Ditto.
5298         (gnus-configure-posting-styles): Reimplementation.
5299
5300         * mail-source.el (mail-source-fetch): Error the message.
5301
5302         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5303
5304 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5305
5306         * gnus.el: Pterodactyl Gnus v0.85 is released.
5307
5308 1999-04-20  Michael Cook  <cook@sightpath.com>
5309
5310         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5311           Outlook citation regex.
5312
5313 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5314
5315         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5316         semicolon.
5317
5318 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5319
5320         * gnus-range.el (gnus-remove-from-range): Document range1
5321         modification, protect range2.
5322
5323 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5324
5325         * gnus-sum.el (gnus-update-marks): Protect lists from
5326         gnus-remove-from-range, don't sort twice.
5327
5328 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5329
5330         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5331         function in backend.
5332
5333 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5334
5335         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5336         request-accept-article function in the backend instead of using
5337         the 'respool capability.
5338
5339 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5340
5341         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5342         spurious whitespace at eob.
5343
5344 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5345
5346         * nnmail.el (nnmail-get-new-mail): Check right variable.
5347
5348 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5349
5350         * mailcap.el (mailcap-mime-data): Fix rfc822.
5351
5352 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5353
5354         * nndoc.el (nndoc-nsmail-type-p): New function.
5355         (nndoc-type-alist): Recognize nsmail.
5356
5357 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5358
5359         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5360         *before* `article-hide-headers' deletes the information.
5361
5362 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-sum.el (gnus-summary-save-parts): New command and
5365         keystroke.
5366         (gnus-summary-save-parts-1): New function.
5367         (gnus-summary-iterate): Buggy.
5368
5369         * mm-decode.el (mm-save-part-to-file): Made into own function.
5370
5371 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus-group.el (gnus-group-set-info): Resist nils.
5374
5375 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * mailcap.el (mailcap-mime-data): Ditto.
5378
5379         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5380
5381         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5382
5383 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5384
5385         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5386         gnus-article-date-lapsed-new-header is t.
5387
5388 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5389
5390         * gnus.el: Pterodactyl Gnus v0.84 is released.
5391
5392 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5393
5394         * gnus-msg.el (gnus-bug-message): Mime change.
5395
5396 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5397
5398         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5399
5400 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5401
5402         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5403         `x-uue'.
5404
5405 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5406
5407         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5408         when authentication is 'password.
5409
5410 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5411
5412         * gnus-win.el (gnus-configure-windows): Accept a setting.
5413
5414 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * mm-util.el (mm-quote-arg): Moved here.
5417
5418         * mm-decode.el (mm-quote-arg): Quote more chars.
5419
5420 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5423         with newlines would create buggy .nov files.
5424
5425         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5426
5427         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5428         end of lines.
5429
5430         * message.el (message-mode): Doc fix.
5431
5432         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5433
5434         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5435
5436         * gnus-art.el (article-date-ut): Rewrite.
5437
5438         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5439         order.
5440
5441         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5442         headers.
5443
5444         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5445
5446 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5447
5448         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5449         (article-date-ut): use it.
5450
5451 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452
5453         * mail-source.el (mail-source-fetch-pop): Call script
5454         asynchronously.
5455
5456 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5457
5458         * gnus.el: Pterodactyl Gnus v0.83 is released.
5459
5460 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5463
5464         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5465
5466         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5467
5468         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5469
5470         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5471
5472         * message.el (message-generate-headers): Accept continuation
5473         headers.
5474
5475 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5476
5477         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5478
5479 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * gnus-art.el (gnus-treatment-function-alist): use
5482         maybe-hide-headers.
5483
5484         * message.el (message-inhibit-body-encoding): Typo.
5485         (message-resend): Inhibit encoding.
5486
5487         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5488
5489         * gnus-art.el (article-remove-cr): Use re-search.
5490
5491         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5492         headers.
5493
5494         * mm-decode.el (mm-quote-arg): Quote '.
5495
5496         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5497
5498         * mm-decode.el (mm-insert-part): Use multibyte for text.
5499
5500         * gnus-start.el (gnus-read-newsrc-file): New variable.
5501         (gnus-read-newsrc-file): Use it.
5502
5503 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5506
5507         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5508         function.
5509
5510 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5511
5512         * gnus.el: Pterodactyl Gnus v0.82 is released.
5513
5514 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5515
5516         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5517         for iso8859-2.
5518
5519 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520
5521         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5522         synonym alist.
5523
5524 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5525
5526         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5527
5528 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5529
5530         * mail-source.el (mail-source-fetch): Ask before bugging out.
5531
5532 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5533
5534         * uudecode.el (uudecode-decode-region-external): Don't assume
5535         uudecode-temporary-file-directory ends with a slash.
5536
5537 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5538
5539         * gnus-sum.el (gnus-update-marks):
5540         (gnus-update-read-articles):
5541         (gnus-summary-expire-articles): Check server.
5542
5543 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5544
5545         * mml.el (mml-preview): New function.
5546
5547 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5548
5549         * mail-source.el (mail-source-fetch-file): Return the right
5550         value.
5551
5552 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * mml.el (mml-insert-parameter): New function.
5555         (mml-insert-parameter-string): New function.
5556
5557         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5558
5559         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5560         (gnus-mime-display-part): Use it.
5561
5562         * mm-decode.el (mm-alternative-precedence): Removed.
5563         (mm-discouraged-alternatives): New variable.
5564         (mm-preferred-alternative-precedence): New function.
5565
5566         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5567
5568         * mail-source.el (mail-sources): New variable.
5569
5570         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5571
5572         * mm-decode.el (mm-valid-image-format-p): New function.
5573         (mm-inline-media-tests): Use it.
5574         (mm-valid-and-fit-image-p): New function.
5575
5576         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5577         (gnus-agent-fetch-group): Ditto.
5578
5579 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5580
5581         * nnmail.el (nnmail-article-group): in case of a group name
5582         containing "\\n" constructs, be sure to pass the expanded value to
5583         nn*-save-mail.
5584
5585 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5586
5587         * gnus.el: Pterodactyl Gnus v0.81 is released.
5588
5589 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * gnus-sum.el (gnus-get-split-value): Reverse result.
5592
5593 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5596
5597 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * mml.el (mml-insert-tag): Insert concluding part.
5600
5601         * message.el (message-send-mail): Encode later.
5602         (message-send-news): Ditto.
5603
5604         * nnfolder.el: Don't use mail delim.
5605
5606 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * gnus-cus.el (gnus-group-customize): Put point at min.
5609
5610         * mm-view.el (mm-inline-text): Allow toggling html.
5611
5612 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5613
5614         * mail-source.el: Added prescript and postscript to file.
5615
5616 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * nnmail.el: Reverted.
5619
5620         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5621         (gnus-setup-posting-charset): Did work.
5622
5623 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5624
5625         * gnus.el (gnus-short-group-name): Use
5626         gnus-group-uncollapsed-levels.
5627
5628 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5631
5632 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5635         (article-strip-headers-from-body): New command and keystroke.
5636
5637 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638
5639         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5640
5641         * nnheader.el (nnheader-insert-file-contents): Bind
5642         enable-local-eval to nil.
5643         (nnheader-find-file-noselect): Ditto.
5644
5645         * nnmail.el (nnmail-article-group): Don't remove long lines.
5646         (nnmail-remove-long-lines): New function.
5647         (nnmail-split-header-length-limit): Removed.
5648
5649         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5650
5651         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5652
5653 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus-sum.el (gnus-summary-generic-mark): New function.
5656
5657         * nnmail.el (nnmail-split-header-length-limit): Increased.
5658         (nnmail-article-group): Allow nil.
5659
5660         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5661
5662         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5663         first.
5664
5665         * mml.el (mml-minibuffer-read-type): Include types from
5666         mailcap-mime-data.
5667
5668         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5669
5670 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5671
5672         * mml.el (mml-insert-tag): New function.
5673         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5674         confusion with functions like `mml-read-tag'.
5675         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5676         (mml-minibuffer-read-description): Ditto with
5677         `mml-minibuffer-read-description'.
5678         (mml-attach-buffer): New function.
5679         (mml-mode-map): New entry for /.
5680         (mml-minibuffer-read-type): Accept DEFAULT.
5681
5682         * mml.el (mml-quote-region): Narrow the region.
5683
5684         * message.el (message-mode-menu): message-mime-attach-file is now
5685         mml-attach-file.
5686
5687 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5690
5691 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5692
5693         * mml.el (mml-attach-buffer): New command.
5694
5695 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5696
5697         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5698         with a proper range. Compress range.
5699
5700         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5701
5702 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5705
5706 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5709         (gnus-picons-convert-x-face): Removed.
5710         (gnus-picons-article-display-x-face): Removed.
5711         (gnus-picons-x-face-sentinel): Ditto.
5712         (gnus-picons-display-x-face): Ditto.
5713
5714 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5715
5716         * gnus.el: Pterodactyl Gnus v0.80 is released.
5717
5718 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5721
5722         * gnus-sum.el (gnus-with-article): Moved here.
5723
5724         * mail-source.el (mail-source-fetch-pop): Ask for password even
5725         when program.
5726
5727 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728
5729         * gnus-msg.el (gnus-bug): Add description.
5730
5731         * mml.el (mml-insert-mml-markup): Insert disposition.
5732
5733         * message.el (message-send-mail): Always encode mail headers.
5734
5735         * smiley.el (gnus-smiley-display): Goto body.
5736
5737 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5738
5739         * smiley.el (gnus-smiley-display): Don't search to blank line.
5740
5741 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5742
5743         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5744         when requested.
5745
5746         * nnmail.el (nnmail-current-spool): Removed.
5747
5748         * gnus-salt.el (gnus-tree-inhibit): New varible.
5749
5750         * gnus.el (mm-util): Required.
5751
5752 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5753
5754         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5755
5756 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * mail-source.el (mail-source-bind): Doc fix.
5759
5760 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * message.el (message-mode): Doc fix.
5763
5764         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5765         encoding.
5766
5767         * gnus.el (gnus-methods-equal-p): Moved here.
5768
5769         * mail-source.el: pop at 110.
5770
5771         * pop3.el (pop3-movemail): Use write-region instead of
5772         append-to-file to avoid excessive messaging.
5773
5774 1999-02-27  lantz moore  <lmoore@contigo.com>
5775
5776         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5777         type directory.
5778
5779 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5780
5781         * gnus-art.el (article-hide-boring-headers): Field names must not
5782         contain whitespace.
5783
5784 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5785
5786         * gnus.el: Pterodactyl Gnus v0.79 is released.
5787
5788 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5791
5792         * mml.el (mml-mode): Don't use add-minor-mode.
5793
5794         * message.el (messgage-inhibit-body-encoding): New variable.
5795         (message-encode-message-body): Use it.
5796
5797 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5798
5799         * gnus.el: Pterodactyl Gnus v0.78 is released.
5800
5801 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * message.el (message-mode): Switch on MML mode.
5804
5805         * mml.el: Included commands and functions.
5806         (mml-mode-map): New keymap.
5807
5808         * message.el: Removed the insertion commands and functions.
5809
5810         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5811
5812         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5813         keystroke.
5814
5815         * gnus-art.el (gnus-narrow-to-page): Revert.
5816
5817         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5818         (gnus-cite-parse-maybe): Always reparse.
5819
5820         * message.el (message-encode-message-body): Don't insert
5821         "multipart warning".
5822
5823         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5824
5825 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5826
5827         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5828
5829         * nnmail.el: Require mm-util.
5830
5831 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5832
5833         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5834         group.
5835
5836 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5837
5838         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5839
5840 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5841
5842         * gnus-msg.el (gnus-extended-version): Better regexp.
5843
5844 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5845
5846         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5847         is called with the result of SPLIT and should return a new split.
5848
5849         * gnus.texi: update the doc.
5850
5851 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5852
5853         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5854         displayed in the article buffer, output bars if
5855         `gnus-picons-display-article-move-p'.
5856
5857 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5858
5859         * mail-source.el (mail-source-fetch-pop): Typo.
5860
5861 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5864
5865 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5868
5869 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870
5871         * mml.el (mml-insert-buffer): New function.
5872
5873         * message.el (message-forward): Insert the buffer in the buffer.
5874
5875 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5876
5877         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5878
5879 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5880
5881         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5882
5883 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5884
5885         * gnus.el: Pterodactyl Gnus v0.77 is released.
5886
5887 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * gnus-art.el (gnus-displaying-mime): New variable.
5890         (article-narrow-to-head): New function.
5891
5892         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5893         Default to pop instead of pop3.
5894
5895 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896
5897         * gnus-art.el (article-hide-pgp): Goto body.
5898
5899         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5900
5901         * gnus-cite.el: Don't use goto-line.
5902
5903         * gnus-art.el (gnus-article-treat-html): Removed.
5904         (gnus-treat-article): Save restriction.
5905
5906 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5907
5908         * message.el (message-send-mail): Don't untabify.
5909         (message-mode): Don't use tabs for indentation.
5910
5911 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * message.el (message-send-mail): Don't untabify.
5914
5915         * nnml.el (nnml-save-mail): Typo fix.
5916
5917 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5918
5919         * message.el (message-cite-function): Add
5920         `message-cite-original-without-signature' customization option.
5921
5922 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5923
5924         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5925         `nnmail-prepare-incoming-header-hook'.
5926
5927 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5928
5929         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5930
5931 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5934
5935 1999-02-18  Michael Cook  <cook@sightpath.com>
5936
5937         * Recognize Microsoft Outlook's cite attribution conventions.
5938
5939 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5940
5941         * gnus-sum.el: Bind M.
5942
5943 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5944
5945         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5946
5947 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5948
5949         * gnus-picon.el (gnus-group-display-picons): ensures that
5950         `article-goto-body' really goes to the article body.
5951
5952 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5953
5954         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5955
5956         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5957
5958         * mm-view.el (mm-view-message): Enable multibyte.
5959
5960 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * nnmail.el (nnmail-get-new-mail): Message later.
5963
5964         * mm-util.el (mm-find-charset-region): Revert to checking
5965         multibyte.
5966
5967 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5968
5969       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5970       attachment.
5971
5972 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5973
5974         * gnus.el: Pterodactyl Gnus v0.76 is released.
5975
5976 1999-02-06  Felix Lee  <flee@cygnus.com>
5977
5978         * gnus.el (gnus-group-change-level-function): Typo.
5979
5980 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus-sum.el (gnus-nov-skip-field): Removed.
5983         (gnus-nov-field): Ditto.
5984         (gnus-nov-parse-extra): Ditto.
5985         (gnus-nov-read-integer): Ditto.
5986
5987 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * nnheader.el (nnheader-nov-read-message-id): New macro.
5990         (nnheader-parse-nov): Use it.
5991
5992         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5993         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5994         `(eq (char-after) ?\n)'.
5995
5996 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * gnus.el (gnus-other-frame): Always pop up a new frame.
5999
6000 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6001
6002         * gnus-range.el (gnus-range-add): Rewrite.
6003
6004 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6005
6006         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6007         format.
6008         (nnmail-process-maildir-mail-format): New function.
6009
6010         * mail-source.el (mail-source-fetch-maildir): New function.
6011         (mail-source-keyword-map): Add default for maildir method.
6012         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6013
6014 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6015
6016         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6017
6018         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6019         (nndoc-mime-digest-type-p): Removed.
6020
6021 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6024         where it is supposed to be.
6025         (gnus-treat-play-sounds): New variable.
6026
6027         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6028
6029         * gnus-art.el (article-display-x-face): Narrow to head.
6030         (gnus-article-washed-types): New variable.
6031         (article-hide-pgp): Is not a toggle.
6032         (gnus-article-hide-text-type): Save types.
6033         (article-decode-charset): Use it.
6034
6035         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6036
6037         * message.el (message-forward-start-separator): Removed.
6038         (message-forward-end-separator): Removed.
6039         (message-signature-before-forwarded-message): Removed.
6040         (message-included-forward-headers): Removed.
6041         (message-check-news-body-syntax): Don't check forward.
6042         (message-forward): Use MIME.
6043
6044         * nnvirtual.el (nnvirtual-request-article): Bind
6045         gnus-article-decode-hook to nil.
6046
6047 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6050         us-ascii.
6051
6052 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * format-spec.el (format-spec): Be more robust.
6055
6056         * message.el (message-encode-message-body): Default
6057         mail-parse-charset to mail-parse-charset.
6058
6059         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6060         (gnus-summary-edit-article): Bind mail-parse-charset.
6061
6062         * mml.el (mml-read-tag): Ignore white space after end of tag.
6063
6064         * message.el (message-goto-body): Also work in separatorless
6065         articles.
6066
6067         * mml.el (mml-translate-from-mime): New function.
6068         (mml-insert-mime): Ditto.
6069         (mml-to-mime): New function.
6070         (mime-to-mml): New name.
6071
6072         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6073         article.
6074
6075         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6076
6077         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6078         special-case nndraft groups.
6079
6080 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6083         (gnus-get-newsgroup-headers): Already bound.
6084
6085         * message.el (message-encode-message-body): Use posting charset.
6086
6087         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6088         (mm-body-encoding): Do CTE.
6089         (mm-body-7-or-8): New function.
6090
6091         * mm-util.el (mm-mime-charset): Always fall back on alist.
6092         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6093         (mm-mime-mule-charset-alist): Add arabic-*-column.
6094         (mm-find-mime-charset-region): New function.
6095
6096         * format-spec.el (format-spec-make): New function.
6097
6098         * mail-source.el (format-spec): Required.
6099         (mail-source-fetch-with-program): Removed.
6100         (mail-source-fetch-with-program): New function.
6101
6102         * format-spec.el: New file.
6103
6104 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6105
6106         * mail-source.el (mail-source-fetch-with-program): Take optional
6107         parameter.
6108
6109 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * gnus-start.el: Ignore some groups.
6112         (gnus-setup-news): Bind nnmail-fetched-sources.
6113
6114         * message.el (message-send-mail): Remove all tabs.
6115
6116         * mm-util.el (mm-find-charset-region): Just check whether
6117         find-charset-region is defined.
6118
6119 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * gnus-group.el (gnus-group-get-new-news): Use
6122         nnmail-fetched-sources.
6123
6124         * nnmail.el (nnmail-fetched-sources): New variable.
6125         (nnmail-get-new-mail): Use it.
6126
6127         * mail-source.el (mail-source-fetched-sources): New variable.
6128         (mail-source-fetch): Use it.
6129
6130 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6131
6132         * gnus.el (gnus-getenv-nntpserver): if the file that
6133         gnus-nntpserver-file names has a trailing newline, the
6134         string-match will always match, and thus the file will never be
6135         read.  (^ matches start of "line", \\` matches start of "buffer",
6136         which is what was intended...)
6137
6138 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6139
6140         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6141
6142 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6145         select methods.
6146
6147 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6148
6149         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6150
6151 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6152
6153         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6154
6155 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6156
6157         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6158         a typo.
6159         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6160         charset to nil.
6161         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6162         * gnus-start.el (gnus-start-draft-setup): Ditto.
6163
6164 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6167         (mail-source-value): Don't do variables.
6168
6169         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6170
6171         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6172
6173 1999-02-01  Michael Cook  <cook@sightpath.com>
6174
6175         * Defenestrate spurious ?a.
6176
6177 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6178
6179         * mail-source.el (mail-source-fetch-pop): Instead use
6180         :authentication.
6181
6182 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6183
6184         * lisp/mail-source.el : Support APOP authentication scheme.
6185
6186 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6187
6188         * pop3.el (pop3-movemail): Return t.
6189
6190 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6191
6192         * rfc2047.el (rfc2047-fold-region): New function.
6193         (rfc2047-encode-message-header): Use it.
6194
6195 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6196
6197         * gnus-sum.el (gnus-group-charset-alist): Add more.
6198
6199 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6200
6201         * gnus.el: Pterodactyl Gnus v0.75 is released.
6202
6203 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * gnus-art.el (article-display-x-face): Don't narrow to head.
6206
6207 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6208
6209         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6210
6211 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * mail-source.el (mail-source-fetch-directory): Ignore
6214         directories.
6215
6216         * gnus-cus.el (gnus-group-parameters): Addition.
6217
6218         * gnus-art.el (article-strip-banner): Do symbolic banners.
6219         (article-strip-banner): New keystroke.
6220
6221 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6222
6223         * gnus-art.el (article-strip-banner): New command.
6224
6225 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * gnus-art.el (gnus-treat-strip-banners): New variable.
6228
6229 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6232         has been exist.
6233
6234 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6235
6236         * message.el (message-draft-coding-system): Check coding-system.
6237         * mm-util.el (mm-text-coding-system): Ditto.
6238
6239 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * mail-source.el (mail-source-fetch-pop): Save excursion.
6242
6243 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * mail-source.el (mail-source-movemail-args): Not constant.
6246         (mail-source-movemail-args): Removed.
6247         (mail-source-fetch-with-program): New function.
6248         (mail-source-fetch-pop): Use program and function.
6249         (mail-source-movemail-program): Removed.
6250
6251         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6252         (gnus-treat-date-user-defined): New variable.
6253
6254 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6255
6256         * nnmail.el (nnmail-fix-eudora-headers): New function.
6257
6258 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6261
6262 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6265         (smiley-nosey-regexp-alist): Ditto.
6266
6267         * gnus-art.el (gnus-treatment-function-alist): Do
6268         gnus-article-add-buttons-to-head later.
6269         (gnus-treat-capitalize-sentences): New variable.
6270         (article-capitalize-sentences): New command and keystroke.
6271
6272         * gnus-group.el (gnus-group-catchup-current): Do group.
6273
6274         * message.el (message-default-charset): Add group.
6275
6276 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6277
6278         * gnus.el: Pterodactyl Gnus v0.74 is released.
6279
6280 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6281
6282         * gnus-art.el (article-fill-long-lines): Renamed.
6283         (article-fill-long-lines): New keystroke.
6284
6285 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286
6287         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6288
6289         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6290         displayed.
6291         (gnus-group-catchup-current): Be more robus.
6292
6293         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6294         headers.
6295
6296 1999-01-25  Dave Love  <fx@gnu.org>
6297
6298         * message.el (message-mode-menu): Add message-mime-attach-file.
6299         (message-mode): Doc fix.
6300
6301 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * nnmail.el (nnmail-check-duplication): Insert the mail source
6304         string.
6305
6306         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6307         (mail-source-fetch-directory): Ditto.
6308         (mail-source-fetch-file): Ditto.
6309         (mail-source-string): New variable.
6310
6311         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6312         the level.
6313
6314         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6315         before handling.
6316
6317         * mm-util.el (mm-mime-charset): Use the parameters.
6318         (mm-mime-charset): Removed region paremeters.
6319
6320         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6321         source.
6322
6323 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6324
6325         * nnmail.el (nnmail-get-split-group): Quote right.
6326
6327 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6330         buffer.
6331
6332 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6335         (gnus-group-mode): Don't hook.
6336
6337         * mail-source.el (mail-source-bind): Doc fix.
6338         (mail-source-bind): Take only one param.
6339
6340         * gnus-art.el (gnus-treat-highlight-signature): typep.
6341
6342         * mail-source.el (mail-source-movemail): Ignore empty file.
6343         (mail-source-callback): Check before deleting.
6344
6345         * message.el (message-mime-attach-file): Include name.
6346
6347 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * mm-util.el (mm-read-charset): Return a symbol.
6350
6351         * mm-view.el (mm-inline-text): Insert signature separator.
6352
6353         * gnus-art.el (gnus-treat-predicate): New function.
6354         (gnus-treat-article): Allow all types to be checked.
6355
6356         * gnus-util.el (gnus-or): New function.
6357         (gnus-and): Ditto.
6358
6359         * gnus-art.el (gnus-mime-display-single): Use override.
6360
6361         * mm-decode.el (mm-attachment-override-types): New variable.
6362         (mm-attachment-override-p): New function.
6363
6364         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6365
6366 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6367
6368         * mm-view.el (mm-inline-text): Do vcards.
6369
6370 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6371
6372         * gnus.el: Pterodactyl Gnus v0.73 is released.
6373
6374 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6375
6376         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6377         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6378         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6379         (nnmail-movemail-program): Removed.
6380         (nnmail-movemail-args): Removed.
6381         (nnmail-pop-password-required): Ditto.
6382         (nnmail-tmp-directory): Ditto.
6383         (nnmail-delete-incoming): Removed.
6384         (nnmail-pop-password, nnmail-moved-inboxes,
6385         nnmail-internal-password, nnmail-move-inbox): Removed.
6386         (nnmail-read-passwd): Ditto.
6387         (nnmail-get-spool-files): Removed.
6388         (nnmail-resplit-incoming): Reinstated.
6389
6390         * mail-source.el: New file.
6391
6392 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6393
6394         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6395
6396 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6399
6400 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6401
6402         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6403
6404         * gnus-picon.el (gnus-group-display-picons): Goto body.
6405
6406         * gnus.el: Indented all functions; broke long lines; changed all
6407         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6408
6409 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6410
6411         * gnus.el: Pterodactyl Gnus v0.72 is released.
6412
6413 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414
6415         * gnus.el: Cleaned up trailing whitespace.
6416
6417         * mm-util.el (mm-read-charset): Work.
6418
6419 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6420
6421         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6422         nnheader-translate-file-chars'd group name.
6423
6424 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * message.el (message-encode-message-body): Fold case.
6427
6428 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6429
6430         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6431
6432 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * mailcap.el (mailcap-add): New function.
6435
6436 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437
6438         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6439         (article-goto-body): Use it.
6440         (gnus-treat-article): Ditto.
6441
6442         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6443         downloaded articles from the downloadeble list.
6444
6445 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6446
6447         * message.el (message-encode-message-body): Bind
6448         mail-parse-charset.
6449
6450         * mm-util.el (mm-charset-synonym-alist): New variable.
6451         (mm-charset-to-coding-system): Use it.
6452         (mm-charset-coding-system-alist): Removed.
6453         (mm-charset-to-coding-system): Don't use it.
6454         (mm-find-charset-region): Use mail-parse-charset.
6455
6456         * gnus-art.el (gnus-treatment-function-alist): Use
6457         gnus-article-display-picons.
6458         (gnus-treat-display-xface): Only do if we have xface feature.
6459         (gnus-part-display-hook): New function.
6460         (gnus-treat-article): Use it.
6461         (gnus-treat-article): Use gnus-visual.
6462
6463         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6464
6465         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6466         displaying.
6467
6468         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6469
6470         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6471         regexp file names.
6472
6473 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6474
6475         * gnus.el: Pterodactyl Gnus v0.71 is released.
6476
6477 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6478
6479         * mm-view.el (mm-inline-image): Don't add a dot.
6480
6481         * gnus-art.el (gnus-treat-article): New function.
6482
6483         * gnus.el (gnus-article-display-hook): Removed.
6484
6485         * gnus-art.el (gnus-article-treat-custom): New variable.
6486
6487         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6488
6489         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6490         functions.
6491
6492         * message.el (message-posting-charset): New variable.
6493         (message-send-mail): Use it.
6494
6495         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6496         (gnus-setup-posting-charset): New function.
6497         (gnus-setup-message): Use it.
6498
6499         * message.el (message-encode-message-body): Just look for
6500         Content-Type before inserting a new one.
6501
6502 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * rfc2047.el (rfc2047-default-charset): Removed.
6505
6506         * mail-prsvr.el: New file.
6507         (mail-parse-charset): New variable.
6508
6509         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6510         Changed name.
6511
6512         * gnus.el (gnus-charset): New group.
6513
6514         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6515
6516         * gnus-sum.el (gnus-default-charset): Default to nil.
6517         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6518         (gnus-newsgroup-iso-8859-1-forced): Removed.
6519
6520         * mm-util.el (mm-known-charsets): Removed.
6521         (mm-default-coding-system): Removed.
6522         (mm-default-charset): Removed.
6523         (mm-read-charset): New function.
6524
6525         * message.el (message-default-charset): Removed.
6526
6527         * rfc2047.el (rfc2047-default-charset): Default to nil.
6528
6529         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6530
6531 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6532
6533         * gnus.el: Pterodactyl Gnus v0.70 is released.
6534
6535 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536
6537         * mm-decode.el (mm-save-part): Use mm-get-part.
6538         (mm-insert-part): New function.
6539         (mm-get-part): Use it.
6540         (mm-get-image): Ditto.
6541         (mm-display-external): Ditto.
6542
6543         * mm-view.el (mm-inline-text): Ditto.
6544
6545         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6546         ranges.
6547
6548         * mm-decode.el (mm-display-external): Save the buffer.
6549         (mm-remove-part): Kill it.
6550
6551         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6552
6553         * nnagent.el (nnagent-request-set-mark): Defined stub.
6554
6555 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-score.el (gnus-score-load-score-alist): Bind
6558         coding-system-for-read.
6559
6560         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6561         prepare-exit-hook.
6562
6563         * mm-view.el (mm-setup-w3): Require w3.
6564
6565 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6566
6567         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6568         body.
6569
6570 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * mm-encode.el: Ditto.
6573
6574         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6575         error.
6576
6577         * mailcap.el (mailcap-mime-data): SAFER ps.
6578
6579         * message.el (message-encode-message-body): Always insert a
6580         Content-Type header.
6581
6582         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6583         shown inline.
6584
6585         * mm-view.el (mm-inline-text): Handle all sorts of text.
6586
6587         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6588         don't view.
6589
6590         * mm-decode.el (mm-display-external): Use it.
6591
6592         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6593
6594         * mm-decode.el (mm-save-part): Removed double code.
6595
6596 1999-01-12  Dave Love  <fx@gnu.org>
6597
6598         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6599         application/octet-stream .gz & al files with jka-compr.
6600
6601 1999-01-12  Dave Love  <fx@gnu.org>
6602
6603         * gnus-ems.el (gnus-down-mouse-3): New variable.
6604         * gnus-art.el (gnus-mime-button-map): Use it.
6605         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6606
6607 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6610
6611 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6614         buffers.
6615
6616         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6617
6618         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6619
6620 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6621
6622         * mml.el (mml-parameter-string): Strip directory component.
6623
6624 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * gnus.el (gnus-use-demon): Removed.
6627
6628 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * nnmail.el (nnmail-article-group): Don't infloop.
6631
6632 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6633
6634         * gnus-art.el (article-update-date-lapsed): Made it work with
6635         picons, and make it update on all visible frames.
6636         (article-date-ut): Get summary-buffer's current-headers.
6637
6638 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6641         (gnus-picons-setup-p): New variable.
6642
6643 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6646
6647 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6650         (gnus-summary-exit-no-update): Use mapcar.
6651
6652 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6653
6654         * gnus-agent.el (gnus-category-write): Make directory.
6655
6656 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6657
6658         * gnus-sum.el (gnus-update-read-articles):
6659         (gnus-update-marks): Request backend update of mark.
6660
6661 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662
6663         * mm-bodies.el (mm-body-encoding): Use mm-find.
6664
6665 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6666
6667         * gnus-picon.el (gnus-article-display-picons): Fix.
6668
6669 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6670
6671         * gnus.el: Pterodactyl Gnus v0.69 is released.
6672
6673 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6676
6677         * gnus-agent.el (gnus-agent-remove-group): New command and
6678         keystroke.
6679
6680         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6681
6682 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6683
6684         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6685
6686 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * mm-view.el (mm-inline-text): Bind current id.
6689
6690         * mm-decode.el (mm-handle-id): New macro.
6691         (mm-make-handle): Accept id.
6692         (mm-dissect-singlepart): Use it.
6693
6694 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6695
6696       * message.el (message-cite-original-without-signature): Use
6697       message-signature-separator when searching for signature in
6698       message-cite-original-without-signature.
6699
6700 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6701
6702         * gnus.el (gnus-server-to-method): Check named methods.
6703
6704 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * mm-view.el (mm-view-message): Goto point-min.
6707
6708         * nnmail.el (nnmail-article-group): Don't delete lines, only
6709         shorten them.
6710
6711         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6712         values.
6713
6714         * nnheader.el (nnheader-temp-directory): New variable.
6715         (nnheader-temp-directory): Removed.
6716
6717 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6718
6719         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6720         list of files to check for mailcap entries under windows-nt.
6721
6722 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6723
6724         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6725         summary buffer exists.
6726
6727 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6728
6729         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6730         irrelevant Sun sendmail bug.
6731         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6732
6733         * message.el (message-send-news): Bind mail-header-separator to
6734         "" when asking backend to post.
6735
6736 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6737
6738         * mm-uu.el (mm-dissect-disposition): New variable.
6739         (mm-uu-dissect): Use it.
6740
6741 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * mm-view.el (mm-inline-text): Bind url-current-object.
6744
6745 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6746
6747         * gnus-range.el (gnus-remove-from-range): Rewrite.
6748
6749 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6750
6751         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6752
6753 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6754
6755         * message.el (message-encode-message-body): Insert `MIME-Version'
6756         instead of `Mime-Version'.
6757
6758 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6759
6760         * message.el (message-insert-mime-part): Add the attachment
6761         disposition.
6762         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6763         (message-mime-query-type): New function.
6764         (message-mime-query-description): Ditto.
6765         (message-mime-query-file): Ditto.
6766         (message-insert-mime-part): Use them.
6767         (message-mime-insert-external): Use the new stuff.
6768
6769 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6770
6771         * nnmail.el (nnmail-split-header-length-limit): New variable.
6772
6773         * mm-decode.el (mm-dissect-buffer): Check syntax.
6774
6775         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6776
6777         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6778         (rfc2047-dissect-region): Ditto.
6779
6780 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * mm-view.el (mm-view-message): Decode charset.
6783
6784 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6787         CT headers.
6788
6789 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6790
6791         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6792         mm-uu-*-function.
6793         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6794
6795 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6796
6797         * message.el (message-send-mail): Do MML first.
6798         (message-send-news): Ditto.
6799
6800 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * gnus-picon.el (gnus-picons-face): New face.
6803         (gnus-picons-try-face): Use it.
6804
6805 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6806
6807         * gnus.el: Pterodactyl Gnus v0.68 is released.
6808
6809 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6810
6811         * gnus.el: Pterodactyl Gnus v0.67 is released.
6812
6813 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6814
6815         * gnus.el: Pterodactyl Gnus v0.66 is released.
6816
6817 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818
6819         * gnus-art.el (gnus-insert-mime-button): Decode description.
6820
6821 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6822
6823         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6824         (gnus-decode-header-methods): Ditto.
6825         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6826
6827 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6828
6829         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6830
6831 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * mml.el (mml-insert-mime-headers): Encode description.
6834
6835         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6836         line.
6837
6838         * gnus-sum.el (gnus-default-charset): Doc fix.
6839
6840 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6841
6842         * mm-decode.el (mm-display-part): Forward a line.
6843
6844 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6845
6846         * mm-util.el (mm-running-ntemacs): New variable.
6847         (mm-text-coding-system): Ditto.
6848         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6849         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6850
6851 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6852
6853         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6854         buffer.
6855
6856         * message.el (message-insert-headers): New command and keystroke.
6857
6858 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6861         (mm-get-image): Ditto.
6862
6863         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6864         base64, uudecode and binhex.
6865
6866 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6867
6868         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6869         in text/plain.
6870         * mm-uu.el (mm-uu-dissect): Use inline.
6871
6872 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * mm-view.el (mm-view-message): New function.
6875
6876         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6877         qp.
6878
6879 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6880
6881         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6882         entry for message/rfc822 as 8bit.
6883
6884 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * mailcap.el (mailcap-mime-extensions): Add patch.
6887
6888 1998-12-05  Dale Hagglund  <rdh@best.com>
6889
6890         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6891         argument to force all multipart/* to look like multipart/mixed.
6892
6893         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6894         variable.
6895         (gnus-mime-display-part): Use it.
6896
6897 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * gnus-draft.el (gnus-draft-send): Only disable checks for
6900         non-interactive use.
6901         (gnus-draft-send-message): Use it.
6902
6903 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6904
6905         * gnus.el: Pterodactyl Gnus v0.65 is released.
6906
6907 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6910
6911         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6912
6913 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6914
6915         * gnus.el: Pterodactyl Gnus v0.64 is released.
6916
6917 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * mm-view.el (mm-setup-w3): Don't load.
6920
6921         * gnus-msg.el (gnus-setup-message): Set group name.
6922         (gnus-group-mail): Avoid leaking local vars.
6923
6924         * message.el (message-attach-file): Renamed.
6925         (message-mime-attach-file): Renamed again.
6926
6927 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6928
6929         * gnus-art.el (article-decode-encoded-words): Bind
6930         rfc2047-default-charset here.
6931
6932         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6933
6934 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6937         (gnus-picons-setup-hook): New hook.
6938
6939 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6940
6941         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6942         string.
6943         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6944         line.
6945
6946 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6949         (gnus-mime-view-part): Ditto.
6950         (gnus-mime-inline-part): Dotii.
6951         (gnus-mime-externalize-part): Daddo.
6952         (gnus-mime-internalize-part): Tutti frutti.
6953         (gnus-widget-press-button): Da da do.
6954
6955         * mm-view.el (mm-setup-w3): Require url-vars.
6956
6957 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6958
6959         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6960         * mm-util.el (mm-find-charset-region): Ditto.
6961
6962 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * message.el (message-send): Don't encode here.
6965         (message-send-mail): But here.
6966         (message-send-news): And here.
6967
6968 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6971
6972 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6973
6974         * gnus.el: Pterodactyl Gnus v0.63 is released.
6975
6976 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * mml.el (mml-base-boundary): Shorten.
6979
6980         * message.el (message-insert-mime-part): Use default.
6981
6982         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6983
6984 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6985
6986         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6987         buttons, not [*].
6988
6989 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6990
6991         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6992
6993 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6994
6995         * gnus-art.el (gnus-insert-mime-button): Fix.
6996
6997 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6998
6999         * message.el (message-insert-mime-part): Nicify prompts.
7000         (message-insert-mime-part): Really delete duplicates.
7001         (message-insert-mime-part): Check against common errors.
7002         (message-insert-mime-part): Fix docstring.
7003
7004 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7007
7008 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7009
7010         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7011         (gnus-insert-mime-button): Modify accordingly.
7012
7013 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * gnus-art.el (gnus-display-mime): Set window point.
7016
7017         * mm-decode.el (mm-display-external): Only decode when not
7018         saving.
7019         (mm-alternative-precedence): Prefer multiparts.
7020         (mm-inline-media-tests): Inline multiparts.
7021
7022         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7023         Ignore errors when requiring url.
7024
7025         * mml.el (mml-quote-region): New command.
7026
7027         * message.el (message-cite-original): Use it.
7028         (message-cite-original-without-signature): Ditto.
7029
7030 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7031
7032         * gnus.el: Pterodactyl Gnus v0.62 is released.
7033
7034 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7037
7038 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7039
7040         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7041         `point-max-marker'.
7042
7043 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7044
7045         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7046
7047         * gnus-art.el (gnus-mime-display-single): Check for attachment
7048         before other tests.
7049
7050 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7051
7052         * gnus-msg.el (gnus-configure-posting-styles): find a
7053         posting-style entry in the group parameters, if any, and honor it
7054         at the end.
7055
7056 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7057
7058         * nntp.el (nntp-after-change-function): Fix.
7059
7060 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7061
7062         * mml.el (mml-generate-mime-1): Insert literally.
7063
7064 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * mml.el (mml-insert-mime-headers): Removed debug.
7067
7068 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7071         prefixed.
7072
7073         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7074         application/emacs-lisp to 8bit.
7075
7076 1998-12-03  Dale Hagglund  <rdh@best.com>
7077
7078         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7079
7080 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7081
7082         * gnus.el: Pterodactyl Gnus v0.61 is released.
7083
7084 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7085
7086         * mml.el (mml-parse-1): Skipped parts.
7087         (mml-insert-mime-headers): Nil is a list.
7088         (mml-generate-mime-1): Don't insert literally.
7089         (mml-read-tag): Drop text props.
7090         (mml-read-part): Ditto.
7091         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7092
7093 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7094
7095         * gnus.el: Pterodactyl Gnus v0.60 is released.
7096
7097 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * mml.el (mml-parse-1): Don't throw contents away.
7100
7101 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7102
7103         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7104
7105 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7108         function.
7109         (mml-parse-1): Use it.
7110
7111 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7112
7113         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7114         Use gnus-newsgroup-default-charset.
7115         (article-decode-encoded-words): Remove charset codes.
7116         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7117         gnus-default-charset.
7118
7119 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * message.el (message-send-mail): Don't encode here.
7122         (message-send-news): Nor here.
7123         (message-send): ... but here instead.
7124
7125         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7126         default to nil.
7127         (gnus-article-display-picons): Replace From line.
7128         (gnus-group-display-picons): Replace Newsgroups line.
7129         (gnus-picons-display-glyph): Set baseline.
7130         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7131         (gnus-picons-xbm-face): Revert to old, standard colors.
7132
7133         * message.el (message-fetch-field): Remove text props.
7134
7135         * gnus-art.el (gnus-article-normalized-header-length): New
7136         variable.
7137         (article-normalize-headers): New command and keystroke.
7138
7139         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7140
7141 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7142
7143         * gnus.el: Pterodactyl Gnus v0.59 is released.
7144
7145 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7146
7147         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7148
7149         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7150
7151 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7152
7153         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7154
7155 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * mm-decode.el (mm-all-images-fit): New variable.
7158         (mm-image-fit-p): Use it.
7159
7160         * gnus-art.el (gnus-mime-display-single): Use it.
7161         (gnus-mime-internalize-part): New command and keystroke.
7162
7163         * mm-decode.el (mm-user-automatic-external-display): New
7164         variable.
7165         (mm-automatic-external-display-p): New function.
7166
7167         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7168         colors.
7169
7170 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7171
7172         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7173
7174         * gnus-art.el (gnus-with-article): Work in the original article
7175         buffer.
7176         (gnus-with-article): Work in read-only groups.
7177
7178 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7179
7180         * mm-bodies.el (mm-decode-string): Return original string if not
7181         decode.
7182
7183 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7184
7185         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7186
7187 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7188
7189         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7190
7191 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7192
7193         * gnus.el: Pterodactyl Gnus v0.58 is released.
7194
7195 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7196
7197         * mm-decode.el (mm-get-image): Return a glyph, not an image
7198         specifier.
7199
7200 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7201
7202         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7203
7204 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7205
7206         * mail-parse.el (rfc2045): Required.
7207
7208 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7209
7210         * mm-view.el (mm-inline-text): Remove props.
7211
7212 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * mm-view.el (mm-setup-w3): Protect url-misc.
7215
7216         * message.el (message-ignored-resent-headers): Remove
7217         Gnus-Warning.
7218
7219         * mml.el (mml-insert-mime-headers): Use encoding.
7220         (mml-parameter-string): Ditto.
7221
7222         * rfc2045.el: New file.
7223         (rfc2045-encode-string): New function.
7224
7225 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * mail-parse.el (mail-header-encode-parameter): New function.
7228
7229         * rfc2231.el (rfc2231-encode-string): New function.
7230
7231 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7232
7233         * mm-bodies.el (mm-decode-string): New function.
7234         * mm-view.el (mm-inline-text): Use mm-decode-string.
7235
7236 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7237
7238         * gnus.el: Pterodactyl Gnus v0.57 is released.
7239
7240 1998-11-23  Felix Lee  <flee@cygnus.com>
7241
7242         * nntp.el (nntp-async-needs-kluge): new setting.
7243         (nntp-async-timer): new var.
7244         (nntp-async-process-list): new var.
7245         (nntp-async-kluge): new function.
7246         (nntp-async-timer-handler): new function.
7247         (nntp-async-wait): new function.
7248         (nntp-async-stop): new function.
7249         (nntp-after-change-function): renamed, and split apart.
7250         (nntp-async-trigger): new function.
7251         (nntp-do-callback): new function.
7252         (nntp-accept-process-output): add optional timeout arg.
7253
7254         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7255         (gnus-async-wait-for-article): new function.
7256         (gnus-async-with-semaphore): s/asynch/async/.
7257
7258 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259
7260         * gnus-art.el (gnus-with-article): Don't encode.
7261         (gnus-insert-mime-button): Fall back on filename from C-D.
7262         (gnus-mime-display-single): Have dots right on text/plain
7263         attachments.
7264
7265         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7266         broken parts.
7267
7268         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7269
7270         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7271         binhex.
7272
7273         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7274         (gnus-summary-repair-multipart): New command and keystroke.
7275
7276         * gnus-art.el (gnus-with-article-buffer): New macro.
7277
7278 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7279
7280         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7281         undisplay the part.
7282
7283 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284
7285         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7286
7287         * mml.el (mml-read-part): Partition right.
7288
7289         * mm-decode.el (mm-handle-set-cache): New macro.
7290         (mm-handle-cache): Ditto.
7291         (mm-make-handle): Ditto.
7292         (mm-dissect-singlepart): Use it.
7293         (mm-get-image): Use the cache.
7294
7295 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7298         (gnus-mime-display-single): Don't insert lines between parts.
7299
7300 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7301
7302         * nnmail.el (nnmail-file-coding-system-1): New variable.
7303         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7304         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7305         * nnml.el (nnml-file-coding-system): New variable.
7306         (nnml-request-article): Use nnml-file-coding-system.
7307
7308 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7309
7310         * gnus.el: Pterodactyl Gnus v0.56 is released.
7311
7312 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7313
7314         * gnus-art.el (gnus-mime-display-part): New function.
7315         (gnus-mime-display-mixed): Use it.
7316
7317         * mm-view.el (mm-setup-w3): Don't register.
7318
7319         * message.el (message-cite-original): Cite parts.
7320
7321 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * mml.el (mml-parameter-string): New function.
7324         (mml-insert-mime-headers): Separated into new function.
7325
7326 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7327
7328         * mml.el (mml-make-boundary): Use `make-string'.
7329
7330 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7331
7332         * binhex.el (binhex-insert-char): Ditto.
7333
7334         * base64.el (base64-insert-char): Ditto.
7335
7336         * uudecode.el (uudecode-insert-char): Code correctly.
7337
7338 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * mml.el (mml-generate-mime): Don't generate multiparts for
7341         empties.
7342
7343         * gnus-art.el (gnus-display-mime): Save excursion.
7344
7345         * message.el (message-remove-first-header): New function.
7346         (message-encode-message-body): Use it.
7347
7348 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7349
7350         * gnus.el: Pterodactyl Gnus v0.55 is released.
7351
7352 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * mm-view.el (mm-setup-w3): New function.
7355
7356         * mm-decode.el (mm-content-id-get-contents): New function.
7357         (mm-content-id-get-type): Ditto.
7358         (mm-content-id-get-encoding): Ditto.
7359         (mm-get-handle-by-content-id): Removed.
7360
7361 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7362
7363         * message.el (message-generate-new-buffers): Fix tag.
7364
7365 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * message.el (message-buffer-name): Check for unique first.
7368
7369         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7370         gnus-inhibit-mime-unbuttonizing.
7371
7372         * gnus-sum.el (t): Bind M-t.
7373         (gnus-inhibit-unbuttonizing): New variable.
7374         (gnus-summary-toggle-display-buttonized): New command.
7375
7376         * gnus-art.el (gnus-display-mime): Select article window.
7377         (article-strip-trailing-space): New command and keystroke.
7378
7379         * nneething.el (nneething-include-files): New variable.
7380         (nneething-create-mapping): Use it.
7381
7382         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7383
7384         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7385         ayto-expirable marks.
7386
7387 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7390
7391         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7392         ARG.
7393
7394         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7395
7396 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7397
7398         * mm-util.el (mm-binary-coding-system): New variable.
7399         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7400         * mm-decode.el (mm-display-external): Ditto.
7401
7402 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7403
7404         * gnus.el: Pterodactyl Gnus v0.54 is released.
7405
7406 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7409
7410 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411
7412         * mm-decode.el (mm-save-part): Unquote.
7413
7414 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7415
7416         * mm-decode.el (mm-save-part): Bind coding system for write.
7417
7418 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus-art.el (gnus-article-mode-line-format): New default.
7421         (gnus-article-mime-part-status): New function.
7422
7423         * message.el (message-send-news): Check the body syntax before
7424         encoding.
7425
7426         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7427         (gnus-mime-display-single): Use it.
7428         (gnus-mime-display-alternative): Ditto.
7429
7430         * mm-decode.el: Check for whether we are running under a term.
7431
7432 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * mm-decode.el (mm-preferred-alternative): Default to first
7435         alternative.
7436         (mm-preferred-alternative): No, we dont.
7437
7438 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * mm-decode.el (mm-display-external): Use binary instead of
7441         no-conversion.
7442         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7443         * nnheader.el (nnheader-file-coding-system): Ditto.
7444         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7445
7446 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7447
7448         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7449         name without method.
7450
7451 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7452
7453         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7454         coding-system -> default-charset.
7455         (gnus-newsgroup-default-charset-alist): Ditto.
7456         (gnus-summary-local-variables): Ditto.
7457         (gnus-set-global-variables): Ditto.
7458         (gnus-get-newsgroup-headers): Ditto.
7459         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7460         (gnus-get-newsgroup-headers-xover): Ditto.
7461         (gnus-newsgroup-setup-default-charset): Ditto.
7462         (article-decode-mime-words): Ditto.
7463         (article-decode-charset): Ditto.
7464         (article-decode-encoded-words): Ditto.
7465         (article-de-quoted-unreadable): Ditto.
7466         (gnus-mime-view-all-parts): Ditto.
7467         (gnus-mime-externalize-part): Ditto.
7468         (gnus-mm-display-part): Ditto.
7469         (gnus-mime-display-single): Ditto.
7470         (gnus-mime-display-alternative): Ditto.
7471         * lpath.el : Ditto.
7472
7473 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7476         * gnus-art.el (article-decode-charset): Overlay
7477         rfc2047-default-charset.
7478         * message.el (message-draft-coding-system): New variable.
7479         (message-set-auto-save-file-name): Use message-draft-coding-system.
7480         * nndraft.el (nndraft-request-article): Ditto.
7481         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7482         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7483
7484 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7485
7486         * mm-uu.el (mm-uu-test): New function.
7487         (mm-uu-dissect): Inherit charset and cte from head.
7488         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7489
7490 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7491
7492         * gnus.el: Pterodactyl Gnus v0.53 is released.
7493
7494 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495
7496         * mm-decode.el (mm-get-image): New function.
7497         (mm-image-fit-p): New function.
7498
7499         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7500
7501         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7502
7503         * gnus-art.el (gnus-article-insert-newline): New function.
7504         (article-goto-body): New function.
7505
7506 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7509         buttons.
7510
7511         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7512         keystroke.
7513
7514         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7515         line between parts.
7516
7517         * message.el (message-remove-header): Go to end if wanted.
7518
7519 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7520
7521         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7522         movement with save-window-excursion.
7523
7524 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7525
7526         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7527
7528 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7529
7530         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7531
7532 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7533
7534         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7535         gnus-newsgroup-coding-system.
7536         (gnus-get-newsgroup-headers): Ditto.
7537         (gnus-get-newsgroup-headers-xover): Ditto.
7538         (gnus-set-global-variables): Ditto.
7539         * gnus-art.el (article-decode-mime-words): Ditto.
7540         (article-decode-charset): Ditto.
7541         (article-decode-encoded-words): Ditto.
7542         (article-de-quoted-unreadable): Ditto.
7543         (gnus-mime-view-all-parts): Ditto.
7544         (gnus-mime-externalize-part): Ditto.
7545         (gnus-mm-display-part): Ditto.
7546         (gnus-mime-display-alternative): Ditto.
7547         (gnus-mime-display-single): Ditto.
7548         * mm-view.el (mm-inline-text): Use default coding system.
7549
7550 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7551
7552         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7553         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7554         (gnus-newsgroup-coding-system): New local variable.
7555         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7556         (gnus-summary-local-variables): Add two new local variables.
7557         (gnus-newsgroup-setup-coding-system): New function.
7558         (gnus-select-newsgroup): Setup coding system.
7559         * lpath.el: Add two new variables.
7560         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7561         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7562         * gnus-cus.el (gnus-group-parameters): Customizable
7563         iso-8859-1-forced.
7564
7565 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7566
7567         * gnus.el: Pterodactyl Gnus v0.52 is released.
7568
7569 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7572         encoding.
7573
7574         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7575         undisplayed text types.
7576
7577         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7578         types.
7579
7580 1998-11-19  Felix Lee  <flee@cygnus.com>
7581
7582         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7583
7584 1998-11-19  Felix Lee  <flee@cygnus.com>
7585
7586         * gnus-async.el (gnus-asynch-obarray): rename to
7587         gnus-async-hashtb, and don't buffer-local it.
7588
7589         (gnus-async-article-callback): new function.
7590         (gnus-make-async-article-function): use it.
7591
7592         (gnus-async-current-prefetch-group): new var.
7593         (gnus-async-current-prefetch-article): new var.
7594         (gnus-async-request-fetched-article): are we fetching it already?
7595
7596         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7597
7598 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * gnus-sum.el (gnus-summary-show-article): Require.
7601
7602         * message.el: Provide before hooks.
7603         (message-send-news): Do MIME before headers.
7604
7605         * gnus-art.el (gnus-article-check-buffer): New function.
7606         (gnus-article-read-summary-keys): Use it.
7607
7608         * mm-decode.el (mm-user-automatic-display): Display all inline
7609         images.
7610
7611         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7612         much.
7613         (gnus-unbuttonized-mime-types): New variable.
7614
7615 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7616
7617         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7618
7619         * mm-decode.el (mm-quote-arg): Quote semicolons.
7620
7621         * gnus-art.el (gnus-mime-display-single): Don't display
7622         attachments.
7623         (gnus-mime-externalize-part): New command and keystroke.
7624
7625         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7626         (mm-alternative-precedence): Changed order.
7627
7628 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7629
7630         * gnus.el (gnus-method-simplify): New function.
7631         (gnus-native-method-p): New function.
7632         (gnus-secondary-method-p): Use gnus-method-equal.
7633
7634         * gnus-start.el (gnus-group-change-level): Shorten select method.
7635
7636 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7637
7638         * gnus.el: Pterodactyl Gnus v0.51 is released.
7639
7640 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * gnus.el: Applied patches from 5.6.45.
7643
7644         * gnus-score.el (gnus-score-find-trace): Print complete file
7645         paths.
7646         (gnus-score-find-trace): Truncate lines.
7647
7648         * gnus.el (gnus-message-archive-group): Allow function.
7649
7650         * message.el (message-encode-message-body): Remove Mime-Version
7651         before inserting.
7652
7653         * gnus-cus.el (gnus-group-customize): Optional topic.
7654
7655         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7656         keystroke.
7657
7658 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7659
7660         * message.el (message-encode-message-body): Rewrite.
7661
7662 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * mml.el (mml-base-boundary): New variable.
7665         (mml-make-boundary): New function.
7666
7667         * gnus-cache.el (gnus-cache-coding-system): New variable.
7668         (gnus-cache-request-article): Use it.
7669
7670         * message.el (message-insert-mime-part): Delete duplicates.
7671
7672 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7673
7674         * gnus-art.el (gnus-mime-display-alternative): Set end of
7675         multipart and display even when nothing is preferred.
7676
7677 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7678
7679         * gnus.el: Pterodactyl Gnus v0.50 is released.
7680
7681 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7684         fbound.
7685
7686         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7687
7688 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7689
7690         * gnus.el (gnus-similar-server-opened): Compare backend.
7691
7692 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7693
7694         * gnus-topic.el (gnus-topic-expire-articles): New function.
7695         (gnus-topic-mode-map): Bind it.
7696
7697         * gnus.texi (Topic Commands): New expiry command. Reordered.
7698
7699 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7700
7701         * gnus-sum.el
7702         (gnus-auto-expirable-marks): New variable.
7703         (gnus-inhibit-user-auto-expire): New variable.
7704         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7705         When looking to see if we should expire instead, check
7706         gnus-auto-expirable-marks instead of using a hard-wired list.
7707         (gnus-summary-mark-as-read-forward,
7708         gnus-summary-mark-as-read-backward):
7709         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7710         gnus-summary-mark-forward, instead of `t'.
7711
7712 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * mml.el (mml-compute-boundary): New function.
7715         (mml-compute-boundary-1): New function.
7716         (mml-generate-mime-1): Use it.
7717
7718 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7719
7720         * mml.el (mml-generate-mime-1): Always precede closing boundary
7721         with newline.
7722
7723 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * mml.el (mml-generate-mime-1): Do right boundaries when several
7726         multiparts.
7727
7728         * mm-decode.el (mm-user-automatic-display): Default to inline
7729         jpeg.
7730
7731         * mml.el (mml-generate-mime-1): Encode non-text parts.
7732
7733 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7734
7735         * gnus.el: Pterodactyl Gnus v0.49 is released.
7736
7737 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7738
7739         * mm-view.el (mm-inline-text): Require w3-vars.
7740
7741         * gnus-setup.el (gnus-use-tm): Removed.
7742
7743         * gnus-art.el (gnus-article-goto-part): Don't beep.
7744         (gnus-article-view-part): Check return value.
7745         (gnus-mime-display-alternative): Don't display when there is
7746         nothing to display.
7747
7748         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7749         (mml-generate-mime-1): Use unibyte for binaries.
7750
7751         * gnus-art.el (gnus-display-mime): Call
7752         gnus-article-mime-part-function.
7753         (gnus-mime-part-function): New function.
7754         (gnus-article-mime-part-function): New function.
7755
7756         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7757
7758 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7759
7760         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7761
7762         * message.el (message-font-lock-keywords): Highlight MML.
7763         (message-mml-face): New font.
7764
7765 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7766
7767         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7768         (gnus-mm-display-part): Do not select-window if the article window
7769         is not found.
7770
7771 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7772
7773         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7774
7775 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7776
7777         * gnus.el: Pterodactyl Gnus v0.48 is released.
7778
7779 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780
7781         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7782
7783         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7784
7785         * message.el (message-cite-original-without-signature): Ditto.
7786         (message-cite-original): Quote parts.
7787
7788 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7789
7790         * gnus.el: Pterodactyl Gnus v0.47 is released.
7791
7792 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * message.el (message-encode-message-body): Insert MIME warning.
7795
7796         * mml.el (mml-read-tag): Look for #tag.
7797
7798         * mm-util.el (mm-find-charset-region): Check whether
7799         enable-multibyte-characters is bound.
7800
7801 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7802
7803         * gnus.el: Pterodactyl Gnus v0.46 is released.
7804
7805 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * message.el (message-encode-message-body): Insert headers at the
7808         right spot.
7809
7810 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7811
7812         * gnus.el: Pterodactyl Gnus v0.45 is released.
7813
7814 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * nndraft.el (nndraft-save-mime-part): Removed.
7817         (nndraft-get-mime-part): Ditto.
7818
7819         * message.el (message-format-mime-old): Removed.
7820         (message-encode-message-body): Removed.
7821         (message-encode-message-body): Renamed.
7822
7823 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7826
7827         * message.el (message-format-mime): Check message-mime-part.
7828
7829         * mm-encode.el (mm-mime-file-types): Removed.
7830         (mm-default-file-encoding): New definition.
7831
7832 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7833
7834         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7835         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7836
7837 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7838
7839         * gnus.el: Pterodactyl Gnus v0.44 is released.
7840
7841 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * message.el (message-format-mime): New function.
7844
7845         * nndraft.el (nndraft-save-mime-part): New function.
7846         (nndraft-get-mime-part): New function.
7847
7848         * mm-encode.el (mm-default-file-encoding): New function.
7849         (mm-content-transfer-encoding): New function.
7850         (mm-encode-buffer): New function.
7851
7852         * message.el: New command.
7853         (message-mime-part): New variable.
7854         (message-insert-mime-part): New command.
7855
7856         * mm-encode.el (mm-encode-content-transfer-encoding): New
7857         function.
7858
7859         * mm-util.el (mm-content-transfer-encoding-defaults): New
7860         variable.
7861         (mm-mime-file-types): Taken from TM.
7862
7863 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7864
7865         * gnus.el: Pterodactyl Gnus v0.43 is released.
7866
7867 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7868
7869         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7870         * gnus-score.el (gnus-score-default-header): Ditto.
7871         (gnus-header-index): Ditto.
7872         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7873         (gnus-summary-header): Handle extra headers.
7874         (gnus-summary-score-entry): Ditto, & provide new score element.
7875         (gnus-summary-score-effect): Ditto.
7876         (gnus-score-string): Avoid "extra" string sort, & modify match in
7877         "extra" case.
7878         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7879
7880 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * message.el (message-resend): Bind message-required-mail-headers
7883         to nil.
7884
7885         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7886
7887         * nngateway.el (require): Require cl.
7888
7889         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7890         things.
7891
7892 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7893
7894         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7895         when no articles.
7896
7897 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7900
7901 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7902
7903         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7904         user-mail-address if non-nil.
7905
7906 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7909         (gnus-make-sort-function-1): Ditto.
7910
7911         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7912         window.
7913
7914 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7917
7918         * binhex.el (binhex-decode-region): Quote.
7919
7920 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * gnus-art.el (article-decode-charset): Don't downcase charset.
7923
7924         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7925
7926 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7927
7928         * gnus.el: Pterodactyl Gnus v0.42 is released.
7929
7930 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7931
7932         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7933
7934 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7935
7936         * nntp.el (nntp-send-mode-reader): Revert.
7937
7938 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7939
7940         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7941
7942 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7943
7944         * message.el (message-make-date): Fix for negative time zones.
7945
7946 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7947
7948         * gnus.el: Pterodactyl Gnus v0.41 is released.
7949
7950 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7951
7952         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7953
7954 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7955
7956         * gnus.el (gnus-short-group-name): When shortening foreign select
7957         methods, do not scan for plusses beyond the first colon.
7958
7959 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7960
7961         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7962         lines where `group' is the last thing on the line.
7963
7964 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965
7966         * gnus-art.el (gnus-article-view-part): Do alternative.
7967         (gnus-mime-display-alternative): Insert marker.
7968
7969 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7972
7973         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7974         dates.
7975
7976         * gnus-cus.el (gnus-topic): Required.
7977
7978         * nnheader.el (nnheader-parse-nov): Parse extra.
7979         (nnheader-nov-parse-extra): New macro.
7980
7981 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * gnus-art.el (gnus-article-view-part): Internal move.
7984
7985 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7986
7987         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7988         (gnus-group-customize): Support editing topic parameters.
7989
7990 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7991
7992         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7993         indicators.
7994
7995 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7996
7997         * gnus-art.el (gnus-mm-display-part): Return.
7998         (gnus-article-view-part): Only go if external.
7999         (gnus-article-dumbquotes-map): Do 205.
8000
8001         * mm-decode.el (mm-display-part): Return what was done.
8002
8003         * message.el (message-buffer-naming-style): New variable.
8004         (message-generate-new-buffers): Extended.
8005         (message-buffer-naming-style): Removed.
8006         (message-buffer-name): Use it.
8007         (message-do-send-housekeeping): Rename new styling.
8008
8009         * gnus-sum.el (gnus-summary-recenter): Allow
8010         gnus-auto-center-summary to be a number.
8011
8012 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8013
8014         * pop3.el (pop3-open-server): Use "binary" instead of
8015         "no-conversion".
8016
8017 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8018
8019         * gnus-srvr.el (gnus-browse-foreign-server): Set
8020         gnus-browse-current-method to the result of gnus-server-to-method.
8021
8022 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8023
8024         * gnus-util.el (gnus-pull): Another optional argument.
8025         * nnweb.el (nnweb-request-delete-group): Delete from
8026         nnweb-group-alist and update active file.
8027
8028 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8029
8030         * gnus-group.el (gnus-group-make-group): Accept group of new
8031         method.
8032
8033 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8034
8035         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8036
8037 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * mm-view.el (mm-inline-text): Postion of html portion.
8040
8041 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * nntp.el (nntp-list-active-group): Waited for short strings.
8044         (nntp-send-mode-reader): Ditto.
8045         (nntp-open-connection): Ditto.
8046
8047         * gnus-int.el (gnus-request-group-articles): New function.
8048
8049         * nntp.el (nntp-request-listgroup): New function.
8050         (nntp-request-group-articles): Renamed.
8051
8052 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8053
8054         * nnheader.el (nnheader-parse-nov): Supply extra.
8055
8056 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8057
8058         * gnus-art.el (gnus-button-push): Don't go to
8059         gnus-article-buffer.
8060
8061         * mm-view.el (mm-inline-image): Add a newline.
8062
8063         * gnus-start.el (gnus-check-first-time-used): Check more.
8064
8065 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8066
8067         * gnus-start.el (gnus-check-first-time-used): Check current.
8068
8069 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * mm-util.el (mm-find-charset-region): New function.
8072
8073         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8074
8075         * gnus-art.el (gnus-mime-button-menu): Fix.
8076
8077 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8078
8079         * gnus-art.el (gnus-mime-button-menu): New definition.
8080
8081 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * gnus-art.el (article-decode-charset): Downcase charset.
8084         (article-decode-charset): Pass on type.
8085         (article-decode-charset): Check nil charsets.
8086         (article-remove-cr): Translate CR to LF.
8087         (gnus-ignored-mime-types): Default to nil.
8088
8089         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8090
8091         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8092         user-mail-address.
8093         (gnus-nov-parse-extra): Didn't return right thing.
8094
8095 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * gnus-xmas.el: Use compiled-function-p.
8098
8099 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8100
8101         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8102
8103 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8104
8105         * gnus.el: Pterodactyl Gnus v0.40 is released.
8106
8107 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8110
8111         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8112
8113         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8114
8115         * nnml.el (nnml-possibly-create-directory): Check before making.
8116
8117 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8118
8119         * nnheader.el (nnheader-insert-nov): Don't infloop.
8120
8121 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8124         set up.
8125
8126 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8127
8128         * nneething.el (nneething-file-name): New definition.
8129
8130 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * gnus-art.el (gnus-treatment-function-alist): Fix.
8133         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8134
8135         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8136
8137 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8138
8139         * gnus.el: Pterodactyl Gnus v0.39 is released.
8140
8141 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * gnus-art.el (gnus-ignored-mime-types): New variable.
8144         (gnus-mime-display-single): Use it.
8145         (gnus-treatment-function-alist): New variable.
8146
8147         * gnus.el (gnus-mime): New group.
8148
8149         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8150         things for other parts.
8151         (gnus-mime-display-alternative): Place point.
8152
8153         * gnus.el: autoload gnus-uu-post-news.
8154
8155         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8156         needsterm/DISPLAY.
8157
8158         * mm-decode.el (mm-display-part): Default to inline text/.*
8159         parts.
8160
8161         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8162         8bit.
8163
8164         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8165         (gnus-mime-display-single): Inline all text parts.
8166         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8167
8168 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169
8170         * nnml.el (nnml-possibly-create-directory): Rewrite.
8171         (nnml-request-create-group): Change to right server.
8172
8173         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8174
8175         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8176
8177         * gnus.el: rmail-output-to-rmail-file autoload.
8178
8179         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8180         Gnus.
8181
8182         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8183
8184         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8185
8186 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8187
8188         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8189         mixed part.
8190
8191 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8194
8195         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8196
8197 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8198
8199         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8200
8201 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202
8203         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8204         value.
8205
8206         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8207         hidden.
8208
8209         * gnus-spec.el (gnus-update-format-specifications): Use the
8210         article mode line spec.
8211
8212         * gnus-art.el (gnus-insert-mime-button): Put right type.
8213         (gnus-insert-prev-page-button): Ditto.
8214         (gnus-insert-next-page-button): Dutti.
8215
8216         * pop3.el: New version installed.
8217
8218 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8219
8220         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8221         and display last part.
8222
8223 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8224
8225         * gnus.el: Pterodactyl Gnus v0.38 is released.
8226
8227 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8230         Removed.
8231         (article-de-quoted-unreadable): Narrow to default.
8232
8233         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8234
8235         * gnus-art.el (article-decode-charset): Decode even when broken
8236         MIME.
8237
8238         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8239         name.
8240
8241         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8242
8243         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8244         nnheader.
8245
8246         * nnmail.el (nnmail-extra-headers): New variable.
8247
8248         * nnheader.el (nnheader-insert-nov): Insert extra.
8249
8250         * gnus.el (gnus-summary-line-format): Doc fix.
8251
8252         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8253         (gnus-nov-parse-line): Ditto.
8254         (gnus-nov-parse-extra): New macro.
8255         (gnus-header): New function.
8256         (gnus-update-summary-mark-positions): Change.
8257         (gnus-ignored-from-addresses): New variable.
8258         (gnus-summary-insert-from-or-to): New function.
8259
8260         * gnus.el (gnus-extra-headers): New variable.
8261
8262         * nnheader.el (make-mail-header): Expand.
8263         (mail-header-extra): New macro.
8264         (mail-header-set-extra): Ditto.
8265         (make-full-mail-header): Expand.
8266
8267 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8268
8269         * gnus.el: Pterodactyl Gnus v0.37 is released.
8270
8271 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8274
8275         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8276         on.
8277
8278 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8279
8280         * gnus-spec.el (gnus-balloon-face-function): new function
8281         (gnus-parse-format): understand the %< %> specifiers
8282         (gnus-parse-complex-format): ditto.
8283
8284 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * gnus.el: Changed following-char to char-after throughout.
8287
8288 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * mm-decode.el (mm-display-external): Protect more and message.
8291
8292 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8293
8294         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8295         position.
8296
8297 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8298
8299         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8300         mixed part.
8301
8302 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8303
8304         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8305
8306         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8307
8308 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8309
8310         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8311
8312 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8313
8314         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8315
8316         * mm-decode.el (mm-display-external): Set undisplayer to mm
8317         buffer, not the current buffer; use unwind-protect.
8318
8319 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8320
8321         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8322         (gnus-summary-exit-no-update): Ditto.
8323
8324 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * mm-decode.el (mm-inline-media-tests): Look for w3.
8327
8328         * mailcap.el (mailcap-mime-data): Inline html.
8329
8330 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8331
8332         * gnus.el: Pterodactyl Gnus v0.36 is released.
8333
8334 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335
8336         * gnus-art.el (article-translate-strings):
8337         (gnus-article-dumbquotes-map): Don't dot.
8338
8339         * pop3.el (pop3-open-server): Set point right.
8340
8341         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8342         (mm-dissect-buffer): Ditto.
8343         (mm-destroy-part): Ignore non-handles.
8344         (mm-remove-part): Ditto.
8345         (mm-destroy-parts): New function.
8346         (mm-remove-parts): Ditto.
8347
8348         * gnus-art.el (gnus-mm-display-part): Don't move point.
8349
8350 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8351
8352         * mm-uu.el : New file.
8353
8354         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8355
8356         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8357         a function.
8358
8359 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * mm-decode.el (mm-display-external): Check before selecting.
8362
8363 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8366
8367         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8368
8369         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8370         variable.
8371
8372         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8373
8374         * gnus-art.el (gnus-decode-header-methods): New variable.
8375
8376         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8377
8378         * gnus-art.el (gnus-multi-decode-header): New function.
8379
8380 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8381
8382         * gnus.el: Pterodactyl Gnus v0.35 is released.
8383
8384 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8385
8386         * uudecode.el (uudecode-decode-region-external): Insert
8387         literally.
8388
8389         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8390
8391         * mm-bodies.el (mm-decode-body): Optional encoding.
8392
8393 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * gnus-ems.el (gnus-mouse-3): New variable.
8396
8397         * binhex.el (binhex-decode-region-external): Don't use -internally.
8398
8399 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8400
8401         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8402         files.
8403
8404 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8405
8406         * gnus-group.el (gnus-add-marked-articles): Request backend update
8407         of flags.
8408
8409 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8410
8411         * gnus-sum.el (gnus-update-read-articles):
8412         (gnus-update-marks): Request backend update of mark.
8413
8414 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8415
8416         * gnus.texi (Optional Backend Functions): New item,
8417         nnchoke-request-set-mark.
8418
8419 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8420
8421         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8422           list to range.
8423
8424 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8425
8426         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8427
8428 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8429
8430         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8431         first used.
8432
8433 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8434
8435         * mm-view.el: Require mm-decode for macros.
8436
8437         * mm-decode.el (mm-handle-type): Move macro declarations above the
8438         place where they are used.
8439
8440 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8441
8442         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8443         buffer.
8444
8445 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8446
8447         * nnagent.el (nnagent-open-server): Error message.
8448
8449 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8450
8451         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8452
8453 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8454
8455         * score-mode.el (gnus-score-mode-map): Ditto.
8456
8457         * message.el (message-mode-map): Ditto.
8458
8459         * gnus-uu.el (gnus-uu-post-news): Ditto.
8460
8461         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8462
8463         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8464
8465         * gnus-art.el (gnus-article-edit-mode-map): Use
8466         `set-keymap-parent' rather than `copy-keymap'.
8467
8468 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8469
8470         * gnus-art.el (gnus-mime-button-commands): New variable.
8471         (gnus-mime-button-map): Initialize it from
8472         `gnus-mime-button-commands'.
8473         (gnus-mime-button-menu): New function.
8474         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8475
8476 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8477
8478         * message.el (message-insert-to): Make `nobody' and `poster'
8479         synonymous to `never' and `always' in Mail-Copies-To.
8480         (message-reply): Ditto.
8481         (message-followup): Ditto.
8482
8483 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * mailcap.el (mailcap-mime-data): Save sound.
8486
8487 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8488
8489         * message.el (message-ignored-supersedes-headers): Include
8490         `NNTP-Posting-Date'.
8491
8492 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8493
8494         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8495
8496 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8499         uudecode.
8500
8501 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * mm-decode.el (mm-display-external): Don't switch on save.
8504
8505 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8506
8507         * nnmail.el (nnmail-movemail-args): New variable.
8508
8509 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8510
8511         * gnus-art.el (article-translate-strings):
8512
8513 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * gnus-art.el (gnus-article-view-part): Use it.
8516         (gnus-mm-display-part): New function.
8517         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8518
8519         * mm-decode.el (mm-handle-displayed-p): New function.
8520
8521         * gnus-art.el (gnus-mime-copy-part): Create better names.
8522         (gnus-mime-button-line-format): Include dots spec.
8523
8524 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8525
8526       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8527       forward buffer first.
8528
8529 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * gnus-util.el (gnus-set-window-start): New function.
8532
8533         * message.el (message-send): Don't check changed.
8534
8535 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8536
8537         * gnus-art.el (gnus-article-setup-buffer): Set params.
8538
8539         * mm-decode.el (mm-user-display-methods): Inline
8540         "message/delivery-status".
8541
8542 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8543
8544         * message.el (message-auto-save-directory): Rename.
8545         (message-mode): Dof fix.
8546
8547         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8548         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8549
8550         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8551
8552         * message.el (message-make-date): Avoid locale.
8553
8554         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8555         cache.
8556
8557         * mm-decode.el (mm-display-inline): Goto point-min.
8558
8559         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8560
8561         * mm-decode.el (mm-display-external): Reverse before sorting.
8562
8563         * gnus-draft.el (gnus-draft-send): Allow mail.
8564
8565 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8566
8567         * message.el (message-check): Move message-check macro above where
8568         it is first used.
8569
8570         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8571
8572 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8573
8574         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8575
8576 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8577
8578         * gnus.el: Pterodactyl Gnus v0.34 is released.
8579
8580 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * mm-decode.el (mm-inline-media-tests): delivery-status.
8583
8584         * mm-view.el (mm-inline-text): Provide default.
8585
8586 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8587
8588         * mailcap.el (mailcap-possible-viewers): Fix nils.
8589
8590 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8593         (article-update-date-lapsed): Record the buffer.
8594         (article-update-date-lapsed): Do all windows that display article
8595         buffers.
8596
8597         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8598
8599         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8600
8601         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8602         annoations.
8603
8604         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8605
8606 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * gnus-agent.el (gnus-category-add): Change default category to
8609         'false.
8610
8611         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8612         scores.
8613
8614         * gnus-draft.el (gnus-draft-send): Check server more.
8615
8616         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8617         (gnus-article-goto-part): New function.
8618
8619         * mm-view.el (mm-inline-text): Insert richtext properly.
8620
8621         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8622
8623 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * parse-time.el (parse-time-rules): Accept dates far into the past
8626         and the future, and parse single-digit numbers as years.
8627
8628 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629
8630         * mm-decode.el (mm-display-external): Chop off directories.
8631
8632 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633
8634         * uudecode.el (uu-decode-region-external): Use
8635         insert-file-contents-literally.
8636
8637         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8638
8639 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * uudecode.el: New file.
8642
8643         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8644         x-uuencode.
8645
8646 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8649
8650         * message.el (message-fetch-field): Unfold properly.
8651
8652         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8653         in text/plain.
8654
8655 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8658         (gnus-auto-select-first): Removed.
8659         (gnus-auto-select-first): Extended.
8660         (gnus-summary-read-group-1): Use new value.
8661
8662 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * message.el (message-fix-before-sending): Space.
8665
8666         * nnmail.el (nnmail-find-file): Don't erase.
8667
8668 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8669
8670         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8671
8672 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8673
8674         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8675
8676 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8677
8678         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8679
8680 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8681
8682         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8683         20.4.
8684
8685 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * gnus-art.el (gnus-mime-view-all-parts): New command and
8688         keystroke.
8689
8690         * mm-decode.el (mm-display-external): Translate slashes.
8691
8692         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8693
8694         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8695
8696         * mm-decode.el (mm-quote-arg): Quote spaces.
8697         (mm-display-external): Quote args.
8698
8699 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * mm-decode.el (mm-inlinable-part-p): New function.
8702
8703 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8704
8705        * mm-util.el (mm-disable-multibyte): New function.
8706
8707 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8708
8709         * gnus.el: Pterodactyl Gnus v0.33 is released.
8710
8711 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8714
8715         * mm-decode.el (mm-display-external): Don't switch for externals.
8716         (mm-dissect-multipart): Don't include end-sep.
8717
8718         * mm-util.el (mm-get-coding-system-list): New function.
8719         (mm-coding-system-list): New variable.
8720
8721 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8722
8723         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8724
8725 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8726
8727         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8728         group
8729
8730 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8731
8732         * base64.el (base64-run-command-on-region): External base64
8733         decoder do not use coding system
8734
8735 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8736
8737         * mm-decode.el (mm-interactively-view-part): Typo.
8738
8739 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8740
8741         * mm-decode.el (mm-dissect-multipart): Display last part when the
8742         article has no close-delimiter
8743
8744 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8745
8746         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8747         content-type.
8748
8749 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8750
8751         * gnus-art.el (gnus-display-mime): Typo.
8752
8753 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8754
8755         * gnus.el: Pterodactyl Gnus v0.32 is released.
8756
8757 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * gnus-kill.el (gnus-batch-score): Protect against errors.
8760
8761         * gnus-art.el: Protect against broken headers.
8762
8763         * mm-decode.el (mm-display-external): Respect needsterm.
8764         (mm-display-external): Create buffer for external commands.
8765
8766 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8769
8770         * mm-decode.el (mm-display-external): Use file name.
8771
8772 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8773
8774         * gnus-util.el (gnus-output-to-rmail):  adjust to
8775           `rmail-output-to-rmail-file'
8776
8777 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8778
8779         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8780
8781         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8782         headers.
8783
8784         * gnus-art.el (article-decode-charset): Fold case.
8785
8786 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8787
8788         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8789
8790 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8791
8792         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8793         after being stored.
8794
8795 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8796
8797         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8798         come.
8799
8800 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * gnus-xmas.el (wid-edit): Required.
8803
8804         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8805
8806 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8807
8808         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8809
8810 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8811
8812         * gnus-art.el (article-decode-charset): Narrow to the correct
8813         region.
8814
8815         * mm-bodies.el: Fix autoload.
8816
8817 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8818
8819         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8820
8821 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8824
8825 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8828         (gnus-article-add-button): Ditto.
8829
8830         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8831
8832         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8833         (gnus-article-prepare-display): Bind url-standalone-mode.
8834
8835         * mm-decode.el (mm-remove-part): Also delete directory.
8836         (mm-display-external): Create a private sub-dir.
8837
8838         * mailcap.el (mailcap-binary-suffixes): New variable.
8839         (mailcap-command-p): Use it.
8840
8841 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * nnmbox.el (nnmbox-request-group): Change server.
8844         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8845
8846         * message.el (message-encode-message-body): Don't stomp MIME
8847         headers.
8848
8849         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8850         unless useful.
8851         (gnus-summary-exit): Check for a live article buffer.
8852         (gnus-summary-exit-no-update): Ditto.
8853
8854         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8855         param.
8856
8857         * gnus-sum.el (gnus-article-decoded-p): New variable.
8858
8859         * mm-decode.el (mm-display-external): Use no-conv.
8860
8861         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8862         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8863
8864         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8865         mouse-click.
8866
8867 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8868
8869         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8870
8871 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8872
8873         * gnus.el: Pterodactyl Gnus v0.31 is released.
8874
8875 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8878
8879         * mm-decode.el (mm-display-part): Accept no-default.
8880
8881         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8882         a parameter.
8883
8884         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8885         (gnus-summary-prepare-threads): Ditto.
8886
8887         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8888
8889         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8890         (gnus-mime-button-line-format): Doc fix.
8891         (gnus-insert-mime-button): Use it.
8892         (gnus-article-add-button): Use widget-convert-button.
8893
8894         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8895         ignore.
8896
8897         * mm-decode.el (mm-alternative-precedence): Ditto.
8898
8899 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8900
8901         * mm-decode.el (mm-user-automatic-display): Use enriched.
8902
8903 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8904
8905         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8906         right place.
8907
8908 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8911
8912         * gnus-art.el (article-update-date-lapsed): Only update header if
8913         buffer is dispalyed in frame.
8914         (gnus-article-prepare-display): New function.
8915         (gnus-article-prepare): Use it.
8916
8917 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8920
8921         * mm-view.el (mm-insert-inline): New function.
8922
8923         * mm-decode.el (mm-pipe-part): Bugged.
8924
8925         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8926
8927         * mm-bodies.el (mm-encode-body): Move over the body.
8928
8929         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8930
8931         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8932
8933 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8934
8935         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8936           related functions.  Handle message/rfc822 parts.  Display subject on
8937           multipart summary lines.  Display name on sub-parts when available.
8938
8939 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8940
8941         * mailcap.el (mailcap-command-p): New version.
8942
8943 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8944
8945         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8946         groups.
8947
8948 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8949
8950         * message.el (message-make-date): Remove weekday name.
8951
8952         * mm-decode.el (mm-dissect-buffer): Protect against broken
8953         headers.
8954
8955         * mailcap.el (mailcap-command-in-path-p): New function.
8956         (mailcap-command-p): Renamed.
8957
8958 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8959
8960         * rfc2047.el (eval): Autoload.
8961
8962 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8965         (gnus-multi-decode-encoded-word-string): New function.
8966         (gnus-encoded-word-method-alist): New variable.
8967         (gnus-decode-encoded-word-functions): Removed.
8968
8969 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * gnus-int.el (gnus-request-replace-article): Replace
8972         message-narrow-to-headers with message-narrow-to-head
8973
8974 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * drums.el (drums-quote-string): Reversed match.
8977
8978         * message.el (message-make-date): Use weekday name.
8979
8980 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8981
8982         * gnus.el: Pterodactyl Gnus v0.30 is released.
8983
8984 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * gnus-art.el (article-decode-encoded-words): Use it.
8987         (gnus-decode-header-function): New variable.
8988
8989         * gnus-sum.el (gnus-nov-parse-line): Use it.
8990         (gnus-decode-encoded-word-function): New variable.
8991
8992         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8993         buffer.
8994
8995         * gnus-art.el (gnus-insert-mime-button): Use widget.
8996         (gnus-widget-press-button): New function.
8997         (gnus-article-prev-button): Removed.
8998         (gnus-article-next-button): Ditto.
8999         (gnus-article-add-button): Ditto.
9000
9001         * gnus.el (gnus-article-mode-map): Inherit from widget.
9002         (gnus-article-mode-map): No, don't.
9003
9004         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9005         (mm-content-id-alist): New variable.
9006         (mm-get-content-id): New function.
9007
9008         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9009         articles if we are fetching to the article buffer.
9010
9011 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9012
9013         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9014         articles.
9015
9016 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9017
9018         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9019         (mm-default-mime-charset): New variable.
9020
9021         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9022
9023         * drums.el (drums-quote-string): Reversed test.
9024
9025 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9028         string.
9029
9030         * drums.el (drums-quote-string): New function.
9031
9032         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9033         (rfc2047-b-encode-region): Chop lines.
9034         (rfc2047-q-encode-region): Ditto.
9035
9036 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9037
9038         * gnus.el: Pterodactyl Gnus v0.29 is released.
9039
9040 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9041
9042         * mm-decode.el (mm-save-part): Message right.
9043
9044 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * drums.el (drums-parse-address): Returned a list instead of a
9047         string.
9048         (drums-remove-whitespace): Skip comments.
9049         (drums-parse-addresses): Didn't work.
9050
9051 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9052
9053         * gnus.el: Pterodactyl Gnus v0.28 is released.
9054
9055 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9056
9057         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9058         starting point.
9059         (article-decode-encoded-words): Rename.
9060
9061         * message.el (message-narrow-to-headers-or-head): New function.
9062
9063         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9064         region.
9065
9066         * message.el (message-send-news): Encode body after checking
9067         syntax.
9068
9069         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9070
9071         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9072
9073         * gnus-art.el (gnus-display-mime): Respect disposition.
9074
9075         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9076
9077         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9078         text with annotations.
9079
9080         * message.el (message-make-date): Fix sign for negative time
9081         zones.
9082
9083         * mm-view.el (mm-inline-image): Insert a space at the end of the
9084         image.
9085
9086         * mail-parse.el: New file.
9087
9088         * rfc2231.el: New file.
9089
9090         * drums.el (drums-content-type-get): Removed.
9091         (drums-parse-content-type): Ditto.
9092
9093         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9094
9095 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9096
9097         * gnus.el: Pterodactyl Gnus v0.27 is released.
9098
9099 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9100
9101         * mm-decode.el (mm-alternative-precedence): New variable.
9102         (mm-preferred-alternative): New function.
9103
9104         * gnus-art.el (gnus-mime-copy-part): New command.
9105
9106         * mm-decode.el (mm-get-part): New function.
9107
9108         * mm-view.el: New file.
9109
9110         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9111         (mm-display-part): Default to mailcap-save-binary-file.
9112
9113 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9114
9115         * gnus.el: Pterodactyl Gnus v0.26 is released.
9116
9117 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * mm-decode.el (mm-interactively-view-part): New function.
9120
9121         * gnus-art.el (gnus-mime-view-part): New command.
9122
9123         * mm-decode.el (mm-last-shell-command): New variable.
9124
9125         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9126
9127         * mm-decode.el (mm-save-part): New function.
9128
9129         * gnus-art.el (article-decode-charset): Protect against buggy
9130         content-types.
9131         (gnus-mime-pipe-part): New command.
9132         (gnus-mime-save-part): New command.
9133         (gnus-mime-button-map): New keymap.
9134         (gnus-mime-button-line-format): New variable.
9135         (gnus-insert-mime-button): New function.
9136         (gnus-display-mime): Use it.
9137
9138         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9139
9140         * mm-decode.el (mm-inline-text): Decode charsets.
9141
9142         * gnus-art.el (gnus-article-save): Comment fix.
9143
9144         * gnus-int.el (gnus-start-news-server): When in batch, don't
9145         prompt.
9146
9147         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9148         decode.
9149
9150         * mm-decode.el (mm-inline-media-tests): Add audio.
9151         (mm-inline-audio): New function.
9152
9153 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9154
9155         * gnus-art.el (article-make-date-line): Didn't work.
9156
9157         * parse-time.el (parse-time-string): One too many nils.
9158
9159 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9160
9161         * gnus.el: Pterodactyl Gnus v0.25 is released.
9162
9163 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9164
9165         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9166         annotations.
9167
9168         * gnus.el ((featurep 'gnus-xmas)): New
9169         'gnus-annotation-in-region-p alias.
9170
9171 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9172
9173         * mm-util.el (mm-with-unibyte-buffer): New function.
9174
9175         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9176
9177         * mm-decode.el (mm-inline-media-tests): New variable.
9178
9179         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9180
9181         * gnus-art.el (gnus-article-mime-handles): New variable.
9182
9183         * drums.el (drums-narrow-to-header): New function.
9184
9185         * gnus-art.el (article-decode-charset): Use it.
9186
9187         * drums.el (drums-content-type-get): New function.
9188
9189         * mm-util.el (mm-content-type-charset): Removed.
9190
9191         * drums.el (drums-syntax-table): @ is word.
9192         (drums-parse-content-type): New function.
9193
9194         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9195         EDT" times.
9196
9197         * gnus-util.el (gnus-date-get-time): Use safe date.
9198
9199         * gnus-sum.el (gnus-show-mime): Removed.
9200         (gnus-summary-toggle-mime): Removed.
9201
9202         * gnus-art.el (gnus-strict-mime): Removed.
9203         (gnus-article-prepare): Don't do MIME.
9204         (gnus-decode-encoded-word-method): Removed.
9205         (gnus-show-mime-method): Removed.
9206
9207 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9208
9209         * gnus.el: Pterodactyl Gnus v0.24 is released.
9210
9211 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9214         PREFIX.
9215
9216         * parse-time.el (parse-time-rules): Accept times that look like
9217         "h:mm".
9218
9219         * message.el (message-make-date): Use zone properly.
9220
9221         * gnus.el: Autoload gnus-batch.
9222
9223         * gnus-art.el (article-de-quoted-unreadable): Do not do
9224         gnus-article-decode-rfc1522.
9225
9226         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9227
9228         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9229         param.
9230
9231         * message.el (message-encode-message-body): Check for us-ascii.
9232
9233         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9234         to the left.
9235
9236 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * gnus-art.el (article-decode-charset): Rename.
9239
9240 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9241
9242         * gnus.el: Pterodactyl Gnus v0.23 is released.
9243
9244 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * gnus-util.el (gnus-parent-id): Ditto.
9247         (gnus-put-text-property-excluding-newlines): Ditto.
9248
9249         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9250
9251 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9252
9253         * message.el (message-generate-headers): Generate User-Agent
9254         instead of X-Mailer & X-Newsreader.
9255
9256         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9257         User-Agent header format.
9258
9259 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9260
9261         * gnus.el: Pterodactyl Gnus v0.22 is released.
9262
9263 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * mm-util.el (mm-multibyte-p): Typo.
9266
9267 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9268
9269         * gnus.el: Pterodactyl Gnus v0.21 is released.
9270
9271 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9272
9273         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9274
9275 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * mm-util.el (mm-multibyte-p): New function.
9278
9279 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9280
9281         * gnus.el: Pterodactyl Gnus v0.20 is released.
9282
9283 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * rfc2047.el (rfc2047-decode-region): Only decode when in
9286         multibyte.
9287
9288         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9289
9290         * gnus-int.el (gnus-request-replace-article): Encode.
9291         (gnus-request-accept-article): Encode.
9292
9293         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9294         here.
9295
9296         * gnus.el (gnus-article-display-hook): Take the charset functions
9297         out.
9298
9299         * time-date.el (safe-date-to-time): New function.
9300
9301         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9302
9303 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9304
9305         * gnus.el: Pterodactyl Gnus v0.19 is released.
9306
9307 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * base64.el (base64-encode-region): Accept no-line-break.
9310
9311         * mm-util.el (mm-mime-charset): New function.
9312
9313         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9314
9315 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9316
9317         * gnus.el: Pterodactyl Gnus v0.18 is released.
9318
9319 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320
9321         * message.el (message-send-and-exit): Return t on success.
9322         (message-make-date): Make a proper time zone.
9323
9324         * gnus-draft.el (gnus-draft-send): Only remove article if the
9325         sending is successful.
9326
9327         * drums.el (drums-get-comment): Return the last comment.
9328         (drums-parse-address): Parse old-style From headers.
9329
9330 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9331
9332         * gnus-sum.el (gnus-data-compute-positions): Move below
9333         `gnus-save-hidden-threads' so the former is correctly detected as
9334         a macro.
9335
9336 1998-09-06  Dave Love  <fx@gnu.org>
9337
9338         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9339         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9340         time for nicer failure if it's not available.
9341
9342 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * time-date.el (time-to-seconds): Renamed.
9345
9346         * parse-time.el (parse-time-string): Downcase before handling.
9347         (parse-time-rules): Times without seconds have 0 seconds.
9348
9349         * rfc2047.el (rfc2047-encode-region): New version.
9350         (rfc2047-dissect-region): New function.
9351
9352 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * message.el (message-make-date): Use symbolic zone.
9355
9356 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * time-date.el (parse-time): Always use parse-time.
9359
9360         * parse-time.el (parse-time-syntax): Use vectors.
9361
9362 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9363
9364         * gnus.el: Pterodactyl Gnus v0.17 is released.
9365
9366 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9367
9368         * time-date.el: Renamed from "date".
9369
9370         * gnus.el: Removed all timezone dependencies.
9371
9372         * score-mode.el: Removed.
9373         (gnus-score-edit-insert-date): Use date.
9374
9375         * date.el (float-to-time): New function.
9376
9377         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9378
9379         * date.el (time-to-float): New function.
9380
9381         * message.el (message-make-date): Use format-time-string.
9382         (message-make-expires): Use make-date.
9383
9384         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9385
9386         * gnus-util.el (gnus-dd-mmm): Use date.
9387         (gnus-sortable-date): Ditto.
9388
9389         * message.el (message-make-date): Take an optional time.
9390
9391         * gnus: Applied patches from 5.6.43.
9392
9393         * date.el (if): Use parse-time.
9394
9395         * gnus-score.el (gnus-summary-score-entry): Make into a command
9396         again.
9397
9398         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9399         gnus-agent.
9400
9401         * gnus.el (gnus-agent-meta-information-header): Moved here.
9402
9403 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9404
9405         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9406         (gnus-agent-fetch-group-1): Score article headers using normal
9407         group score files if the download score rule of a category/group
9408         is `file'.
9409         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9410         deciding what articles to download.
9411         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9412         predicate processing if predicate is `true' or `false'.
9413
9414 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9417
9418         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9419
9420         * score-mode.el (score-mode-coding-system): New variable.
9421         (gnus-score-edit-exit): Use it.
9422
9423 1998-09-04  Jason R Mastaler  <jason@4b.org>
9424
9425         * drums.el: Corrected typo.
9426
9427 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9428
9429         * mm-bodies.el (mm-body-encoding): Faster version.
9430
9431 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * gnus-art.el (gnus-article-decode-charset): Only decode text
9434         things.
9435
9436         * message.el (message-output): Use rmail.
9437
9438         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9439         word part.
9440
9441         * mm-util.el (mm-charset-to-coding-system): Use
9442         rfc2047-default-charset.
9443         (mm-known-charsets): New variable.
9444
9445         * message.el (message-caesar-region): Bugged out.
9446
9447 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9448
9449         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9450         specifying `agent-predicate' in a group's parameters.
9451
9452 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9453
9454         * gnus.el: Pterodactyl Gnus v0.16 is released.
9455
9456 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9457
9458         * nnmail.el (nnmail-expired-article-p): Use predicate.
9459
9460         * date.el (time-less-p): Renamed.
9461
9462         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9463         from the headers.
9464
9465         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9466         functions.
9467
9468         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9469         all.
9470         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9471         to all functions.
9472
9473 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9474
9475         * gnus.el: Pterodactyl Gnus v0.15 is released.
9476
9477 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * date.el: New file.
9480
9481         * gnus-util.el (gnus-encode-date): Removed.
9482         (gnus-time-less): Ditto.
9483
9484         * nnmail.el (nnmail-date-to-time): Removed.
9485         (nnmail-time-less): Ditto.
9486         (nnmail-days-to-time): Ditto.
9487         (nnmail-time-since): Ditto.
9488
9489         * drums.el: New file.
9490
9491 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * message.el (message-encode-message-body): Encode headers with
9494         body encoding.
9495
9496         * rfc2047.el (rfc2047-default-charset): Renamed.
9497         (rfc2047-encodable-p): Use it.
9498
9499         * base64.el (mm-util): Required.
9500
9501 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9504         servers.
9505
9506         * gnus-util.el (gnus-output-to-rmail): Removed.
9507
9508         * gnus-art.el (gnus-summary-save-in-rmail): Use
9509         gnus-output-to-rmailrmail-output-to-rmail-file.
9510
9511         * rfc2047.el (rfc2047-decode-region): Fold case.
9512         (rfc2047-decode): Use decode-string.
9513
9514         * mm-util.el: Provide mm-char-int.
9515
9516 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9517
9518         * gnus.el: Pterodactyl Gnus v0.14 is released.
9519
9520 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521
9522         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9523         sure we have 7bit.
9524
9525 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9528         ducplicates.
9529         (gnus-inews-insert-mime-headers): Removed.
9530
9531         * message.el (message-caesar-region): Protect against MULE chars.
9532
9533 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9534
9535         * mm-util.el (if): fset the right function.
9536
9537 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9538
9539         * gnus-art.el (gnus-article-decode-charset): Use real
9540         read-coding-system.
9541
9542 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * mm-bodies.el (mm-decode-body): Protect against malformed
9545         base64.
9546         (mm-decode-body): Check that buffer-file-coding-system is
9547         non-nil.
9548
9549 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9550
9551         * gnus.el: Pterodactyl Gnus v0.13 is released.
9552
9553 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * gnus-util.el (gnus-strip-whitespace): Already defined.
9556         Removed.
9557
9558         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9559
9560         * gnus-util.el (gnus-strip-whitespace): New function.
9561
9562         * mm-util.el (mm-content-type-charset): Downcase.
9563
9564 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9567         (gnus-article-decode-charset): Don't fetch all headers.
9568
9569         * mm-util.el (mm-read-coding-system): New function.
9570
9571         * mm-bodies.el (mm-decode-body): Check the right charset.
9572
9573         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9574
9575         * gnus-art.el (gnus-article-mode-line-format): Use short group
9576         format.
9577
9578 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9579
9580         * gnus.el: Pterodactyl Gnus v0.12 is released.
9581
9582 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9583
9584         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9585
9586         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9587         (gnus-article-decode-charset): Always run.
9588
9589         * mm-bodies.el (mm-decode-body): Decode cte.
9590
9591 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9592
9593         * gnus.el: Pterodactyl Gnus v0.11 is released.
9594
9595 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * message.el (message-encode-message-body): Ditto.
9598
9599         * gnus-art.el (gnus-article-decode-mime-words): New command and
9600         keystroke.
9601         (gnus-article-decode-charset): Ditto.
9602         (gnus-article-decode-charset): Only work under MULE.
9603
9604         * mm-util.el (mm-content-type-charset): New function.
9605
9606         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9607
9608         * message.el (message-send-mail): Insert MIME headers.
9609         (message-check-news-body-syntax): Don't warn for escape sequences.
9610         (message-check-news-body-syntax): Insert MIME headers.
9611
9612         * mm-bodies.el (mm-body-encoding): New function.
9613
9614         * message.el (message-encode-message-body): New function.
9615
9616         * mm-bodies.el: New file.
9617
9618         * mm-util.el (mm-narrow-to-head): New function.
9619
9620         * rfc2047.el (rfc2047-encode): Use it.
9621
9622         * mm-util.el: Provide mm-encode-coding-region.
9623
9624         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9625
9626         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9627
9628         * mm-util.el (mm-enable-multibyte): New function.
9629
9630         * message.el (message-set-work-buffer): Set multibyte.
9631
9632         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9633
9634         * gnus-util.el (gnus-point-at-eol): Removed.
9635         (gnus-point-at-bol): Ditto.
9636
9637         * base64.el (base64-decode-region): Commented out messaging.
9638
9639 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9640
9641         * gnus-msg.el (gnus-group-mail): make it behave like
9642         gnus-group-post-news with regards to the prefix (this enables the
9643         use of posting styles).
9644
9645 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9646
9647         * gnus.el (gnus-article-display-hook): Added
9648         gnus-article-decode-rfc1522 to hook.
9649
9650 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9651
9652         * gnus.el: Pterodactyl Gnus v0.10 is released.
9653
9654 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9657         hook to be run.
9658
9659 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9662
9663         * mm-util.el (mm-charsets-in-region): Removed.
9664
9665         * rfc2047.el: Renamed file.
9666
9667         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9668
9669         * message.el (message-mode): Set multibyte.
9670
9671         * mm-util.el (mm-charsets-in-region): Copied here.
9672
9673         * gnus-util.el: Removed gnus-truncate-string.
9674
9675         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9676
9677         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9678         (rfc1522-encodable-p): New function.
9679         (rfc1522-encode-message-header): Use it.
9680
9681 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9682
9683         * gnus.el: Pterodactyl Gnus v0.9 is released.
9684
9685 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * mm-util.el: Shadow encode-coding-string.
9688
9689         * base64.el (base64-encode-region): Don't add newline.
9690
9691         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9692
9693         * mm-util.el: New file.
9694
9695         * mm-decode.el: Somewhat depleted.
9696         * mm-encode.el: Ditto.
9697
9698         * rfc1522.el: New file.
9699
9700         * mm-util.el (mm-replace-chars-in-string): Copied here.
9701
9702         * mm-encode.el (mm-q-encode-region): New function.
9703
9704         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9705         param.
9706
9707         * mm-encode.el (mm-encode-word-region): Downcase.
9708
9709 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9710
9711         * gnus.el: Pterodactyl Gnus v0.8 is released.
9712
9713 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * message.el (message-send-mail): Encode headers.
9716
9717         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9718         (quoted-printable-encode-region): Upcase.
9719
9720         * message.el (message-default-charset): New variable.
9721
9722         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9723
9724         * message.el (message-narrow-to-field): Changed name.
9725
9726         * mm-encode.el: New file.
9727
9728         * message.el (message-narrow-to-header): New function.
9729
9730         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9731         right buffer.
9732
9733 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9734
9735         * gnus.el: Pterodactyl Gnus v0.7 is released.
9736
9737 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * gnus.el: Remove autoload for
9740         gnus-article-mime-decode-quoted-printable.
9741
9742         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9743         be decoded in non-MULE Emacsen.
9744
9745         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9746
9747 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9748
9749         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9750
9751 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9752
9753         * mm-decode.el: Check for coding-system-list.
9754
9755 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9756
9757         * gnus.el: Pterodactyl Gnus v0.6 is released.
9758
9759 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * nnheader.el (fboundp): Protect code-coding-string.
9762
9763         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9764         is available.
9765
9766 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9767
9768         * gnus.el: Pterodactyl Gnus v0.5 is released.
9769
9770 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9771
9772         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9773         (gnus-hack-decode-rfc1522): Removed.
9774
9775         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9776
9777 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9778
9779         * gnus.el: Gnus v0.4 is released.
9780
9781 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * gnus-art.el (gnus-article-decode-mime-words): New command and
9784         keystroke.
9785
9786         * qp.el (quoted-printable-decode-region): Don't use hexl.
9787
9788         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9789
9790         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9791         (gnus-structured-field-decoder): Removed.
9792         (gnus-unstructured-field-decoder): Ditto.
9793
9794         * mm-decode.el: New file.
9795
9796         * qp.el: New file.
9797
9798         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9799
9800         * gnus-ems.el (fboundp): Removed gnus-split-string.
9801
9802         * gnus.el (gnus-splash-face): Doc fix.
9803
9804         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9805
9806         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9807         hexl.
9808
9809         * nnheader.el (nnheader-temp-write): Removed.
9810
9811 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9812
9813         * gnus.el: Gnus v0.3 is released.
9814
9815 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9816
9817         * gnus.el: Gnus v0.2 is released.
9818
9819 ;; Local Variables:
9820 ;; coding: iso-2022-7bit
9821 ;; End: