2000-10-07 08:19:17 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * gnus-art.el: Define dynamic variables in eval-when-compile.
4         * message.el (message-sending-message): New variable.
5         (message-send): Use it.
6         * gnus-draft.el (gnus-draft-send-message): Ditto.
7         (gnus-group-send-drafts): Ditto.
8
9 2000-10-06  Dave Love  <fx@gnu.org>
10
11         * gnus-audio.el: Don't require cl.
12         (gnus-audio): New custom group.
13         (gnus-audio-inline-sound): Change to work with Emacs.
14         (gnus-audio-directory, gnus-audio-directory) 
15         (gnus-audio-au-player):  Customize.
16         (gnus-audio-play): Try external player if play-sound-file fails.
17         Use file-name-extension, not string-match.
18
19 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
20
21         * gnus-art.el (gnus-article-prepare): Configure it again.
22
23 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
24
25         * message.el (message-default-charset): Default value for non-Mule
26         Emacsen.
27
28 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
29
30         * message.el (message-alternative-emails): New.
31         (message-use-alternative-email-as-from): New.
32         (message-setup): Use them.
33
34 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
35
36         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
37         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
38
39         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
40         gnus-overlay-start.
41         * gnus.el: Ditto.
42         * gnus-art.el (gnus-insert-mime-button): Use them.
43
44 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
45
46         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
47         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
48
49 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
50
51         * qp.el (quoted-printable-encode-region): Use
52         mm-with-unibyte-current-buffer within narrowed region.
53
54 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
55
56         * webmail.el (webmail-type-definition): Fix my-deja open url.
57
58 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
59
60         * message.el (message-setup-fill-variables): New variable.
61         (message-mode): Use it.
62
63 2000-10-05  Dave Love  <fx@gnu.org>
64
65         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
66         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
67
68         * binhex.el: Use defalias, not fset.
69
70         * rfc1843.el: Require cl when compiling.
71
72 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
73
74         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
75
76 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
77
78         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
79         adjacent.
80
81 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
82
83         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
84         (mm-find-charset-region): Merge conditions, delete ascii.
85         (mm-charset-after): Rewrite.
86         * mm-bodies.el (mm-encode-body): Use it.
87
88 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
89
90         * webmail.el (webmail-hotmail-list): Fix.
91
92 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
93
94         * nnimap.el (require): cl.
95
96 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
97
98         * gnus-art.el (gnus-article-prepare): Configure windows before
99         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
100         window might be overrided.
101
102 2000-10-04  Dave Love  <fx@gnu.org>
103
104         * gnus-ems.el (gnus-article-display-xface)
105         [gnus-article-compface-xbm]: Fix.
106         (gnus-x-splash): Bind width, height.
107
108 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
109
110         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
111         when it is called interactively.
112
113 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
114
115         * gnus-art.el (gnus-mime-action-alist): New variable.
116         (gnus-mime-action-on-part): Use it.
117         (gnus-mime-button-commands): Add command ".".
118
119 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
120
121         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
122
123 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
124
125         * lpath.el: "." is in the load-path because dgnushack.el.
126
127 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
128
129         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
130
131         * nnheader.el: ditto
132
133         * mm-util.el: ditto
134
135         * message.el: ditto
136
137         * binhex.el: ditto
138
139         * gnus-audio.el: removed unnecessary xemacs test
140
141         * earcon.el: ditto
142         
143 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * nnweb.el (nnweb-decode-entities): Work for non-character
146         entities. 
147
148 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * gnus.el: Message the quit parts.
151
152 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
153
154         * mail-source.el (mail-source-fetch-maildir): Don't insert
155         newlines.
156
157 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
158
159         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
160         lpath.el. Don't compile base64.el if there is builtin base64.
161
162 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
163
164         * base64.el (Repository): Use featurep for XEmacs test.
165
166 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
167
168         * nntp.el (nntp-retrieve-data): Don't ignore quit.
169
170 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
171
172         * gnus-art.el (gnus-article-banner-alist): New variable.
173         (article-strip-banner): Use it.
174         * gnus-cus.el (gnus-group-parameters): Allow symbol.
175
176 2000-10-02  Dave Love  <fx@gnu.org>
177
178         * smiley-ems.el: New file.
179
180         * gnus-ems.el (gnus-smiley-display): Autoload.
181         (mouse-set-point, set-face-foreground, set-face-background)
182         (x-popup-menu): Don't clobber these.
183         (gnus-article-compface-xbm): New variable.
184         (gnus-article-display-xface): Move graphic test.  Use unibyte.
185         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
186
187         * mml.el (require): Fix typo.
188         (mml-parse-1): Modify unknown encoding prompt.
189
190         * mail-source.el (mail-sources): Revert to nil.
191
192         * nnmail.el (nnmail-spool-file): Revert previous change.
193
194         * gnus.el: Don't require custom, message.
195         (gnus-message-archive-method): Wrap initializer in progn and
196         require message here.
197
198 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
199
200         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
201         image's :ascent to 80.  That gives a mode-line which is approx.
202         as tall as the normal one.
203
204 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
205
206         * webmail.el (webmail-hotmail-list): Fix.
207
208 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
209
210         Don't postpone GCC if none of GCC methods is agent-covered.  This
211         fix presumes that the post-method must be agent-covered if any Gcc
212         method is agent-covered.
213
214         * gnus-msg.el (gnus-inews-group-method): New function.
215         (gnus-inews-do-gcc): Use it.
216         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
217         (gnus-agent-possibly-save-gcc): Use it.
218         (gnus-agent-possibly-do-gcc): Ditto.
219
220 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
221
222         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
223         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
224
225 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
226
227         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
228         webmail-hotmail-list): Update.
229
230 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
231
232         * mail-source.el (mail-source-report-new-mail): Use
233         nnheader-cancel-timer.
234
235 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
236
237         * lpath.el (overlay-*): Shut up.
238         * dgnushack.el: Two implementations of smiley.
239
240 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
241
242         * gnus-ml.el: Usage.
243         (gnus-mailing-list-archive, gnus-mailing-list-owner,
244         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
245         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
246         (gnus-mailing-list-menu): Define it.
247         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
248         
249         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
250
251 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
252
253         * webmail.el (webmail-my-deja-*): Rewrite.
254
255 2000-09-30  Simon Josefsson  <simon@josefsson.org>
256
257         * nnimap.el (nnimap-request-accept-article): Remove \n's from
258         From_ lines.
259
260 2000-08-05  Simon Josefsson <simon@josefsson.org>
261
262         Make GCC to remote groups work when unplugged
263         (postpone GCC until message is actually sent).
264
265         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
266
267         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
268         (gnus-agent-restore-gcc): 
269         (gnus-agent-possibly-save-gcc): New functions.
270
271         * gnus-msg.el (gnus-inews-add-send-actions): Use
272         `gnus-agent-possibly-do-gcc' if Agentized.
273         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
274         to `message-header-hook'.
275
276         * gnus.el (gnus-agent-gcc-header): New variable.
277
278 2000-07-13  Simon Josefsson <simon@josefsson.org>
279
280         Asks the user to synch flags with server when you plug in.
281
282         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
283         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
284         (gnus-agent-toggle-plugged): Call it.
285         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
286         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
287         (gnus-agent-possibly-synchronize-flags): New function.
288         (gnus-agent-possibly-synchronize-flags-server): New function.
289
290 2000-09-30  Simon Josefsson  <simon@josefsson.org>
291
292         * starttls.el: New file, by Daiki Ueno.
293
294 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
295
296         * message.el (message-make-in-reply-to): In-Reply-To is message-id
297         (see DRUMS).
298         
299 2000-09-29  Simon Josefsson  <simon@josefsson.org>
300
301         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
302         prefetch.
303
304 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
307         sending a command; allow the rtelnet prompt as well.
308
309 2000-09-29  Simon Josefsson  <simon@josefsson.org>
310
311         * message.el (message-send): Make sure error is signalled if no
312         send method is specified.
313
314 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
315
316         * qp.el (quoted-printable-encode-region): Wrap with
317         `mm-with-unibyte-current-buffer'.
318
319 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
320
321         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
322           McEwan's proposal.
323         
324 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
325
326         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
327         the GNU assignment issue.
328
329 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
330
331         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
332
333 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
334
335         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
336
337 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
338
339         * gnus-art.el (article-strip-banner): Use
340         gnus-group-find-parameter rather than gnus-group-get-parameter, to
341         allow inheritance on the banner.
342         From elkin@tverd.astro.spbu.ru.
343
344 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
345
346         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
347
348 2000-09-26  Dave Love  <fx@gnu.org>
349
350         * gnus-draft.el: Don't require gnus-agent.
351
352         * mm-view.el: Use featurep for XEmacs test.
353         (mm-inline-message): Test for `remove-specifier'; don't use
354         condition-case.
355
356 >>>>>>> 5.672
357 2000-09-24  Simon Josefsson  <simon@josefsson.org>
358
359         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
360
361         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
362         support ACL's.
363
364         * nnimap.el (nnimap-acl-get): Check capability.
365
366         * mail-source.el (mail-source-imap-file-coding-system): New variable.
367         (mail-source-fetch-imap): Use it.
368
369         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
370         (rfc2104-hash): Use it.
371
372         * imap.el (imap-starttls-p): Check for starttls binary.
373         (imap-starttls-open): More verbose.
374         (imap-gssapi-auth): Ditto.
375         (imap-kerberos4-auth): Ditto.
376         (imap-cram-md5-auth): Ditto.
377         (imap-login-auth): Ditto.
378         (imap-anonymous-auth): Ditto.
379         (imap-digest-md5-auth): Ditto.
380         (imap-open): Ditto.
381         (imap-digest-md5-p): Check capability first.
382
383 2000-09-24  Simon Josefsson  <simon@josefsson.org>
384
385         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
386         (imap-login-p): Support LOGINDISABLED.
387
388 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
389
390         * rfc2104.el: Add SHA-1 example.
391
392 2000-09-22  Simon Josefsson  <simon@josefsson.org>
393
394         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
395
396 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
397
398         * lpath.el: Bind nnkiboze-score-file.
399
400 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
401
402         * gnus-score.el (gnus-score-use-all-scores): New variable.
403         (gnus-all-score-files): Use it.
404         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
405         (nnkiboze-enter-nov): Fix it when there is no xref.
406         (nnkiboze-generate-groups): List groups.
407         * gnus-group.el (gnus-group-make-kiboze-group): Use 
408         nnkiboze-score-file.
409         
410         * nnkiboze.el (nnkiboze-request-article): Use
411         gnus-cache-request-article.
412         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
413
414 2000-07-16 Dmitry Bely <dbely@mail.ru>
415
416         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
417
418 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
419
420         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
421
422 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
423
424         * message.el (message-default-charset): Set default value in
425         non-MULE XEmacsen as iso-8859-1.
426
427 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
428
429         * gnus-demon.el: Use (featurep 'xemacs).
430         * gnus-agent.el: timer vs. itimer.
431         * mail-source.el: Ditto.
432
433 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
434
435         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
436         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
437         * gnus-sum.el (gnus-nov-parse-line): Ditto.
438         * nnkiboze.el (nnkiboze-file-coding-system): New.
439         (nnkiboze-retrieve-headers): Use it.
440         (nnkiboze-request-group): Ditto.
441         (nnkiboze-close-group): Ditto.
442         (nnkiboze-generate-group): Ditto.
443         (nnkiboze-enter-nov): Insert first Xref properly.
444
445 2000-09-19  Dave Love  <fx@gnu.org>
446
447         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
448         (nnmail-get-new-mail): Test `sources' in top-level conditional.
449
450         * mail-source.el (mail-sources): Change default to '((file)).
451         Add useful custom type.
452
453 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
454
455         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
456         year).
457         (gnus-date-iso8601): Ditto.
458
459 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
460
461         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
462
463 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
464
465         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
466         pattern. Avoid using 8 bit chars.
467         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
468
469 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
470
471         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
472         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
473         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
474         functions are not implemented yet.
475         
476         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
477         x-overlay.el from the FSF Emacs black list.
478
479 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
480
481         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
482         (mm-inline-media-tests): Ditto.
483         (mm-automatic-display): Ditto.
484         * mm-view.el (mm-display-inline-fontify): Generalize from 
485         mm-display-patch-inline. 
486         (mm-display-patch-inline): Use it.
487         (mm-display-elisp-inline): Ditto.
488         
489 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
490
491         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
492         (gnus-topic-unmark-topic): Ditto.
493         (gnus-topic-mark-topic): Ditto.
494         (gnus-topic-get-new-news-this-topic): Use it.
495
496 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
497
498         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
499         display xface.
500
501 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
504         zombie or killed groups.
505         
506 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
507
508         * mml.el (mml-preview): Reinsert unibyte content. 
509         (mml-parse-1): Remove with-unibyte-current-buffer.
510         (mml-generate-mime-1): Ditto.
511         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
512         * message.el (message-forward): Ditto.
513
514 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
515
516         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
517         original article buffer.
518         (article-de-base64-unreadable): Ditto.
519         (article-wash-html): Ditto.
520
521 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
522
523         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
524         unless forward-show-mml.
525
526 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
527
528         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
529         (gnus-summary-save-parts-last-directory): New.
530         (gnus-summary-save-parts): Save history.
531
532 2000-09-14 Ben Gertzfield <che@debian.org>
533
534         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
535         variable.
536         (gnus-summary-save-parts): Use it.
537
538 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
539
540         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
541         * gnus-sum.el (gnus-summary-exit): Ditto.
542         (gnus-summary-exit-no-update): Ditto.
543         (gnus-summary-show-article): Ditto.
544
545 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
546
547         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
548         Content-Disposition.
549
550 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
551
552         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
553
554 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
555
556         * gnus-art.el (gnus-article-setup-buffer): Set
557         gnus-article-mime-handles to nil.
558         * gnus-sum.el (gnus-summary-exit): Ditto.
559         (gnus-summary-exit-no-update): Ditto.
560         (gnus-summary-show-article): Ditto.
561         (gnus-summary-save-parts): Use gnus-article-mime-handles if
562         dissected.
563         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
564
565 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
566
567         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
568         (gnus-sort-threads-1): New function. Sort threads recursively.
569         (gnus-sort-threads): Use it.
570         (gnus-sort-gathered-threads): Doc fix.
571
572 2000-09-13  Dave Love  <fx@gnu.org>
573
574         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
575
576         * gnus-ems.el (gnus-ems-redefine): Don't alias
577         gnus-summary-set-display-table.
578
579         * message.el (message-user-agent): Don't wrap ignore-errors around
580         it.
581
582         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
583         `format'.
584         (mm-content-transfer-encoding): Don't use cadar.
585
586         * uudecode.el (uudecode-decoder-program) 
587         (uudecode-decoder-switches): Customize.
588
589         * gnus-score.el (gnus-home-score-file): Improve custom type.
590
591         * gnus-cus.el (gnus-custom-mode): Conditionally set local
592         variables for Emacs 21.
593         (gnus-group-customize): Disable undo while laying out the buffer.
594
595 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
596
597         * gnus-util.el (gnus-write-active-file): Bind
598         coding-system-for-write.
599
600 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
601
602         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
603         
604         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
605         * gnus-kill.el (gnus-batch-score): Ditto.
606         * gnus-move.el (gnus-change-server): Ditto.
607         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
608
609 2000-09-12  Simon Josefsson  <simon@josefsson.org>
610
611         * gnus-sum.el (gnus-update-read-articles): Undo
612         `gnus-request-set-mark' operation.
613
614 2000-09-11  Dave Love  <fx@gnu.org>
615
616         * Changelog: Use iso-2022 coding.
617
618         * gnus-msg.el (gnus-msg-mail): New function.
619         (gnus-user-agent): New mail agent.
620
621 2000-09-10  Dave Love  <fx@gnu.org>
622
623         * message.el: Require mail-abbrevs for XEmacs for a problem with
624         keybinding despite the autoloads for it.
625
626 2000-09-08  Simon Josefsson  <simon@josefsson.org>
627
628         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
629
630         * nnimap.el (nnimap-request-update-info-internal): Remove tick
631         marks from dormant articles. (See nnimap-request-set-mark.)
632         (nnimap-retrieve-headers-progress): Demule.
633         (nnimap-open-server): Call nnoo-change-server twice, once for
634         getting the nnimap-server-buffer and once for letting n-c-s set
635         the variables in that buffer.
636
637 2000-09-08  David Edmondson <dme@dme.org>
638
639         * gnus.el (gnus-short-group-name): Guess separator.
640
641 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
642
643         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
644         XEmacs as well.
645
646 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
647
648         * gnus-group.el (gnus-group-insert-group-line): Fix.
649
650 2000-09-04  Dave Love  <fx@gnu.org>
651
652         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
653         (mm-get-image): Avoid the losing `make-glyph' from W3.
654
655 2000-09-03  Simon Josefsson  <simon@josefsson.org>
656
657         * gnus-sum.el (gnus-summary-delete-article): Check server.
658
659 2000-09-01  Simon Josefsson  <simon@josefsson.org>
660
661         * imap.el (imap-parse-flag-list): Rewrite.
662
663         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
664
665         * imap.el (imap-parse-flag-list): Hack.
666
667 2000-08-29  Dave Love  <fx@gnu.org>
668
669         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
670
671         * dgnushack.el (mapcon, union): Remove compiler macros.
672
673         * gnus-agent.el (gnus-agent-union): new function.
674         (gnus-agent-fetch-headers): Use it.
675
676         * gnus.el (gnus-group-startup-message): Specify foreground and
677         background for xpm image.  Centre image vertically.
678         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
679
680 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
681
682         * message.el (message-send-mail): Narrow-to-headers.
683
684 2000-08-24  Dave Love  <fx@gnu.org>
685
686         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
687         21.
688
689 2000-08-23  Dave Love  <fx@gnu.org>
690
691         * dgnushack.el: Remove `member-if' compiler macro.
692
693 2000-08-21  Dave Love  <fx@gnu.org>
694
695         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
696
697 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
698
699         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
700         permanent is used.
701         (gnus-topic-show-topic): Read topic when to show permanent hidden
702         topic.
703         (gnus-topic-remove-topic): Revert to the old behavior, not using
704         hide.
705
706 2000-08-21  Dave Love  <fx@gnu.org>
707
708         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
709         (gnus-xemacs): Use featurep.
710
711         * mm-util.el (mm-read-charset): Maybe use builtin.
712         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
713         (mm-multibyte-p, mm-with-unibyte-current-buffer)
714         (mm-with-unibyte): Use featurep, not string-match.
715         (mm-with-unibyte-buffer): Simplify.
716         (mm-quote-arg): Maybe use shell-quote-argument.
717
718         * mml.el (mml-make-string): Deleted (unused).
719
720         * gnus.el (gnus-mode-line-buffer-identification): Supply
721         definition for Emacs 21.
722
723         * gnus-salt.el: Small doc fixes.
724         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
725         gnus-add-minor-mode.
726
727         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
728         gnus-add-minor-mode.
729
730 2000-08-20  Simon Josefsson  <simon@josefsson.org>
731
732         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
733         function, thanks to Lloyd Zusman for debugging.
734         (nnimap-request-group): 
735         (nnimap-request-list): 
736         (nnimap-retrieve-groups): 
737         (nnimap-request-newgroups): Use it.
738
739         * nnimap.el (nnimap-request-article-part): Less verbose.
740
741 2000-08-19  Andreas Jaeger  <aj@suse.de>
742
743         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
744         subst-char-in-string since we test elsewhere whether it's bound.
745         
746 2000-08-18  Dave Love  <fx@gnu.org>
747
748         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
749         custom type.
750
751         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
752         gnus-group-running-xemacs.
753
754         * nnheader.el (nnheader-replace-chars-in-string): Use
755         subst-char-in-string if available.
756
757         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
758         (gnus-request-article-this-buffer): Use expand-file-name.
759         (gnus-mime-view-part-as-type): Simplify interactive spec.
760         (gnus-mime-button-map): Define it all in defvar.
761
762 2000-08-17  Dave Love  <fx@gnu.org>
763
764         * gnus-group.el (gnus-group-running-xemacs): Deleted.
765
766         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
767         last-nonmenu-event.
768
769         * uudecode.el (char-int): Use defalias, not fset.
770
771         * score-mode.el: Don't require easymenu.  Require mm-util.
772         (score-mode-coding-system): Use mm-auto-save-coding-system.
773
774         * nneething.el (nneething-create-mapping): Don't use cadar & al.
775         (nneething-file-name): Use expand-file-name, not concat.
776
777 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
778
779         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
780         Failure proof for email addresses.
781         (nnslashdot-sane-retrieve-headers): Ditto.
782
783 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * message.el (message-send-mail): Only insert courtesy message
786         when text/plain.
787
788 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
789
790         * message.el (message-cancel-news): Copy the From header from the
791         original article.
792
793 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus-async.el (gnus-asynchronous): Removed.
796
797 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
798
799         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
800         format.
801
802 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
803
804         * nnmail.el (nnmail-expiry-target-group): Fixed.
805
806 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
807
808         * nnmail.el (nnmail-expiry-target-group): Fix the call to
809         gnus-request-accept-article so that body encoding is *not* done.
810         Encoding is not done on incoming mail, so why should it be done on
811         expired mail?
812
813
814 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
815
816         * nnml.el (nnml-request-expire-articles): Fix the calls to
817         nnml-request-article (the filename was being passed instead of the
818         article number) and nnmail-expiry-target-group
819         (nnml-current-directory is changed by nnml-request-accept-article,
820         causing it to be incorrect for the next article to be expired).
821
822 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
823
824         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
825         expiry-target group parameters. 
826
827 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
830         buffer.
831         (gnus-topic-hide-topic): Take a PERMANENT parameter.
832         (gnus-topic-show-topic): Ditto.
833
834         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
835
836 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
837
838         * mail-source.el (mail-source-incoming-file-prefix): New
839         variable. 
840
841 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
844
845         * mailcap.el (mailcap-maybe-eval): Be even more warning.
846
847 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
848
849         * message.el (message-syntax-checks): New check quotin-style: 
850         Text must be written below quoted text.
851         (message-check-news-body-syntax): Check it.
852
853 2000-08-11  Simon Josefsson  <simon@josefsson.org>
854
855         * imap.el (imap-authenticator-alist): Fix typo.
856         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
857         Jonas Oberg for debugging.
858
859 2000-08-11  Simon Josefsson  <simon@josefsson.org>
860
861         * gnus-async.el (gnus-asynchronous): Disable by default.
862
863 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * mm-view.el (mm-inline-text): Bind fill-column.
866
867         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
868         list of unexpired articles.
869
870         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
871         un-expired articles. 
872
873         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
874         headers. 
875
876         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
877         we update the right topic.. 
878
879         * mm-decode.el (mm-display-external): Put point at start. 
880
881 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
882
883         * nnmail.el (nnmail-expiry-target): More explicit documentation.
884
885         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
886
887 2000-08-09  Simon Josefsson <simon@josefsson.org>
888
889         * imap.el (imap-parse-body):
890         (imap-parse-string-list): Add bug workarounds for Stalker
891         Communigate Pro 3.0 server.
892         (imap-body-lines): Remove bogus comment.
893
894         * imap.el (imap-range-to-message-set): Move from nnimap.el.
895
896         * nnimap.el (nnimap-retrieve-which-headers):
897         (nnimap-retrieve-headers-from-server):
898         (nnimap-request-set-mark):
899         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
900
901 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
902
903         * message.el (message-dont-reply-to-names):
904         rmail-dont-reply-to-names may not be defined.
905
906 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
907
908         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
909         not use pop.
910
911 2000-07-19  Dave Love  <fx@gnu.org>
912
913         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
914         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
915         check.
916         (gnus-article-display-xface): Special-case for dark backgrounds.
917
918 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
919
920         * imap.el (imap-calculate-literal-size-first): New variable.
921         (imap-local-variables): Add it.
922         (imap-kerberos4-open): Set it.
923         (imap-send-command): Use it.
924
925 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
926
927         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
928         (mailcap-parse-mimetypes): Use it.
929         (mailcap-extension-to-mime): Parse mimetype.
930         (mailcap-mime-types): Ditto.
931         * mml.el (mml-minibuffer-read-type): Ditto.
932
933 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
934
935         * nndoc.el (nndoc-type-alist): Add outlook.
936         (nndoc-outlook-type-p): New function.
937         (nndoc-outlook-article-begin): Ditto.
938
939 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
940
941         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
942         excursion.
943
944 2000-07-15  Simon Josefsson  <simon@josefsson.org>
945
946         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
947
948         * imap.el (imap): 
949         (imap-kerberos4-program): 
950         (imap-gssapi-program): 
951         (imap-ssl-program): Customization.
952         (imap-shell-program): 
953         (imap-shell-host): New variables.
954         (imap-streams): 
955         (imap-stream-alist): Add shell.
956         (imap-shell-p): 
957         (imap-shell-open): New functions.
958         (imap-open): Don't call authenticator if preauth.
959         (imap-authenticate): Return t if already authenticated.
960
961 2000-07-14  Simon Josefsson  <simon@josefsson.org>
962
963         * gnus.el (gnus-invalid-group-regexp): New variable.
964         (gnus-read-group): Use it.
965
966 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
967
968         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
969         expunge-below and orphan-score are "group variables".
970
971 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
972
973         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
974         qualified group names to `gnus-group-read-ephemeral-group'.
975
976 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * dgnushack.el (srcdir): Define it before use it.
979
980 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
981
982         * gnus-sum.el: `W t' is toggle-header in info.
983
984 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
985
986         * lpath.el: Fbind subst-char-in-string.
987
988 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
989
990         * Makefile.in: Use W3DIR and lispdir.
991         * dgnushack.el: Ditto.
992
993 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
994
995         * gnus-art.el (article-de-base64-unreadable): Typo.
996
997 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
998
999         * gnus-agent.el (require): Require timer.
1000
1001 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1002
1003         * message.el (message-bounce): Call mime-to-mml.
1004
1005 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * nnslashdot.el (nnslashdot-request-close): New function.
1008
1009 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1012         right line number for the article.
1013
1014 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1015
1016         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1017         * webmail.el (webmail-fetch): Bind 
1018         url-http-silence-on-insecure-redirection.
1019
1020 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1021
1022         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1023         unibyte.
1024         (nnslashdot-sane-retrieve-headers): Ditto.
1025         (nnslashdot-request-article): Ditto.
1026
1027 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1028
1029         * mailcap.el (mailcap-parse-mimetype-file): 
1030
1031 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1032
1033         * nnweb.el (nnweb-insert): Stricter test.
1034         * webmail.el (webmail-refresh-redirect): Ditto.
1035
1036 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1037
1038         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1039
1040 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1041
1042         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1043
1044 2000-07-05  Dave Love  <fx@gnu.org>
1045
1046         * utf7.el: Doc and header fixes.
1047
1048         * gnus-sum.el: Doc fixes.
1049
1050         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1051         defalias, not fset.
1052
1053         * flow-fill.el (fill-flowed-point-at-eol)
1054         (fill-flowed-point-at-bol): Use defalias, not fset.
1055
1056         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1057         (gnus-Plain-save-name): Delete -- apparently bogus.
1058
1059 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nnsoup.el: Use expand-file-name throughout.
1062
1063 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1064
1065         * nnmail.el (nnmail-read-incoming-hook): New example.
1066
1067 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * mm-view.el (mm-inline-text): Check whether the text has already
1070         been decoded.
1071
1072 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1073
1074         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1075
1076 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1077
1078         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1079
1080 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1081
1082         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1083         unsend flags.
1084
1085 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1086
1087         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1088         name in authinfo (.authinfo now support ports, no need for the
1089         hack).
1090         (nnimap-split-find-rule): Fix.
1091         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1092
1093 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1094
1095         * message.el (message-unquote-tokens): Remove all quotes.
1096
1097 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1098
1099         * gnus-ml.el: New file. 
1100
1101 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * nnultimate.el (nnultimate-request-close): New function.
1104
1105         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1106
1107 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1108
1109         * Makefile.in: Better support for xemacs builds
1110
1111 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1112
1113         * gnus.el: Gnus v5.8.7 is released.
1114
1115 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1118
1119 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1120
1121         * message.el (message-do-fcc): Encode MIME.
1122
1123 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1124
1125         * lpath.el: Fbind image-size.
1126
1127 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1128
1129         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1130         (nnimap-assoc-match): New function.
1131         (nnimap-split-find-rule): Support extended syntax.
1132
1133 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1134
1135         * nnimap.el (nnimap-open-connection): Use port stuff.
1136
1137         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1138         document port and defaultport.
1139
1140 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1141
1142         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1143
1144 2000-06-26  Dave Love  <fx@gnu.org>
1145
1146         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1147
1148         * message.el: Remove unnecessary `require'ments.  Defvar
1149         gnus-list-identifiers when compiling.  Don't try to autoload
1150         variable `gnus-list-identifiers'.  Autoload
1151         gnus-group-name-charset.
1152         (message-fetch-field): Don't assume `format' removes text
1153         properties.
1154         (message-strip-list-identifiers, message-reply, message-followup):
1155         Require gnus-sum.
1156         (message-mode): Tidy XEmacs conditionals.
1157         (message-replace-chars-in-string): Use subst-char-in-string when
1158         available.
1159
1160         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1161         Define if necessary.
1162
1163         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1164         removes text properties.
1165
1166         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1167
1168         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1169
1170         * gnus-score.el (gnus-summary-score-entry): Likewise.
1171
1172 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * nnimap.el (nnimap-request-post): Fix parenthesis.
1175
1176 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1177
1178         * message.el (message-unquote-tokens): New function.
1179
1180         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1181
1182         * nnimap.el (nnimap-request-post): Ditto.
1183
1184 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1185
1186         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1187
1188         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1189         patch commited 2000-04-02).
1190
1191 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1192
1193         * imap.el (imap-mailbox-examine-1): New function.
1194         (imap-message-copyuid-1):
1195         (imap-message-appenduid-1): Use it, instead of
1196         `imap-mailbox-examine' which would utf-7 encode mailbox name
1197         twice.
1198
1199 2000-06-19  Dave Love  <fx@gnu.org>
1200
1201         * mm-uu.el Don't require message.  Require cl when compiling.
1202
1203 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1204
1205         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1206         a local variable.
1207         * gnus-sum.el (gnus-orphan-score): Move here.
1208
1209 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1210
1211         * message.el (message-forward): Remove show-mml condition.
1212         (message-forward-ignored-headers): Remove X-Gnus headers.
1213
1214 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1215
1216         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1217
1218 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1219
1220         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1221
1222 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1223
1224         * message.el (message-syntax-checks): Add type.
1225
1226 2000-06-07  Dave Love  <fx@gnu.org>
1227
1228         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1229         put-image.
1230         (mm-inline-image): Defalias, not fset.
1231
1232         * gnus.el (gnus-group-startup-message): Don't specify string for
1233         insert-image.
1234
1235         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1236         add-minor-mode is available.
1237         (gnus-article-display-xface): Don't specify string for
1238         insert-image.
1239
1240 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1241
1242         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1243         (gnus-topic-insert-topic-line): Use shownp.
1244         (gnus-topic-hide-topic): Don't use hidden.
1245         (gnus-topic-show-topic): Don't use hidden.
1246
1247 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1248
1249         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1250         system.
1251         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1252         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1253         * gnus-util.el (gnus-output-to-rmail): Ditto.
1254         (gnus-output-to-mail): Ditto.
1255         (gnus-write-buffer): Ditto.
1256         * gnus-uu.el (gnus-uu-save-article): Ditto.
1257
1258 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1259
1260         * message.el (message-read-from-minibuffer): Typo.
1261
1262 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1263
1264         * gnus-art.el (article-decode-charset): Override non-MIME forward
1265         charset.
1266
1267 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1268
1269         * mml.el (mml-quote-region): Correct the regexp.
1270         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1271
1272 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1273
1274         * message.el (message-forward): Insert raw text.
1275         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1276         (mml-generate-mime-1): Insert raw text in unibyte mode.
1277
1278 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1279
1280         * mm-bodies.el (mm-body-encoding): Always encoded if
1281         `mm-use-ultra-safe-encoding' is set.
1282
1283 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1284
1285         * mml.el (ange-ftp-name-format): Typo.
1286
1287 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1288
1289         * gnus-start.el (gnus-get-unread-articles): If
1290         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1291         try to do anything on that server.
1292         
1293 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1294
1295         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1296         from latest draft.
1297
1298 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1299
1300         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1301         is open.
1302
1303 2000-05-24  Dave Love  <fx@gnu.org>
1304
1305         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1306
1307 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1308
1309         * gnus.el (gnus-redefine-select-method-widget): new function, call
1310         it once. Add an "other" entry for unknown but editable backend
1311         name symbols.
1312         * gnus-start.el (gnus-declare-backend): use it.
1313
1314 2000-05-19  Dave Love  <fx@gnu.org>
1315
1316         * gnus-art.el (gnus-article-next-page): Revert last change.
1317
1318 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1319
1320         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1321
1322 2000-05-19  Dave Love  <fx@gnu.org>
1323
1324         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1325         not mm-inline-large-images.
1326
1327 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1328
1329         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1330
1331 2000-05-18  Dave Love  <fx@gnu.org>
1332
1333         * gnus-art.el: Use defalias, not fset.
1334         (gnus-article-x-face-command): Don't test for xbm.
1335         (gnus-article-next-page): Redisplay before testing point in window.
1336
1337 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1338
1339         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1340         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1341
1342 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1343
1344         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1345         gnus-summary-save-in-rmail.
1346         * message.el (message-output): Ditto.
1347
1348 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1351
1352 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1353
1354         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1355         is a charset.
1356         * message.el (message-send-news): Check group name charset.
1357         * gnus-msg.el (gnus-post-news): Decode group name.
1358         (gnus-inews-do-gcc): Encode group name.
1359
1360 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1361
1362         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1363         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1364
1365 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1366
1367         * gnus-group.el (gnus-group-mark-line-p): New function.
1368         (gnus-group-goto-group): New parameter.
1369         (gnus-group-remove-mark): Use it.
1370         * gnus-topic.el (gnus-topic-move-group): Ditto.
1371         (gnus-topic-remove-group): Ditto.
1372
1373 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1374
1375         * gnus-group.el (gnus-group-list-dormant): New function.
1376
1377 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1378
1379         * gnus-agent.el (gnus-agent-synchronize): Use
1380         nnheader-insert-file-contents.
1381         (gnus-agent-save-active-1): Ditto.
1382         (gnus-agent-write-active): Ditto.
1383         (gnus-agent-expire): Ditto.
1384         * gnus-cache.el (gnus-cache-read-active): Ditto.
1385         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1386         * gnus-sum.el (gnus-summary-import-article): Ditto.
1387
1388         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1389         (gnus-agent-save-group-info): Ditto.
1390         (gnus-agent-save-alist): Ditto.
1391         * gnus-util.el (gnus-make-directory): Ditto.
1392
1393         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1394
1395 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1396
1397         * mml.el (mml-generate-mime-preprocess-function): New variable.
1398         (mml-generate-mime-postprocess-function): New variable.
1399         (mml-generate-mime-1): Use them.
1400
1401 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1402
1403         * gnus-group.el (gnus-group-apropos): Group name charset.
1404         * gnus-sum.el (gnus-set-mode-line): Ditto.
1405         * gnus-group.el (gnus-group-decoded-name): New function.
1406         (gnus-group-edit-group): Use it.
1407         * gnus-cus.el (gnus-group-customize): Use it.
1408
1409 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1410
1411         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1412
1413 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1414
1415         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1416         (gnus-group-name-charset-group-alist): Ditto.
1417         (gnus-group-name-charset): New function.
1418         (gnus-group-name-decode): New function.
1419         (gnus-group-insert-group-line): Use them.
1420         (gnus-group-prepare-flat-list-dead): Ditto.
1421         (gnus-group-list-active): Ditto.
1422         (gnus-group-describe-all-groups): Ditto.
1423         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1424         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1425         add gnus-group property.
1426         (gnus-browse-group-name): Read gnus-group property.
1427
1428 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1429
1430         * nnfolder.el (nnfolder-possibly-change-group): Use
1431         file-name-coding-system instead of pathname-coding-system.
1432         * nnmail.el (nnmail-find-file): Ditto.
1433         (nnmail-write-region): Ditto.
1434         * nnmh.el (nnmh-retrieve-headers): Ditto.
1435         (nnmh-request-article): Ditto.
1436         (nnmh-request-group): Ditto.
1437         (nnmh-request-list): Ditto.
1438         (nnmh-possibly-change-directory): Ditto.
1439         (nnmh-active-number): Ditto.
1440         * nnml.el (nnml-possibly-change-directory): Ditto.
1441         (nnml-request-list): Ditto.
1442         (nnml-request-article): Ditto.
1443         (nnml-retrieve-headers): Ditto.
1444
1445 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1446
1447         * nnimap.el (nnimap-request-accept-article): Don't unselect
1448         mailbox if no mailbox is selected.
1449
1450 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1451
1452         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1453         Recognize domain names starting with `www.' as starting an URL.
1454
1455 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1456
1457         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1458         (mail-source-keyword-map): Add "subdirs" for maildir.
1459
1460 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1461
1462         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1463         (nnmail-get-new-mail): Use it.
1464         * gnus-start.el (gnus-get-unread-articles): Ditto.
1465
1466 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1467
1468         * gnus-sum.el (gnus-summary-edit-article): Better support for
1469         nndraft:drafts.
1470         * nndraft.el (nndraft-request-replace-article): New function,
1471         bind nnmail-file-coding-system.
1472
1473 2000-05-14  Dave Love  <fx@gnu.org>
1474
1475         * nnheader.el: Replace uses of `fset' with `defalias'.
1476         (jka-compr-compression-info-list): Only defvar when compiling.
1477
1478 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1479
1480         * webmail.el (webmail-netaddress-article): Refresh redirect.
1481
1482 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1483
1484         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1485
1486 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1487
1488         * webmail.el: Translate &nbsp; to SP.
1489
1490 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1491
1492         * message.el (message-bounce): Doc typo.
1493
1494 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1495
1496         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1497         (gnus-soup-store): Ditto.
1498         (gnus-soup-send-packet): Ditto.
1499         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1500         (nnsoup-dissect-buffer): Ditto.
1501         (nnsoup-narrow-to-article): Ditto.
1502         (nnsoup-make-active): Ditto
1503
1504 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1505
1506         * message.el (message-mode): Two parameters for local-variable-p.
1507
1508 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1509
1510         * message.el (message-strip-list-identifiers): New function.
1511         (message-reply): Use it and use message-strip-subject-re.
1512         (message-followup): Ditto.
1513         * gnus-art.el (article-hide-list-identifiers): Remove more.
1514         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1515
1516 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1517
1518         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1519         mail-parset-charset and use non-numeric argument.
1520
1521 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1522
1523         * mml.el (mml-buffer-list): New variable.
1524         (mml-generate-new-buffer): New function.
1525         (mml-destroy-buffers): Ditto.
1526         (mml-insert-mime): Use them.
1527         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1528         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1529         * message.el (message-mode): Ditto.
1530         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1531         (gnus-uu-save-article): Support show-as-mml.
1532         * message.el (message-forward): Ditto.
1533
1534 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1535
1536         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1537         (nndoc-mime-digest-type-p): Locate article head precisely.
1538         * mml.el (mml-generate-default-type): New variable.
1539         (mml-generate-mime-1): Use it.
1540         (mml-insert-mime-headers): Use it.
1541         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1542         (gnus-uu-digest-mail-forward): Use it and call message-forward
1543         with argument digest.
1544         (gnus-uu-save-article): Support message-forward-as-mime.
1545         * message.el (message-forward): Add parameter digest.
1546         * mm-decode.el (mm-dissect-default-type): New variable.
1547         (mm-dissect-buffer): Use it.
1548
1549 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1550
1551         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1552         newline and paragraph to nil when got a non-ascii character. Test
1553         paragraph before newline.
1554
1555 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1556
1557         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1558         limit to 76.
1559
1560 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * nnslashdot.el (nnslashdot-sid-strip): New function.
1563         (nnslashdot-threaded-retrieve-headers): New format.
1564         (nnslashdot-sane-retrieve-headers): Ditto.
1565         (nnslashdot-request-article): Ditto.
1566         (nnslashdot-threaded-retrieve-headers): Thread properly.
1567         (nnslashdot-request-article): Be more lenient.
1568         (nnslashdot-threaded-retrieve-headers): Regexp search.
1569
1570 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1571
1572         * gnus-sum.el (gnus-with-article): Define it before use it.
1573
1574 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1575
1576         * message.el (message-supersede): Use mime-to-mml.
1577         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1578
1579 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * gnus-group.el (gnus-group-list-cached): Don't use
1582         `subst-char-in-string'.
1583
1584 2000-05-08  Dave Love  <fx@gnu.org>
1585
1586         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1587
1588 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1589
1590         * mm-decode.el (mm-interactively-view-part): Append %s if the
1591         method is a single word.
1592         * nnwarchive.el (nnwarchive-type-definition): Typo.
1593
1594 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1595
1596         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1597         function.
1598         (gnus-group-prepare-flat-predicate): Use it.
1599         (gnus-group-list-cached): List dead groups.
1600
1601 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1602
1603         * gnus-art.el (article-decode-charset): Don't decode message with
1604         format.
1605
1606 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1607
1608         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1609         evaluate the Lisp code.
1610
1611 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1612
1613         * gnus-art.el (article-wash-html): New function.
1614         (gnus-article-wash-html): Bind.
1615         (gnus-article-make-menu-bar): Menu item.
1616         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1617         (gnus-summary-make-menu-bar): Menu item.
1618         * gnus.el: Autoload.
1619
1620 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1621
1622         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1623         (gnus-uu-unshar-article): Use it.
1624
1625         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1626         (mailcap-maybe-eval): Use it.
1627
1628         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1629         in docstring.
1630
1631         * mml.el (mml-generate-mime-1): Small comment.
1632
1633 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1634
1635         * gnus-art.el (article-de-base64-unreadable): New function.
1636         (gnus-article-de-base64-unreadable): Bind.
1637         (gnus-article-make-menu-bar): Menu item.
1638         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1639         (gnus-summary-make-menu-bar): Menu item.
1640         * gnus.el: Autoload.
1641
1642 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1643
1644         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1645         (gnus-summary-select-article): Add en/disable multibyte.
1646
1647 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1648
1649         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1650         (gnus-summary-edit-article): New feature: editing raw articles.
1651
1652 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1653
1654         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1655         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1656         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1657         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1658         * mm-decode.el (mm-insert-part): Ditto.
1659
1660 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1661
1662         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1663         (nndoc-forward-type-p): Ditto.
1664
1665 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1666
1667         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1668         value of enable-multibyte-characters.
1669
1670 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1671
1672         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1673
1674 2000-05-03  Dave Love  <fx@gnu.org>
1675
1676         * gnus-ems.el (gnus-article-xface-ring-internal)
1677         (gnus-article-xface-ring-size): New variable.
1678         (gnus-article-display-xface): Use them to cache data.  Don't try
1679         to use XPM.  Set up binary coding for PBM's sake.
1680
1681 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1682
1683         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1684         * gnus-int.el (gnus-request-accept-article): Ditto.
1685         (gnus-request-replace-article): Ditto.
1686         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1687
1688 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1689
1690         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1691
1692 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1693
1694         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1695         field.
1696         * mml.el (mml-to-mime): Use message-default-charset.
1697         (mml-preview): Narrow to headers.
1698         * message.el (message-send-mail): Use message-default-charset.
1699         (message-send-news): Narrow to headers;
1700         use message-default-charset.
1701
1702 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1703
1704         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1705         detect.
1706         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1707         restriction.
1708         (mml-parse-1): Warning message.
1709         (mml-preview): Disable multibyte.
1710
1711 2000-05-03  Dave Love  <fx@gnu.org>
1712
1713         * gnus.el (gnus-group-startup-message): Add newline before image.
1714
1715 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1716
1717         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1718         * message.el (message-send-mail): Use unibyte-buffer.
1719         (message-send-mail): Ditto.
1720
1721 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1722
1723         * gnus.el: Gnus v5.8.6 is released.
1724
1725 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1726
1727         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1728
1729 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1730
1731         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1732
1733 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1734
1735         * message.el (message-send-mail-partially): Use forward-line.
1736
1737 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1738
1739         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1740
1741 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1742
1743         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1744         (mml-insert-mime): No markup only for text/plain.
1745         (mime-to-mml): Remove MIME headers.
1746
1747 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1748
1749         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1750         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1751         as 8-bit.
1752         * lpath.el: Fbind image functions.
1753
1754 2000-04-28  Dave Love  <fx@gnu.org>
1755
1756         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1757         21.
1758
1759         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1760         search order.  Use parse-colon-path and remove some redundancy.
1761         Doc fix.
1762         (mailcap-parse-mimetypes): Code consistently with
1763         mailcap-parse-mailcaps.  Doc fix.
1764
1765         * gnus-start.el (gnus-unload): Iterate over `features', not
1766         `load-history'.
1767
1768 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1769
1770         * mml.el (mml-parse-1): Don't create blank parts.
1771         (mml-read-part): Fix mml tag.
1772         (mml-insert-mime): Convert message/rfc822.
1773         (mml-insert-mml-markup): Add mmlp parameter.
1774
1775 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1776
1777         * message.el (message-send-mail-partially): Remove CTE.
1778
1779 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1780
1781         * lpath.el: Fbind put-image for XEmacs.
1782         * mm-view.el (mm-inline-image): Fset it.
1783
1784 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1785
1786         * nndoc.el (nndoc-type-alist): Change forward regexp.
1787
1788 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1789
1790         * message.el (message-send-mail-partially-limit): Change the
1791         default value.
1792
1793 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1794
1795         * gnus-util.el (gnus-extract-address-components): Name might be
1796         "".
1797
1798 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1799
1800         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1801         (gnus-summary-post-forward): Ditto.
1802         * message.el (message-forward-show-mml): New variable.
1803         (message-forward): Use it.
1804         * mml.el (mml-parse-1): Add tag mml.
1805         (mml-read-part): Ditto.
1806         (mml-generate-mime): Support reentance.
1807         (mml-generate-mime-1): Support mml tag.
1808
1809 2000-04-27  Dave Love  <fx@gnu.org>
1810
1811         * gnus-art.el: Don't bother to require custom, browse-url.
1812         (gnus-article-x-face-command): Include gnus-article-display-xface.
1813
1814         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1815         Use defalias, not fset.
1816         (gnus-article-display-xface): New function.
1817
1818         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1819
1820         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1821         (mm-xemacs-p): Deleted.
1822         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1823         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1824         use create-image and don't special-case xbm.
1825         (mm-valid-image-format-p): Use display-graphic-p.
1826
1827 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1828
1829         * message.el (message-send-mail-partially-limit): New variable.
1830         (message-send-mail-partially): New function.
1831         (message-send-mail): Use it.
1832         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1833         all blank lines inside of base64.
1834         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1835         blank lines.
1836
1837 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1838
1839         * mml.el (mml-insert-tag): Match more special characters.
1840
1841 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1842
1843         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1844
1845 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1846
1847         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1848         (mm-inlined-types): Ditto.
1849         * mm-partial.el: New file.
1850
1851 2000-04-27  Dave Love  <fx@gnu.org>
1852
1853         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1854         matter in Emacs 21.
1855
1856 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1857
1858         * mm-bodies.el (mm-encode-body): Remove reference to
1859         mm-default-charset in comment.
1860
1861 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1862
1863         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1864
1865 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1866
1867         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1868         let.
1869
1870 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1871
1872         * gnus-draft.el (gnus-draft-setup): Fix comments.
1873
1874 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1875
1876         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1877         if nnmbox-file-coding-system-for-write is nil.
1878
1879 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1880
1881         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1882         header if nil.
1883
1884 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1885
1886         * mm-view.el (mm-inline-text): Insert directly if decoded.
1887         * mml.el (autoload): Typo.
1888
1889 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1890
1891         * mml.el (mml-preview): Set up posting-charset.
1892         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1893
1894 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1895
1896         * webmail.el: Fix yahoo mail.
1897
1898 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1899
1900         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1901         word if not necessary.
1902         (rfc2047-encode-region): Put space between encoded words.
1903
1904 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1905
1906         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1907
1908 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1909
1910         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1911         required.
1912         (gnus-draft-edit-message): Require restoration.
1913
1914 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1915
1916         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1917         back.
1918
1919 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1920
1921         * gnus-art.el (gnus-treat-article): Make sure that the summary
1922         buffer is live.
1923
1924 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1925
1926         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1927         (mailcap-parse-mailcap): Backwards parsing.
1928         (mailcap-possible-viewers): Remove nreverse.
1929         (mailcap-mime-info): Ditto.
1930         (mailcap-add-mailcap-entry): Keep alternative viewer.
1931
1932 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1933
1934         * gnus.el: Gnus v5.8.5 is released.
1935
1936 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1939
1940         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1941
1942         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1943
1944 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1945
1946         * mm-view.el (mm-inline-message): Disable prepare-hook.
1947
1948 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus.el: Fix copyright statements.
1951
1952         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1953         variable.
1954         (gnus-articles-to-read): Use it.
1955
1956         * message.el (message-get-reply-headers): Bind free variable.
1957
1958 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1959
1960         * message.el (message-get-reply-headers): Fix to-address.
1961
1962 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1963
1964         * webmail.el: Hotmail fix. Add a debug function.
1965
1966 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-sum.el (t): M-down and M-up.
1969
1970 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1971
1972         * gnus-sum.el: Doc fix.
1973
1974 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
1975
1976         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
1977
1978 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
1981         string.
1982         (nnweb-request-group): Don't scan twice.
1983         (nnweb-request-scan): Don't nix out the hashtb.
1984
1985         * message.el (message-get-reply-headers): Return a value.
1986
1987 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
1988
1989         * gnus-art.el (gnus-button-url-regexp): New value to match naked
1990         urls.
1991
1992 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
1995         order messages are inserted.
1996
1997         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
1998         message/rfc822 parts.
1999
2000         * gnus-art.el (gnus-article-read-summary-keys): Check for
2001         numerical values.
2002
2003         * message.el (message-get-headers): Made into own function.
2004         (message-reply): Use it.
2005         (message-get-reply-headers): Renamed.
2006         (message-widen-reply): New command.
2007
2008 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2009
2010         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2011
2012 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2013
2014         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2015         non-base64 text at the end if not found.
2016
2017 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2018
2019         * gnus-sum.el (gnus-read-move-group-name):
2020         (gnus-summary-move-article): Use `gnus-group-method' to find out
2021         what method the manually entered group belong to.
2022         `gnus-group-name-to-method' doesn't return any method parameters
2023         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2024         for new groups so they wouldn't work.
2025
2026 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2029         override.
2030
2031 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2032
2033         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2034         probably good to do, or something.  I dunno.  I just write these
2035         ChangeLog entries, and my name is Lars.
2036
2037 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2038
2039         * message.el (message-caesar-region): Use translate-region.
2040
2041 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2042
2043         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2044
2045 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2048         variables, because that makes Emacs flash.
2049
2050         * gnus-group.el (gnus-group-insert-group-line): Don't call
2051         gnus-group-add-icon unconditionally.
2052
2053         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2054
2055         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2056         xmas.
2057         (gnus-group-glyph-directory): Removed.
2058
2059 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2060
2061         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2062         gnus-newsgroup-name is "".
2063
2064 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2065
2066         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2067         in conjunction with MULE-UCS.
2068
2069 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2070
2071         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2072
2073 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * dgnushack.el (last, mapcon, member-if, union): New compiler
2076         macros for emulating cl functions.
2077
2078 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2079
2080         * message.el (message-shorten-references): Only cater to broken
2081         INN for news. This caters for broken smtpd.
2082
2083 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * mailcap.el (mailcap-mime-info): Use the first match; not the
2086         last.
2087
2088         * gnus-agent.el (gnus-category-kill): Save the category list.
2089
2090 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2091
2092         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2093
2094 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2097
2098 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2101
2102 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2103
2104         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2105         (gnus-group-list-cached): Use it.
2106
2107 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus.el: Update all the copyright notices.
2110
2111 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2112
2113         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2114         non-base64 text at the end.
2115
2116 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2119
2120 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * nnheader.el: Don't autoload cancel-function-timers.
2123
2124         * message.el (message-fetch-field): Fold case.
2125
2126 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2127
2128         * message.el (message-forward-before-signature): New variable.
2129
2130 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2131
2132         * gnus-mlspl.el: Fix stuff.
2133
2134 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2137         subjects when unthreaded.
2138
2139 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2140
2141         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2142         well.
2143
2144 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2145
2146         * gnus-art.el (gnus-article-mode): Fix variable name.
2147
2148 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * mm-view.el: Fix autoload.
2151
2152         * flow-fill.el (flow-fill): Fix provide.
2153
2154         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2155         nil.
2156
2157 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2158
2159         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2160
2161 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * gnus-util.el (gnus-netrc-machine): Didn't work.
2164
2165 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2166
2167         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2168
2169 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * flow-fill.el: Renamed from fill-flowed.
2172
2173         * message.el (message-forward-ignored-headers): Default to
2174         removing CTE.
2175
2176 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2177
2178         * message.el (message-mode): Don't fill headers.
2179
2180 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * message.el (message-pipe-buffer-body): Use shell
2183
2184 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2185
2186         * nnvirtual.el (nnvirtual-request-article):
2187         Bind gnus-override-method to nil.
2188         (nnvirtual-request-update-mark): Don't update mark when
2189         article is not there.
2190
2191 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2192
2193         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2194
2195 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * gnus-util.el (gnus-parse-netrc): Allow "port".
2198         (gnus-netrc-machine): Take a port param.
2199         (gnus-netrc-machine):
2200
2201         * gnus-art.el (gnus-request-article-this-buffer): Allow
2202         re-selecting referenced articles.
2203
2204         * message.el (message-cancel-news): Allow editing.
2205         (message-cancel-message): Add newline.
2206
2207 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2208
2209         * mm-view.el (mm-inline-image-emacs): New function.
2210
2211 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * mail-source.el (mail-source-delete-incoming): Change default in
2214         cvs.
2215
2216 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2217
2218         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2219         function.
2220
2221 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * nnml.el (nnml-request-expire-articles): Use it.
2224
2225         * nnmail.el (nnmail-expiry-target): New variable.
2226         (nnmail-expiry-target-group): New function.
2227
2228 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2229
2230         * message.el (message-forward): Add non-MIME separators.
2231
2232 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * message.el (message-generate-headers): Respect the syntax check
2235         spec.
2236
2237         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2238         (gnus-remove-thread): Don't show all threads.
2239
2240 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2241
2242         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2243
2244 2000-04-19  Dave Love  <fx@gnu.org>
2245
2246         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2247
2248 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2249
2250         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2251         (nnwarchive-egroups-*): Ditto.
2252         (nnwarchive-url): Unibyte buffer and single line cookie.
2253
2254 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2255
2256         * mm-util.el (mm-char-or-char-int-p): New alias.
2257         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2258         entities.
2259
2260 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2261
2262         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2263         article case insensitively.
2264
2265 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2266
2267         * mail-source.el (mail-source-fetch-webmail): Use the default
2268         password provided in mail-sources; use webmail:subtype:user as
2269         the key.
2270
2271 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2272
2273         * mail-source.el (mail-source-fetch-webmail): Use
2274         mail-source-password-cache.
2275
2276 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2277
2278         * webmail.el: Add netscape mail and fix HotMail mail.
2279
2280 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2281
2282         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2283
2284 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2285
2286         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2287         RFC822.PEEK if server support IMAP4rev1.
2288         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2289         RFC822.TEXT.PEEK if server support IMAP4rev1.
2290         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2291         RFC822.HEADER if server support IMAP4rev1.
2292         (nnimap-request-article-part): Support bodydetail in response
2293         data.
2294
2295 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2296
2297         * fill-flowed.el: New file.
2298
2299         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2300         text/plain parts with `format' parameters.
2301
2302         * mm-view.el (autoload): Autoload fill-flowed.
2303         (mm-inline-text): For "plain" parts with a format=flowed
2304         parameter, call `fill-flowed'.
2305
2306 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2309         slashdot ids.
2310
2311 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2314         format.
2315
2316 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2317
2318         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2319         `imtest' too.
2320         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2321         (imap-gssapi-program): New variable.
2322         (imap-streams): Add gssapi.
2323         (imap-stream-alist): Ditto.
2324         (imap-authenticators): Ditto.
2325         (imap-authenticator-alist): Ditto.
2326         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2327         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2328         1.6.x `imtest' syntax.
2329         (imap-gssapi-stream-p): New function.
2330         (imap-gssapi-open): Ditto.
2331         (imap-gssapi-auth-p): Ditto.
2332         (imap-gssapi-auth): Ditto.
2333         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2334         (imap-send-command): Use buffer-local `imap-client-eol' value.
2335
2336         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2337         lines and turn TAB into SPC before parsing.
2338
2339 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2340
2341         * nnheader.el (nnheader-group-pathname): Make sure to return a
2342         directory.
2343         * nnmail.el (nnmail-group-pathname): Ditto.
2344
2345 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2346
2347         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2348         might split in the middle of a message-id.
2349
2350 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2353         groups from the server.
2354
2355         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2356         (gnus-summary-toggle-header): Update the wash status.
2357
2358         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2359         Moved here.
2360
2361         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2362         setting.
2363
2364         * nnmail.el (nnmail-get-active): Use it.
2365         (nnmail-parse-active): New function.
2366
2367         * mm-view.el (mm-inline-text): Support the new version of
2368         vcard.el.
2369
2370         * gnus-sum.el (gnus-summary-move-article): Only delete article
2371         when moving junk.
2372         (gnus-deaden-summary): Bury the buffer.
2373
2374         * nnmail.el (nnmail-group-pathname): Ditto.
2375
2376         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2377
2378 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2379
2380         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2381         whether Mule.
2382
2383 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * message.el (message-send-mail): Protect against unloaded Gnus.
2386
2387         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2388         parent.
2389         (gnus-topic-update-topic-line): Yes, do.
2390         (gnus-topic-goto-missing-group): Tally the correct number of
2391         unread articles before inserting the topic line.
2392
2393 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2396
2397 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * mm-decode.el (mm-dissect-buffer): Ditto.
2400
2401         * gnus-art.el (article-decode-charset): Strip CTE.
2402
2403         * ietf-drums.el (ietf-drums-strip): New function.
2404
2405         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2406         when prompting in read-only groups.
2407
2408 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2409
2410         * imap.el (imap-send-command): Change EOL-chars when
2411         `imap-client-eol' differs from default, not only for kerberos4.
2412         (imap-mailbox-status): Get encoded mailbox's status.
2413
2414 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2415
2416         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2417         into `mail-source-password-cache'.
2418
2419 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2420
2421         * mm-util.el (mm-mime-charset): Check for presence of
2422         `coding-system-get' and `get-charset-property' (recent XEmacs has
2423         the former, but not the latter).
2424
2425 2000-01-28  Dave Love  <fx@gnu.org>
2426
2427         * message.el (message-check-news-header-syntax): Fix typo
2428         `newsgroyps'.
2429         (message-talkative-question): Put temp buffer in fundamental-mode.
2430         (message-recover): Use fundamental-mode in the right buffer.
2431
2432         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2433         right buffer.
2434
2435 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2436
2437         * qp.el (quoted-printable-decode-region): Add charset parameter.
2438         (quoted-printable-decode-string): Ditto.
2439
2440         * gnus-art.el (article-de-quoted-unreadable): Use it.
2441
2442 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2443
2444         * nnimap.el (nnimap-split-predicate): New variable.
2445         (nnimap-split-articles): Use it.
2446
2447 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2448
2449         * utf7.el: Change email address.
2450
2451 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * gnus-group.el (gnus-group-catchup): Purge split history.
2454
2455 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2456
2457         * nnmail.el (nnmail-generate-active): Support extended group name.
2458         (nnmail-get-active): Ditto.
2459
2460 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2461
2462         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2463         group names, don't remove anything.
2464
2465 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2466
2467         * webmail.el (webmail-my-deja-open): My-deja changes.
2468
2469 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2470
2471         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2472
2473 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2474
2475         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2476
2477 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2478
2479         * gnus.el (gnus-other-frame): Fix typo.
2480
2481 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2482
2483         * gnus-cus.el (gnus-group-customize): Fix typo.
2484
2485 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * nnweb.el (nnweb-insert): Simplified.
2488
2489 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus-art.el (gnus-article-mode-map): "e" is
2492         gnus-summary-edit-article.
2493
2494 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2495
2496         * mailcap.el (mailcap-mime-extensions): Add .diff.
2497
2498 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2499
2500         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2501         there is no "%s" in the method.
2502
2503 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2504
2505         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2506
2507 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2510
2511         * gnus.el: Really always pop up a new frame.
2512
2513         * parse-time.el (parse-time-rules): Allow 100-110 to be
2514         2000-2010.
2515
2516         * time-date.el (date-to-time): Don't use timezone.
2517
2518 2000-01-06  Dave Love  <fx@gnu.org>
2519
2520         * time-date.el: Add keywords.
2521         (date-to-time): Add autoload cookie.  Canonicalize with
2522         timezone-make-date-arpa-standard.
2523         (time-to-seconds): Avoid caddr.
2524         (safe-date-to-time): Add autoload cookie.
2525
2526         * base64.el: Require cl when compiling.
2527
2528 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2529
2530         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2531         eyecandy.
2532         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2533         group line using gnus-group-add-icon.
2534         (gnus-group-icons): Added customize group.
2535         (gnus-group-icon-list): Added variable.
2536         (gnus-group-glyph-directory): Added variable.
2537         (gnus-group-icon-cache): Added variable.
2538         (gnus-group-running-xemacs): Added variable.
2539         (gnus-group-add-icon): Added function. Add an icon to the current
2540         line according to gnus-group-icon-list.
2541         (gnus-group-icon-create-glyph): Added function.
2542
2543 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-sum.el (gnus-summary-select-article): Return whether we
2546         selected something new.
2547         (gnus-summary-search-article): Start searching at the window
2548         point.
2549
2550         * gnus-group.el (gnus-fetch-group): Complete over
2551         gnus-active-hashtb.
2552
2553 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2554
2555         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2556
2557 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-sum.el (gnus-preserve-marks): New variable.
2560         (gnus-summary-move-article): Use it.
2561         (gnus-group-charset-alist): Added more entries.
2562
2563 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2566
2567         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2568         as the default score.
2569
2570         * gnus-score.el (gnus-score-delta-default): Changed name.
2571
2572 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2573
2574         * imap.el (imap-parse-literal):
2575         (imap-parse-flag-list): Don't care about props.
2576         (imap-parse-string): Handle quoted characters.
2577
2578 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2581         (gnus-summary-mark-article): Doc fix.
2582         (gnus-summary-mark-forward): Doc fix.
2583         (t): Changed keystroke for gnus-summary-customize-parameters.
2584
2585         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2586         "e".
2587         (gnus-article-mode-map): No, don't.
2588
2589         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2590         of the final article.
2591
2592         * mm-decode.el (mm-interactively-view-part): Error on no method.
2593
2594 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2595
2596         * gnus-score.el (gnus-score-insert-help): Something.
2597
2598         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2599
2600         * gnus-win.el (gnus-configure-frame): Ditto.
2601
2602         * gnus-mh.el (gnus-summary-save-in-folder): Use
2603         with-current-buffer.
2604
2605 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * nnwarchive.el: Changed file perms.
2608
2609 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus-group.el (gnus-group-delete-groups): New command.
2612         (gnus-group-delete-group): Extra no-prompt parameters.
2613
2614 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2617         <p>.
2618
2619 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2620
2621         * webmail.el (webmail-hotmail-article): Don't insert message id.
2622
2623 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2624
2625         * nnimap.el (nnimap-split-fancy): New variable.
2626         (nnimap-split-fancy): New function.
2627
2628 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2629
2630         (nnimap-split-rule): Document symbol value.
2631
2632 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2633
2634         * nnimap.el (nnimap-retrieve-headers-progress): Let
2635         `nnheader-parse-head' parse article.
2636         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2637         request headers needed by `nnheader-parse-head'.
2638
2639 1999-12-23  Florian Weimer  <fw@s.netic.de>
2640
2641         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2642         value (crosspostings are handled), improve documentation.
2643
2644         * smiley.el: Declare file coding system as iso-8859-1.
2645
2646         * nnultimate.el: Dito.
2647
2648         * message.el: Dito.
2649
2650         * gnus-cite.el: Dito.
2651
2652         * gnus-spec.el: Dito.
2653
2654 1999-12-21  Florian Weimer  <fw@s.netic.de>
2655
2656         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2657         (gnus-setup-message): No longer make `message-posting-charset'
2658         buffer-local.
2659         (gnus-setup-posting-charset): Reflect the new layout of
2660         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2661
2662         * message.el (message-send-mail): Bind `message-this-is-mail' and
2663         `message-posting-charset'.
2664         (message-send-news): Dito, and honour new layout of
2665         `message-posting-charset'.
2666         (message-encode-message-body): Ignore `message-posting-charset'.
2667
2668         * mm-bodies.el (mm-body-encoding): Consider
2669         `message-posting-charset' when deciding whether to use 8bit.
2670
2671         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2672         (rfc2047-encodable-p): Now solely for headers; use
2673         `message-posting-charset'.
2674
2675 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2676
2677         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2678
2679 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2680
2681         * nnagent.el (nnagent-server-opened): Optional.
2682         (nnagent-status-message): Optional.
2683
2684 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2685
2686         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2687         end (referenced by instructions in
2688         `gnus-cited-opened-text-button-line-format-alist').
2689
2690 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2691
2692         * imap.el (imap-starttls-open): Typo.
2693
2694 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2695
2696         * mm-util.el (mm-charset-after): Non-MULE case.
2697         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2698         * rfc2047.el (rfc2047-dissect-region): Bind it.
2699
2700 1999-12-18  Florian Weimer  <fw@s.netic.de>
2701
2702         * mml.el (mml-generate-multipart-alist): Correct default value.
2703
2704         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2705         (mm-safer-encoding): New function.
2706         (mm-content-transfer-encoding): Use both.
2707
2708         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2709         * qp.el (quoted-printable-encode-region): Dito.
2710
2711 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2712
2713         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2714
2715 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2716
2717         * webmail.el (webmail-hotmail-list): raw=0.
2718
2719 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2720
2721         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2722         group name.
2723
2724 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2725
2726         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2727
2728 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2729
2730         * imap.el: Don't autoload digest-md5.
2731         (imap-starttls-open): Bind coding-system-for-{read,write}.
2732         (imap-starttls-p): Check if we can find starttls.el.
2733         (imap-digest-md5-p): Check if we can find digest-md5.el.
2734
2735 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2736
2737         * base64.el (base64-encode-string): Accept 2nd argument
2738         `no-line-break'.
2739
2740         * imap.el: Require `digest-md5' when compiling; add autoload
2741         settings for `digest-md5-parse-digest-challenge',
2742         `digest-md5-digest-response', `starttls-open-stream' and
2743         `starttls-negotiate'.
2744         (imap-authenticators): Add `digest-md5'.
2745         (imap-authenticator-alist): Setup for `digest-md5'.
2746         (imap-digest-md5-p): New function.
2747         (imap-digest-md5-auth): New function.
2748         (imap-stream-alist): Add STARTTLS entry.
2749         (imap-starttls-p): New function.
2750         (imap-starttls-open): New function.
2751
2752 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2753
2754         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2755
2756 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2757
2758         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2759         string-to-x function.
2760
2761 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2762
2763         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2764
2765 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2766
2767         * webmail.el: Enhance hotmail-snarf.
2768
2769 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2770
2771         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2772
2773 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2774
2775         * webmail.el (webmail-hotmail-list): Search no-error.
2776
2777 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2778
2779         * nnwarchive.el: Support nov-is-evil.
2780         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2781         Set it if non-nil.
2782         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2783
2784 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2785
2786         * nnagent.el (nnagent-server-opened): Redefine.
2787         (nnagent-status-message): Ditto.
2788
2789 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2790
2791         * rfc1843.el (rfc1843-decode-region): Use
2792         buffer-substring-no-properties.
2793         * gnus-art.el (article-decode-HZ): New function.
2794
2795 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2796
2797         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2798
2799 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2800
2801         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2802         MIME charset not a MULE charset.
2803
2804 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2805
2806         * gnus-ems.el: Translate more ugly characters.
2807         * nnheader.el (nnheader-translate-file-chars): Don't translate
2808         the second ':'.
2809
2810 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2811
2812         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2813         method if cannot find the article.
2814
2815 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2816
2817         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2818         method if overrided.
2819
2820 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2821
2822         * mail-source.el (mail-source-fetch-webmail): Parameter
2823         dontexpunge.
2824
2825 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2826
2827         * webmail.el: Support my-deja. Better error report.
2828
2829 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2830
2831         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2832         is bad.
2833         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2834         is not 1.
2835
2836 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2837
2838         * nnslashdot.el (nnslashdot-request-article): A space.
2839
2840 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2841
2842         * nnagent.el: Support different backend with same name.
2843
2844 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2845
2846         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2847         archived group.
2848         (nnslashdot-sane-retrieve-headers): Ditto.
2849         (nnslashdot-request-article): Ditto.
2850
2851 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2852
2853         * nnweb.el (nnweb-insert): Narrow to point.
2854
2855 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2856
2857         * nnweb.el (nnweb-insert): Follow refresh url.
2858         * nnslashdot.el: Use it.
2859
2860 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2861
2862         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2863         (nnweb-decode-entities-string): New function.
2864
2865         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2866         nnweb-* and move to nnweb.el.
2867         * nnwarchive.el: Use nnweb-decode-entities, etc.
2868         * webmail.el: Ditto.
2869
2870         * nnslashdot.el: Use nnweb-decode-entities-string.
2871         (nnslashdot-decode-entities): Remove.
2872
2873 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2874
2875         * nnslashdot.el: Decode entities.
2876
2877 1999-12-12  Dave Love  <fx@gnu.org>
2878
2879         * gnus-agent.el (gnus-category-edit-groups)
2880         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2881         expansion of setf, fixed.
2882
2883 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2884
2885         * gnus-agent.el: Revoke last Dave Love's patch, because of
2886         incompatibility of XEmacs.
2887
2888 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2889
2890         * mm-uu.el: Change headers.
2891         * rfc1843.el: Ditto.
2892         * uudecode.el: Ditto.
2893
2894 1999-12-07  Dave Love  <fx@gnu.org>
2895
2896         * gnus-agent.el (gnus-category-edit-predicate)
2897         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2898         inside backquote to avoid it at runtime.
2899
2900 1999-12-07  Dave Love  <fx@gnu.org>
2901
2902         * binhex.el: Require cl when compiling.
2903
2904 1999-12-04  Dave Love  <fx@gnu.org>
2905
2906         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2907
2908 1999-12-04  Dave Love  <fx@gnu.org>
2909
2910         * mm-util.el (mm-delete-duplicates): New function.
2911         (mm-write-region): Use it.
2912
2913         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2914
2915         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2916         mm-delete-duplicates.
2917
2918         * imap.el (imap-open, imap-debug): Avoid mapc.
2919
2920         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2921
2922         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2923         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2924
2925         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2926         runtime.
2927
2928         * gnus.el (gnus-select-method): Likewise.
2929
2930         * nnheader.el (nnheader-nov-read-integer): Likewise.
2931
2932         * mm-view.el (mm-inline-message): Require cl when compiling.
2933         Avoid ignore-errors at runtime.
2934         (mm-inline-text): Avoid mapc.
2935
2936 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2937
2938         * gnus-art.el (article-decode-charset): Widen is bad.
2939
2940 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2941
2942         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2943
2944 1999-12-12  Florian Weimer  <fw@s.netic.de>
2945
2946         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2947         indicate that only US-ASCII is permitted.
2948         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2949         use unencoded 8-bit characters in message headers.
2950
2951 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2952
2953         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2954         CRLF.
2955
2956 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2957
2958         * webmail.el: Require url-cookie.
2959
2960 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2961
2962         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
2963         new function to make modified caesar table.
2964         (nnwarchive-from-r13): Use it.
2965         (nnwarchive-mail-archive-article): Improved.
2966
2967 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
2968
2969         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
2970
2971 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2972
2973         * nnweb.el (nnweb-request-article): Return cons.
2974
2975 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2976
2977         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
2978
2979 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2980
2981         * mm-util.el (mm-with-unibyte): New macro.
2982         * nnweb.el (nnweb-init): Use it.
2983
2984 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
2985
2986         * mm-util.el (mm-charset-after): New function.
2987         (mm-find-mime-charset-region): Set charsets after
2988         delete-duplicates and use find-coding-systems-region.
2989         (mm-find-charset-region): Remove composition.
2990
2991         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
2992
2993         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
2994
2995 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2996
2997         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
2998         * mml.el (mml-confirmation-set): New variable.
2999         (mml-parse-1): Ask user to confirm.
3000
3001 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3002
3003         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3004         are scanned when we have directory mail-sources (the mail source
3005         is modified in that case, so we must scan it for all
3006         groups/methods).
3007
3008 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3011         and nnml-article-file-alist.
3012
3013 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3014
3015         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3016         nnmail-fetched-sources.
3017
3018 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3019
3020         * mm-util.el (mm-find-charset-region): Use the last charset.
3021
3022 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3023
3024         * gnus.el (gnus-select-method): Made the option list prettier.
3025
3026 1999-12-08  Florian Weimer  <fw@s.netic.de>
3027
3028         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3029         for the `de' newsgroups hierarchy, as it is common practice there.
3030
3031
3032 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3033
3034         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3035         buffer-string arguments. Fix references.
3036
3037 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3038
3039         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3040         (gnus-agent-batch-fetch): Use it.
3041         (gnus-agent-fetch-session): Use it.
3042
3043 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3044
3045         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3046
3047 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3048
3049         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3050         nil.
3051
3052 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3053
3054         * nnslashdot.el (nnslashdot-request-list): There were two
3055         top-level body-forms.  Put a `progn' around them.
3056
3057         * gnus.el (gnus-select-method): Use `condition-case'
3058         instead of `ignore-errors', since cl may not be loaded when the
3059         form is evaluated.
3060
3061 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3062
3063         * nnwarchive.el: Support www.mail-archive.com.
3064
3065 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3066
3067         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3068         do anything.
3069
3070 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3071
3072         * utf7.el: New file, written by Jon K Hellan.
3073
3074         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3075         default to t.
3076
3077 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3080
3081         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3082         current.
3083         (gnus-refer-article-methods): New function.
3084         (gnus-summary-refer-article): Use it.
3085
3086 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3087
3088         * nnimap.el (nnimap-retrieve-groups): Return active format.
3089
3090         * nnimap.el (nnimap-replace-in-string): Removed.
3091         (nnimap-request-list):
3092         (nnimap-retrieve-groups):
3093         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3094
3095 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3096
3097         * imap.el: Use format-spec for ssl program.
3098         * imap.el (imap-ssl-arguments): Removed.
3099         (imap-ssl-open-{1,2}): Removed.
3100
3101 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3102
3103         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3104         instead of `ignore-errors', since cl may not be loaded when the
3105         form is evaluated.
3106
3107 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3108
3109         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3110         (mm-7bit-chars): New variable.
3111         (mm-body-7-or-8): Use it in both cases.
3112
3113 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3114
3115         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3116           defcustom definitions.
3117
3118 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3119
3120         * mm-decode.el (mm-display-part): Let mm-display-external return
3121         inline or external.
3122         (mm-display-external): For copiousoutput methods, insert output in
3123         buffer.
3124
3125 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3126
3127         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3128         buffer.
3129
3130 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * gnus-audio.el: An M too far.
3133
3134         * gnus-msg.el (gnus-setup-message): One backtick too many.
3135
3136         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3137         a function, not a variable.
3138
3139 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3140
3141         * gnus-score.el (gnus-score-body): Widen before requesting.
3142
3143 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3146
3147 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3148
3149         * mail-source.el (mail-source-fetch-webmail): Bind
3150         mail-source-string.
3151
3152 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3153
3154         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3155         (gnus-uu-unmark-by-regexp): Ditto.
3156
3157         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3158         dead groups.
3159
3160 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3163         do their real thing.
3164
3165         * nnmh.el (nnmh-be-safe): Doc fix.
3166
3167         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3168
3169         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3170         status line has arrived before we count it.
3171
3172         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3173
3174         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3175         Whitespace problems.
3176
3177         * gnus-win.el (gnus-configure-windows): Error fix.
3178
3179         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3180         right function.
3181
3182         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3183         Indent all functions.  Fix all comments to match the comment
3184         conventions.  Double-space after full stop.
3185
3186 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3187
3188         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3189         value to divide received mails into my favorite groups and I met
3190         an error.  It takes place if the length of a element "VALUE" in
3191         nnmail-split-fancy is less than two.
3192
3193 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3194
3195         * mml.el (mml-insert-part): New function.
3196
3197 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * lpath.el: Add `sc-cite-regexp'.
3200
3201 1999-12-02  Dave Love  <fx@gnu.org>
3202
3203         * mm-decode.el: Customize.
3204
3205 1999-12-03  Dave Love  <fx@gnu.org>
3206
3207         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3208         the W3 stuff isn't available.
3209
3210 1999-12-03  Dave Love  <fx@gnu.org>
3211
3212         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3213         at runtime.
3214
3215 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3216
3217         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3218
3219 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3220
3221         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3222         don't be fooled by "From nobody" lines added by respooling.
3223
3224         * pop3.el (pop3-movemail): Write crashbox in binary.
3225         (pop3-get-message-count): New function.
3226
3227         * mail-source.el (mail-source-primary-source): New variable.
3228         (mail-source-report-new-mail-interval): New variable.
3229         (mail-source-idle-time-delay): New variable.
3230         (mail-source-new-mail-available): New internal variable.
3231         (mail-source-fetch-pop): Clear new mail flag, when mail from
3232         primary source has been fetched.
3233         (mail-source-check-pop): New function.
3234         (mail-source-new-mail-p): New function.
3235         (mail-source-start-idle-timer): New function.
3236         (mail-source-report-new-mail): New function.
3237         (mail-source-report-new-mail): New internal variable.
3238         (mail-source-report-new-mail-timer): New internal variable.
3239         (mail-source-report-new-mail-idle-timer): New internal variables.
3240
3241 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3242
3243         * gnus-cus.el (gnus-group-customize): Customize fix.
3244
3245 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3246
3247         * message.el (message-send-mail-with-sendmail): Use
3248         message-make-address.
3249
3250 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3251
3252         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3253
3254 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3255
3256         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3257
3258 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3259
3260         * mml.el (mml-insert-tag): Don't close the tag.
3261         (mml-insert-empty-tag): New function.
3262         (mml-attach-file): Use mml-insert-empty-tag instead of
3263         mml-insert-tag.
3264         (mml-attach-buffer): Ditto.
3265         (mml-attach-external): Ditto.
3266         (mml-insert-multipart): Ditto.
3267
3268 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3269
3270         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3271         the article number.
3272
3273 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3274
3275         * gnus.el (gnus-find-method-for-group): The method of a new group
3276         is not the native one.
3277
3278 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3281
3282 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * nnultimate.el (nnultimate-retrieve-headers): Use
3285         mm-with-unibyte-current-buffer.
3286         (nnultimate-request-article): Ditto.
3287
3288 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3289
3290         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3291
3292 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3293
3294         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3295         * nnweb.el (nnweb-retrieve-headers): Use it.
3296         (nnweb-request-article): Use it.
3297
3298         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3299         case matching failed.
3300
3301 1999-12-02  John Wiegley <jwiegley@inprise.com>
3302
3303         * mail-source.el (mail-source-keyword-map): Add backslash to
3304         Delete-flag.
3305
3306 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3309         Latin-1.
3310         (gnus-group-charset-alist): No, don't.
3311
3312         * nnweb.el (nnweb-init): Make the buffer unibyte.
3313
3314 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3315
3316         * mail-source.el (mail-source-set-common-1): Fix to get the
3317         default value.
3318
3319 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3322
3323         * nnultimate.el (nnultimate-request-list): Use unibyte.
3324
3325         * gnus-uu.el (gnus-uu-grab-articles): Bind
3326         gnus-display-mime-function to nil.
3327
3328         * message.el (message-send-mail-with-sendmail): Use the
3329         user-mail-address variable.
3330
3331         * gnus-art.el (gnus-ignored-headers): More headers.
3332
3333         * message.el (message-shorten-1): Use list.
3334
3335 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3338         signatures.
3339
3340         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3341         (nnweb-dejanews-create-mapping): Do the properish date.
3342
3343 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3344
3345         * mail-source.el (mail-source-common-keyword-map): New variable.
3346         (mail-source-bind-common): New macro.
3347         (mail-source-fetch): Support plugged mail source.
3348         * gnus-int.el (gnus-request-scan): Use them.
3349
3350 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * mm-view.el (mm-inline-message): Check whether charset is a
3353         string.
3354
3355         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3356
3357         * message.el (message-mode-map): Changed keystroke for
3358         message-yank-buffer.
3359
3360 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3361
3362         * message.el (message-shorten-references): Cut references to 31
3363         elements, then either fold them or shorten them to 988 characters.
3364         (message-shorten-1): New function.
3365         (message-cater-to-broken-inn): New variable.
3366
3367 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3368
3369         * nnslashdot.el (nnslashdot-lose): New function.
3370
3371 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * mm-view.el (mm-inline-message): Not the right type of charset is
3374         being fetched here.  Let the group charset rule.
3375         (mm-inline-message): Ignore us-ascii.
3376
3377 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3378
3379         * mail-source.el (mail-source-fetch-maildir): work around the
3380         ommitted "file-regular-p" in efs/ange-ftp
3381
3382 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3385         (mml-generate-mime-1): Use the encoding param.
3386
3387         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3388
3389         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3390         gnus-art before binding its variables.
3391
3392         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3393         after the MIME.
3394
3395 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3396
3397         * message.el (message-clone-locals): Use it.
3398
3399         * gnus-msg.el (gnus-configure-posting-styles): Make
3400         user-mail-address local.
3401
3402 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3403
3404         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3405         once.
3406
3407 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3410         (message-clone-locals): Ditto.
3411
3412         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3413         group inherit reply-to or from.
3414
3415 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3416
3417         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3418         for charset.
3419         (gnus-summary-show-article-charset-alist): New variable.
3420
3421         * mm-bodies.el (mm-decode-string): Support gnus-all and
3422         gnus-unknown.
3423         (mm-decode-body): Ditto.
3424         * rfc2047.el (rfc2047-decode): Ditto.
3425
3426 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * mail-source.el (mail-source-delete-incoming): Change default to
3429         t.
3430
3431 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3432
3433         * gnus.el: Pterodactyl Gnus v0.99 is released.
3434
3435 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3438
3439         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3440         spec.
3441
3442         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3443         (gnus-configure-posting-styles): No, don't.
3444         (gnus-configure-posting-styles): Allow overriding files.
3445
3446         * gnus-art.el (gnus-header-button-alist): Use browse-url
3447         directly.
3448
3449         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3450
3451         * gnus-msg.el (gnus-summary-yank-message): New command and
3452         keystroke.
3453
3454         * message.el (message-yank-buffer): New command.
3455         (message-buffers): New function.
3456
3457         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3458         next group in a more normal fasion.
3459
3460         * mml.el (mml-boundary-function): New variable.
3461         (mml-compute-boundary): Use it.
3462
3463         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3464         that exist for them.
3465
3466         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3467         (gnus-async-timer): New variable.
3468
3469 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * nnultimate.el (nnultimate-request-list): Be more lenient with
3472         root addresses.
3473
3474 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-art.el (gnus-treatment-function-alist): Do
3477         gnus-treat-capitalize-sentences.
3478
3479 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3480
3481         * webmail.el (webmail-hotmail-article): Hotmail changes the
3482         format.
3483
3484 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3485
3486         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3487         switch to buffer after calling program.
3488         (mm-display-external): Use `shell-command-switch' instead of "-c".
3489
3490 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3493         read groups file.
3494
3495         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3496         <p>.
3497
3498 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * message.el (message-mode): Doc fix.
3501
3502 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3503
3504         * gnus-art.el (article-emphasize): Check group variable.
3505         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3506
3507 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3508
3509         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3510         type.
3511
3512 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3513
3514         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3515
3516 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3517
3518         * mml.el (mml-quote-region): Insert ! after the hash.
3519
3520 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3521
3522         * gnus-group.el (gnus-group-warchive-address-history): Change to
3523         nil.
3524
3525 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3526
3527         * webmail.el: Support mail.yahoo.com.
3528
3529         * mail-source.el (mail-source-fetch-webmail): Add password check.
3530         (mail-source-keyword-map): Use `subtype'.
3531
3532 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3533
3534         * mail-source.el (mail-source-keyword-map): Add webmail.
3535         (mail-source-fetcher-alist): Ditto.
3536         (mail-source-fetch-webmail): New function.
3537         * webmail.el: New file.
3538
3539 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3540
3541         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3542
3543 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3544
3545         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3546
3547 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3550         (nnultimate-prune-days): New function.
3551         (nnultimate-create-mapping): Use it.
3552         (nnultimate-request-group): Only fetch the groups list if it has
3553         not been done before.
3554         (nnultimate-retrieve-headers): Don't write groups.
3555         (nnultimate-create-mapping): Off-by-one error.
3556
3557 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3560         threaded subjects.
3561
3562 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3563
3564         * nnwarchive.el: Lots of changes make agent happy.
3565
3566 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3567
3568         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3569         hashtb.
3570
3571 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3572
3573         * mm-decode.el (mm-display-external): Write region with binary
3574         mode.
3575
3576 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3577
3578         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3579
3580 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3581
3582         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3583         (mm-uu-test): Now it is in restricted region.
3584
3585         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3586
3587         * mm-view.el (mm-view-message): Fix buffer leak.
3588         (mm-inline-message): Support 'gnus-decoded.
3589
3590         * mm-bodies.el (mm-decode-body): Ditto.
3591
3592         * rfc2047.el (rfc2047-decode-region): Ditto.
3593
3594 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3595
3596         * imap.el (require): Added autoload for base64-encode-string.
3597
3598 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3599
3600         * gnus.el (gnus-refer-article-method): Made list value
3601         customizable.
3602
3603 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3604
3605         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3606         NOFORCE in Emacs case.
3607
3608 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3609
3610         * gnus-art.el (gnus-request-article-this-buffer): Set
3611         gnus-newsgroup-name.
3612
3613 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3614
3615         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3616         NOFORCE.
3617
3618 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3619
3620         * gnus-start.el (gnus-get-unread-articles): Check server before
3621         scanning.
3622
3623 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3626
3627         * nnslashdot.el (nnslashdot-login-name): New variable.
3628         (nnslashdot-password): Ditto.
3629         (nnslashdot-request-post): New function.
3630
3631         * gnus-art.el (gnus-treat-buttonize): More testing.
3632
3633         * mm-encode.el: Another CVS test.
3634
3635         * gnus-art.el (gnus-treat-emphasize): Change default.
3636         (gnus-treat-buttonize): Ditto.
3637         (gnus-treat-buttonize): This is a test.
3638
3639         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3640         (gnus-build-sparse-threads): Ditto.
3641         (gnus-build-all-threads): Ditto.
3642
3643         * nnheader.el (make-full-mail-header): Make into a subst.
3644
3645         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3646         unless w3 is supplied.
3647
3648         * gnus.el (gnus-refer-article-method): Doc fix.
3649
3650         * gnus-sum.el: Do not accept a prefix.
3651         (gnus-summary-refer-article): Accept a list of select methods.
3652
3653 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3654
3655         * Makefile.in: Change `^  *' to `\t'.
3656
3657 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3658
3659         * message.el (message-forward): Pay attention to prefix argument
3660         again and forward all headers when it is set, regardless of the
3661         value of message-forward-ignored-headers.
3662
3663 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3664
3665         * dgnushack.el (dgnushack-compile): Vpath file.
3666
3667         * Makefile.in (SHELL): VPATH support.
3668
3669 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * gnus-ems.el: Check for cygwin32.
3672
3673 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3674
3675         * mm-decode.el (mm-display-external): Use 'non-viewer.
3676
3677 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3678
3679         * base64.el (base64-encode-string): An alias for base64-encode for
3680         compatibility.
3681
3682 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3683
3684         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3685         nntp-inhibit-erase.
3686
3687 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3688
3689         * gnus-start.el (gnus-get-unread-articles): Use
3690         nnfoo-retrieve-groups to find new news, if available.
3691         (gnus-read-active-file-2): New function.
3692         (gnus-get-unread-articles): Use it.
3693         (gnus-read-active-file-1): Ditto.
3694
3695 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * mm-util.el (mm-find-mime-charset-region): Make sure
3698         find-coding-systems-for-charsets is fbound.
3699
3700         * gnus-ems.el: Typo fix.
3701
3702 1999-11-13  Florian Weimer  <fw@s.netic.de>
3703
3704         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3705         it's available and makes sense.
3706
3707 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3708
3709         * gnus-score.el (gnus-score-save): Translate score file.
3710
3711 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3712
3713         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3714         added fetchflag and dontexpunge keywords.
3715         (mail-source-fetch-imap): Use them.
3716
3717 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3718
3719         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3720         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3721         `defconst'.
3722
3723         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3724         `defconst'.
3725         Mention that it is both for group and topic parameters.
3726         (gnus-extra-topic-parameters): New constant, including `subscribe'
3727         parameter.
3728         (gnus-extra-group-parameters): New constant.
3729         (gnus-group-customize): Use them.
3730
3731         * gnus.el (gnus-select-method): Added default value and tag.
3732         (gnus-refer-article-method): Added `DejaNews' customization option.
3733
3734 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3737
3738         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3739         syntax.
3740
3741         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3742
3743         * nnslashdot.el (nnslashdot-group-number): Changed default.
3744
3745         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3746         (nnweb-dejanews-wash-article): Removed.
3747         (nnweb-type-definition): Fetch by id.
3748
3749         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3750         we mean it.
3751
3752         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3753         (nnslashdot-request-list): Use Ultramode as well.
3754         (nnslashdot-date-to-date): Be more lenient.
3755         (nnslashdot-threaded): New function.
3756
3757 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3760
3761 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3762
3763         * nnweb.el (nnweb-type-definition): /=dnc
3764
3765 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3768         dates.
3769         (nnultimate-retrieve-headers): Wrong ordering.
3770
3771 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3772
3773         * message.el (message-forward-as-mime): New variable.
3774
3775 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3778
3779 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3780
3781         * mail-source.el (mail-source-movemail-and-remove): New function.
3782         (mail-source-keyword-map): Add `function' for `maildir'.
3783         (mail-source-fetch-maildir): Use it.
3784
3785 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * nnwarchive.el: New file.
3788         * gnus-group.el (gnus-group-make-warchive-group): New function.
3789         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3790
3791 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3794         subjects.
3795
3796 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3797
3798         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3799
3800 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * nnultimate.el (nnultimate-open-server): Do address.
3803         (nnultimate-forum-table-p): New function.
3804
3805         * nnweb.el (nnweb-insert-html): Renamed.
3806         (nnweb-insert): New function.
3807
3808         * nnultimate.el (nnultimate-insert-html): New function.
3809
3810         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3811         if nov is evil.
3812         (nnslashdot-retrieve-headers): use the sane version instead.
3813
3814 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * nnslashdot.el (nnslashdot-request-article): Fold case.
3817
3818         * nnultimate.el: New file.
3819
3820         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3821         unless wanted.
3822
3823         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3824         (gnus-read-active-file-1): Separated into own function.
3825         (gnus-read-active-file): Catch quits.
3826
3827         * nnslashdot.el (nnslashdot-request-article): Search better on
3828         first article.
3829         (nnslashdot-request-list): Fold case.
3830         (nnslashdot-retrieve-headers): Ditto.
3831
3832 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus.el: Autoload gnus-subscribe-topics.
3835
3836 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3837
3838         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3839         before dot.
3840         * gnus-util.el (gnus-write-active-file): Ditto.
3841
3842 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3843
3844         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3845         function.
3846         * gnus-cache.el (gnus-cache-file-name): Use it.
3847         * gnus-agent.el (gnus-agent-group-path): Use it.
3848         * nnmail.el (nnmail-group-pathname): Use it.
3849
3850 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3851
3852         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3853         if cooked.
3854         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3855         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3856         * gnus.el (gnus-short-group-name): "..." proof.
3857
3858 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3859
3860         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3861         support nnslashdot.
3862
3863 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3866         many articles.
3867         (nnslashdot-generate-active): New function.
3868         (nnslashdot-request-newgroups): Use it.
3869
3870         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3871         names.
3872
3873         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3874         (nnslashdot-request-list): Not moderated.
3875
3876 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3877
3878         * nnimap.el (nnimap-open-server): Remove error signal if
3879         nnimap-server-buffer is nil (the check should've been `boundp').
3880
3881         * imap.el (imap-log):
3882         * nnimap.el (nnimap-debug): Disable debugging by default.
3883
3884 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3887
3888         * gnus-topic.el (gnus-subscribe-topic): New function.
3889
3890         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3891         names.
3892
3893         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3894         if starting with a quote.
3895
3896 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3897
3898         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3899         group name.
3900
3901 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * nnslashdot.el: New file.
3904
3905         * nnheader.el (nnheader-insert-header): New function.
3906
3907         * gnus-art.el (gnus-mime-internalize-part): Bind
3908         mm-inlined-types.
3909
3910         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3911         files.
3912
3913 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3914
3915         * emacs-mime.texi (Customization): Document mm-inline-override-types
3916
3917 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3918
3919         * emacs-mime.texi (Customization): Document mm-inline-override-types
3920
3921 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3922
3923         * emacs-mime.texi (Customization): Document mm-inline-override-types
3924
3925 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3926
3927         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3928         (smiley-toggle-buffer): New function.
3929         (smiley-buffer): Don't quote the function.
3930         (smiley-toggle-extents): Ditto.
3931
3932 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3935         empty buffers.
3936
3937 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-art.el (gnus-article-mode-map): Use the summary article
3940         edit.
3941
3942 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3943
3944         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3945
3946 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3949
3950 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3951
3952         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3953         is list or not before condition.
3954
3955 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3956
3957         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3958
3959 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3960
3961         * gnus-art.el (gnus-emphasis-alist): New value.
3962
3963 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3964
3965         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
3966         `buffer-substring'.
3967
3968 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-art.el (article-date-ut): Keep the updated timer.
3971         (gnus-emphasis-underline-italic): Doc fix.
3972
3973         * gnus-msg.el (gnus-post-method): Doc fix.
3974         (gnus-post-method): Change default.
3975
3976 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
3977
3978         * message.el (message-newline-and-reformat): Improvements.
3979
3980 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * message.el (message-newline-and-reformat): Don't insert too many
3983         newlines.
3984         (message-newline-and-reformat): Work even if not sc.
3985
3986         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
3987
3988         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
3989
3990 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
3991
3992         * mm-view.el (mm-display-patch-inline): New function.
3993
3994 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
3995
3996         * mm-view.el (mm-display-patch-inline): New function.
3997
3998 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4001         group.
4002
4003         * message.el (message-forward): Narrow to the right header.
4004
4005         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4006         dates.
4007
4008         * gnus-msg.el (gnus-configure-posting-styles): Use the
4009         user-full-name function.
4010
4011         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4012         (mm-body-charset-encoding-alist): Default to nil.
4013
4014         * message.el (message-elide-ellipsis): Fix typo.
4015         (message-elide-region): Ditto.
4016         (message-elide-region): Don't insert a newline first.
4017
4018 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4021         gnus-fetch-old-headers.
4022         (gnus-cut-threads): Ditto.
4023         (gnus-summary-initial-limit): Ditto.
4024         (gnus-summary-limit-children): Ditto.
4025
4026         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4027         matches.
4028
4029 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4030
4031         * gnus-art.el (article-decode-encoded-words):
4032         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4033         live.
4034
4035         * gnus.el (gnus-read-method): Add methods from
4036         `gnus-opened-servers' to completion. Map entered method/address
4037         into existing methods if possible.
4038
4039         * gnus-group.el (gnus-group-make-group): Simplify method.
4040
4041         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4042
4043         * mml.el (mml-preview): Remove mail-header-separator before
4044         encoding.
4045
4046 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * message.el (message-read-from-minibuffer): New function.
4049
4050 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4051
4052         * gnus.el: Pterodactyl Gnus v0.98 is released.
4053
4054 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4055
4056         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4057
4058 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4059
4060         * mml.el (mml-generate-mime-1): Read attached binary file in
4061         binary mode.
4062
4063 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4064
4065         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4066
4067 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4068
4069         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4070
4071 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4072
4073         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4074
4075 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4076
4077         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4078         (gnus-article-mime-match-handle-function): New variable.
4079         (gnus-article-view-part): Make `b' customizable.
4080
4081 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4082
4083         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4084
4085 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4086
4087         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4088
4089 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4090
4091         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4092
4093 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4094
4095         * gnus-srvr.el (gnus-browse-foreign-server): Use
4096         `buffer-substring' instead of `read'.
4097
4098 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4099
4100         * nnimap.el, imap.el, rfc2104.el: New files.
4101
4102         * gnus.el (gnus-valid-select-methods): Add nnimap.
4103
4104         * gnus-group.el (gnus-group-group-map): Add
4105         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4106         (gnus-group-nnimap-expunge): New function.
4107         (gnus-group-nnimap-edit-acl): New function.
4108
4109         * gnus-agent.el (gnus-agent-group-mode-map): Add
4110         gnus-agent-synchronize.
4111         (gnus-agent-synchronize): New function.
4112         (gnus-agent-fetch-group-1): Check if server is open.
4113
4114         * nnagent.el (nnagent-request-set-mark): Save marks.
4115
4116         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4117         (mail-source-fetcher-alist): Map to imap fetcher function.
4118         (mail-source-fetch-imap): New function.
4119
4120         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4121         Hash:.
4122
4123 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4124
4125         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4126         (gnus-topic-sort-topics): New function.
4127         (gnus-topic-make-menu-bar): Add sort-topics.
4128         (gnus-topic-move): New function.
4129         (gnus-topic-move-group): Move the topic if no group selected.
4130
4131 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4132
4133         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4134
4135 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4136
4137         * mm-view.el (mm-inline-message): Fix leaving group bug.
4138
4139 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4140
4141         * gnus-msg.el (gnus-post-method): Use normal method if current is
4142         not available.
4143
4144 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4145
4146         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4147         (nnmail-insert-lines): Ditto.
4148
4149 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4150
4151         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4152         line.
4153
4154         * message.el (message-unsent-separator): One more separator.
4155
4156 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4157
4158         * nnfolder.el (nnfolder-request-move-article): For empty article,
4159         search till (point-max).
4160         (nnfolder-retrieve-headers): Ditto.
4161         (nnfolder-request-accept-article): Ditto.
4162         (nnfolder-save-mail): Ditto.
4163         (nnfolder-insert-newsgroup-line): Ditto.
4164
4165 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4166
4167         * qp.el (quoted-printable-encode-region): Check eobp.
4168
4169 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4170
4171         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4172
4173 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4174
4175         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4176         wait-for-reply.
4177
4178 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4179
4180         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4181         (mm-uu-forward-end-line): Ditto.
4182
4183 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4184
4185         * binhex.el (binhex-decode-region): don't consider the value of
4186         `enable-multibyte-characters' in XEmacs.
4187
4188         * gnus-start.el (gnus-read-descriptions-file): ditto.
4189
4190         * mm-util.el (mm-multibyte-p): ditto.
4191         (mm-with-unibyte-buffer): ditto.
4192         (mm-find-charset-region): use `mm-multibyte-p'.
4193
4194         * mm-bodies.el (mm-decode-body): ditto.
4195         (mm-decode-string): ditto.
4196
4197         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4198         `enable-multibyte-characters' in XEmacs.
4199
4200 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4201
4202         * mm-util.el (mm-binary-coding-system): Try binary first.
4203
4204 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4205
4206         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4207
4208 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4209
4210         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4211         format.
4212         (article-date-ut): Find correct insert position.
4213
4214 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4215
4216         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4217         forwarded message.
4218
4219 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4222         groups.
4223
4224         * message.el (message-resend): Use message mode when prompting.
4225
4226         * gnus-art.el (article-hide-headers): Mark wash.
4227         (article-emphasize): Ditto.
4228
4229 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4230
4231         * message.el (message-newline-and-reformat): Work for SC.
4232
4233 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4236
4237         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4238
4239 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4240
4241         * mm-decode.el mm-inline-override-types: New variable
4242
4243         * mm-decode.el (mm-inline-override-p): New function
4244
4245         * mm-decode.el (mm-inlined-p): Use it
4246
4247 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4248
4249         * mm-decode.el mm-inline-override-types: New variable
4250
4251         * mm-decode.el (mm-inline-override-p): New function
4252
4253         * mm-decode.el (mm-inlined-p): Use it
4254
4255 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4256
4257         * gnus.el: Pterodactyl Gnus v0.97 is released.
4258
4259 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4260
4261         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4262         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4263         3 args.
4264
4265 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4266
4267         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4268         buffer for params.
4269
4270         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4271         line.
4272
4273         * message.el (message-forward-ignored-headers): New variable.
4274
4275         * gnus-art.el (gnus-article-prepare-display): Nix out
4276         gnus-article-wash-types.
4277
4278         * gnus-agent.el (gnus-agent-create-buffer): New function.
4279         (gnus-agent-fetch-group-1): Use it.
4280         (gnus-agent-start-fetch): Ditto.
4281
4282         * gnus-sum.el (gnus-summary-exit): Don't use
4283         `gnus-use-adaptive-scoring'.
4284
4285         * mail-source.el (mail-source-fetch-pop): Only store password when
4286         successful.
4287
4288         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4289
4290 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * message.el (message-reply): Use it.
4293         (message-dont-reply-to-names): New variable.
4294
4295         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4296
4297         * mm-util.el (mm-preferred-coding-system): Typo fix.
4298
4299         * message.el (message-bounce): Work for non-MIME.
4300
4301         * gnus.el (gnus-short-group-name): Short the right parts of the
4302         name.
4303
4304 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4305
4306         * mm-encode.el (mm-qp-or-base64): New version.
4307
4308 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4309
4310         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4311
4312 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4313
4314         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4315         of restricted region.
4316         (gnus-mime-display-single): Set beg at correct point.
4317
4318 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4319
4320         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4321
4322 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4323
4324         * gnus-msg.el (gnus-configure-posting-styles): Let
4325         `gnus-posting-styles' have its say in posting-style: local
4326         variable `styles' is already bound to `gnus-posting-styles' so
4327         don't rebind it to nil.
4328
4329 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4330
4331         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4332         Message-ID.
4333
4334 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4335
4336         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4337         quoted-printable-encode-region.
4338
4339         * qp.el (quoted-printable-encode-region): Assume charset
4340         encoded. Fold every line in the region.
4341
4342 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4343
4344         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4345         of active file.
4346
4347 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4348
4349         * message.el (message-mode): allows whitespaces between multiple
4350         instances of the fill character ">".
4351
4352 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4353
4354         * mm-encode.el (mm-qp-or-base64): Fix.
4355
4356 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * message.el (message-send): Too much and.
4359
4360 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4361
4362         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4363
4364 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * gnus-score.el (gnus-score-headers): Work for nil scores.
4367
4368 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * gnus-cache.el (gnus-cache-write-active): Write full names.
4371
4372         * gnus-util.el (gnus-write-active-file): Accept full name.
4373
4374         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4375         (mm-assoc-string-match): New function.
4376         (mm-display-inline): Use it.
4377
4378         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4379
4380         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4381
4382 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4383
4384         * mml.el (mml-generate-multipart-alist): New variable.
4385
4386 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4389
4390 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4391
4392         * message.el (message-send): More helpful error message if sending
4393         fails
4394
4395 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4396
4397         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4398         in newer emacsen, where ?r isn't equal 114.
4399
4400 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4401
4402         * gnus.el: Pterodactyl Gnus v0.96 is released.
4403
4404 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4405
4406         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4407         to get active info if method is covered by agent, otherwise
4408         active info is lost.
4409
4410 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4411
4412         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4413
4414 1999-08-09  Dave Love  <fx@gnu.org>
4415
4416         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4417
4418 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4419
4420         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4421           (already matched by "^X-Pgp"), removed duplicate
4422           X-Mailing-List, added several new junk headers.
4423
4424 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4425
4426         * gnus-art.el (article-decode-charset): Don't assume
4427         gnus-summary-buffer is live.
4428
4429 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4430
4431         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4432
4433 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4434
4435         * gnus-score.el (gnus-home-score-file): Work with absolute path
4436         names.
4437
4438 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4439
4440         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4441         nothing else in the group.
4442
4443 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4444
4445         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4446         the article.
4447
4448 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4449
4450         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4451
4452 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4453
4454         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4455         from mutt.
4456
4457 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4458
4459         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4460         whitespace.
4461
4462 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4463
4464         * mm-util.el (mm-text-coding-system-for-write): New variable.
4465         (mm-append-to-file): New function.
4466         (mm-write-region): New function.
4467
4468         * gnus-art.el (gnus-output-to-file): Use it.
4469         * gnus-util.el (gnus-output-to-rmail): Ditto.
4470         (gnus-output-to-mail): Ditto.
4471         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4472
4473 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4474
4475         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4476
4477         * nnheader.el (nnheader-insert-file-contents): Revert and use
4478         mm-insert-file-contents.
4479         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4480         (nnheader-auto-mode-alist): Removed.
4481
4482         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4483         (mm-insert-file-contents): Add a new parameter for inserting
4484         compressed file literally.
4485
4486         * mml.el (mml-generate-mime-1): Insert non-text literally.
4487
4488         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4489
4490 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4491
4492         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4493
4494 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4495
4496         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4497         koi8-r.
4498
4499 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4500
4501         * mml.el (mml-insert-mime): Decode text.
4502         (mml-to-mime): Narrow to headers-or-head.
4503
4504 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4505
4506         * mm-view.el (mm-inline-text): Check
4507         w3-meta-content-type-charset-regexp.
4508
4509 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4510
4511        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4512        predicate.
4513
4514 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4515
4516         * gnus-mlspl.el: Documentation fixes.
4517
4518 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4519
4520         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4521
4522 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4523
4524         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4525         variables.
4526
4527 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4528
4529         * nnmail.el (nnmail-get-new-mail): "Done".
4530
4531 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4534         interactive.
4535
4536 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4537
4538         * gnus-art.el (article-decode-charset): Fix broken CT.
4539
4540 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4541
4542         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4543         overview buffer if it is killed.
4544
4545 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4546
4547         * gnus-art.el (article-babel): New version.
4548
4549 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4550
4551         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4552
4553 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4554
4555         * gnus.texi (More Threading): Document new variable
4556         `gnus-sort-gathered-threads-function'.
4557
4558 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4559
4560         * gnus.texi (More Threading): Document new variable
4561         `gnus-sort-gathered-threads-function'.
4562
4563 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4564
4565         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4566         usage.
4567
4568 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4569
4570         * mm-util.el (mm-running-xemacs): Removed.
4571         (mm-coding-system-p): New function.
4572         (mm-binary-coding-system): Safe guess.
4573         (mm-text-coding-system): Ditto.
4574         (mm-auto-save-coding-system): Ditto.
4575
4576 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4579         (mm-qp-or-base64): Reversed logic.
4580
4581         * mm-decode.el (mm-save-part-to-file): Let coding system be
4582         binary.
4583
4584 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4585
4586         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4587         be set in topic parameters.
4588
4589 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4590
4591         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4592         (gnus-sort-gathered-threads): Allow the user to specify the
4593         function to use when sorting gathered threads.
4594
4595         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4596         mark cached articles as `undownloaded'.
4597
4598 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4599
4600         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4601         to have buffer local values.
4602
4603 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4604
4605         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4606         types 'g' for 'guess group type.
4607
4608 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4609
4610         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4611         after each regexp in nnmail-list-identifiers, not just after last
4612         one.
4613
4614         * gnus-sum.el (gnus-list-identifiers): New variable.
4615         (gnus-summary-remove-list-identifiers): New function.
4616         (gnus-select-newsgroup): Use it.
4617         (gnus-summary-wash-hide-map): Bind
4618         `gnus-article-hide-list-identifiers' to W W l.
4619         (gnus-summary-make-menu-bar): Add list-identifiers command.
4620
4621         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4622         (gnus-treatment-function-alist): Add variable.
4623         (article-hide-list-identifiers): New function.
4624         (mapcar): Add function.
4625         (gnus-article-hide): Use it.
4626
4627 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4628
4629         * gnus.el: Pterodactyl Gnus v0.95 is released.
4630
4631 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4632
4633         * mm-decode.el (mm-mailcap-command): New function.
4634         (mm-display-external): Use it.
4635
4636         * gnus-art.el (article-make-date-line): Work for India.
4637
4638         * mm-encode.el (mm-qp-or-base64): Typo.
4639
4640         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4641
4642 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4643
4644         * gnus.el: Pterodactyl Gnus v0.94 is released.
4645
4646 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4647
4648         * pop3.el: New version.
4649
4650 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * mm-encode.el (mm-qp-or-base64): New function.
4653         (mm-content-transfer-encoding): Use it.
4654
4655         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4656
4657 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4658
4659         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4660
4661         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4662
4663 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4666         keystroke.
4667
4668         * mailcap.el (mailcap-mime-types): New function.
4669
4670         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4671
4672         * message.el (message-goto-eoh): Really go to the end.
4673
4674 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4675
4676         * message.el (message-make-date): Do the right thing in with
4677         sub-hour time zones.
4678
4679 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680
4681         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4682         report.
4683
4684 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4685
4686         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4687
4688 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4689
4690         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4691         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4692         and use t as default value.
4693
4694 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4695
4696         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4697         gnus-summary-buffer is live.
4698
4699 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4700
4701         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4702
4703 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704
4705         * message.el (message-bounce): Do MIME bounces MIMEy.
4706
4707         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4708
4709 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * mailcap.el (mailcap-mime-extensions): Changed patch to
4712         text/x-patch.
4713
4714         * mm-decode.el (mm-display-external): Wrong placement of paren.
4715
4716 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4717
4718         * gnus.el: Pterodactyl Gnus v0.93 is released.
4719
4720 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4721
4722         * gnus-cus.el (gnus-group-parameters): New entries for
4723         gnus-group-split.
4724
4725         * gnus-mlspl.el: Renamed functions and variables so as to
4726         start with gnus-group-split.
4727         * gnus.el: Adjust autoload entries.
4728
4729 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4730
4731         * gnus-mlspl.el: Removed trailing t from comment and provide.
4732         Renamed functions and variables to start with gnus-mlsplit.
4733         Added autoload comments.
4734         * gnus.el: Added autoload entries.
4735
4736 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4737
4738         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4739         so that matches excluded by RESTRICTs do not cause the whole split
4740         to be ignored.  This also fixes a long-standing bug in which a
4741         split with \N substitutions wouldn't cause cross-posting as
4742         expected.
4743
4744         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4745         (nnmail-split-it): Implement them.
4746
4747         * nnmail.el (nnmail-split-fancy): Document ! splits.
4748
4749 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4750
4751         * pop3.el: New version.
4752
4753 1999-07-05  Simon Josefsson
4754
4755         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4756
4757 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4760
4761 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4762
4763         * gnus-util.el (gnus-write-active-file): Use real name.
4764
4765         * gnus-agent.el (gnus-agent-expire): Update active file
4766         method by method.
4767
4768 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4769
4770         * nndraft.el (nndraft-request-article): Use difference
4771         coding-systems for queue and drafts.
4772
4773         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4774         nndraft:drafts.
4775
4776         * mm-util.el (mm-auto-save-coding-system): New coding system.
4777
4778         * message.el (message-draft-coding-system): Use it.
4779
4780 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4781
4782         * mm-uu.el: More customizable and less aggressive.
4783
4784 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4787         when plugged.
4788
4789         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4790         (mml-insert-mml-markup): Accept a nofile.
4791         (mml-insert-mime): Insert nofile.
4792
4793         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4794
4795         * mm-decode.el (mm-handle-media-type): New function.
4796         (mm-handle-media-supertype): New function.
4797         (mm-handle-media-subtype): New function.
4798         Use new functions throughout. "/"))
4799
4800 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-art.el (gnus-treat-predicate): Typo.
4803
4804 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4807
4808 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus-art.el (article-date-ut): UT!  Default it!
4811
4812 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4813
4814         * gnus.el: Pterodactyl Gnus v0.92 is released.
4815
4816 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4817
4818         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4819
4820 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4823         connected.
4824
4825         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4826         when plugged.
4827
4828         * mm-view.el (mm-inline-message): Ignore remove-spec.
4829
4830         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4831         is bound.
4832
4833         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4834
4835         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4836
4837         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4838         start.
4839
4840         * message.el (message-fill-yanked-message): Remove `t' arg.
4841
4842         * gnus-group.el (gnus-group-kill-group): Message killing of
4843         groups.
4844
4845         * mm-util.el (mm-preferred-coding-system): New function.
4846         (mm-mime-charset): Use it.
4847
4848         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4849
4850 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4851
4852         * gnus-mlsplt.el: New file.
4853
4854 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4857         functions.
4858         (mm-attachment-override-p): Take a handle instead of a type.
4859         (mm-inlined-p): Ditto.
4860         (mm-automatic-display-p): Ditto,
4861         (mm-inlinable-p): Ditto.
4862
4863         * nndraft.el (nndraft-request-expire-articles): Delete backup
4864         files.
4865
4866         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4867
4868         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4869
4870 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4871
4872         * nnmail.el (nnmail-split-it): Allow .*.
4873
4874 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * mm-decode.el (mm-inline-large-images-p): Renamed.
4877
4878         * gnus-art.el (article-date-ut): Always look in the current buffer
4879         for the Date header.
4880
4881         * mml.el (mml-validate): New command.
4882
4883         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4884         since we are dealing with regexps.
4885
4886 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4887
4888         * gnus.el: Pterodactyl Gnus v0.91 is released.
4889
4890 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-agent.el (gnus-agent-save-active-1): New function.
4893         (gnus-agent-save-active): use it.
4894         (gnus-agent-save-groups): Ditto.
4895
4896         * gnus-cache.el (gnus-cache-write-active): Use it.
4897
4898         * gnus-agent.el (gnus-agent-write-active): Use it.
4899
4900         * gnus-util.el (gnus-write-active-file): New function.
4901
4902         * gnus-agent.el (gnus-agent-write-active): New function to keep
4903         lower boundaries and canceled groups.
4904         (gnus-agent-save-groups): Use it.
4905         (gnus-agent-save-active): Use it.
4906         (gnus-agent-save-group-info): Only write active files.
4907         (gnus-agent-expire): Update active file.
4908
4909         * mm-decode.el (mm-inlinable-part-p): Removed.
4910         (mm-user-display-methods): Default to nil.
4911         (mm-user-display-methods): Removed.
4912         (add-mime-display-method): Removed.
4913         (mm-automatic-display): Renamed.
4914         (mm-automatic-display-p): Use it.
4915         (mm-inlined-types): New variable.
4916         (mm-inlined-p): New function.
4917
4918         * message.el (message-reply): Bind message-this-is-mail.
4919
4920 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4921
4922         * smiley.el (smiley-buffer): Fix for NT.
4923
4924 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925
4926         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4927
4928         * message.el (message-check-news-header-syntax): Protect against
4929         nil froms.
4930
4931         * mm-util.el (mm-auto-mode-alist): New.
4932
4933         * mml.el (mml-generate-mime-1): Ditto.
4934
4935         * gnus.el: Use mm-insert-file-contents throughout instead of
4936         nnheader.
4937
4938         * mm-util.el (mm-insert-file-contents): New function.
4939
4940 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4941
4942         * gnus.el: Pterodactyl Gnus v0.90 is released.
4943
4944 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4945
4946         * mailcap.el (mailcap-possible-viewers): Use string=.
4947
4948 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4949
4950         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4951         (mm-uu-forward-end-line): New variable.
4952         (mm-uu-begin-line): Handle forwarded message.
4953         (mm-uu-identifier-alist): Ditto.
4954         (mm-uu-dissect): Ditto.
4955
4956 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4957
4958         * lpath.el: Two free variables.
4959
4960 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4961
4962         * nnheader.el (nnheader-file-coding-system): Use raw-text.
4963         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
4964         * gnus-cache.el (gnus-cache-coding-system): Ditto.
4965
4966         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
4967         (nnfolder-file-coding-system-for-write): New variable.
4968         (nnfolder-active-file-coding-system): New variable.
4969         (nnfolder-active-file-coding-system-for-write): New variable.
4970         (nnfolder-save-active): New function.
4971         (nnfolder-save-buffer): Use them.
4972         (nnfolder-possibly-change-group): Ditto.
4973         (nnfolder-request-list-newsgroups): Ditto.
4974         (nnfolder-request-create-group): Ditto.
4975         (nnfolder-request-expire-articles): Ditto.
4976         (nnfolder-request-move-article): Ditto.
4977         (nnfolder-request-accept-article): Ditto.
4978         (nnfolder-request-delete-group): Ditto.
4979         (nnfolder-request-rename-group): Ditto.
4980         (nnfolder-possibly-change-folder): Ditto.
4981         (nnfolder-read-folder): Ditto.
4982         (nnfolder-request-list): Remove pathname-coding-system.
4983         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
4984
4985         * nnmail.el (nnmail-file-coding-system): Use raw-text.
4986         (nnmail-file-coding-system-1): Removed.
4987         (nnmail-find-file): Use nnmail-pathname-coding-system.
4988         (nnmail-write-region): Ditto.
4989
4990         * nnmbox.el (nnmbox-file-coding-system): New variable.
4991         (nnmbox-file-coding-system-for-write): New variable.
4992         (nnmbox-active-file-coding-system): New variable.
4993         (nnmbox-active-file-coding-system-for-write): New variable.
4994         (nnmbox-save-buffer): New function.
4995         (nnmbox-save-active): New function.
4996         (nnmbox-request-scan): Use them.
4997         (nnmbox-request-expire-articles): Ditto.
4998         (nnmbox-request-move-article): Ditto.
4999         (nnmbox-request-accept-article): Ditto.
5000         (nnmbox-request-replace-article): Ditto.
5001         (nnmbox-request-delete-group): Ditto.
5002         (nnmbox-request-rename-group): Ditto.
5003         (nnmbox-request-create-group): Ditto.
5004
5005         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5006         (mm-running-ntemacs): Removed.
5007
5008         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5009
5010 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5011
5012         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5013
5014 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5015
5016         * qp.el (quoted-printable-encoding-characters): Support lower case.
5017
5018 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5019
5020         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5021         (rfc2047-b-encode-region): Encode line by line.
5022
5023 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * mm-util.el (mm-find-mime-charset-region): Fix.
5026
5027 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5028
5029         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5030         (mm-find-mime-charset-region): Ditto.
5031
5032 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5033
5034         * gnus-sum.el (gnus-summary-move-article): Fix something or
5035         other.
5036
5037 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5038
5039         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5040         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5041         (gnus-summary-enter-digest-group): Use them.
5042         (gnus-summary-setup-default-charset): Ditto.
5043
5044 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5045
5046         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5047
5048 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5049
5050         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5051           gnus-newsgroup-name is nil.
5052
5053 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5054
5055         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5056
5057 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5058
5059         * gnus-art.el (article-emphasize): Use correct
5060         gnus-article-emphasis-alist.
5061
5062 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5063
5064         * mm-view.el (mm-inline-text): Fix text/html bug.
5065
5066 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5067
5068         * gnus.el: Pterodactyl Gnus v0.89 is released.
5069
5070 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5071
5072         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5073         * message.el (message-draft-coding-system): Ditto.
5074         * mm-util.el (mm-running-ntemacs): Ditto.
5075
5076 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5077
5078         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5079         cause problem.
5080
5081 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5082
5083         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5084
5085 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5086
5087         * mml.el: require mm-decode.
5088
5089 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5090
5091         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5092
5093 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5094
5095         * mm-view.el (mm-inline-image): Fix image undisplayer.
5096
5097 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * mml.el (mml-insert-multipart): Error in compeling-read.
5100         (mml-insert-tag): Match tags.
5101
5102 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5103
5104         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5105         (gnus-cache-braid-heads): Ditto.
5106         (gnus-cache-retrieve-headers): Ditto.
5107
5108 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5109
5110         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5111
5112 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5115         to string under XEmacs.
5116
5117 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5118
5119         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5120
5121 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5122
5123         * mm-view.el (mm-inline-message): Fix message view bug.
5124         * gnus-art.el (gnus-article-prepare): Ditto.
5125
5126 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5127
5128         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5129
5130 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5131
5132         * gnus.el: Pterodactyl Gnus v0.88 is released.
5133
5134 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5137         usage.
5138
5139         * nnmail.el (nnmail-get-new-mail): Save info.
5140
5141 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5142
5143         * gnus.el: Pterodactyl Gnus v0.87 is released.
5144
5145 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5148         (mail-source-run-script): New function.
5149         (mail-source-fetch-pop): Use it.
5150
5151 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5154
5155 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5156
5157         * gnus.el: Pterodactyl Gnus v0.86 is released.
5158
5159 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5160
5161         * gnus-art.el (gnus-treat-translate): New variable.
5162         (gnus-treat-predicate): Accept a list of regexps.
5163         (gnus-article-treat-custom): Allow a list of regexps.
5164
5165 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5166
5167         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5168         type.
5169
5170 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * gnus-art.el (article-babel): Narrow a bit.
5173
5174         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5175
5176 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5177
5178         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5179         only unread ones.
5180         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5181         articles, not only unread ones.
5182
5183 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184
5185         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5186         keystroke.
5187
5188         * gnus-art.el (gnus-article-x-face-command): Ditto.
5189
5190         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5191
5192         * gnus.el (gnus-method-simplify): Accept server names.
5193
5194 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5195
5196         * gnus-art.el (article-babel-prompt): New function.
5197         (article-babel): New command.
5198
5199 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5202
5203         * mml.el (mml-generate-mime-1): Don't insert literally.
5204
5205         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5206         (gnus-netrc-syntax-table): Removed.
5207         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5208
5209 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5210
5211         * mm-view.el (mm-inline-text): Fix charset for text/html.
5212
5213 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5214
5215         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5216
5217 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218
5219         * nnmail.el (nnmail-split-incoming): Return the number of split
5220         mails.
5221         (nnmail-process-babyl-mail-format): Ditto.
5222         (nnmail-process-unix-mail-format): Ditto.
5223         (nnmail-process-mmdf-mail-format): Ditto.
5224         (nnmail-process-maildir-mail-format): Ditto.
5225
5226         * mail-source.el (mail-source-callback): Return the number from
5227         the callback.
5228
5229         * message.el (message-send-mail): Generate Lines.
5230
5231         * mail-source.el (mail-source-call-script): New function.
5232         (mail-source-call-script): New function.
5233
5234 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5235
5236         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5237         (gnus-select-newsgroup): Use it.
5238         (gnus-group-highlight-words-alist): New variable.
5239         (gnus-newsgroup-emphasis-alist): New variable.
5240         (gnus-summary-local-variables):  Use it.
5241         * lpath.el: Use it.
5242         * gnus-art.el (article-emphasize): Use it.
5243         (gnus-emphasis-highlight-words): New face.
5244         * gnus-cus.el (gnus-group-parameters): New parameter.
5245
5246 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5247
5248         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5249         parameter `headers'.
5250         (gnus-cache-enter-article): Ditto.
5251         (gnus-cache-update-article): Ditto.
5252         * gnus-sum.el (gnus-summary-move-article): Ditto.
5253         (gnus-summary-mark-article-as-unread): Ditto.
5254         (gnus-summary-mark-article): Ditto.
5255
5256 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257
5258         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5259         (gnus-posting-style-alist): Removed.
5260         (gnus-message-style-insertions): Ditto.
5261         (gnus-configure-posting-styles): Reimplementation.
5262
5263         * mail-source.el (mail-source-fetch): Error the message.
5264
5265         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5266
5267 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5268
5269         * gnus.el: Pterodactyl Gnus v0.85 is released.
5270
5271 1999-04-20  Michael Cook  <cook@sightpath.com>
5272
5273         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5274           Outlook citation regex.
5275
5276 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5277
5278         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5279         semicolon.
5280
5281 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5282
5283         * gnus-range.el (gnus-remove-from-range): Document range1
5284         modification, protect range2.
5285
5286 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5287
5288         * gnus-sum.el (gnus-update-marks): Protect lists from
5289         gnus-remove-from-range, don't sort twice.
5290
5291 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5292
5293         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5294         function in backend.
5295
5296 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5297
5298         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5299         request-accept-article function in the backend instead of using
5300         the 'respool capability.
5301
5302 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5303
5304         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5305         spurious whitespace at eob.
5306
5307 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5308
5309         * nnmail.el (nnmail-get-new-mail): Check right variable.
5310
5311 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5312
5313         * mailcap.el (mailcap-mime-data): Fix rfc822.
5314
5315 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5316
5317         * nndoc.el (nndoc-nsmail-type-p): New function.
5318         (nndoc-type-alist): Recognize nsmail.
5319
5320 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5321
5322         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5323         *before* `article-hide-headers' deletes the information.
5324
5325 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * gnus-sum.el (gnus-summary-save-parts): New command and
5328         keystroke.
5329         (gnus-summary-save-parts-1): New function.
5330         (gnus-summary-iterate): Buggy.
5331
5332         * mm-decode.el (mm-save-part-to-file): Made into own function.
5333
5334 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * gnus-group.el (gnus-group-set-info): Resist nils.
5337
5338 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339
5340         * mailcap.el (mailcap-mime-data): Ditto.
5341
5342         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5343
5344         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5345
5346 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5347
5348         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5349         gnus-article-date-lapsed-new-header is t.
5350
5351 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5352
5353         * gnus.el: Pterodactyl Gnus v0.84 is released.
5354
5355 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-msg.el (gnus-bug-message): Mime change.
5358
5359 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5360
5361         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5362
5363 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5364
5365         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5366         `x-uue'.
5367
5368 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5369
5370         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5371         when authentication is 'password.
5372
5373 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5374
5375         * gnus-win.el (gnus-configure-windows): Accept a setting.
5376
5377 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * mm-util.el (mm-quote-arg): Moved here.
5380
5381         * mm-decode.el (mm-quote-arg): Quote more chars.
5382
5383 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5384
5385         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5386         with newlines would create buggy .nov files.
5387
5388         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5389
5390         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5391         end of lines.
5392
5393         * message.el (message-mode): Doc fix.
5394
5395         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5396
5397         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5398
5399         * gnus-art.el (article-date-ut): Rewrite.
5400
5401         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5402         order.
5403
5404         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5405         headers.
5406
5407         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5408
5409 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5410
5411         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5412         (article-date-ut): use it.
5413
5414 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * mail-source.el (mail-source-fetch-pop): Call script
5417         asynchronously.
5418
5419 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5420
5421         * gnus.el: Pterodactyl Gnus v0.83 is released.
5422
5423 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5426
5427         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5428
5429         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5430
5431         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5432
5433         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5434
5435         * message.el (message-generate-headers): Accept continuation
5436         headers.
5437
5438 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5439
5440         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5441
5442 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * gnus-art.el (gnus-treatment-function-alist): use
5445         maybe-hide-headers.
5446
5447         * message.el (message-inhibit-body-encoding): Typo.
5448         (message-resend): Inhibit encoding.
5449
5450         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5451
5452         * gnus-art.el (article-remove-cr): Use re-search.
5453
5454         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5455         headers.
5456
5457         * mm-decode.el (mm-quote-arg): Quote '.
5458
5459         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5460
5461         * mm-decode.el (mm-insert-part): Use multibyte for text.
5462
5463         * gnus-start.el (gnus-read-newsrc-file): New variable.
5464         (gnus-read-newsrc-file): Use it.
5465
5466 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5469
5470         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5471         function.
5472
5473 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5474
5475         * gnus.el: Pterodactyl Gnus v0.82 is released.
5476
5477 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5478
5479         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5480         for iso8859-2.
5481
5482 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5485         synonym alist.
5486
5487 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5488
5489         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5490
5491 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5492
5493         * mail-source.el (mail-source-fetch): Ask before bugging out.
5494
5495 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5496
5497         * uudecode.el (uudecode-decode-region-external): Don't assume
5498         uudecode-temporary-file-directory ends with a slash.
5499
5500 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5501
5502         * gnus-sum.el (gnus-update-marks):
5503         (gnus-update-read-articles):
5504         (gnus-summary-expire-articles): Check server.
5505
5506 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5507
5508         * mml.el (mml-preview): New function.
5509
5510 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5511
5512         * mail-source.el (mail-source-fetch-file): Return the right
5513         value.
5514
5515 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * mml.el (mml-insert-parameter): New function.
5518         (mml-insert-parameter-string): New function.
5519
5520         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5521
5522         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5523         (gnus-mime-display-part): Use it.
5524
5525         * mm-decode.el (mm-alternative-precedence): Removed.
5526         (mm-discouraged-alternatives): New variable.
5527         (mm-preferred-alternative-precedence): New function.
5528
5529         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5530
5531         * mail-source.el (mail-sources): New variable.
5532
5533         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5534
5535         * mm-decode.el (mm-valid-image-format-p): New function.
5536         (mm-inline-media-tests): Use it.
5537         (mm-valid-and-fit-image-p): New function.
5538
5539         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5540         (gnus-agent-fetch-group): Ditto.
5541
5542 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5543
5544         * nnmail.el (nnmail-article-group): in case of a group name
5545         containing "\\n" constructs, be sure to pass the expanded value to
5546         nn*-save-mail.
5547
5548 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5549
5550         * gnus.el: Pterodactyl Gnus v0.81 is released.
5551
5552 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * gnus-sum.el (gnus-get-split-value): Reverse result.
5555
5556 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5557
5558         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5559
5560 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * mml.el (mml-insert-tag): Insert concluding part.
5563
5564         * message.el (message-send-mail): Encode later.
5565         (message-send-news): Ditto.
5566
5567         * nnfolder.el: Don't use mail delim.
5568
5569 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * gnus-cus.el (gnus-group-customize): Put point at min.
5572
5573         * mm-view.el (mm-inline-text): Allow toggling html.
5574
5575 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5576
5577         * mail-source.el: Added prescript and postscript to file.
5578
5579 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * nnmail.el: Reverted.
5582
5583         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5584         (gnus-setup-posting-charset): Did work.
5585
5586 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5587
5588         * gnus.el (gnus-short-group-name): Use
5589         gnus-group-uncollapsed-levels.
5590
5591 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5594
5595 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5598         (article-strip-headers-from-body): New command and keystroke.
5599
5600 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5603
5604         * nnheader.el (nnheader-insert-file-contents): Bind
5605         enable-local-eval to nil.
5606         (nnheader-find-file-noselect): Ditto.
5607
5608         * nnmail.el (nnmail-article-group): Don't remove long lines.
5609         (nnmail-remove-long-lines): New function.
5610         (nnmail-split-header-length-limit): Removed.
5611
5612         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5613
5614         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5615
5616 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * gnus-sum.el (gnus-summary-generic-mark): New function.
5619
5620         * nnmail.el (nnmail-split-header-length-limit): Increased.
5621         (nnmail-article-group): Allow nil.
5622
5623         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5624
5625         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5626         first.
5627
5628         * mml.el (mml-minibuffer-read-type): Include types from
5629         mailcap-mime-data.
5630
5631         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5632
5633 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5634
5635         * mml.el (mml-insert-tag): New function.
5636         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5637         confusion with functions like `mml-read-tag'.
5638         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5639         (mml-minibuffer-read-description): Ditto with
5640         `mml-minibuffer-read-description'.
5641         (mml-attach-buffer): New function.
5642         (mml-mode-map): New entry for /.
5643         (mml-minibuffer-read-type): Accept DEFAULT.
5644
5645         * mml.el (mml-quote-region): Narrow the region.
5646
5647         * message.el (message-mode-menu): message-mime-attach-file is now
5648         mml-attach-file.
5649
5650 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5651
5652         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5653
5654 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5655
5656         * mml.el (mml-attach-buffer): New command.
5657
5658 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5659
5660         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5661         with a proper range. Compress range.
5662
5663         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5664
5665 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5668
5669 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5672         (gnus-picons-convert-x-face): Removed.
5673         (gnus-picons-article-display-x-face): Removed.
5674         (gnus-picons-x-face-sentinel): Ditto.
5675         (gnus-picons-display-x-face): Ditto.
5676
5677 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5678
5679         * gnus.el: Pterodactyl Gnus v0.80 is released.
5680
5681 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5684
5685         * gnus-sum.el (gnus-with-article): Moved here.
5686
5687         * mail-source.el (mail-source-fetch-pop): Ask for password even
5688         when program.
5689
5690 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * gnus-msg.el (gnus-bug): Add description.
5693
5694         * mml.el (mml-insert-mml-markup): Insert disposition.
5695
5696         * message.el (message-send-mail): Always encode mail headers.
5697
5698         * smiley.el (gnus-smiley-display): Goto body.
5699
5700 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5701
5702         * smiley.el (gnus-smiley-display): Don't search to blank line.
5703
5704 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5707         when requested.
5708
5709         * nnmail.el (nnmail-current-spool): Removed.
5710
5711         * gnus-salt.el (gnus-tree-inhibit): New varible.
5712
5713         * gnus.el (mm-util): Required.
5714
5715 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5716
5717         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5718
5719 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * mail-source.el (mail-source-bind): Doc fix.
5722
5723 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * message.el (message-mode): Doc fix.
5726
5727         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5728         encoding.
5729
5730         * gnus.el (gnus-methods-equal-p): Moved here.
5731
5732         * mail-source.el: pop at 110.
5733
5734         * pop3.el (pop3-movemail): Use write-region instead of
5735         append-to-file to avoid excessive messaging.
5736
5737 1999-02-27  lantz moore  <lmoore@contigo.com>
5738
5739         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5740         type directory.
5741
5742 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5743
5744         * gnus-art.el (article-hide-boring-headers): Field names must not
5745         contain whitespace.
5746
5747 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5748
5749         * gnus.el: Pterodactyl Gnus v0.79 is released.
5750
5751 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5754
5755         * mml.el (mml-mode): Don't use add-minor-mode.
5756
5757         * message.el (messgage-inhibit-body-encoding): New variable.
5758         (message-encode-message-body): Use it.
5759
5760 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5761
5762         * gnus.el: Pterodactyl Gnus v0.78 is released.
5763
5764 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * message.el (message-mode): Switch on MML mode.
5767
5768         * mml.el: Included commands and functions.
5769         (mml-mode-map): New keymap.
5770
5771         * message.el: Removed the insertion commands and functions.
5772
5773         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5774
5775         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5776         keystroke.
5777
5778         * gnus-art.el (gnus-narrow-to-page): Revert.
5779
5780         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5781         (gnus-cite-parse-maybe): Always reparse.
5782
5783         * message.el (message-encode-message-body): Don't insert
5784         "multipart warning".
5785
5786         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5787
5788 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5789
5790         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5791
5792         * nnmail.el: Require mm-util.
5793
5794 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5795
5796         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5797         group.
5798
5799 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5800
5801         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5802
5803 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5804
5805         * gnus-msg.el (gnus-extended-version): Better regexp.
5806
5807 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5808
5809         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5810         is called with the result of SPLIT and should return a new split.
5811
5812         * gnus.texi: update the doc.
5813
5814 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5815
5816         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5817         displayed in the article buffer, output bars if
5818         `gnus-picons-display-article-move-p'.
5819
5820 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5821
5822         * mail-source.el (mail-source-fetch-pop): Typo.
5823
5824 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5827
5828 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5831
5832 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * mml.el (mml-insert-buffer): New function.
5835
5836         * message.el (message-forward): Insert the buffer in the buffer.
5837
5838 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5839
5840         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5841
5842 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5843
5844         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5845
5846 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5847
5848         * gnus.el: Pterodactyl Gnus v0.77 is released.
5849
5850 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * gnus-art.el (gnus-displaying-mime): New variable.
5853         (article-narrow-to-head): New function.
5854
5855         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5856         Default to pop instead of pop3.
5857
5858 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * gnus-art.el (article-hide-pgp): Goto body.
5861
5862         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5863
5864         * gnus-cite.el: Don't use goto-line.
5865
5866         * gnus-art.el (gnus-article-treat-html): Removed.
5867         (gnus-treat-article): Save restriction.
5868
5869 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5870
5871         * message.el (message-send-mail): Don't untabify.
5872         (message-mode): Don't use tabs for indentation.
5873
5874 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * message.el (message-send-mail): Don't untabify.
5877
5878         * nnml.el (nnml-save-mail): Typo fix.
5879
5880 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5881
5882         * message.el (message-cite-function): Add
5883         `message-cite-original-without-signature' customization option.
5884
5885 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5886
5887         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5888         `nnmail-prepare-incoming-header-hook'.
5889
5890 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5891
5892         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5893
5894 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5897
5898 1999-02-18  Michael Cook  <cook@sightpath.com>
5899
5900         * Recognize Microsoft Outlook's cite attribution conventions.
5901
5902 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5903
5904         * gnus-sum.el: Bind M.
5905
5906 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5907
5908         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5909
5910 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5911
5912         * gnus-picon.el (gnus-group-display-picons): ensures that
5913         `article-goto-body' really goes to the article body.
5914
5915 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5918
5919         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5920
5921         * mm-view.el (mm-view-message): Enable multibyte.
5922
5923 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * nnmail.el (nnmail-get-new-mail): Message later.
5926
5927         * mm-util.el (mm-find-charset-region): Revert to checking
5928         multibyte.
5929
5930 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5931
5932       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5933       attachment.
5934
5935 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5936
5937         * gnus.el: Pterodactyl Gnus v0.76 is released.
5938
5939 1999-02-06  Felix Lee  <flee@cygnus.com>
5940
5941         * gnus.el (gnus-group-change-level-function): Typo.
5942
5943 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * gnus-sum.el (gnus-nov-skip-field): Removed.
5946         (gnus-nov-field): Ditto.
5947         (gnus-nov-parse-extra): Ditto.
5948         (gnus-nov-read-integer): Ditto.
5949
5950 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * nnheader.el (nnheader-nov-read-message-id): New macro.
5953         (nnheader-parse-nov): Use it.
5954
5955         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5956         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5957         `(eq (char-after) ?\n)'.
5958
5959 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus.el (gnus-other-frame): Always pop up a new frame.
5962
5963 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5964
5965         * gnus-range.el (gnus-range-add): Rewrite.
5966
5967 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
5968
5969         * nnmail.el (nnmail-split-incoming): Added detection of maildir
5970         format.
5971         (nnmail-process-maildir-mail-format): New function.
5972
5973         * mail-source.el (mail-source-fetch-maildir): New function.
5974         (mail-source-keyword-map): Add default for maildir method.
5975         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
5976
5977 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5978
5979         * mail-source.el (mail-source-fetcher-alist): Remove apop.
5980
5981         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
5982         (nndoc-mime-digest-type-p): Removed.
5983
5984 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5985
5986         * gnus-art.el (gnus-article-read-summary-keys): Set the point
5987         where it is supposed to be.
5988         (gnus-treat-play-sounds): New variable.
5989
5990         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
5991
5992         * gnus-art.el (article-display-x-face): Narrow to head.
5993         (gnus-article-washed-types): New variable.
5994         (article-hide-pgp): Is not a toggle.
5995         (gnus-article-hide-text-type): Save types.
5996         (article-decode-charset): Use it.
5997
5998         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
5999
6000         * message.el (message-forward-start-separator): Removed.
6001         (message-forward-end-separator): Removed.
6002         (message-signature-before-forwarded-message): Removed.
6003         (message-included-forward-headers): Removed.
6004         (message-check-news-body-syntax): Don't check forward.
6005         (message-forward): Use MIME.
6006
6007         * nnvirtual.el (nnvirtual-request-article): Bind
6008         gnus-article-decode-hook to nil.
6009
6010 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6013         us-ascii.
6014
6015 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * format-spec.el (format-spec): Be more robust.
6018
6019         * message.el (message-encode-message-body): Default
6020         mail-parse-charset to mail-parse-charset.
6021
6022         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6023         (gnus-summary-edit-article): Bind mail-parse-charset.
6024
6025         * mml.el (mml-read-tag): Ignore white space after end of tag.
6026
6027         * message.el (message-goto-body): Also work in separatorless
6028         articles.
6029
6030         * mml.el (mml-translate-from-mime): New function.
6031         (mml-insert-mime): Ditto.
6032         (mml-to-mime): New function.
6033         (mime-to-mml): New name.
6034
6035         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6036         article.
6037
6038         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6039
6040         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6041         special-case nndraft groups.
6042
6043 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6046         (gnus-get-newsgroup-headers): Already bound.
6047
6048         * message.el (message-encode-message-body): Use posting charset.
6049
6050         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6051         (mm-body-encoding): Do CTE.
6052         (mm-body-7-or-8): New function.
6053
6054         * mm-util.el (mm-mime-charset): Always fall back on alist.
6055         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6056         (mm-mime-mule-charset-alist): Add arabic-*-column.
6057         (mm-find-mime-charset-region): New function.
6058
6059         * format-spec.el (format-spec-make): New function.
6060
6061         * mail-source.el (format-spec): Required.
6062         (mail-source-fetch-with-program): Removed.
6063         (mail-source-fetch-with-program): New function.
6064
6065         * format-spec.el: New file.
6066
6067 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6068
6069         * mail-source.el (mail-source-fetch-with-program): Take optional
6070         parameter.
6071
6072 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * gnus-start.el: Ignore some groups.
6075         (gnus-setup-news): Bind nnmail-fetched-sources.
6076
6077         * message.el (message-send-mail): Remove all tabs.
6078
6079         * mm-util.el (mm-find-charset-region): Just check whether
6080         find-charset-region is defined.
6081
6082 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * gnus-group.el (gnus-group-get-new-news): Use
6085         nnmail-fetched-sources.
6086
6087         * nnmail.el (nnmail-fetched-sources): New variable.
6088         (nnmail-get-new-mail): Use it.
6089
6090         * mail-source.el (mail-source-fetched-sources): New variable.
6091         (mail-source-fetch): Use it.
6092
6093 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6094
6095         * gnus.el (gnus-getenv-nntpserver): if the file that
6096         gnus-nntpserver-file names has a trailing newline, the
6097         string-match will always match, and thus the file will never be
6098         read.  (^ matches start of "line", \\` matches start of "buffer",
6099         which is what was intended...)
6100
6101 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6102
6103         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6104
6105 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6108         select methods.
6109
6110 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6111
6112         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6113
6114 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6115
6116         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6117
6118 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6119
6120         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6121         a typo.
6122         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6123         charset to nil.
6124         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6125         * gnus-start.el (gnus-start-draft-setup): Ditto.
6126
6127 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6130         (mail-source-value): Don't do variables.
6131
6132         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6133
6134         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6135
6136 1999-02-01  Michael Cook  <cook@sightpath.com>
6137
6138         * Defenestrate spurious ?a.
6139
6140 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * mail-source.el (mail-source-fetch-pop): Instead use
6143         :authentication.
6144
6145 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6146
6147         * lisp/mail-source.el : Support APOP authentication scheme.
6148
6149 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6150
6151         * pop3.el (pop3-movemail): Return t.
6152
6153 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * rfc2047.el (rfc2047-fold-region): New function.
6156         (rfc2047-encode-message-header): Use it.
6157
6158 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6159
6160         * gnus-sum.el (gnus-group-charset-alist): Add more.
6161
6162 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6163
6164         * gnus.el: Pterodactyl Gnus v0.75 is released.
6165
6166 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * gnus-art.el (article-display-x-face): Don't narrow to head.
6169
6170 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6171
6172         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6173
6174 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175
6176         * mail-source.el (mail-source-fetch-directory): Ignore
6177         directories.
6178
6179         * gnus-cus.el (gnus-group-parameters): Addition.
6180
6181         * gnus-art.el (article-strip-banner): Do symbolic banners.
6182         (article-strip-banner): New keystroke.
6183
6184 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6185
6186         * gnus-art.el (article-strip-banner): New command.
6187
6188 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6189
6190         * gnus-art.el (gnus-treat-strip-banners): New variable.
6191
6192 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6195         has been exist.
6196
6197 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6198
6199         * message.el (message-draft-coding-system): Check coding-system.
6200         * mm-util.el (mm-text-coding-system): Ditto.
6201
6202 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * mail-source.el (mail-source-fetch-pop): Save excursion.
6205
6206 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * mail-source.el (mail-source-movemail-args): Not constant.
6209         (mail-source-movemail-args): Removed.
6210         (mail-source-fetch-with-program): New function.
6211         (mail-source-fetch-pop): Use program and function.
6212         (mail-source-movemail-program): Removed.
6213
6214         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6215         (gnus-treat-date-user-defined): New variable.
6216
6217 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6218
6219         * nnmail.el (nnmail-fix-eudora-headers): New function.
6220
6221 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6224
6225 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6228         (smiley-nosey-regexp-alist): Ditto.
6229
6230         * gnus-art.el (gnus-treatment-function-alist): Do
6231         gnus-article-add-buttons-to-head later.
6232         (gnus-treat-capitalize-sentences): New variable.
6233         (article-capitalize-sentences): New command and keystroke.
6234
6235         * gnus-group.el (gnus-group-catchup-current): Do group.
6236
6237         * message.el (message-default-charset): Add group.
6238
6239 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6240
6241         * gnus.el: Pterodactyl Gnus v0.74 is released.
6242
6243 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * gnus-art.el (article-fill-long-lines): Renamed.
6246         (article-fill-long-lines): New keystroke.
6247
6248 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249
6250         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6251
6252         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6253         displayed.
6254         (gnus-group-catchup-current): Be more robus.
6255
6256         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6257         headers.
6258
6259 1999-01-25  Dave Love  <fx@gnu.org>
6260
6261         * message.el (message-mode-menu): Add message-mime-attach-file.
6262         (message-mode): Doc fix.
6263
6264 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6265
6266         * nnmail.el (nnmail-check-duplication): Insert the mail source
6267         string.
6268
6269         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6270         (mail-source-fetch-directory): Ditto.
6271         (mail-source-fetch-file): Ditto.
6272         (mail-source-string): New variable.
6273
6274         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6275         the level.
6276
6277         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6278         before handling.
6279
6280         * mm-util.el (mm-mime-charset): Use the parameters.
6281         (mm-mime-charset): Removed region paremeters.
6282
6283         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6284         source.
6285
6286 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6287
6288         * nnmail.el (nnmail-get-split-group): Quote right.
6289
6290 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6293         buffer.
6294
6295 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6298         (gnus-group-mode): Don't hook.
6299
6300         * mail-source.el (mail-source-bind): Doc fix.
6301         (mail-source-bind): Take only one param.
6302
6303         * gnus-art.el (gnus-treat-highlight-signature): typep.
6304
6305         * mail-source.el (mail-source-movemail): Ignore empty file.
6306         (mail-source-callback): Check before deleting.
6307
6308         * message.el (message-mime-attach-file): Include name.
6309
6310 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * mm-util.el (mm-read-charset): Return a symbol.
6313
6314         * mm-view.el (mm-inline-text): Insert signature separator.
6315
6316         * gnus-art.el (gnus-treat-predicate): New function.
6317         (gnus-treat-article): Allow all types to be checked.
6318
6319         * gnus-util.el (gnus-or): New function.
6320         (gnus-and): Ditto.
6321
6322         * gnus-art.el (gnus-mime-display-single): Use override.
6323
6324         * mm-decode.el (mm-attachment-override-types): New variable.
6325         (mm-attachment-override-p): New function.
6326
6327         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6328
6329 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6330
6331         * mm-view.el (mm-inline-text): Do vcards.
6332
6333 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6334
6335         * gnus.el: Pterodactyl Gnus v0.73 is released.
6336
6337 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338
6339         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6340         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6341         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6342         (nnmail-movemail-program): Removed.
6343         (nnmail-movemail-args): Removed.
6344         (nnmail-pop-password-required): Ditto.
6345         (nnmail-tmp-directory): Ditto.
6346         (nnmail-delete-incoming): Removed.
6347         (nnmail-pop-password, nnmail-moved-inboxes,
6348         nnmail-internal-password, nnmail-move-inbox): Removed.
6349         (nnmail-read-passwd): Ditto.
6350         (nnmail-get-spool-files): Removed.
6351         (nnmail-resplit-incoming): Reinstated.
6352
6353         * mail-source.el: New file.
6354
6355 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6356
6357         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6358
6359 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360
6361         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6362
6363 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6366
6367         * gnus-picon.el (gnus-group-display-picons): Goto body.
6368
6369         * gnus.el: Indented all functions; broke long lines; changed all
6370         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6371
6372 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6373
6374         * gnus.el: Pterodactyl Gnus v0.72 is released.
6375
6376 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * gnus.el: Cleaned up trailing whitespace.
6379
6380         * mm-util.el (mm-read-charset): Work.
6381
6382 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6383
6384         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6385         nnheader-translate-file-chars'd group name.
6386
6387 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6388
6389         * message.el (message-encode-message-body): Fold case.
6390
6391 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6392
6393         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6394
6395 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * mailcap.el (mailcap-add): New function.
6398
6399 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6402         (article-goto-body): Use it.
6403         (gnus-treat-article): Ditto.
6404
6405         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6406         downloaded articles from the downloadeble list.
6407
6408 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409
6410         * message.el (message-encode-message-body): Bind
6411         mail-parse-charset.
6412
6413         * mm-util.el (mm-charset-synonym-alist): New variable.
6414         (mm-charset-to-coding-system): Use it.
6415         (mm-charset-coding-system-alist): Removed.
6416         (mm-charset-to-coding-system): Don't use it.
6417         (mm-find-charset-region): Use mail-parse-charset.
6418
6419         * gnus-art.el (gnus-treatment-function-alist): Use
6420         gnus-article-display-picons.
6421         (gnus-treat-display-xface): Only do if we have xface feature.
6422         (gnus-part-display-hook): New function.
6423         (gnus-treat-article): Use it.
6424         (gnus-treat-article): Use gnus-visual.
6425
6426         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6427
6428         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6429         displaying.
6430
6431         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6432
6433         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6434         regexp file names.
6435
6436 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6437
6438         * gnus.el: Pterodactyl Gnus v0.71 is released.
6439
6440 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * mm-view.el (mm-inline-image): Don't add a dot.
6443
6444         * gnus-art.el (gnus-treat-article): New function.
6445
6446         * gnus.el (gnus-article-display-hook): Removed.
6447
6448         * gnus-art.el (gnus-article-treat-custom): New variable.
6449
6450         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6451
6452         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6453         functions.
6454
6455         * message.el (message-posting-charset): New variable.
6456         (message-send-mail): Use it.
6457
6458         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6459         (gnus-setup-posting-charset): New function.
6460         (gnus-setup-message): Use it.
6461
6462         * message.el (message-encode-message-body): Just look for
6463         Content-Type before inserting a new one.
6464
6465 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * rfc2047.el (rfc2047-default-charset): Removed.
6468
6469         * mail-prsvr.el: New file.
6470         (mail-parse-charset): New variable.
6471
6472         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6473         Changed name.
6474
6475         * gnus.el (gnus-charset): New group.
6476
6477         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6478
6479         * gnus-sum.el (gnus-default-charset): Default to nil.
6480         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6481         (gnus-newsgroup-iso-8859-1-forced): Removed.
6482
6483         * mm-util.el (mm-known-charsets): Removed.
6484         (mm-default-coding-system): Removed.
6485         (mm-default-charset): Removed.
6486         (mm-read-charset): New function.
6487
6488         * message.el (message-default-charset): Removed.
6489
6490         * rfc2047.el (rfc2047-default-charset): Default to nil.
6491
6492         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6493
6494 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6495
6496         * gnus.el: Pterodactyl Gnus v0.70 is released.
6497
6498 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * mm-decode.el (mm-save-part): Use mm-get-part.
6501         (mm-insert-part): New function.
6502         (mm-get-part): Use it.
6503         (mm-get-image): Ditto.
6504         (mm-display-external): Ditto.
6505
6506         * mm-view.el (mm-inline-text): Ditto.
6507
6508         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6509         ranges.
6510
6511         * mm-decode.el (mm-display-external): Save the buffer.
6512         (mm-remove-part): Kill it.
6513
6514         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6515
6516         * nnagent.el (nnagent-request-set-mark): Defined stub.
6517
6518 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * gnus-score.el (gnus-score-load-score-alist): Bind
6521         coding-system-for-read.
6522
6523         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6524         prepare-exit-hook.
6525
6526         * mm-view.el (mm-setup-w3): Require w3.
6527
6528 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6529
6530         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6531         body.
6532
6533 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * mm-encode.el: Ditto.
6536
6537         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6538         error.
6539
6540         * mailcap.el (mailcap-mime-data): SAFER ps.
6541
6542         * message.el (message-encode-message-body): Always insert a
6543         Content-Type header.
6544
6545         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6546         shown inline.
6547
6548         * mm-view.el (mm-inline-text): Handle all sorts of text.
6549
6550         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6551         don't view.
6552
6553         * mm-decode.el (mm-display-external): Use it.
6554
6555         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6556
6557         * mm-decode.el (mm-save-part): Removed double code.
6558
6559 1999-01-12  Dave Love  <fx@gnu.org>
6560
6561         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6562         application/octet-stream .gz & al files with jka-compr.
6563
6564 1999-01-12  Dave Love  <fx@gnu.org>
6565
6566         * gnus-ems.el (gnus-down-mouse-3): New variable.
6567         * gnus-art.el (gnus-mime-button-map): Use it.
6568         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6569
6570 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6573
6574 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6577         buffers.
6578
6579         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6580
6581         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6582
6583 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6584
6585         * mml.el (mml-parameter-string): Strip directory component.
6586
6587 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6588
6589         * gnus.el (gnus-use-demon): Removed.
6590
6591 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * nnmail.el (nnmail-article-group): Don't infloop.
6594
6595 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6596
6597         * gnus-art.el (article-update-date-lapsed): Made it work with
6598         picons, and make it update on all visible frames.
6599         (article-date-ut): Get summary-buffer's current-headers.
6600
6601 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6602
6603         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6604         (gnus-picons-setup-p): New variable.
6605
6606 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607
6608         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6609
6610 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6613         (gnus-summary-exit-no-update): Use mapcar.
6614
6615 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6616
6617         * gnus-agent.el (gnus-category-write): Make directory.
6618
6619 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6620
6621         * gnus-sum.el (gnus-update-read-articles):
6622         (gnus-update-marks): Request backend update of mark.
6623
6624 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * mm-bodies.el (mm-body-encoding): Use mm-find.
6627
6628 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6629
6630         * gnus-picon.el (gnus-article-display-picons): Fix.
6631
6632 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6633
6634         * gnus.el: Pterodactyl Gnus v0.69 is released.
6635
6636 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6639
6640         * gnus-agent.el (gnus-agent-remove-group): New command and
6641         keystroke.
6642
6643         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6644
6645 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6646
6647         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6648
6649 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * mm-view.el (mm-inline-text): Bind current id.
6652
6653         * mm-decode.el (mm-handle-id): New macro.
6654         (mm-make-handle): Accept id.
6655         (mm-dissect-singlepart): Use it.
6656
6657 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6658
6659       * message.el (message-cite-original-without-signature): Use
6660       message-signature-separator when searching for signature in
6661       message-cite-original-without-signature.
6662
6663 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6664
6665         * gnus.el (gnus-server-to-method): Check named methods.
6666
6667 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * mm-view.el (mm-view-message): Goto point-min.
6670
6671         * nnmail.el (nnmail-article-group): Don't delete lines, only
6672         shorten them.
6673
6674         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6675         values.
6676
6677         * nnheader.el (nnheader-temp-directory): New variable.
6678         (nnheader-temp-directory): Removed.
6679
6680 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6681
6682         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6683         list of files to check for mailcap entries under windows-nt.
6684
6685 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6688         summary buffer exists.
6689
6690 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6691
6692         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6693         irrelevant Sun sendmail bug.
6694         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6695
6696         * message.el (message-send-news): Bind mail-header-separator to
6697         "" when asking backend to post.
6698
6699 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6700
6701         * mm-uu.el (mm-dissect-disposition): New variable.
6702         (mm-uu-dissect): Use it.
6703
6704 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * mm-view.el (mm-inline-text): Bind url-current-object.
6707
6708 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6709
6710         * gnus-range.el (gnus-remove-from-range): Rewrite.
6711
6712 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6713
6714         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6715
6716 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6717
6718         * message.el (message-encode-message-body): Insert `MIME-Version'
6719         instead of `Mime-Version'.
6720
6721 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6722
6723         * message.el (message-insert-mime-part): Add the attachment
6724         disposition.
6725         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6726         (message-mime-query-type): New function.
6727         (message-mime-query-description): Ditto.
6728         (message-mime-query-file): Ditto.
6729         (message-insert-mime-part): Use them.
6730         (message-mime-insert-external): Use the new stuff.
6731
6732 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * nnmail.el (nnmail-split-header-length-limit): New variable.
6735
6736         * mm-decode.el (mm-dissect-buffer): Check syntax.
6737
6738         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6739
6740         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6741         (rfc2047-dissect-region): Ditto.
6742
6743 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744
6745         * mm-view.el (mm-view-message): Decode charset.
6746
6747 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6750         CT headers.
6751
6752 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6753
6754         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6755         mm-uu-*-function.
6756         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6757
6758 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * message.el (message-send-mail): Do MML first.
6761         (message-send-news): Ditto.
6762
6763 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6764
6765         * gnus-picon.el (gnus-picons-face): New face.
6766         (gnus-picons-try-face): Use it.
6767
6768 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6769
6770         * gnus.el: Pterodactyl Gnus v0.68 is released.
6771
6772 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6773
6774         * gnus.el: Pterodactyl Gnus v0.67 is released.
6775
6776 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6777
6778         * gnus.el: Pterodactyl Gnus v0.66 is released.
6779
6780 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * gnus-art.el (gnus-insert-mime-button): Decode description.
6783
6784 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6785
6786         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6787         (gnus-decode-header-methods): Ditto.
6788         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6789
6790 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6791
6792         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6793
6794 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * mml.el (mml-insert-mime-headers): Encode description.
6797
6798         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6799         line.
6800
6801         * gnus-sum.el (gnus-default-charset): Doc fix.
6802
6803 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6804
6805         * mm-decode.el (mm-display-part): Forward a line.
6806
6807 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6808
6809         * mm-util.el (mm-running-ntemacs): New variable.
6810         (mm-text-coding-system): Ditto.
6811         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6812         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6813
6814 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6815
6816         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6817         buffer.
6818
6819         * message.el (message-insert-headers): New command and keystroke.
6820
6821 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6824         (mm-get-image): Ditto.
6825
6826         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6827         base64, uudecode and binhex.
6828
6829 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6830
6831         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6832         in text/plain.
6833         * mm-uu.el (mm-uu-dissect): Use inline.
6834
6835 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * mm-view.el (mm-view-message): New function.
6838
6839         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6840         qp.
6841
6842 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6843
6844         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6845         entry for message/rfc822 as 8bit.
6846
6847 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * mailcap.el (mailcap-mime-extensions): Add patch.
6850
6851 1998-12-05  Dale Hagglund  <rdh@best.com>
6852
6853         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6854         argument to force all multipart/* to look like multipart/mixed.
6855
6856         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6857         variable.
6858         (gnus-mime-display-part): Use it.
6859
6860 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * gnus-draft.el (gnus-draft-send): Only disable checks for
6863         non-interactive use.
6864         (gnus-draft-send-message): Use it.
6865
6866 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6867
6868         * gnus.el: Pterodactyl Gnus v0.65 is released.
6869
6870 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6871
6872         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6873
6874         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6875
6876 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6877
6878         * gnus.el: Pterodactyl Gnus v0.64 is released.
6879
6880 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * mm-view.el (mm-setup-w3): Don't load.
6883
6884         * gnus-msg.el (gnus-setup-message): Set group name.
6885         (gnus-group-mail): Avoid leaking local vars.
6886
6887         * message.el (message-attach-file): Renamed.
6888         (message-mime-attach-file): Renamed again.
6889
6890 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6891
6892         * gnus-art.el (article-decode-encoded-words): Bind
6893         rfc2047-default-charset here.
6894
6895         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6896
6897 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6900         (gnus-picons-setup-hook): New hook.
6901
6902 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6903
6904         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6905         string.
6906         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6907         line.
6908
6909 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6912         (gnus-mime-view-part): Ditto.
6913         (gnus-mime-inline-part): Dotii.
6914         (gnus-mime-externalize-part): Daddo.
6915         (gnus-mime-internalize-part): Tutti frutti.
6916         (gnus-widget-press-button): Da da do.
6917
6918         * mm-view.el (mm-setup-w3): Require url-vars.
6919
6920 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6921
6922         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6923         * mm-util.el (mm-find-charset-region): Ditto.
6924
6925 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926
6927         * message.el (message-send): Don't encode here.
6928         (message-send-mail): But here.
6929         (message-send-news): And here.
6930
6931 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6934
6935 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6936
6937         * gnus.el: Pterodactyl Gnus v0.63 is released.
6938
6939 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * mml.el (mml-base-boundary): Shorten.
6942
6943         * message.el (message-insert-mime-part): Use default.
6944
6945         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6946
6947 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6948
6949         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6950         buttons, not [*].
6951
6952 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6953
6954         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6955
6956 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6957
6958         * gnus-art.el (gnus-insert-mime-button): Fix.
6959
6960 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6961
6962         * message.el (message-insert-mime-part): Nicify prompts.
6963         (message-insert-mime-part): Really delete duplicates.
6964         (message-insert-mime-part): Check against common errors.
6965         (message-insert-mime-part): Fix docstring.
6966
6967 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
6970
6971 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6972
6973         * gnus-art.el (gnus-mime-button-line-format): Nicify.
6974         (gnus-insert-mime-button): Modify accordingly.
6975
6976 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * gnus-art.el (gnus-display-mime): Set window point.
6979
6980         * mm-decode.el (mm-display-external): Only decode when not
6981         saving.
6982         (mm-alternative-precedence): Prefer multiparts.
6983         (mm-inline-media-tests): Inline multiparts.
6984
6985         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
6986         Ignore errors when requiring url.
6987
6988         * mml.el (mml-quote-region): New command.
6989
6990         * message.el (message-cite-original): Use it.
6991         (message-cite-original-without-signature): Ditto.
6992
6993 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6994
6995         * gnus.el: Pterodactyl Gnus v0.62 is released.
6996
6997 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7000
7001 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7002
7003         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7004         `point-max-marker'.
7005
7006 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7009
7010         * gnus-art.el (gnus-mime-display-single): Check for attachment
7011         before other tests.
7012
7013 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7014
7015         * gnus-msg.el (gnus-configure-posting-styles): find a
7016         posting-style entry in the group parameters, if any, and honor it
7017         at the end.
7018
7019 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7020
7021         * nntp.el (nntp-after-change-function): Fix.
7022
7023 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7024
7025         * mml.el (mml-generate-mime-1): Insert literally.
7026
7027 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * mml.el (mml-insert-mime-headers): Removed debug.
7030
7031 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032
7033         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7034         prefixed.
7035
7036         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7037         application/emacs-lisp to 8bit.
7038
7039 1998-12-03  Dale Hagglund  <rdh@best.com>
7040
7041         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7042
7043 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7044
7045         * gnus.el: Pterodactyl Gnus v0.61 is released.
7046
7047 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7048
7049         * mml.el (mml-parse-1): Skipped parts.
7050         (mml-insert-mime-headers): Nil is a list.
7051         (mml-generate-mime-1): Don't insert literally.
7052         (mml-read-tag): Drop text props.
7053         (mml-read-part): Ditto.
7054         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7055
7056 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7057
7058         * gnus.el: Pterodactyl Gnus v0.60 is released.
7059
7060 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * mml.el (mml-parse-1): Don't throw contents away.
7063
7064 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7065
7066         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7067
7068 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7071         function.
7072         (mml-parse-1): Use it.
7073
7074 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7075
7076         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7077         Use gnus-newsgroup-default-charset.
7078         (article-decode-encoded-words): Remove charset codes.
7079         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7080         gnus-default-charset.
7081
7082 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7083
7084         * message.el (message-send-mail): Don't encode here.
7085         (message-send-news): Nor here.
7086         (message-send): ... but here instead.
7087
7088         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7089         default to nil.
7090         (gnus-article-display-picons): Replace From line.
7091         (gnus-group-display-picons): Replace Newsgroups line.
7092         (gnus-picons-display-glyph): Set baseline.
7093         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7094         (gnus-picons-xbm-face): Revert to old, standard colors.
7095
7096         * message.el (message-fetch-field): Remove text props.
7097
7098         * gnus-art.el (gnus-article-normalized-header-length): New
7099         variable.
7100         (article-normalize-headers): New command and keystroke.
7101
7102         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7103
7104 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7105
7106         * gnus.el: Pterodactyl Gnus v0.59 is released.
7107
7108 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7109
7110         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7111
7112         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7113
7114 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7115
7116         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7117
7118 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * mm-decode.el (mm-all-images-fit): New variable.
7121         (mm-image-fit-p): Use it.
7122
7123         * gnus-art.el (gnus-mime-display-single): Use it.
7124         (gnus-mime-internalize-part): New command and keystroke.
7125
7126         * mm-decode.el (mm-user-automatic-external-display): New
7127         variable.
7128         (mm-automatic-external-display-p): New function.
7129
7130         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7131         colors.
7132
7133 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7134
7135         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7136
7137         * gnus-art.el (gnus-with-article): Work in the original article
7138         buffer.
7139         (gnus-with-article): Work in read-only groups.
7140
7141 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * mm-bodies.el (mm-decode-string): Return original string if not
7144         decode.
7145
7146 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7147
7148         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7149
7150 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7151
7152         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7153
7154 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7155
7156         * gnus.el: Pterodactyl Gnus v0.58 is released.
7157
7158 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7159
7160         * mm-decode.el (mm-get-image): Return a glyph, not an image
7161         specifier.
7162
7163 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7164
7165         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7166
7167 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7168
7169         * mail-parse.el (rfc2045): Required.
7170
7171 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7172
7173         * mm-view.el (mm-inline-text): Remove props.
7174
7175 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * mm-view.el (mm-setup-w3): Protect url-misc.
7178
7179         * message.el (message-ignored-resent-headers): Remove
7180         Gnus-Warning.
7181
7182         * mml.el (mml-insert-mime-headers): Use encoding.
7183         (mml-parameter-string): Ditto.
7184
7185         * rfc2045.el: New file.
7186         (rfc2045-encode-string): New function.
7187
7188 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * mail-parse.el (mail-header-encode-parameter): New function.
7191
7192         * rfc2231.el (rfc2231-encode-string): New function.
7193
7194 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7195
7196         * mm-bodies.el (mm-decode-string): New function.
7197         * mm-view.el (mm-inline-text): Use mm-decode-string.
7198
7199 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7200
7201         * gnus.el: Pterodactyl Gnus v0.57 is released.
7202
7203 1998-11-23  Felix Lee  <flee@cygnus.com>
7204
7205         * nntp.el (nntp-async-needs-kluge): new setting.
7206         (nntp-async-timer): new var.
7207         (nntp-async-process-list): new var.
7208         (nntp-async-kluge): new function.
7209         (nntp-async-timer-handler): new function.
7210         (nntp-async-wait): new function.
7211         (nntp-async-stop): new function.
7212         (nntp-after-change-function): renamed, and split apart.
7213         (nntp-async-trigger): new function.
7214         (nntp-do-callback): new function.
7215         (nntp-accept-process-output): add optional timeout arg.
7216
7217         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7218         (gnus-async-wait-for-article): new function.
7219         (gnus-async-with-semaphore): s/asynch/async/.
7220
7221 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * gnus-art.el (gnus-with-article): Don't encode.
7224         (gnus-insert-mime-button): Fall back on filename from C-D.
7225         (gnus-mime-display-single): Have dots right on text/plain
7226         attachments.
7227
7228         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7229         broken parts.
7230
7231         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7232
7233         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7234         binhex.
7235
7236         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7237         (gnus-summary-repair-multipart): New command and keystroke.
7238
7239         * gnus-art.el (gnus-with-article-buffer): New macro.
7240
7241 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7242
7243         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7244         undisplay the part.
7245
7246 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7249
7250         * mml.el (mml-read-part): Partition right.
7251
7252         * mm-decode.el (mm-handle-set-cache): New macro.
7253         (mm-handle-cache): Ditto.
7254         (mm-make-handle): Ditto.
7255         (mm-dissect-singlepart): Use it.
7256         (mm-get-image): Use the cache.
7257
7258 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259
7260         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7261         (gnus-mime-display-single): Don't insert lines between parts.
7262
7263 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7264
7265         * nnmail.el (nnmail-file-coding-system-1): New variable.
7266         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7267         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7268         * nnml.el (nnml-file-coding-system): New variable.
7269         (nnml-request-article): Use nnml-file-coding-system.
7270
7271 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7272
7273         * gnus.el: Pterodactyl Gnus v0.56 is released.
7274
7275 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-art.el (gnus-mime-display-part): New function.
7278         (gnus-mime-display-mixed): Use it.
7279
7280         * mm-view.el (mm-setup-w3): Don't register.
7281
7282         * message.el (message-cite-original): Cite parts.
7283
7284 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * mml.el (mml-parameter-string): New function.
7287         (mml-insert-mime-headers): Separated into new function.
7288
7289 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7290
7291         * mml.el (mml-make-boundary): Use `make-string'.
7292
7293 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7294
7295         * binhex.el (binhex-insert-char): Ditto.
7296
7297         * base64.el (base64-insert-char): Ditto.
7298
7299         * uudecode.el (uudecode-insert-char): Code correctly.
7300
7301 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7302
7303         * mml.el (mml-generate-mime): Don't generate multiparts for
7304         empties.
7305
7306         * gnus-art.el (gnus-display-mime): Save excursion.
7307
7308         * message.el (message-remove-first-header): New function.
7309         (message-encode-message-body): Use it.
7310
7311 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7312
7313         * gnus.el: Pterodactyl Gnus v0.55 is released.
7314
7315 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * mm-view.el (mm-setup-w3): New function.
7318
7319         * mm-decode.el (mm-content-id-get-contents): New function.
7320         (mm-content-id-get-type): Ditto.
7321         (mm-content-id-get-encoding): Ditto.
7322         (mm-get-handle-by-content-id): Removed.
7323
7324 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7325
7326         * message.el (message-generate-new-buffers): Fix tag.
7327
7328 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * message.el (message-buffer-name): Check for unique first.
7331
7332         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7333         gnus-inhibit-mime-unbuttonizing.
7334
7335         * gnus-sum.el (t): Bind M-t.
7336         (gnus-inhibit-unbuttonizing): New variable.
7337         (gnus-summary-toggle-display-buttonized): New command.
7338
7339         * gnus-art.el (gnus-display-mime): Select article window.
7340         (article-strip-trailing-space): New command and keystroke.
7341
7342         * nneething.el (nneething-include-files): New variable.
7343         (nneething-create-mapping): Use it.
7344
7345         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7346
7347         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7348         ayto-expirable marks.
7349
7350 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7353
7354         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7355         ARG.
7356
7357         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7358
7359 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7360
7361         * mm-util.el (mm-binary-coding-system): New variable.
7362         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7363         * mm-decode.el (mm-display-external): Ditto.
7364
7365 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7366
7367         * gnus.el: Pterodactyl Gnus v0.54 is released.
7368
7369 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7372
7373 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * mm-decode.el (mm-save-part): Unquote.
7376
7377 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7378
7379         * mm-decode.el (mm-save-part): Bind coding system for write.
7380
7381 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7382
7383         * gnus-art.el (gnus-article-mode-line-format): New default.
7384         (gnus-article-mime-part-status): New function.
7385
7386         * message.el (message-send-news): Check the body syntax before
7387         encoding.
7388
7389         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7390         (gnus-mime-display-single): Use it.
7391         (gnus-mime-display-alternative): Ditto.
7392
7393         * mm-decode.el: Check for whether we are running under a term.
7394
7395 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * mm-decode.el (mm-preferred-alternative): Default to first
7398         alternative.
7399         (mm-preferred-alternative): No, we dont.
7400
7401 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7402
7403         * mm-decode.el (mm-display-external): Use binary instead of
7404         no-conversion.
7405         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7406         * nnheader.el (nnheader-file-coding-system): Ditto.
7407         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7408
7409 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7412         name without method.
7413
7414 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7415
7416         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7417         coding-system -> default-charset.
7418         (gnus-newsgroup-default-charset-alist): Ditto.
7419         (gnus-summary-local-variables): Ditto.
7420         (gnus-set-global-variables): Ditto.
7421         (gnus-get-newsgroup-headers): Ditto.
7422         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7423         (gnus-get-newsgroup-headers-xover): Ditto.
7424         (gnus-newsgroup-setup-default-charset): Ditto.
7425         (article-decode-mime-words): Ditto.
7426         (article-decode-charset): Ditto.
7427         (article-decode-encoded-words): Ditto.
7428         (article-de-quoted-unreadable): Ditto.
7429         (gnus-mime-view-all-parts): Ditto.
7430         (gnus-mime-externalize-part): Ditto.
7431         (gnus-mm-display-part): Ditto.
7432         (gnus-mime-display-single): Ditto.
7433         (gnus-mime-display-alternative): Ditto.
7434         * lpath.el : Ditto.
7435
7436 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7437
7438         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7439         * gnus-art.el (article-decode-charset): Overlay
7440         rfc2047-default-charset.
7441         * message.el (message-draft-coding-system): New variable.
7442         (message-set-auto-save-file-name): Use message-draft-coding-system.
7443         * nndraft.el (nndraft-request-article): Ditto.
7444         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7445         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7446
7447 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7448
7449         * mm-uu.el (mm-uu-test): New function.
7450         (mm-uu-dissect): Inherit charset and cte from head.
7451         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7452
7453 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7454
7455         * gnus.el: Pterodactyl Gnus v0.53 is released.
7456
7457 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * mm-decode.el (mm-get-image): New function.
7460         (mm-image-fit-p): New function.
7461
7462         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7463
7464         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7465
7466         * gnus-art.el (gnus-article-insert-newline): New function.
7467         (article-goto-body): New function.
7468
7469 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7472         buttons.
7473
7474         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7475         keystroke.
7476
7477         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7478         line between parts.
7479
7480         * message.el (message-remove-header): Go to end if wanted.
7481
7482 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7483
7484         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7485         movement with save-window-excursion.
7486
7487 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7488
7489         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7490
7491 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7492
7493         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7494
7495 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7496
7497         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7498         gnus-newsgroup-coding-system.
7499         (gnus-get-newsgroup-headers): Ditto.
7500         (gnus-get-newsgroup-headers-xover): Ditto.
7501         (gnus-set-global-variables): Ditto.
7502         * gnus-art.el (article-decode-mime-words): Ditto.
7503         (article-decode-charset): Ditto.
7504         (article-decode-encoded-words): Ditto.
7505         (article-de-quoted-unreadable): Ditto.
7506         (gnus-mime-view-all-parts): Ditto.
7507         (gnus-mime-externalize-part): Ditto.
7508         (gnus-mm-display-part): Ditto.
7509         (gnus-mime-display-alternative): Ditto.
7510         (gnus-mime-display-single): Ditto.
7511         * mm-view.el (mm-inline-text): Use default coding system.
7512
7513 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7514
7515         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7516         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7517         (gnus-newsgroup-coding-system): New local variable.
7518         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7519         (gnus-summary-local-variables): Add two new local variables.
7520         (gnus-newsgroup-setup-coding-system): New function.
7521         (gnus-select-newsgroup): Setup coding system.
7522         * lpath.el: Add two new variables.
7523         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7524         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7525         * gnus-cus.el (gnus-group-parameters): Customizable
7526         iso-8859-1-forced.
7527
7528 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7529
7530         * gnus.el: Pterodactyl Gnus v0.52 is released.
7531
7532 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533
7534         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7535         encoding.
7536
7537         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7538         undisplayed text types.
7539
7540         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7541         types.
7542
7543 1998-11-19  Felix Lee  <flee@cygnus.com>
7544
7545         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7546
7547 1998-11-19  Felix Lee  <flee@cygnus.com>
7548
7549         * gnus-async.el (gnus-asynch-obarray): rename to
7550         gnus-async-hashtb, and don't buffer-local it.
7551
7552         (gnus-async-article-callback): new function.
7553         (gnus-make-async-article-function): use it.
7554
7555         (gnus-async-current-prefetch-group): new var.
7556         (gnus-async-current-prefetch-article): new var.
7557         (gnus-async-request-fetched-article): are we fetching it already?
7558
7559         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7560
7561 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * gnus-sum.el (gnus-summary-show-article): Require.
7564
7565         * message.el: Provide before hooks.
7566         (message-send-news): Do MIME before headers.
7567
7568         * gnus-art.el (gnus-article-check-buffer): New function.
7569         (gnus-article-read-summary-keys): Use it.
7570
7571         * mm-decode.el (mm-user-automatic-display): Display all inline
7572         images.
7573
7574         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7575         much.
7576         (gnus-unbuttonized-mime-types): New variable.
7577
7578 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7581
7582         * mm-decode.el (mm-quote-arg): Quote semicolons.
7583
7584         * gnus-art.el (gnus-mime-display-single): Don't display
7585         attachments.
7586         (gnus-mime-externalize-part): New command and keystroke.
7587
7588         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7589         (mm-alternative-precedence): Changed order.
7590
7591 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7592
7593         * gnus.el (gnus-method-simplify): New function.
7594         (gnus-native-method-p): New function.
7595         (gnus-secondary-method-p): Use gnus-method-equal.
7596
7597         * gnus-start.el (gnus-group-change-level): Shorten select method.
7598
7599 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7600
7601         * gnus.el: Pterodactyl Gnus v0.51 is released.
7602
7603 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus.el: Applied patches from 5.6.45.
7606
7607         * gnus-score.el (gnus-score-find-trace): Print complete file
7608         paths.
7609         (gnus-score-find-trace): Truncate lines.
7610
7611         * gnus.el (gnus-message-archive-group): Allow function.
7612
7613         * message.el (message-encode-message-body): Remove Mime-Version
7614         before inserting.
7615
7616         * gnus-cus.el (gnus-group-customize): Optional topic.
7617
7618         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7619         keystroke.
7620
7621 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7622
7623         * message.el (message-encode-message-body): Rewrite.
7624
7625 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * mml.el (mml-base-boundary): New variable.
7628         (mml-make-boundary): New function.
7629
7630         * gnus-cache.el (gnus-cache-coding-system): New variable.
7631         (gnus-cache-request-article): Use it.
7632
7633         * message.el (message-insert-mime-part): Delete duplicates.
7634
7635 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7636
7637         * gnus-art.el (gnus-mime-display-alternative): Set end of
7638         multipart and display even when nothing is preferred.
7639
7640 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7641
7642         * gnus.el: Pterodactyl Gnus v0.50 is released.
7643
7644 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7645
7646         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7647         fbound.
7648
7649         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7650
7651 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7652
7653         * gnus.el (gnus-similar-server-opened): Compare backend.
7654
7655 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7656
7657         * gnus-topic.el (gnus-topic-expire-articles): New function.
7658         (gnus-topic-mode-map): Bind it.
7659
7660         * gnus.texi (Topic Commands): New expiry command. Reordered.
7661
7662 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7663
7664         * gnus-sum.el
7665         (gnus-auto-expirable-marks): New variable.
7666         (gnus-inhibit-user-auto-expire): New variable.
7667         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7668         When looking to see if we should expire instead, check
7669         gnus-auto-expirable-marks instead of using a hard-wired list.
7670         (gnus-summary-mark-as-read-forward,
7671         gnus-summary-mark-as-read-backward):
7672         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7673         gnus-summary-mark-forward, instead of `t'.
7674
7675 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * mml.el (mml-compute-boundary): New function.
7678         (mml-compute-boundary-1): New function.
7679         (mml-generate-mime-1): Use it.
7680
7681 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7682
7683         * mml.el (mml-generate-mime-1): Always precede closing boundary
7684         with newline.
7685
7686 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * mml.el (mml-generate-mime-1): Do right boundaries when several
7689         multiparts.
7690
7691         * mm-decode.el (mm-user-automatic-display): Default to inline
7692         jpeg.
7693
7694         * mml.el (mml-generate-mime-1): Encode non-text parts.
7695
7696 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7697
7698         * gnus.el: Pterodactyl Gnus v0.49 is released.
7699
7700 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * mm-view.el (mm-inline-text): Require w3-vars.
7703
7704         * gnus-setup.el (gnus-use-tm): Removed.
7705
7706         * gnus-art.el (gnus-article-goto-part): Don't beep.
7707         (gnus-article-view-part): Check return value.
7708         (gnus-mime-display-alternative): Don't display when there is
7709         nothing to display.
7710
7711         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7712         (mml-generate-mime-1): Use unibyte for binaries.
7713
7714         * gnus-art.el (gnus-display-mime): Call
7715         gnus-article-mime-part-function.
7716         (gnus-mime-part-function): New function.
7717         (gnus-article-mime-part-function): New function.
7718
7719         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7720
7721 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7722
7723         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7724
7725         * message.el (message-font-lock-keywords): Highlight MML.
7726         (message-mml-face): New font.
7727
7728 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7729
7730         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7731         (gnus-mm-display-part): Do not select-window if the article window
7732         is not found.
7733
7734 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7735
7736         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7737
7738 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7739
7740         * gnus.el: Pterodactyl Gnus v0.48 is released.
7741
7742 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7745
7746         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7747
7748         * message.el (message-cite-original-without-signature): Ditto.
7749         (message-cite-original): Quote parts.
7750
7751 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7752
7753         * gnus.el: Pterodactyl Gnus v0.47 is released.
7754
7755 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * message.el (message-encode-message-body): Insert MIME warning.
7758
7759         * mml.el (mml-read-tag): Look for #tag.
7760
7761         * mm-util.el (mm-find-charset-region): Check whether
7762         enable-multibyte-characters is bound.
7763
7764 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7765
7766         * gnus.el: Pterodactyl Gnus v0.46 is released.
7767
7768 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769
7770         * message.el (message-encode-message-body): Insert headers at the
7771         right spot.
7772
7773 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7774
7775         * gnus.el: Pterodactyl Gnus v0.45 is released.
7776
7777 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7778
7779         * nndraft.el (nndraft-save-mime-part): Removed.
7780         (nndraft-get-mime-part): Ditto.
7781
7782         * message.el (message-format-mime-old): Removed.
7783         (message-encode-message-body): Removed.
7784         (message-encode-message-body): Renamed.
7785
7786 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7789
7790         * message.el (message-format-mime): Check message-mime-part.
7791
7792         * mm-encode.el (mm-mime-file-types): Removed.
7793         (mm-default-file-encoding): New definition.
7794
7795 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7796
7797         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7798         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7799
7800 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7801
7802         * gnus.el: Pterodactyl Gnus v0.44 is released.
7803
7804 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * message.el (message-format-mime): New function.
7807
7808         * nndraft.el (nndraft-save-mime-part): New function.
7809         (nndraft-get-mime-part): New function.
7810
7811         * mm-encode.el (mm-default-file-encoding): New function.
7812         (mm-content-transfer-encoding): New function.
7813         (mm-encode-buffer): New function.
7814
7815         * message.el: New command.
7816         (message-mime-part): New variable.
7817         (message-insert-mime-part): New command.
7818
7819         * mm-encode.el (mm-encode-content-transfer-encoding): New
7820         function.
7821
7822         * mm-util.el (mm-content-transfer-encoding-defaults): New
7823         variable.
7824         (mm-mime-file-types): Taken from TM.
7825
7826 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7827
7828         * gnus.el: Pterodactyl Gnus v0.43 is released.
7829
7830 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7831
7832         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7833         * gnus-score.el (gnus-score-default-header): Ditto.
7834         (gnus-header-index): Ditto.
7835         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7836         (gnus-summary-header): Handle extra headers.
7837         (gnus-summary-score-entry): Ditto, & provide new score element.
7838         (gnus-summary-score-effect): Ditto.
7839         (gnus-score-string): Avoid "extra" string sort, & modify match in
7840         "extra" case.
7841         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7842
7843 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844
7845         * message.el (message-resend): Bind message-required-mail-headers
7846         to nil.
7847
7848         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7849
7850         * nngateway.el (require): Require cl.
7851
7852         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7853         things.
7854
7855 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7856
7857         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7858         when no articles.
7859
7860 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7863
7864 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7865
7866         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7867         user-mail-address if non-nil.
7868
7869 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7872         (gnus-make-sort-function-1): Ditto.
7873
7874         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7875         window.
7876
7877 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7880
7881         * binhex.el (binhex-decode-region): Quote.
7882
7883 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * gnus-art.el (article-decode-charset): Don't downcase charset.
7886
7887         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7888
7889 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7890
7891         * gnus.el: Pterodactyl Gnus v0.42 is released.
7892
7893 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7894
7895         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7896
7897 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7898
7899         * nntp.el (nntp-send-mode-reader): Revert.
7900
7901 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7902
7903         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7904
7905 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7906
7907         * message.el (message-make-date): Fix for negative time zones.
7908
7909 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7910
7911         * gnus.el: Pterodactyl Gnus v0.41 is released.
7912
7913 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7914
7915         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7916
7917 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7918
7919         * gnus.el (gnus-short-group-name): When shortening foreign select
7920         methods, do not scan for plusses beyond the first colon.
7921
7922 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7923
7924         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7925         lines where `group' is the last thing on the line.
7926
7927 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7928
7929         * gnus-art.el (gnus-article-view-part): Do alternative.
7930         (gnus-mime-display-alternative): Insert marker.
7931
7932 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7935
7936         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7937         dates.
7938
7939         * gnus-cus.el (gnus-topic): Required.
7940
7941         * nnheader.el (nnheader-parse-nov): Parse extra.
7942         (nnheader-nov-parse-extra): New macro.
7943
7944 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945
7946         * gnus-art.el (gnus-article-view-part): Internal move.
7947
7948 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7949
7950         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7951         (gnus-group-customize): Support editing topic parameters.
7952
7953 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7954
7955         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7956         indicators.
7957
7958 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * gnus-art.el (gnus-mm-display-part): Return.
7961         (gnus-article-view-part): Only go if external.
7962         (gnus-article-dumbquotes-map): Do 205.
7963
7964         * mm-decode.el (mm-display-part): Return what was done.
7965
7966         * message.el (message-buffer-naming-style): New variable.
7967         (message-generate-new-buffers): Extended.
7968         (message-buffer-naming-style): Removed.
7969         (message-buffer-name): Use it.
7970         (message-do-send-housekeeping): Rename new styling.
7971
7972         * gnus-sum.el (gnus-summary-recenter): Allow
7973         gnus-auto-center-summary to be a number.
7974
7975 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7976
7977         * pop3.el (pop3-open-server): Use "binary" instead of
7978         "no-conversion".
7979
7980 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7981
7982         * gnus-srvr.el (gnus-browse-foreign-server): Set
7983         gnus-browse-current-method to the result of gnus-server-to-method.
7984
7985 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7986
7987         * gnus-util.el (gnus-pull): Another optional argument.
7988         * nnweb.el (nnweb-request-delete-group): Delete from
7989         nnweb-group-alist and update active file.
7990
7991 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7992
7993         * gnus-group.el (gnus-group-make-group): Accept group of new
7994         method.
7995
7996 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7997
7998         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
7999
8000 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8001
8002         * mm-view.el (mm-inline-text): Postion of html portion.
8003
8004 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * nntp.el (nntp-list-active-group): Waited for short strings.
8007         (nntp-send-mode-reader): Ditto.
8008         (nntp-open-connection): Ditto.
8009
8010         * gnus-int.el (gnus-request-group-articles): New function.
8011
8012         * nntp.el (nntp-request-listgroup): New function.
8013         (nntp-request-group-articles): Renamed.
8014
8015 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8016
8017         * nnheader.el (nnheader-parse-nov): Supply extra.
8018
8019 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020
8021         * gnus-art.el (gnus-button-push): Don't go to
8022         gnus-article-buffer.
8023
8024         * mm-view.el (mm-inline-image): Add a newline.
8025
8026         * gnus-start.el (gnus-check-first-time-used): Check more.
8027
8028 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8029
8030         * gnus-start.el (gnus-check-first-time-used): Check current.
8031
8032 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * mm-util.el (mm-find-charset-region): New function.
8035
8036         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8037
8038         * gnus-art.el (gnus-mime-button-menu): Fix.
8039
8040 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8041
8042         * gnus-art.el (gnus-mime-button-menu): New definition.
8043
8044 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8045
8046         * gnus-art.el (article-decode-charset): Downcase charset.
8047         (article-decode-charset): Pass on type.
8048         (article-decode-charset): Check nil charsets.
8049         (article-remove-cr): Translate CR to LF.
8050         (gnus-ignored-mime-types): Default to nil.
8051
8052         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8053
8054         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8055         user-mail-address.
8056         (gnus-nov-parse-extra): Didn't return right thing.
8057
8058 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8059
8060         * gnus-xmas.el: Use compiled-function-p.
8061
8062 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8063
8064         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8065
8066 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8067
8068         * gnus.el: Pterodactyl Gnus v0.40 is released.
8069
8070 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8073
8074         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8075
8076         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8077
8078         * nnml.el (nnml-possibly-create-directory): Check before making.
8079
8080 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8081
8082         * nnheader.el (nnheader-insert-nov): Don't infloop.
8083
8084 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8085
8086         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8087         set up.
8088
8089 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8090
8091         * nneething.el (nneething-file-name): New definition.
8092
8093 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * gnus-art.el (gnus-treatment-function-alist): Fix.
8096         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8097
8098         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8099
8100 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8101
8102         * gnus.el: Pterodactyl Gnus v0.39 is released.
8103
8104 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * gnus-art.el (gnus-ignored-mime-types): New variable.
8107         (gnus-mime-display-single): Use it.
8108         (gnus-treatment-function-alist): New variable.
8109
8110         * gnus.el (gnus-mime): New group.
8111
8112         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8113         things for other parts.
8114         (gnus-mime-display-alternative): Place point.
8115
8116         * gnus.el: autoload gnus-uu-post-news.
8117
8118         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8119         needsterm/DISPLAY.
8120
8121         * mm-decode.el (mm-display-part): Default to inline text/.*
8122         parts.
8123
8124         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8125         8bit.
8126
8127         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8128         (gnus-mime-display-single): Inline all text parts.
8129         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8130
8131 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * nnml.el (nnml-possibly-create-directory): Rewrite.
8134         (nnml-request-create-group): Change to right server.
8135
8136         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8137
8138         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8139
8140         * gnus.el: rmail-output-to-rmail-file autoload.
8141
8142         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8143         Gnus.
8144
8145         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8146
8147         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8148
8149 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8150
8151         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8152         mixed part.
8153
8154 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8155
8156         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8157
8158         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8159
8160 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8161
8162         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8163
8164 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8167         value.
8168
8169         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8170         hidden.
8171
8172         * gnus-spec.el (gnus-update-format-specifications): Use the
8173         article mode line spec.
8174
8175         * gnus-art.el (gnus-insert-mime-button): Put right type.
8176         (gnus-insert-prev-page-button): Ditto.
8177         (gnus-insert-next-page-button): Dutti.
8178
8179         * pop3.el: New version installed.
8180
8181 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8182
8183         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8184         and display last part.
8185
8186 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8187
8188         * gnus.el: Pterodactyl Gnus v0.38 is released.
8189
8190 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8193         Removed.
8194         (article-de-quoted-unreadable): Narrow to default.
8195
8196         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8197
8198         * gnus-art.el (article-decode-charset): Decode even when broken
8199         MIME.
8200
8201         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8202         name.
8203
8204         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8205
8206         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8207         nnheader.
8208
8209         * nnmail.el (nnmail-extra-headers): New variable.
8210
8211         * nnheader.el (nnheader-insert-nov): Insert extra.
8212
8213         * gnus.el (gnus-summary-line-format): Doc fix.
8214
8215         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8216         (gnus-nov-parse-line): Ditto.
8217         (gnus-nov-parse-extra): New macro.
8218         (gnus-header): New function.
8219         (gnus-update-summary-mark-positions): Change.
8220         (gnus-ignored-from-addresses): New variable.
8221         (gnus-summary-insert-from-or-to): New function.
8222
8223         * gnus.el (gnus-extra-headers): New variable.
8224
8225         * nnheader.el (make-mail-header): Expand.
8226         (mail-header-extra): New macro.
8227         (mail-header-set-extra): Ditto.
8228         (make-full-mail-header): Expand.
8229
8230 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8231
8232         * gnus.el: Pterodactyl Gnus v0.37 is released.
8233
8234 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8237
8238         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8239         on.
8240
8241 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8242
8243         * gnus-spec.el (gnus-balloon-face-function): new function
8244         (gnus-parse-format): understand the %< %> specifiers
8245         (gnus-parse-complex-format): ditto.
8246
8247 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8248
8249         * gnus.el: Changed following-char to char-after throughout.
8250
8251 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * mm-decode.el (mm-display-external): Protect more and message.
8254
8255 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8256
8257         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8258         position.
8259
8260 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8261
8262         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8263         mixed part.
8264
8265 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8266
8267         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8268
8269         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8270
8271 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8272
8273         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8274
8275 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8276
8277         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8278
8279         * mm-decode.el (mm-display-external): Set undisplayer to mm
8280         buffer, not the current buffer; use unwind-protect.
8281
8282 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8285         (gnus-summary-exit-no-update): Ditto.
8286
8287 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8288
8289         * mm-decode.el (mm-inline-media-tests): Look for w3.
8290
8291         * mailcap.el (mailcap-mime-data): Inline html.
8292
8293 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8294
8295         * gnus.el: Pterodactyl Gnus v0.36 is released.
8296
8297 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8298
8299         * gnus-art.el (article-translate-strings):
8300         (gnus-article-dumbquotes-map): Don't dot.
8301
8302         * pop3.el (pop3-open-server): Set point right.
8303
8304         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8305         (mm-dissect-buffer): Ditto.
8306         (mm-destroy-part): Ignore non-handles.
8307         (mm-remove-part): Ditto.
8308         (mm-destroy-parts): New function.
8309         (mm-remove-parts): Ditto.
8310
8311         * gnus-art.el (gnus-mm-display-part): Don't move point.
8312
8313 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8314
8315         * mm-uu.el : New file.
8316
8317         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8318
8319         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8320         a function.
8321
8322 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8323
8324         * mm-decode.el (mm-display-external): Check before selecting.
8325
8326 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8327
8328         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8329
8330         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8331
8332         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8333         variable.
8334
8335         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8336
8337         * gnus-art.el (gnus-decode-header-methods): New variable.
8338
8339         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8340
8341         * gnus-art.el (gnus-multi-decode-header): New function.
8342
8343 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8344
8345         * gnus.el: Pterodactyl Gnus v0.35 is released.
8346
8347 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * uudecode.el (uudecode-decode-region-external): Insert
8350         literally.
8351
8352         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8353
8354         * mm-bodies.el (mm-decode-body): Optional encoding.
8355
8356 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357
8358         * gnus-ems.el (gnus-mouse-3): New variable.
8359
8360         * binhex.el (binhex-decode-region-external): Don't use -internally.
8361
8362 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8363
8364         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8365         files.
8366
8367 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8368
8369         * gnus-group.el (gnus-add-marked-articles): Request backend update
8370         of flags.
8371
8372 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8373
8374         * gnus-sum.el (gnus-update-read-articles):
8375         (gnus-update-marks): Request backend update of mark.
8376
8377 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8378
8379         * gnus.texi (Optional Backend Functions): New item,
8380         nnchoke-request-set-mark.
8381
8382 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8383
8384         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8385           list to range.
8386
8387 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8388
8389         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8390
8391 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8392
8393         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8394         first used.
8395
8396 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8397
8398         * mm-view.el: Require mm-decode for macros.
8399
8400         * mm-decode.el (mm-handle-type): Move macro declarations above the
8401         place where they are used.
8402
8403 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8404
8405         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8406         buffer.
8407
8408 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8409
8410         * nnagent.el (nnagent-open-server): Error message.
8411
8412 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8413
8414         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8415
8416 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8417
8418         * score-mode.el (gnus-score-mode-map): Ditto.
8419
8420         * message.el (message-mode-map): Ditto.
8421
8422         * gnus-uu.el (gnus-uu-post-news): Ditto.
8423
8424         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8425
8426         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8427
8428         * gnus-art.el (gnus-article-edit-mode-map): Use
8429         `set-keymap-parent' rather than `copy-keymap'.
8430
8431 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8432
8433         * gnus-art.el (gnus-mime-button-commands): New variable.
8434         (gnus-mime-button-map): Initialize it from
8435         `gnus-mime-button-commands'.
8436         (gnus-mime-button-menu): New function.
8437         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8438
8439 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8440
8441         * message.el (message-insert-to): Make `nobody' and `poster'
8442         synonymous to `never' and `always' in Mail-Copies-To.
8443         (message-reply): Ditto.
8444         (message-followup): Ditto.
8445
8446 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * mailcap.el (mailcap-mime-data): Save sound.
8449
8450 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8451
8452         * message.el (message-ignored-supersedes-headers): Include
8453         `NNTP-Posting-Date'.
8454
8455 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8456
8457         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8458
8459 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8462         uudecode.
8463
8464 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * mm-decode.el (mm-display-external): Don't switch on save.
8467
8468 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8469
8470         * nnmail.el (nnmail-movemail-args): New variable.
8471
8472 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8473
8474         * gnus-art.el (article-translate-strings):
8475
8476 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * gnus-art.el (gnus-article-view-part): Use it.
8479         (gnus-mm-display-part): New function.
8480         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8481
8482         * mm-decode.el (mm-handle-displayed-p): New function.
8483
8484         * gnus-art.el (gnus-mime-copy-part): Create better names.
8485         (gnus-mime-button-line-format): Include dots spec.
8486
8487 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8488
8489       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8490       forward buffer first.
8491
8492 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * gnus-util.el (gnus-set-window-start): New function.
8495
8496         * message.el (message-send): Don't check changed.
8497
8498 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * gnus-art.el (gnus-article-setup-buffer): Set params.
8501
8502         * mm-decode.el (mm-user-display-methods): Inline
8503         "message/delivery-status".
8504
8505 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * message.el (message-auto-save-directory): Rename.
8508         (message-mode): Dof fix.
8509
8510         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8511         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8512
8513         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8514
8515         * message.el (message-make-date): Avoid locale.
8516
8517         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8518         cache.
8519
8520         * mm-decode.el (mm-display-inline): Goto point-min.
8521
8522         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8523
8524         * mm-decode.el (mm-display-external): Reverse before sorting.
8525
8526         * gnus-draft.el (gnus-draft-send): Allow mail.
8527
8528 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8529
8530         * message.el (message-check): Move message-check macro above where
8531         it is first used.
8532
8533         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8534
8535 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8536
8537         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8538
8539 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8540
8541         * gnus.el: Pterodactyl Gnus v0.34 is released.
8542
8543 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8544
8545         * mm-decode.el (mm-inline-media-tests): delivery-status.
8546
8547         * mm-view.el (mm-inline-text): Provide default.
8548
8549 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8550
8551         * mailcap.el (mailcap-possible-viewers): Fix nils.
8552
8553 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8556         (article-update-date-lapsed): Record the buffer.
8557         (article-update-date-lapsed): Do all windows that display article
8558         buffers.
8559
8560         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8561
8562         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8563
8564         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8565         annoations.
8566
8567         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8568
8569 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * gnus-agent.el (gnus-category-add): Change default category to
8572         'false.
8573
8574         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8575         scores.
8576
8577         * gnus-draft.el (gnus-draft-send): Check server more.
8578
8579         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8580         (gnus-article-goto-part): New function.
8581
8582         * mm-view.el (mm-inline-text): Insert richtext properly.
8583
8584         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8585
8586 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * parse-time.el (parse-time-rules): Accept dates far into the past
8589         and the future, and parse single-digit numbers as years.
8590
8591 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * mm-decode.el (mm-display-external): Chop off directories.
8594
8595 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * uudecode.el (uu-decode-region-external): Use
8598         insert-file-contents-literally.
8599
8600         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8601
8602 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8603
8604         * uudecode.el: New file.
8605
8606         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8607         x-uuencode.
8608
8609 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610
8611         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8612
8613         * message.el (message-fetch-field): Unfold properly.
8614
8615         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8616         in text/plain.
8617
8618 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8621         (gnus-auto-select-first): Removed.
8622         (gnus-auto-select-first): Extended.
8623         (gnus-summary-read-group-1): Use new value.
8624
8625 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * message.el (message-fix-before-sending): Space.
8628
8629         * nnmail.el (nnmail-find-file): Don't erase.
8630
8631 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8632
8633         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8634
8635 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8636
8637         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8638
8639 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8642
8643 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8644
8645         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8646         20.4.
8647
8648 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * gnus-art.el (gnus-mime-view-all-parts): New command and
8651         keystroke.
8652
8653         * mm-decode.el (mm-display-external): Translate slashes.
8654
8655         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8656
8657         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8658
8659         * mm-decode.el (mm-quote-arg): Quote spaces.
8660         (mm-display-external): Quote args.
8661
8662 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * mm-decode.el (mm-inlinable-part-p): New function.
8665
8666 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8667
8668        * mm-util.el (mm-disable-multibyte): New function.
8669
8670 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8671
8672         * gnus.el: Pterodactyl Gnus v0.33 is released.
8673
8674 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8677
8678         * mm-decode.el (mm-display-external): Don't switch for externals.
8679         (mm-dissect-multipart): Don't include end-sep.
8680
8681         * mm-util.el (mm-get-coding-system-list): New function.
8682         (mm-coding-system-list): New variable.
8683
8684 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8685
8686         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8687
8688 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8689
8690         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8691         group
8692
8693 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8694
8695         * base64.el (base64-run-command-on-region): External base64
8696         decoder do not use coding system
8697
8698 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8699
8700         * mm-decode.el (mm-interactively-view-part): Typo.
8701
8702 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8703
8704         * mm-decode.el (mm-dissect-multipart): Display last part when the
8705         article has no close-delimiter
8706
8707 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8708
8709         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8710         content-type.
8711
8712 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8713
8714         * gnus-art.el (gnus-display-mime): Typo.
8715
8716 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8717
8718         * gnus.el: Pterodactyl Gnus v0.32 is released.
8719
8720 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * gnus-kill.el (gnus-batch-score): Protect against errors.
8723
8724         * gnus-art.el: Protect against broken headers.
8725
8726         * mm-decode.el (mm-display-external): Respect needsterm.
8727         (mm-display-external): Create buffer for external commands.
8728
8729 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8732
8733         * mm-decode.el (mm-display-external): Use file name.
8734
8735 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8736
8737         * gnus-util.el (gnus-output-to-rmail):  adjust to
8738           `rmail-output-to-rmail-file'
8739
8740 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8743
8744         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8745         headers.
8746
8747         * gnus-art.el (article-decode-charset): Fold case.
8748
8749 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8750
8751         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8752
8753 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8754
8755         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8756         after being stored.
8757
8758 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8759
8760         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8761         come.
8762
8763 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * gnus-xmas.el (wid-edit): Required.
8766
8767         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8768
8769 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8770
8771         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8772
8773 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8774
8775         * gnus-art.el (article-decode-charset): Narrow to the correct
8776         region.
8777
8778         * mm-bodies.el: Fix autoload.
8779
8780 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8781
8782         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8783
8784 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8787
8788 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8791         (gnus-article-add-button): Ditto.
8792
8793         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8794
8795         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8796         (gnus-article-prepare-display): Bind url-standalone-mode.
8797
8798         * mm-decode.el (mm-remove-part): Also delete directory.
8799         (mm-display-external): Create a private sub-dir.
8800
8801         * mailcap.el (mailcap-binary-suffixes): New variable.
8802         (mailcap-command-p): Use it.
8803
8804 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * nnmbox.el (nnmbox-request-group): Change server.
8807         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8808
8809         * message.el (message-encode-message-body): Don't stomp MIME
8810         headers.
8811
8812         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8813         unless useful.
8814         (gnus-summary-exit): Check for a live article buffer.
8815         (gnus-summary-exit-no-update): Ditto.
8816
8817         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8818         param.
8819
8820         * gnus-sum.el (gnus-article-decoded-p): New variable.
8821
8822         * mm-decode.el (mm-display-external): Use no-conv.
8823
8824         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8825         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8826
8827         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8828         mouse-click.
8829
8830 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8833
8834 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8835
8836         * gnus.el: Pterodactyl Gnus v0.31 is released.
8837
8838 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8841
8842         * mm-decode.el (mm-display-part): Accept no-default.
8843
8844         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8845         a parameter.
8846
8847         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8848         (gnus-summary-prepare-threads): Ditto.
8849
8850         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8851
8852         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8853         (gnus-mime-button-line-format): Doc fix.
8854         (gnus-insert-mime-button): Use it.
8855         (gnus-article-add-button): Use widget-convert-button.
8856
8857         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8858         ignore.
8859
8860         * mm-decode.el (mm-alternative-precedence): Ditto.
8861
8862 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8863
8864         * mm-decode.el (mm-user-automatic-display): Use enriched.
8865
8866 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8867
8868         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8869         right place.
8870
8871 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8874
8875         * gnus-art.el (article-update-date-lapsed): Only update header if
8876         buffer is dispalyed in frame.
8877         (gnus-article-prepare-display): New function.
8878         (gnus-article-prepare): Use it.
8879
8880 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8881
8882         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8883
8884         * mm-view.el (mm-insert-inline): New function.
8885
8886         * mm-decode.el (mm-pipe-part): Bugged.
8887
8888         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8889
8890         * mm-bodies.el (mm-encode-body): Move over the body.
8891
8892         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8893
8894         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8895
8896 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8897
8898         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8899           related functions.  Handle message/rfc822 parts.  Display subject on
8900           multipart summary lines.  Display name on sub-parts when available.
8901
8902 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8903
8904         * mailcap.el (mailcap-command-p): New version.
8905
8906 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8907
8908         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8909         groups.
8910
8911 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8912
8913         * message.el (message-make-date): Remove weekday name.
8914
8915         * mm-decode.el (mm-dissect-buffer): Protect against broken
8916         headers.
8917
8918         * mailcap.el (mailcap-command-in-path-p): New function.
8919         (mailcap-command-p): Renamed.
8920
8921 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8922
8923         * rfc2047.el (eval): Autoload.
8924
8925 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8928         (gnus-multi-decode-encoded-word-string): New function.
8929         (gnus-encoded-word-method-alist): New variable.
8930         (gnus-decode-encoded-word-functions): Removed.
8931
8932 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8933
8934         * gnus-int.el (gnus-request-replace-article): Replace
8935         message-narrow-to-headers with message-narrow-to-head
8936
8937 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8938
8939         * drums.el (drums-quote-string): Reversed match.
8940
8941         * message.el (message-make-date): Use weekday name.
8942
8943 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8944
8945         * gnus.el: Pterodactyl Gnus v0.30 is released.
8946
8947 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948
8949         * gnus-art.el (article-decode-encoded-words): Use it.
8950         (gnus-decode-header-function): New variable.
8951
8952         * gnus-sum.el (gnus-nov-parse-line): Use it.
8953         (gnus-decode-encoded-word-function): New variable.
8954
8955         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8956         buffer.
8957
8958         * gnus-art.el (gnus-insert-mime-button): Use widget.
8959         (gnus-widget-press-button): New function.
8960         (gnus-article-prev-button): Removed.
8961         (gnus-article-next-button): Ditto.
8962         (gnus-article-add-button): Ditto.
8963
8964         * gnus.el (gnus-article-mode-map): Inherit from widget.
8965         (gnus-article-mode-map): No, don't.
8966
8967         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
8968         (mm-content-id-alist): New variable.
8969         (mm-get-content-id): New function.
8970
8971         * gnus-art.el (gnus-request-article-this-buffer): Only decode
8972         articles if we are fetching to the article buffer.
8973
8974 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
8977         articles.
8978
8979 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
8982         (mm-default-mime-charset): New variable.
8983
8984         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
8985
8986         * drums.el (drums-quote-string): Reversed test.
8987
8988 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
8991         string.
8992
8993         * drums.el (drums-quote-string): New function.
8994
8995         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
8996         (rfc2047-b-encode-region): Chop lines.
8997         (rfc2047-q-encode-region): Ditto.
8998
8999 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9000
9001         * gnus.el: Pterodactyl Gnus v0.29 is released.
9002
9003 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9004
9005         * mm-decode.el (mm-save-part): Message right.
9006
9007 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * drums.el (drums-parse-address): Returned a list instead of a
9010         string.
9011         (drums-remove-whitespace): Skip comments.
9012         (drums-parse-addresses): Didn't work.
9013
9014 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9015
9016         * gnus.el: Pterodactyl Gnus v0.28 is released.
9017
9018 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9019
9020         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9021         starting point.
9022         (article-decode-encoded-words): Rename.
9023
9024         * message.el (message-narrow-to-headers-or-head): New function.
9025
9026         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9027         region.
9028
9029         * message.el (message-send-news): Encode body after checking
9030         syntax.
9031
9032         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9033
9034         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9035
9036         * gnus-art.el (gnus-display-mime): Respect disposition.
9037
9038         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9039
9040         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9041         text with annotations.
9042
9043         * message.el (message-make-date): Fix sign for negative time
9044         zones.
9045
9046         * mm-view.el (mm-inline-image): Insert a space at the end of the
9047         image.
9048
9049         * mail-parse.el: New file.
9050
9051         * rfc2231.el: New file.
9052
9053         * drums.el (drums-content-type-get): Removed.
9054         (drums-parse-content-type): Ditto.
9055
9056         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9057
9058 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9059
9060         * gnus.el: Pterodactyl Gnus v0.27 is released.
9061
9062 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9063
9064         * mm-decode.el (mm-alternative-precedence): New variable.
9065         (mm-preferred-alternative): New function.
9066
9067         * gnus-art.el (gnus-mime-copy-part): New command.
9068
9069         * mm-decode.el (mm-get-part): New function.
9070
9071         * mm-view.el: New file.
9072
9073         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9074         (mm-display-part): Default to mailcap-save-binary-file.
9075
9076 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9077
9078         * gnus.el: Pterodactyl Gnus v0.26 is released.
9079
9080 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081
9082         * mm-decode.el (mm-interactively-view-part): New function.
9083
9084         * gnus-art.el (gnus-mime-view-part): New command.
9085
9086         * mm-decode.el (mm-last-shell-command): New variable.
9087
9088         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9089
9090         * mm-decode.el (mm-save-part): New function.
9091
9092         * gnus-art.el (article-decode-charset): Protect against buggy
9093         content-types.
9094         (gnus-mime-pipe-part): New command.
9095         (gnus-mime-save-part): New command.
9096         (gnus-mime-button-map): New keymap.
9097         (gnus-mime-button-line-format): New variable.
9098         (gnus-insert-mime-button): New function.
9099         (gnus-display-mime): Use it.
9100
9101         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9102
9103         * mm-decode.el (mm-inline-text): Decode charsets.
9104
9105         * gnus-art.el (gnus-article-save): Comment fix.
9106
9107         * gnus-int.el (gnus-start-news-server): When in batch, don't
9108         prompt.
9109
9110         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9111         decode.
9112
9113         * mm-decode.el (mm-inline-media-tests): Add audio.
9114         (mm-inline-audio): New function.
9115
9116 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9117
9118         * gnus-art.el (article-make-date-line): Didn't work.
9119
9120         * parse-time.el (parse-time-string): One too many nils.
9121
9122 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9123
9124         * gnus.el: Pterodactyl Gnus v0.25 is released.
9125
9126 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9129         annotations.
9130
9131         * gnus.el ((featurep 'gnus-xmas)): New
9132         'gnus-annotation-in-region-p alias.
9133
9134 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * mm-util.el (mm-with-unibyte-buffer): New function.
9137
9138         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9139
9140         * mm-decode.el (mm-inline-media-tests): New variable.
9141
9142         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9143
9144         * gnus-art.el (gnus-article-mime-handles): New variable.
9145
9146         * drums.el (drums-narrow-to-header): New function.
9147
9148         * gnus-art.el (article-decode-charset): Use it.
9149
9150         * drums.el (drums-content-type-get): New function.
9151
9152         * mm-util.el (mm-content-type-charset): Removed.
9153
9154         * drums.el (drums-syntax-table): @ is word.
9155         (drums-parse-content-type): New function.
9156
9157         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9158         EDT" times.
9159
9160         * gnus-util.el (gnus-date-get-time): Use safe date.
9161
9162         * gnus-sum.el (gnus-show-mime): Removed.
9163         (gnus-summary-toggle-mime): Removed.
9164
9165         * gnus-art.el (gnus-strict-mime): Removed.
9166         (gnus-article-prepare): Don't do MIME.
9167         (gnus-decode-encoded-word-method): Removed.
9168         (gnus-show-mime-method): Removed.
9169
9170 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9171
9172         * gnus.el: Pterodactyl Gnus v0.24 is released.
9173
9174 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175
9176         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9177         PREFIX.
9178
9179         * parse-time.el (parse-time-rules): Accept times that look like
9180         "h:mm".
9181
9182         * message.el (message-make-date): Use zone properly.
9183
9184         * gnus.el: Autoload gnus-batch.
9185
9186         * gnus-art.el (article-de-quoted-unreadable): Do not do
9187         gnus-article-decode-rfc1522.
9188
9189         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9190
9191         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9192         param.
9193
9194         * message.el (message-encode-message-body): Check for us-ascii.
9195
9196         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9197         to the left.
9198
9199 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * gnus-art.el (article-decode-charset): Rename.
9202
9203 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9204
9205         * gnus.el: Pterodactyl Gnus v0.23 is released.
9206
9207 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * gnus-util.el (gnus-parent-id): Ditto.
9210         (gnus-put-text-property-excluding-newlines): Ditto.
9211
9212         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9213
9214 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9215
9216         * message.el (message-generate-headers): Generate User-Agent
9217         instead of X-Mailer & X-Newsreader.
9218
9219         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9220         User-Agent header format.
9221
9222 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9223
9224         * gnus.el: Pterodactyl Gnus v0.22 is released.
9225
9226 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * mm-util.el (mm-multibyte-p): Typo.
9229
9230 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9231
9232         * gnus.el: Pterodactyl Gnus v0.21 is released.
9233
9234 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9235
9236         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9237
9238 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * mm-util.el (mm-multibyte-p): New function.
9241
9242 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9243
9244         * gnus.el: Pterodactyl Gnus v0.20 is released.
9245
9246 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247
9248         * rfc2047.el (rfc2047-decode-region): Only decode when in
9249         multibyte.
9250
9251         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9252
9253         * gnus-int.el (gnus-request-replace-article): Encode.
9254         (gnus-request-accept-article): Encode.
9255
9256         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9257         here.
9258
9259         * gnus.el (gnus-article-display-hook): Take the charset functions
9260         out.
9261
9262         * time-date.el (safe-date-to-time): New function.
9263
9264         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9265
9266 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9267
9268         * gnus.el: Pterodactyl Gnus v0.19 is released.
9269
9270 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271
9272         * base64.el (base64-encode-region): Accept no-line-break.
9273
9274         * mm-util.el (mm-mime-charset): New function.
9275
9276         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9277
9278 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9279
9280         * gnus.el: Pterodactyl Gnus v0.18 is released.
9281
9282 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * message.el (message-send-and-exit): Return t on success.
9285         (message-make-date): Make a proper time zone.
9286
9287         * gnus-draft.el (gnus-draft-send): Only remove article if the
9288         sending is successful.
9289
9290         * drums.el (drums-get-comment): Return the last comment.
9291         (drums-parse-address): Parse old-style From headers.
9292
9293 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9294
9295         * gnus-sum.el (gnus-data-compute-positions): Move below
9296         `gnus-save-hidden-threads' so the former is correctly detected as
9297         a macro.
9298
9299 1998-09-06  Dave Love  <fx@gnu.org>
9300
9301         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9302         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9303         time for nicer failure if it's not available.
9304
9305 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9306
9307         * time-date.el (time-to-seconds): Renamed.
9308
9309         * parse-time.el (parse-time-string): Downcase before handling.
9310         (parse-time-rules): Times without seconds have 0 seconds.
9311
9312         * rfc2047.el (rfc2047-encode-region): New version.
9313         (rfc2047-dissect-region): New function.
9314
9315 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9316
9317         * message.el (message-make-date): Use symbolic zone.
9318
9319 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320
9321         * time-date.el (parse-time): Always use parse-time.
9322
9323         * parse-time.el (parse-time-syntax): Use vectors.
9324
9325 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9326
9327         * gnus.el: Pterodactyl Gnus v0.17 is released.
9328
9329 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * time-date.el: Renamed from "date".
9332
9333         * gnus.el: Removed all timezone dependencies.
9334
9335         * score-mode.el: Removed.
9336         (gnus-score-edit-insert-date): Use date.
9337
9338         * date.el (float-to-time): New function.
9339
9340         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9341
9342         * date.el (time-to-float): New function.
9343
9344         * message.el (message-make-date): Use format-time-string.
9345         (message-make-expires): Use make-date.
9346
9347         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9348
9349         * gnus-util.el (gnus-dd-mmm): Use date.
9350         (gnus-sortable-date): Ditto.
9351
9352         * message.el (message-make-date): Take an optional time.
9353
9354         * gnus: Applied patches from 5.6.43.
9355
9356         * date.el (if): Use parse-time.
9357
9358         * gnus-score.el (gnus-summary-score-entry): Make into a command
9359         again.
9360
9361         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9362         gnus-agent.
9363
9364         * gnus.el (gnus-agent-meta-information-header): Moved here.
9365
9366 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9367
9368         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9369         (gnus-agent-fetch-group-1): Score article headers using normal
9370         group score files if the download score rule of a category/group
9371         is `file'.
9372         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9373         deciding what articles to download.
9374         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9375         predicate processing if predicate is `true' or `false'.
9376
9377 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9380
9381         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9382
9383         * score-mode.el (score-mode-coding-system): New variable.
9384         (gnus-score-edit-exit): Use it.
9385
9386 1998-09-04  Jason R Mastaler  <jason@4b.org>
9387
9388         * drums.el: Corrected typo.
9389
9390 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9391
9392         * mm-bodies.el (mm-body-encoding): Faster version.
9393
9394 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * gnus-art.el (gnus-article-decode-charset): Only decode text
9397         things.
9398
9399         * message.el (message-output): Use rmail.
9400
9401         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9402         word part.
9403
9404         * mm-util.el (mm-charset-to-coding-system): Use
9405         rfc2047-default-charset.
9406         (mm-known-charsets): New variable.
9407
9408         * message.el (message-caesar-region): Bugged out.
9409
9410 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9411
9412         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9413         specifying `agent-predicate' in a group's parameters.
9414
9415 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9416
9417         * gnus.el: Pterodactyl Gnus v0.16 is released.
9418
9419 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * nnmail.el (nnmail-expired-article-p): Use predicate.
9422
9423         * date.el (time-less-p): Renamed.
9424
9425         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9426         from the headers.
9427
9428         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9429         functions.
9430
9431         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9432         all.
9433         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9434         to all functions.
9435
9436 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9437
9438         * gnus.el: Pterodactyl Gnus v0.15 is released.
9439
9440 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * date.el: New file.
9443
9444         * gnus-util.el (gnus-encode-date): Removed.
9445         (gnus-time-less): Ditto.
9446
9447         * nnmail.el (nnmail-date-to-time): Removed.
9448         (nnmail-time-less): Ditto.
9449         (nnmail-days-to-time): Ditto.
9450         (nnmail-time-since): Ditto.
9451
9452         * drums.el: New file.
9453
9454 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * message.el (message-encode-message-body): Encode headers with
9457         body encoding.
9458
9459         * rfc2047.el (rfc2047-default-charset): Renamed.
9460         (rfc2047-encodable-p): Use it.
9461
9462         * base64.el (mm-util): Required.
9463
9464 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9467         servers.
9468
9469         * gnus-util.el (gnus-output-to-rmail): Removed.
9470
9471         * gnus-art.el (gnus-summary-save-in-rmail): Use
9472         gnus-output-to-rmailrmail-output-to-rmail-file.
9473
9474         * rfc2047.el (rfc2047-decode-region): Fold case.
9475         (rfc2047-decode): Use decode-string.
9476
9477         * mm-util.el: Provide mm-char-int.
9478
9479 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9480
9481         * gnus.el: Pterodactyl Gnus v0.14 is released.
9482
9483 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9486         sure we have 7bit.
9487
9488 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9489
9490         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9491         ducplicates.
9492         (gnus-inews-insert-mime-headers): Removed.
9493
9494         * message.el (message-caesar-region): Protect against MULE chars.
9495
9496 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9497
9498         * mm-util.el (if): fset the right function.
9499
9500 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501
9502         * gnus-art.el (gnus-article-decode-charset): Use real
9503         read-coding-system.
9504
9505 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * mm-bodies.el (mm-decode-body): Protect against malformed
9508         base64.
9509         (mm-decode-body): Check that buffer-file-coding-system is
9510         non-nil.
9511
9512 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9513
9514         * gnus.el: Pterodactyl Gnus v0.13 is released.
9515
9516 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * gnus-util.el (gnus-strip-whitespace): Already defined.
9519         Removed.
9520
9521         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9522
9523         * gnus-util.el (gnus-strip-whitespace): New function.
9524
9525         * mm-util.el (mm-content-type-charset): Downcase.
9526
9527 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9530         (gnus-article-decode-charset): Don't fetch all headers.
9531
9532         * mm-util.el (mm-read-coding-system): New function.
9533
9534         * mm-bodies.el (mm-decode-body): Check the right charset.
9535
9536         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9537
9538         * gnus-art.el (gnus-article-mode-line-format): Use short group
9539         format.
9540
9541 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9542
9543         * gnus.el: Pterodactyl Gnus v0.12 is released.
9544
9545 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9548
9549         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9550         (gnus-article-decode-charset): Always run.
9551
9552         * mm-bodies.el (mm-decode-body): Decode cte.
9553
9554 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9555
9556         * gnus.el: Pterodactyl Gnus v0.11 is released.
9557
9558 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * message.el (message-encode-message-body): Ditto.
9561
9562         * gnus-art.el (gnus-article-decode-mime-words): New command and
9563         keystroke.
9564         (gnus-article-decode-charset): Ditto.
9565         (gnus-article-decode-charset): Only work under MULE.
9566
9567         * mm-util.el (mm-content-type-charset): New function.
9568
9569         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9570
9571         * message.el (message-send-mail): Insert MIME headers.
9572         (message-check-news-body-syntax): Don't warn for escape sequences.
9573         (message-check-news-body-syntax): Insert MIME headers.
9574
9575         * mm-bodies.el (mm-body-encoding): New function.
9576
9577         * message.el (message-encode-message-body): New function.
9578
9579         * mm-bodies.el: New file.
9580
9581         * mm-util.el (mm-narrow-to-head): New function.
9582
9583         * rfc2047.el (rfc2047-encode): Use it.
9584
9585         * mm-util.el: Provide mm-encode-coding-region.
9586
9587         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9588
9589         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9590
9591         * mm-util.el (mm-enable-multibyte): New function.
9592
9593         * message.el (message-set-work-buffer): Set multibyte.
9594
9595         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9596
9597         * gnus-util.el (gnus-point-at-eol): Removed.
9598         (gnus-point-at-bol): Ditto.
9599
9600         * base64.el (base64-decode-region): Commented out messaging.
9601
9602 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9603
9604         * gnus-msg.el (gnus-group-mail): make it behave like
9605         gnus-group-post-news with regards to the prefix (this enables the
9606         use of posting styles).
9607
9608 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * gnus.el (gnus-article-display-hook): Added
9611         gnus-article-decode-rfc1522 to hook.
9612
9613 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9614
9615         * gnus.el: Pterodactyl Gnus v0.10 is released.
9616
9617 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618
9619         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9620         hook to be run.
9621
9622 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9625
9626         * mm-util.el (mm-charsets-in-region): Removed.
9627
9628         * rfc2047.el: Renamed file.
9629
9630         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9631
9632         * message.el (message-mode): Set multibyte.
9633
9634         * mm-util.el (mm-charsets-in-region): Copied here.
9635
9636         * gnus-util.el: Removed gnus-truncate-string.
9637
9638         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9639
9640         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9641         (rfc1522-encodable-p): New function.
9642         (rfc1522-encode-message-header): Use it.
9643
9644 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9645
9646         * gnus.el: Pterodactyl Gnus v0.9 is released.
9647
9648 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649
9650         * mm-util.el: Shadow encode-coding-string.
9651
9652         * base64.el (base64-encode-region): Don't add newline.
9653
9654         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9655
9656         * mm-util.el: New file.
9657
9658         * mm-decode.el: Somewhat depleted.
9659         * mm-encode.el: Ditto.
9660
9661         * rfc1522.el: New file.
9662
9663         * mm-util.el (mm-replace-chars-in-string): Copied here.
9664
9665         * mm-encode.el (mm-q-encode-region): New function.
9666
9667         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9668         param.
9669
9670         * mm-encode.el (mm-encode-word-region): Downcase.
9671
9672 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9673
9674         * gnus.el: Pterodactyl Gnus v0.8 is released.
9675
9676 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * message.el (message-send-mail): Encode headers.
9679
9680         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9681         (quoted-printable-encode-region): Upcase.
9682
9683         * message.el (message-default-charset): New variable.
9684
9685         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9686
9687         * message.el (message-narrow-to-field): Changed name.
9688
9689         * mm-encode.el: New file.
9690
9691         * message.el (message-narrow-to-header): New function.
9692
9693         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9694         right buffer.
9695
9696 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9697
9698         * gnus.el: Pterodactyl Gnus v0.7 is released.
9699
9700 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9701
9702         * gnus.el: Remove autoload for
9703         gnus-article-mime-decode-quoted-printable.
9704
9705         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9706         be decoded in non-MULE Emacsen.
9707
9708         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9709
9710 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9711
9712         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9713
9714 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9715
9716         * mm-decode.el: Check for coding-system-list.
9717
9718 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9719
9720         * gnus.el: Pterodactyl Gnus v0.6 is released.
9721
9722 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * nnheader.el (fboundp): Protect code-coding-string.
9725
9726         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9727         is available.
9728
9729 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9730
9731         * gnus.el: Pterodactyl Gnus v0.5 is released.
9732
9733 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9736         (gnus-hack-decode-rfc1522): Removed.
9737
9738         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9739
9740 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9741
9742         * gnus.el: Gnus v0.4 is released.
9743
9744 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * gnus-art.el (gnus-article-decode-mime-words): New command and
9747         keystroke.
9748
9749         * qp.el (quoted-printable-decode-region): Don't use hexl.
9750
9751         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9752
9753         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9754         (gnus-structured-field-decoder): Removed.
9755         (gnus-unstructured-field-decoder): Ditto.
9756
9757         * mm-decode.el: New file.
9758
9759         * qp.el: New file.
9760
9761         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9762
9763         * gnus-ems.el (fboundp): Removed gnus-split-string.
9764
9765         * gnus.el (gnus-splash-face): Doc fix.
9766
9767         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9768
9769         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9770         hexl.
9771
9772         * nnheader.el (nnheader-temp-write): Removed.
9773
9774 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9775
9776         * gnus.el: Gnus v0.3 is released.
9777
9778 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9779
9780         * gnus.el: Gnus v0.2 is released.
9781
9782 ;; Local Variables:
9783 ;; coding: iso-2022-7bit
9784 ;; End: