2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
[gnus] / lisp / ChangeLog
1 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
2
3         * message.el (message-setup-fill-variables): New variable.
4         (message-mode): Use it.
5
6 2000-10-05  Dave Love  <fx@gnu.org>
7
8         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
9         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10
11         * binhex.el: Use defalias, not fset.
12
13         * rfc1843.el: Require cl when compiling.
14
15 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16
17         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
18
19 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
20
21         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
22         adjacent.
23
24 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
25
26         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
27         (mm-find-charset-region): Merge conditions, delete ascii.
28         (mm-charset-after): Rewrite.
29         * mm-bodies.el (mm-encode-body): Use it.
30
31 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
32
33         * webmail.el (webmail-hotmail-list): Fix.
34
35 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
36
37         * nnimap.el (require): cl.
38
39 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
40
41         * gnus-art.el (gnus-article-prepare): Configure windows before
42         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
43         window might be overrided.
44
45 2000-10-04  Dave Love  <fx@gnu.org>
46
47         * gnus-ems.el (gnus-article-display-xface)
48         [gnus-article-compface-xbm]: Fix.
49         (gnus-x-splash): Bind width, height.
50
51 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
52
53         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
54         when it is called interactively.
55
56 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
57
58         * gnus-art.el (gnus-mime-action-alist): New variable.
59         (gnus-mime-action-on-part): Use it.
60         (gnus-mime-button-commands): Add command ".".
61
62 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
63
64         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
65
66 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
67
68         * lpath.el: "." is in the load-path because dgnushack.el.
69
70 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
71
72         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
73
74         * nnheader.el: ditto
75
76         * mm-util.el: ditto
77
78         * message.el: ditto
79
80         * binhex.el: ditto
81
82         * gnus-audio.el: removed unnecessary xemacs test
83
84         * earcon.el: ditto
85         
86 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * nnweb.el (nnweb-decode-entities): Work for non-character
89         entities. 
90
91 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus.el: Message the quit parts.
94
95 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
96
97         * mail-source.el (mail-source-fetch-maildir): Don't insert
98         newlines.
99
100 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
101
102         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
103         lpath.el. Don't compile base64.el if there is builtin base64.
104
105 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
106
107         * base64.el (Repository): Use featurep for XEmacs test.
108
109 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
110
111         * nntp.el (nntp-retrieve-data): Don't ignore quit.
112
113 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
114
115         * gnus-art.el (gnus-article-banner-alist): New variable.
116         (article-strip-banner): Use it.
117         * gnus-cus.el (gnus-group-parameters): Allow symbol.
118
119 2000-10-02  Dave Love  <fx@gnu.org>
120
121         * smiley-ems.el: New file.
122
123         * gnus-ems.el (gnus-smiley-display): Autoload.
124         (mouse-set-point, set-face-foreground, set-face-background)
125         (x-popup-menu): Don't clobber these.
126         (gnus-article-compface-xbm): New variable.
127         (gnus-article-display-xface): Move graphic test.  Use unibyte.
128         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
129
130         * mml.el (require): Fix typo.
131         (mml-parse-1): Modify unknown encoding prompt.
132
133         * mail-source.el (mail-sources): Revert to nil.
134
135         * nnmail.el (nnmail-spool-file): Revert previous change.
136
137         * gnus.el: Don't require custom, message.
138         (gnus-message-archive-method): Wrap initializer in progn and
139         require message here.
140
141 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
142
143         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
144         image's :ascent to 80.  That gives a mode-line which is approx.
145         as tall as the normal one.
146
147 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
148
149         * webmail.el (webmail-hotmail-list): Fix.
150
151 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
152
153         Don't postpone GCC if none of GCC methods is agent-covered.  This
154         fix presumes that the post-method must be agent-covered if any Gcc
155         method is agent-covered.
156
157         * gnus-msg.el (gnus-inews-group-method): New function.
158         (gnus-inews-do-gcc): Use it.
159         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
160         (gnus-agent-possibly-save-gcc): Use it.
161         (gnus-agent-possibly-do-gcc): Ditto.
162
163 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
164
165         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
166         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
167
168 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
169
170         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
171         webmail-hotmail-list): Update.
172
173 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
174
175         * mail-source.el (mail-source-report-new-mail): Use
176         nnheader-cancel-timer.
177
178 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
179
180         * lpath.el (overlay-*): Shut up.
181         * dgnushack.el: Two implementations of smiley.
182
183 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
184
185         * gnus-ml.el: Usage.
186         (gnus-mailing-list-archive, gnus-mailing-list-owner,
187         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
188         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
189         (gnus-mailing-list-menu): Define it.
190         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
191         
192         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
193
194 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
195
196         * webmail.el (webmail-my-deja-*): Rewrite.
197
198 2000-09-30  Simon Josefsson  <simon@josefsson.org>
199
200         * nnimap.el (nnimap-request-accept-article): Remove \n's from
201         From_ lines.
202
203 2000-08-05  Simon Josefsson <simon@josefsson.org>
204
205         Make GCC to remote groups work when unplugged
206         (postpone GCC until message is actually sent).
207
208         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
209
210         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
211         (gnus-agent-restore-gcc): 
212         (gnus-agent-possibly-save-gcc): New functions.
213
214         * gnus-msg.el (gnus-inews-add-send-actions): Use
215         `gnus-agent-possibly-do-gcc' if Agentized.
216         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
217         to `message-header-hook'.
218
219         * gnus.el (gnus-agent-gcc-header): New variable.
220
221 2000-07-13  Simon Josefsson <simon@josefsson.org>
222
223         Asks the user to synch flags with server when you plug in.
224
225         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
226         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
227         (gnus-agent-toggle-plugged): Call it.
228         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
229         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
230         (gnus-agent-possibly-synchronize-flags): New function.
231         (gnus-agent-possibly-synchronize-flags-server): New function.
232
233 2000-09-30  Simon Josefsson  <simon@josefsson.org>
234
235         * starttls.el: New file, by Daiki Ueno.
236
237 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
238
239         * message.el (message-make-in-reply-to): In-Reply-To is message-id
240         (see DRUMS).
241         
242 2000-09-29  Simon Josefsson  <simon@josefsson.org>
243
244         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
245         prefetch.
246
247 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
250         sending a command; allow the rtelnet prompt as well.
251
252 2000-09-29  Simon Josefsson  <simon@josefsson.org>
253
254         * message.el (message-send): Make sure error is signalled if no
255         send method is specified.
256
257 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
258
259         * qp.el (quoted-printable-encode-region): Wrap with
260         `mm-with-unibyte-current-buffer'.
261
262 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
263
264         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
265           McEwan's proposal.
266         
267 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
268
269         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
270         the GNU assignment issue.
271
272 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
273
274         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
275
276 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
277
278         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
279
280 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
281
282         * gnus-art.el (article-strip-banner): Use
283         gnus-group-find-parameter rather than gnus-group-get-parameter, to
284         allow inheritance on the banner.
285         From elkin@tverd.astro.spbu.ru.
286
287 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
288
289         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
290
291 2000-09-26  Dave Love  <fx@gnu.org>
292
293         * gnus-draft.el: Don't require gnus-agent.
294
295         * mm-view.el: Use featurep for XEmacs test.
296         (mm-inline-message): Test for `remove-specifier'; don't use
297         condition-case.
298
299 >>>>>>> 5.672
300 2000-09-24  Simon Josefsson  <simon@josefsson.org>
301
302         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
303
304         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
305         support ACL's.
306
307         * nnimap.el (nnimap-acl-get): Check capability.
308
309         * mail-source.el (mail-source-imap-file-coding-system): New variable.
310         (mail-source-fetch-imap): Use it.
311
312         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
313         (rfc2104-hash): Use it.
314
315         * imap.el (imap-starttls-p): Check for starttls binary.
316         (imap-starttls-open): More verbose.
317         (imap-gssapi-auth): Ditto.
318         (imap-kerberos4-auth): Ditto.
319         (imap-cram-md5-auth): Ditto.
320         (imap-login-auth): Ditto.
321         (imap-anonymous-auth): Ditto.
322         (imap-digest-md5-auth): Ditto.
323         (imap-open): Ditto.
324         (imap-digest-md5-p): Check capability first.
325
326 2000-09-24  Simon Josefsson  <simon@josefsson.org>
327
328         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
329         (imap-login-p): Support LOGINDISABLED.
330
331 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
332
333         * rfc2104.el: Add SHA-1 example.
334
335 2000-09-22  Simon Josefsson  <simon@josefsson.org>
336
337         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
338
339 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
340
341         * lpath.el: Bind nnkiboze-score-file.
342
343 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
344
345         * gnus-score.el (gnus-score-use-all-scores): New variable.
346         (gnus-all-score-files): Use it.
347         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
348         (nnkiboze-enter-nov): Fix it when there is no xref.
349         (nnkiboze-generate-groups): List groups.
350         * gnus-group.el (gnus-group-make-kiboze-group): Use 
351         nnkiboze-score-file.
352         
353         * nnkiboze.el (nnkiboze-request-article): Use
354         gnus-cache-request-article.
355         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
356
357 2000-07-16 Dmitry Bely <dbely@mail.ru>
358
359         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
360
361 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
362
363         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
364
365 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
366
367         * message.el (message-default-charset): Set default value in
368         non-MULE XEmacsen as iso-8859-1.
369
370 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
371
372         * gnus-demon.el: Use (featurep 'xemacs).
373         * gnus-agent.el: timer vs. itimer.
374         * mail-source.el: Ditto.
375
376 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
377
378         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
379         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
380         * gnus-sum.el (gnus-nov-parse-line): Ditto.
381         * nnkiboze.el (nnkiboze-file-coding-system): New.
382         (nnkiboze-retrieve-headers): Use it.
383         (nnkiboze-request-group): Ditto.
384         (nnkiboze-close-group): Ditto.
385         (nnkiboze-generate-group): Ditto.
386         (nnkiboze-enter-nov): Insert first Xref properly.
387
388 2000-09-19  Dave Love  <fx@gnu.org>
389
390         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
391         (nnmail-get-new-mail): Test `sources' in top-level conditional.
392
393         * mail-source.el (mail-sources): Change default to '((file)).
394         Add useful custom type.
395
396 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
397
398         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
399         year).
400         (gnus-date-iso8601): Ditto.
401
402 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
403
404         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
405
406 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
407
408         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
409         pattern. Avoid using 8 bit chars.
410         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
411
412 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
413
414         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
415         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
416         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
417         functions are not implemented yet.
418         
419         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
420         x-overlay.el from the FSF Emacs black list.
421
422 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
423
424         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
425         (mm-inline-media-tests): Ditto.
426         (mm-automatic-display): Ditto.
427         * mm-view.el (mm-display-inline-fontify): Generalize from 
428         mm-display-patch-inline. 
429         (mm-display-patch-inline): Use it.
430         (mm-display-elisp-inline): Ditto.
431         
432 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
433
434         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
435         (gnus-topic-unmark-topic): Ditto.
436         (gnus-topic-mark-topic): Ditto.
437         (gnus-topic-get-new-news-this-topic): Use it.
438
439 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
440
441         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
442         display xface.
443
444 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
447         zombie or killed groups.
448         
449 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
450
451         * mml.el (mml-preview): Reinsert unibyte content. 
452         (mml-parse-1): Remove with-unibyte-current-buffer.
453         (mml-generate-mime-1): Ditto.
454         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
455         * message.el (message-forward): Ditto.
456
457 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
458
459         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
460         original article buffer.
461         (article-de-base64-unreadable): Ditto.
462         (article-wash-html): Ditto.
463
464 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
465
466         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
467         unless forward-show-mml.
468
469 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
470
471         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
472         (gnus-summary-save-parts-last-directory): New.
473         (gnus-summary-save-parts): Save history.
474
475 2000-09-14 Ben Gertzfield <che@debian.org>
476
477         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
478         variable.
479         (gnus-summary-save-parts): Use it.
480
481 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
482
483         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
484         * gnus-sum.el (gnus-summary-exit): Ditto.
485         (gnus-summary-exit-no-update): Ditto.
486         (gnus-summary-show-article): Ditto.
487
488 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
489
490         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
491         Content-Disposition.
492
493 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
494
495         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
496
497 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
498
499         * gnus-art.el (gnus-article-setup-buffer): Set
500         gnus-article-mime-handles to nil.
501         * gnus-sum.el (gnus-summary-exit): Ditto.
502         (gnus-summary-exit-no-update): Ditto.
503         (gnus-summary-show-article): Ditto.
504         (gnus-summary-save-parts): Use gnus-article-mime-handles if
505         dissected.
506         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
507
508 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
509
510         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
511         (gnus-sort-threads-1): New function. Sort threads recursively.
512         (gnus-sort-threads): Use it.
513         (gnus-sort-gathered-threads): Doc fix.
514
515 2000-09-13  Dave Love  <fx@gnu.org>
516
517         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
518
519         * gnus-ems.el (gnus-ems-redefine): Don't alias
520         gnus-summary-set-display-table.
521
522         * message.el (message-user-agent): Don't wrap ignore-errors around
523         it.
524
525         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
526         `format'.
527         (mm-content-transfer-encoding): Don't use cadar.
528
529         * uudecode.el (uudecode-decoder-program) 
530         (uudecode-decoder-switches): Customize.
531
532         * gnus-score.el (gnus-home-score-file): Improve custom type.
533
534         * gnus-cus.el (gnus-custom-mode): Conditionally set local
535         variables for Emacs 21.
536         (gnus-group-customize): Disable undo while laying out the buffer.
537
538 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
539
540         * gnus-util.el (gnus-write-active-file): Bind
541         coding-system-for-write.
542
543 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
544
545         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
546         
547         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
548         * gnus-kill.el (gnus-batch-score): Ditto.
549         * gnus-move.el (gnus-change-server): Ditto.
550         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
551
552 2000-09-12  Simon Josefsson  <simon@josefsson.org>
553
554         * gnus-sum.el (gnus-update-read-articles): Undo
555         `gnus-request-set-mark' operation.
556
557 2000-09-11  Dave Love  <fx@gnu.org>
558
559         * Changelog: Use iso-2022 coding.
560
561         * gnus-msg.el (gnus-msg-mail): New function.
562         (gnus-user-agent): New mail agent.
563
564 2000-09-10  Dave Love  <fx@gnu.org>
565
566         * message.el: Require mail-abbrevs for XEmacs for a problem with
567         keybinding despite the autoloads for it.
568
569 2000-09-08  Simon Josefsson  <simon@josefsson.org>
570
571         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
572
573         * nnimap.el (nnimap-request-update-info-internal): Remove tick
574         marks from dormant articles. (See nnimap-request-set-mark.)
575         (nnimap-retrieve-headers-progress): Demule.
576         (nnimap-open-server): Call nnoo-change-server twice, once for
577         getting the nnimap-server-buffer and once for letting n-c-s set
578         the variables in that buffer.
579
580 2000-09-08  David Edmondson <dme@dme.org>
581
582         * gnus.el (gnus-short-group-name): Guess separator.
583
584 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
585
586         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
587         XEmacs as well.
588
589 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
590
591         * gnus-group.el (gnus-group-insert-group-line): Fix.
592
593 2000-09-04  Dave Love  <fx@gnu.org>
594
595         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
596         (mm-get-image): Avoid the losing `make-glyph' from W3.
597
598 2000-09-03  Simon Josefsson  <simon@josefsson.org>
599
600         * gnus-sum.el (gnus-summary-delete-article): Check server.
601
602 2000-09-01  Simon Josefsson  <simon@josefsson.org>
603
604         * imap.el (imap-parse-flag-list): Rewrite.
605
606         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
607
608         * imap.el (imap-parse-flag-list): Hack.
609
610 2000-08-29  Dave Love  <fx@gnu.org>
611
612         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
613
614         * dgnushack.el (mapcon, union): Remove compiler macros.
615
616         * gnus-agent.el (gnus-agent-union): new function.
617         (gnus-agent-fetch-headers): Use it.
618
619         * gnus.el (gnus-group-startup-message): Specify foreground and
620         background for xpm image.  Centre image vertically.
621         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
622
623 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
624
625         * message.el (message-send-mail): Narrow-to-headers.
626
627 2000-08-24  Dave Love  <fx@gnu.org>
628
629         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
630         21.
631
632 2000-08-23  Dave Love  <fx@gnu.org>
633
634         * dgnushack.el: Remove `member-if' compiler macro.
635
636 2000-08-21  Dave Love  <fx@gnu.org>
637
638         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
639
640 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
641
642         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
643         permanent is used.
644         (gnus-topic-show-topic): Read topic when to show permanent hidden
645         topic.
646         (gnus-topic-remove-topic): Revert to the old behavior, not using
647         hide.
648
649 2000-08-21  Dave Love  <fx@gnu.org>
650
651         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
652         (gnus-xemacs): Use featurep.
653
654         * mm-util.el (mm-read-charset): Maybe use builtin.
655         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
656         (mm-multibyte-p, mm-with-unibyte-current-buffer)
657         (mm-with-unibyte): Use featurep, not string-match.
658         (mm-with-unibyte-buffer): Simplify.
659         (mm-quote-arg): Maybe use shell-quote-argument.
660
661         * mml.el (mml-make-string): Deleted (unused).
662
663         * gnus.el (gnus-mode-line-buffer-identification): Supply
664         definition for Emacs 21.
665
666         * gnus-salt.el: Small doc fixes.
667         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
668         gnus-add-minor-mode.
669
670         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
671         gnus-add-minor-mode.
672
673 2000-08-20  Simon Josefsson  <simon@josefsson.org>
674
675         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
676         function, thanks to Lloyd Zusman for debugging.
677         (nnimap-request-group): 
678         (nnimap-request-list): 
679         (nnimap-retrieve-groups): 
680         (nnimap-request-newgroups): Use it.
681
682         * nnimap.el (nnimap-request-article-part): Less verbose.
683
684 2000-08-19  Andreas Jaeger  <aj@suse.de>
685
686         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
687         subst-char-in-string since we test elsewhere whether it's bound.
688         
689 2000-08-18  Dave Love  <fx@gnu.org>
690
691         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
692         custom type.
693
694         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
695         gnus-group-running-xemacs.
696
697         * nnheader.el (nnheader-replace-chars-in-string): Use
698         subst-char-in-string if available.
699
700         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
701         (gnus-request-article-this-buffer): Use expand-file-name.
702         (gnus-mime-view-part-as-type): Simplify interactive spec.
703         (gnus-mime-button-map): Define it all in defvar.
704
705 2000-08-17  Dave Love  <fx@gnu.org>
706
707         * gnus-group.el (gnus-group-running-xemacs): Deleted.
708
709         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
710         last-nonmenu-event.
711
712         * uudecode.el (char-int): Use defalias, not fset.
713
714         * score-mode.el: Don't require easymenu.  Require mm-util.
715         (score-mode-coding-system): Use mm-auto-save-coding-system.
716
717         * nneething.el (nneething-create-mapping): Don't use cadar & al.
718         (nneething-file-name): Use expand-file-name, not concat.
719
720 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
721
722         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
723         Failure proof for email addresses.
724         (nnslashdot-sane-retrieve-headers): Ditto.
725
726 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * message.el (message-send-mail): Only insert courtesy message
729         when text/plain.
730
731 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
732
733         * message.el (message-cancel-news): Copy the From header from the
734         original article.
735
736 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * gnus-async.el (gnus-asynchronous): Removed.
739
740 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
741
742         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
743         format.
744
745 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
746
747         * nnmail.el (nnmail-expiry-target-group): Fixed.
748
749 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
750
751         * nnmail.el (nnmail-expiry-target-group): Fix the call to
752         gnus-request-accept-article so that body encoding is *not* done.
753         Encoding is not done on incoming mail, so why should it be done on
754         expired mail?
755
756
757 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
758
759         * nnml.el (nnml-request-expire-articles): Fix the calls to
760         nnml-request-article (the filename was being passed instead of the
761         article number) and nnmail-expiry-target-group
762         (nnml-current-directory is changed by nnml-request-accept-article,
763         causing it to be incorrect for the next article to be expired).
764
765 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
766
767         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
768         expiry-target group parameters. 
769
770 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
773         buffer.
774         (gnus-topic-hide-topic): Take a PERMANENT parameter.
775         (gnus-topic-show-topic): Ditto.
776
777         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
778
779 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
780
781         * mail-source.el (mail-source-incoming-file-prefix): New
782         variable. 
783
784 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
787
788         * mailcap.el (mailcap-maybe-eval): Be even more warning.
789
790 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
791
792         * message.el (message-syntax-checks): New check quotin-style: 
793         Text must be written below quoted text.
794         (message-check-news-body-syntax): Check it.
795
796 2000-08-11  Simon Josefsson  <simon@josefsson.org>
797
798         * imap.el (imap-authenticator-alist): Fix typo.
799         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
800         Jonas Oberg for debugging.
801
802 2000-08-11  Simon Josefsson  <simon@josefsson.org>
803
804         * gnus-async.el (gnus-asynchronous): Disable by default.
805
806 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * mm-view.el (mm-inline-text): Bind fill-column.
809
810         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
811         list of unexpired articles.
812
813         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
814         un-expired articles. 
815
816         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
817         headers. 
818
819         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
820         we update the right topic.. 
821
822         * mm-decode.el (mm-display-external): Put point at start. 
823
824 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
825
826         * nnmail.el (nnmail-expiry-target): More explicit documentation.
827
828         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
829
830 2000-08-09  Simon Josefsson <simon@josefsson.org>
831
832         * imap.el (imap-parse-body):
833         (imap-parse-string-list): Add bug workarounds for Stalker
834         Communigate Pro 3.0 server.
835         (imap-body-lines): Remove bogus comment.
836
837         * imap.el (imap-range-to-message-set): Move from nnimap.el.
838
839         * nnimap.el (nnimap-retrieve-which-headers):
840         (nnimap-retrieve-headers-from-server):
841         (nnimap-request-set-mark):
842         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
843
844 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
845
846         * message.el (message-dont-reply-to-names):
847         rmail-dont-reply-to-names may not be defined.
848
849 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
850
851         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
852         not use pop.
853
854 2000-07-19  Dave Love  <fx@gnu.org>
855
856         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
857         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
858         check.
859         (gnus-article-display-xface): Special-case for dark backgrounds.
860
861 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
862
863         * imap.el (imap-calculate-literal-size-first): New variable.
864         (imap-local-variables): Add it.
865         (imap-kerberos4-open): Set it.
866         (imap-send-command): Use it.
867
868 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
869
870         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
871         (mailcap-parse-mimetypes): Use it.
872         (mailcap-extension-to-mime): Parse mimetype.
873         (mailcap-mime-types): Ditto.
874         * mml.el (mml-minibuffer-read-type): Ditto.
875
876 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
877
878         * nndoc.el (nndoc-type-alist): Add outlook.
879         (nndoc-outlook-type-p): New function.
880         (nndoc-outlook-article-begin): Ditto.
881
882 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
883
884         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
885         excursion.
886
887 2000-07-15  Simon Josefsson  <simon@josefsson.org>
888
889         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
890
891         * imap.el (imap): 
892         (imap-kerberos4-program): 
893         (imap-gssapi-program): 
894         (imap-ssl-program): Customization.
895         (imap-shell-program): 
896         (imap-shell-host): New variables.
897         (imap-streams): 
898         (imap-stream-alist): Add shell.
899         (imap-shell-p): 
900         (imap-shell-open): New functions.
901         (imap-open): Don't call authenticator if preauth.
902         (imap-authenticate): Return t if already authenticated.
903
904 2000-07-14  Simon Josefsson  <simon@josefsson.org>
905
906         * gnus.el (gnus-invalid-group-regexp): New variable.
907         (gnus-read-group): Use it.
908
909 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
910
911         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
912         expunge-below and orphan-score are "group variables".
913
914 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
915
916         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
917         qualified group names to `gnus-group-read-ephemeral-group'.
918
919 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * dgnushack.el (srcdir): Define it before use it.
922
923 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
924
925         * gnus-sum.el: `W t' is toggle-header in info.
926
927 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
928
929         * lpath.el: Fbind subst-char-in-string.
930
931 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
932
933         * Makefile.in: Use W3DIR and lispdir.
934         * dgnushack.el: Ditto.
935
936 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
937
938         * gnus-art.el (article-de-base64-unreadable): Typo.
939
940 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
941
942         * gnus-agent.el (require): Require timer.
943
944 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
945
946         * message.el (message-bounce): Call mime-to-mml.
947
948 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nnslashdot.el (nnslashdot-request-close): New function.
951
952 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
955         right line number for the article.
956
957 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
958
959         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
960         * webmail.el (webmail-fetch): Bind 
961         url-http-silence-on-insecure-redirection.
962
963 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
964
965         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
966         unibyte.
967         (nnslashdot-sane-retrieve-headers): Ditto.
968         (nnslashdot-request-article): Ditto.
969
970 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
971
972         * mailcap.el (mailcap-parse-mimetype-file): 
973
974 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
975
976         * nnweb.el (nnweb-insert): Stricter test.
977         * webmail.el (webmail-refresh-redirect): Ditto.
978
979 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
980
981         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
982
983 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
984
985         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
986
987 2000-07-05  Dave Love  <fx@gnu.org>
988
989         * utf7.el: Doc and header fixes.
990
991         * gnus-sum.el: Doc fixes.
992
993         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
994         defalias, not fset.
995
996         * flow-fill.el (fill-flowed-point-at-eol)
997         (fill-flowed-point-at-bol): Use defalias, not fset.
998
999         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1000         (gnus-Plain-save-name): Delete -- apparently bogus.
1001
1002 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnsoup.el: Use expand-file-name throughout.
1005
1006 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1007
1008         * nnmail.el (nnmail-read-incoming-hook): New example.
1009
1010 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * mm-view.el (mm-inline-text): Check whether the text has already
1013         been decoded.
1014
1015 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1016
1017         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1018
1019 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1020
1021         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1022
1023 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1024
1025         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1026         unsend flags.
1027
1028 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1029
1030         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1031         name in authinfo (.authinfo now support ports, no need for the
1032         hack).
1033         (nnimap-split-find-rule): Fix.
1034         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1035
1036 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1037
1038         * message.el (message-unquote-tokens): Remove all quotes.
1039
1040 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1041
1042         * gnus-ml.el: New file. 
1043
1044 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * nnultimate.el (nnultimate-request-close): New function.
1047
1048         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1049
1050 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1051
1052         * Makefile.in: Better support for xemacs builds
1053
1054 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1055
1056         * gnus.el: Gnus v5.8.7 is released.
1057
1058 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1061
1062 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1063
1064         * message.el (message-do-fcc): Encode MIME.
1065
1066 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1067
1068         * lpath.el: Fbind image-size.
1069
1070 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1071
1072         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1073         (nnimap-assoc-match): New function.
1074         (nnimap-split-find-rule): Support extended syntax.
1075
1076 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1077
1078         * nnimap.el (nnimap-open-connection): Use port stuff.
1079
1080         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1081         document port and defaultport.
1082
1083 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1084
1085         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1086
1087 2000-06-26  Dave Love  <fx@gnu.org>
1088
1089         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1090
1091         * message.el: Remove unnecessary `require'ments.  Defvar
1092         gnus-list-identifiers when compiling.  Don't try to autoload
1093         variable `gnus-list-identifiers'.  Autoload
1094         gnus-group-name-charset.
1095         (message-fetch-field): Don't assume `format' removes text
1096         properties.
1097         (message-strip-list-identifiers, message-reply, message-followup):
1098         Require gnus-sum.
1099         (message-mode): Tidy XEmacs conditionals.
1100         (message-replace-chars-in-string): Use subst-char-in-string when
1101         available.
1102
1103         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1104         Define if necessary.
1105
1106         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1107         removes text properties.
1108
1109         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1110
1111         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1112
1113         * gnus-score.el (gnus-summary-score-entry): Likewise.
1114
1115 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * nnimap.el (nnimap-request-post): Fix parenthesis.
1118
1119 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1120
1121         * message.el (message-unquote-tokens): New function.
1122
1123         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1124
1125         * nnimap.el (nnimap-request-post): Ditto.
1126
1127 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1128
1129         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1130
1131         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1132         patch commited 2000-04-02).
1133
1134 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1135
1136         * imap.el (imap-mailbox-examine-1): New function.
1137         (imap-message-copyuid-1):
1138         (imap-message-appenduid-1): Use it, instead of
1139         `imap-mailbox-examine' which would utf-7 encode mailbox name
1140         twice.
1141
1142 2000-06-19  Dave Love  <fx@gnu.org>
1143
1144         * mm-uu.el Don't require message.  Require cl when compiling.
1145
1146 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1147
1148         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1149         a local variable.
1150         * gnus-sum.el (gnus-orphan-score): Move here.
1151
1152 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1153
1154         * message.el (message-forward): Remove show-mml condition.
1155         (message-forward-ignored-headers): Remove X-Gnus headers.
1156
1157 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1158
1159         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1160
1161 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1162
1163         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1164
1165 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1166
1167         * message.el (message-syntax-checks): Add type.
1168
1169 2000-06-07  Dave Love  <fx@gnu.org>
1170
1171         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1172         put-image.
1173         (mm-inline-image): Defalias, not fset.
1174
1175         * gnus.el (gnus-group-startup-message): Don't specify string for
1176         insert-image.
1177
1178         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1179         add-minor-mode is available.
1180         (gnus-article-display-xface): Don't specify string for
1181         insert-image.
1182
1183 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1184
1185         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1186         (gnus-topic-insert-topic-line): Use shownp.
1187         (gnus-topic-hide-topic): Don't use hidden.
1188         (gnus-topic-show-topic): Don't use hidden.
1189
1190 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1191
1192         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1193         system.
1194         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1195         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1196         * gnus-util.el (gnus-output-to-rmail): Ditto.
1197         (gnus-output-to-mail): Ditto.
1198         (gnus-write-buffer): Ditto.
1199         * gnus-uu.el (gnus-uu-save-article): Ditto.
1200
1201 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1202
1203         * message.el (message-read-from-minibuffer): Typo.
1204
1205 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1206
1207         * gnus-art.el (article-decode-charset): Override non-MIME forward
1208         charset.
1209
1210 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1211
1212         * mml.el (mml-quote-region): Correct the regexp.
1213         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1214
1215 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1216
1217         * message.el (message-forward): Insert raw text.
1218         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1219         (mml-generate-mime-1): Insert raw text in unibyte mode.
1220
1221 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1222
1223         * mm-bodies.el (mm-body-encoding): Always encoded if
1224         `mm-use-ultra-safe-encoding' is set.
1225
1226 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1227
1228         * mml.el (ange-ftp-name-format): Typo.
1229
1230 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1231
1232         * gnus-start.el (gnus-get-unread-articles): If
1233         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1234         try to do anything on that server.
1235         
1236 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1237
1238         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1239         from latest draft.
1240
1241 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1242
1243         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1244         is open.
1245
1246 2000-05-24  Dave Love  <fx@gnu.org>
1247
1248         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1249
1250 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1251
1252         * gnus.el (gnus-redefine-select-method-widget): new function, call
1253         it once. Add an "other" entry for unknown but editable backend
1254         name symbols.
1255         * gnus-start.el (gnus-declare-backend): use it.
1256
1257 2000-05-19  Dave Love  <fx@gnu.org>
1258
1259         * gnus-art.el (gnus-article-next-page): Revert last change.
1260
1261 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1262
1263         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1264
1265 2000-05-19  Dave Love  <fx@gnu.org>
1266
1267         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1268         not mm-inline-large-images.
1269
1270 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1271
1272         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1273
1274 2000-05-18  Dave Love  <fx@gnu.org>
1275
1276         * gnus-art.el: Use defalias, not fset.
1277         (gnus-article-x-face-command): Don't test for xbm.
1278         (gnus-article-next-page): Redisplay before testing point in window.
1279
1280 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1281
1282         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1283         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1284
1285 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1286
1287         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1288         gnus-summary-save-in-rmail.
1289         * message.el (message-output): Ditto.
1290
1291 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1294
1295 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1296
1297         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1298         is a charset.
1299         * message.el (message-send-news): Check group name charset.
1300         * gnus-msg.el (gnus-post-news): Decode group name.
1301         (gnus-inews-do-gcc): Encode group name.
1302
1303 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1304
1305         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1306         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1307
1308 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1309
1310         * gnus-group.el (gnus-group-mark-line-p): New function.
1311         (gnus-group-goto-group): New parameter.
1312         (gnus-group-remove-mark): Use it.
1313         * gnus-topic.el (gnus-topic-move-group): Ditto.
1314         (gnus-topic-remove-group): Ditto.
1315
1316 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1317
1318         * gnus-group.el (gnus-group-list-dormant): New function.
1319
1320 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1321
1322         * gnus-agent.el (gnus-agent-synchronize): Use
1323         nnheader-insert-file-contents.
1324         (gnus-agent-save-active-1): Ditto.
1325         (gnus-agent-write-active): Ditto.
1326         (gnus-agent-expire): Ditto.
1327         * gnus-cache.el (gnus-cache-read-active): Ditto.
1328         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1329         * gnus-sum.el (gnus-summary-import-article): Ditto.
1330
1331         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1332         (gnus-agent-save-group-info): Ditto.
1333         (gnus-agent-save-alist): Ditto.
1334         * gnus-util.el (gnus-make-directory): Ditto.
1335
1336         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1337
1338 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1339
1340         * mml.el (mml-generate-mime-preprocess-function): New variable.
1341         (mml-generate-mime-postprocess-function): New variable.
1342         (mml-generate-mime-1): Use them.
1343
1344 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1345
1346         * gnus-group.el (gnus-group-apropos): Group name charset.
1347         * gnus-sum.el (gnus-set-mode-line): Ditto.
1348         * gnus-group.el (gnus-group-decoded-name): New function.
1349         (gnus-group-edit-group): Use it.
1350         * gnus-cus.el (gnus-group-customize): Use it.
1351
1352 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1353
1354         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1355
1356 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1357
1358         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1359         (gnus-group-name-charset-group-alist): Ditto.
1360         (gnus-group-name-charset): New function.
1361         (gnus-group-name-decode): New function.
1362         (gnus-group-insert-group-line): Use them.
1363         (gnus-group-prepare-flat-list-dead): Ditto.
1364         (gnus-group-list-active): Ditto.
1365         (gnus-group-describe-all-groups): Ditto.
1366         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1367         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1368         add gnus-group property.
1369         (gnus-browse-group-name): Read gnus-group property.
1370
1371 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1372
1373         * nnfolder.el (nnfolder-possibly-change-group): Use
1374         file-name-coding-system instead of pathname-coding-system.
1375         * nnmail.el (nnmail-find-file): Ditto.
1376         (nnmail-write-region): Ditto.
1377         * nnmh.el (nnmh-retrieve-headers): Ditto.
1378         (nnmh-request-article): Ditto.
1379         (nnmh-request-group): Ditto.
1380         (nnmh-request-list): Ditto.
1381         (nnmh-possibly-change-directory): Ditto.
1382         (nnmh-active-number): Ditto.
1383         * nnml.el (nnml-possibly-change-directory): Ditto.
1384         (nnml-request-list): Ditto.
1385         (nnml-request-article): Ditto.
1386         (nnml-retrieve-headers): Ditto.
1387
1388 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1389
1390         * nnimap.el (nnimap-request-accept-article): Don't unselect
1391         mailbox if no mailbox is selected.
1392
1393 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1394
1395         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1396         Recognize domain names starting with `www.' as starting an URL.
1397
1398 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1399
1400         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1401         (mail-source-keyword-map): Add "subdirs" for maildir.
1402
1403 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1404
1405         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1406         (nnmail-get-new-mail): Use it.
1407         * gnus-start.el (gnus-get-unread-articles): Ditto.
1408
1409 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1410
1411         * gnus-sum.el (gnus-summary-edit-article): Better support for
1412         nndraft:drafts.
1413         * nndraft.el (nndraft-request-replace-article): New function,
1414         bind nnmail-file-coding-system.
1415
1416 2000-05-14  Dave Love  <fx@gnu.org>
1417
1418         * nnheader.el: Replace uses of `fset' with `defalias'.
1419         (jka-compr-compression-info-list): Only defvar when compiling.
1420
1421 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1422
1423         * webmail.el (webmail-netaddress-article): Refresh redirect.
1424
1425 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1426
1427         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1428
1429 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1430
1431         * webmail.el: Translate &nbsp; to SP.
1432
1433 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1434
1435         * message.el (message-bounce): Doc typo.
1436
1437 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1438
1439         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1440         (gnus-soup-store): Ditto.
1441         (gnus-soup-send-packet): Ditto.
1442         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1443         (nnsoup-dissect-buffer): Ditto.
1444         (nnsoup-narrow-to-article): Ditto.
1445         (nnsoup-make-active): Ditto
1446
1447 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1448
1449         * message.el (message-mode): Two parameters for local-variable-p.
1450
1451 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1452
1453         * message.el (message-strip-list-identifiers): New function.
1454         (message-reply): Use it and use message-strip-subject-re.
1455         (message-followup): Ditto.
1456         * gnus-art.el (article-hide-list-identifiers): Remove more.
1457         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1458
1459 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1460
1461         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1462         mail-parset-charset and use non-numeric argument.
1463
1464 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1465
1466         * mml.el (mml-buffer-list): New variable.
1467         (mml-generate-new-buffer): New function.
1468         (mml-destroy-buffers): Ditto.
1469         (mml-insert-mime): Use them.
1470         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1471         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1472         * message.el (message-mode): Ditto.
1473         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1474         (gnus-uu-save-article): Support show-as-mml.
1475         * message.el (message-forward): Ditto.
1476
1477 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1478
1479         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1480         (nndoc-mime-digest-type-p): Locate article head precisely.
1481         * mml.el (mml-generate-default-type): New variable.
1482         (mml-generate-mime-1): Use it.
1483         (mml-insert-mime-headers): Use it.
1484         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1485         (gnus-uu-digest-mail-forward): Use it and call message-forward
1486         with argument digest.
1487         (gnus-uu-save-article): Support message-forward-as-mime.
1488         * message.el (message-forward): Add parameter digest.
1489         * mm-decode.el (mm-dissect-default-type): New variable.
1490         (mm-dissect-buffer): Use it.
1491
1492 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1493
1494         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1495         newline and paragraph to nil when got a non-ascii character. Test
1496         paragraph before newline.
1497
1498 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1499
1500         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1501         limit to 76.
1502
1503 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * nnslashdot.el (nnslashdot-sid-strip): New function.
1506         (nnslashdot-threaded-retrieve-headers): New format.
1507         (nnslashdot-sane-retrieve-headers): Ditto.
1508         (nnslashdot-request-article): Ditto.
1509         (nnslashdot-threaded-retrieve-headers): Thread properly.
1510         (nnslashdot-request-article): Be more lenient.
1511         (nnslashdot-threaded-retrieve-headers): Regexp search.
1512
1513 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1514
1515         * gnus-sum.el (gnus-with-article): Define it before use it.
1516
1517 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1518
1519         * message.el (message-supersede): Use mime-to-mml.
1520         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1521
1522 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * gnus-group.el (gnus-group-list-cached): Don't use
1525         `subst-char-in-string'.
1526
1527 2000-05-08  Dave Love  <fx@gnu.org>
1528
1529         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1530
1531 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1532
1533         * mm-decode.el (mm-interactively-view-part): Append %s if the
1534         method is a single word.
1535         * nnwarchive.el (nnwarchive-type-definition): Typo.
1536
1537 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1538
1539         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1540         function.
1541         (gnus-group-prepare-flat-predicate): Use it.
1542         (gnus-group-list-cached): List dead groups.
1543
1544 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1545
1546         * gnus-art.el (article-decode-charset): Don't decode message with
1547         format.
1548
1549 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1550
1551         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1552         evaluate the Lisp code.
1553
1554 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1555
1556         * gnus-art.el (article-wash-html): New function.
1557         (gnus-article-wash-html): Bind.
1558         (gnus-article-make-menu-bar): Menu item.
1559         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1560         (gnus-summary-make-menu-bar): Menu item.
1561         * gnus.el: Autoload.
1562
1563 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1564
1565         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1566         (gnus-uu-unshar-article): Use it.
1567
1568         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1569         (mailcap-maybe-eval): Use it.
1570
1571         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1572         in docstring.
1573
1574         * mml.el (mml-generate-mime-1): Small comment.
1575
1576 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1577
1578         * gnus-art.el (article-de-base64-unreadable): New function.
1579         (gnus-article-de-base64-unreadable): Bind.
1580         (gnus-article-make-menu-bar): Menu item.
1581         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1582         (gnus-summary-make-menu-bar): Menu item.
1583         * gnus.el: Autoload.
1584
1585 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1586
1587         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1588         (gnus-summary-select-article): Add en/disable multibyte.
1589
1590 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1591
1592         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1593         (gnus-summary-edit-article): New feature: editing raw articles.
1594
1595 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1596
1597         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1598         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1599         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1600         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1601         * mm-decode.el (mm-insert-part): Ditto.
1602
1603 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1604
1605         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1606         (nndoc-forward-type-p): Ditto.
1607
1608 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1609
1610         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1611         value of enable-multibyte-characters.
1612
1613 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1614
1615         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1616
1617 2000-05-03  Dave Love  <fx@gnu.org>
1618
1619         * gnus-ems.el (gnus-article-xface-ring-internal)
1620         (gnus-article-xface-ring-size): New variable.
1621         (gnus-article-display-xface): Use them to cache data.  Don't try
1622         to use XPM.  Set up binary coding for PBM's sake.
1623
1624 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1625
1626         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1627         * gnus-int.el (gnus-request-accept-article): Ditto.
1628         (gnus-request-replace-article): Ditto.
1629         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1630
1631 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1632
1633         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1634
1635 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1636
1637         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1638         field.
1639         * mml.el (mml-to-mime): Use message-default-charset.
1640         (mml-preview): Narrow to headers.
1641         * message.el (message-send-mail): Use message-default-charset.
1642         (message-send-news): Narrow to headers;
1643         use message-default-charset.
1644
1645 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1646
1647         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1648         detect.
1649         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1650         restriction.
1651         (mml-parse-1): Warning message.
1652         (mml-preview): Disable multibyte.
1653
1654 2000-05-03  Dave Love  <fx@gnu.org>
1655
1656         * gnus.el (gnus-group-startup-message): Add newline before image.
1657
1658 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1659
1660         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1661         * message.el (message-send-mail): Use unibyte-buffer.
1662         (message-send-mail): Ditto.
1663
1664 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1665
1666         * gnus.el: Gnus v5.8.6 is released.
1667
1668 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1669
1670         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1671
1672 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1673
1674         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1675
1676 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1677
1678         * message.el (message-send-mail-partially): Use forward-line.
1679
1680 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1681
1682         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1683
1684 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1685
1686         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1687         (mml-insert-mime): No markup only for text/plain.
1688         (mime-to-mml): Remove MIME headers.
1689
1690 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1691
1692         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1693         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1694         as 8-bit.
1695         * lpath.el: Fbind image functions.
1696
1697 2000-04-28  Dave Love  <fx@gnu.org>
1698
1699         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1700         21.
1701
1702         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1703         search order.  Use parse-colon-path and remove some redundancy.
1704         Doc fix.
1705         (mailcap-parse-mimetypes): Code consistently with
1706         mailcap-parse-mailcaps.  Doc fix.
1707
1708         * gnus-start.el (gnus-unload): Iterate over `features', not
1709         `load-history'.
1710
1711 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1712
1713         * mml.el (mml-parse-1): Don't create blank parts.
1714         (mml-read-part): Fix mml tag.
1715         (mml-insert-mime): Convert message/rfc822.
1716         (mml-insert-mml-markup): Add mmlp parameter.
1717
1718 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1719
1720         * message.el (message-send-mail-partially): Remove CTE.
1721
1722 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1723
1724         * lpath.el: Fbind put-image for XEmacs.
1725         * mm-view.el (mm-inline-image): Fset it.
1726
1727 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1728
1729         * nndoc.el (nndoc-type-alist): Change forward regexp.
1730
1731 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1732
1733         * message.el (message-send-mail-partially-limit): Change the
1734         default value.
1735
1736 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1737
1738         * gnus-util.el (gnus-extract-address-components): Name might be
1739         "".
1740
1741 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1742
1743         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1744         (gnus-summary-post-forward): Ditto.
1745         * message.el (message-forward-show-mml): New variable.
1746         (message-forward): Use it.
1747         * mml.el (mml-parse-1): Add tag mml.
1748         (mml-read-part): Ditto.
1749         (mml-generate-mime): Support reentance.
1750         (mml-generate-mime-1): Support mml tag.
1751
1752 2000-04-27  Dave Love  <fx@gnu.org>
1753
1754         * gnus-art.el: Don't bother to require custom, browse-url.
1755         (gnus-article-x-face-command): Include gnus-article-display-xface.
1756
1757         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1758         Use defalias, not fset.
1759         (gnus-article-display-xface): New function.
1760
1761         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1762
1763         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1764         (mm-xemacs-p): Deleted.
1765         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1766         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1767         use create-image and don't special-case xbm.
1768         (mm-valid-image-format-p): Use display-graphic-p.
1769
1770 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1771
1772         * message.el (message-send-mail-partially-limit): New variable.
1773         (message-send-mail-partially): New function.
1774         (message-send-mail): Use it.
1775         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1776         all blank lines inside of base64.
1777         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1778         blank lines.
1779
1780 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1781
1782         * mml.el (mml-insert-tag): Match more special characters.
1783
1784 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1785
1786         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1787
1788 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1789
1790         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1791         (mm-inlined-types): Ditto.
1792         * mm-partial.el: New file.
1793
1794 2000-04-27  Dave Love  <fx@gnu.org>
1795
1796         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1797         matter in Emacs 21.
1798
1799 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1800
1801         * mm-bodies.el (mm-encode-body): Remove reference to
1802         mm-default-charset in comment.
1803
1804 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1805
1806         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1807
1808 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1809
1810         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1811         let.
1812
1813 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1814
1815         * gnus-draft.el (gnus-draft-setup): Fix comments.
1816
1817 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1818
1819         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1820         if nnmbox-file-coding-system-for-write is nil.
1821
1822 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1823
1824         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1825         header if nil.
1826
1827 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1828
1829         * mm-view.el (mm-inline-text): Insert directly if decoded.
1830         * mml.el (autoload): Typo.
1831
1832 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1833
1834         * mml.el (mml-preview): Set up posting-charset.
1835         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1836
1837 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1838
1839         * webmail.el: Fix yahoo mail.
1840
1841 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1842
1843         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1844         word if not necessary.
1845         (rfc2047-encode-region): Put space between encoded words.
1846
1847 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1848
1849         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1850
1851 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1852
1853         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1854         required.
1855         (gnus-draft-edit-message): Require restoration.
1856
1857 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1858
1859         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1860         back.
1861
1862 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1863
1864         * gnus-art.el (gnus-treat-article): Make sure that the summary
1865         buffer is live.
1866
1867 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1868
1869         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1870         (mailcap-parse-mailcap): Backwards parsing.
1871         (mailcap-possible-viewers): Remove nreverse.
1872         (mailcap-mime-info): Ditto.
1873         (mailcap-add-mailcap-entry): Keep alternative viewer.
1874
1875 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1876
1877         * gnus.el: Gnus v5.8.5 is released.
1878
1879 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1882
1883         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1884
1885         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1886
1887 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1888
1889         * mm-view.el (mm-inline-message): Disable prepare-hook.
1890
1891 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * gnus.el: Fix copyright statements.
1894
1895         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1896         variable.
1897         (gnus-articles-to-read): Use it.
1898
1899         * message.el (message-get-reply-headers): Bind free variable.
1900
1901 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1902
1903         * message.el (message-get-reply-headers): Fix to-address.
1904
1905 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1906
1907         * webmail.el: Hotmail fix. Add a debug function.
1908
1909 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * gnus-sum.el (t): M-down and M-up.
1912
1913 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1914
1915         * gnus-sum.el: Doc fix.
1916
1917 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
1918
1919         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
1920
1921 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
1924         string.
1925         (nnweb-request-group): Don't scan twice.
1926         (nnweb-request-scan): Don't nix out the hashtb.
1927
1928         * message.el (message-get-reply-headers): Return a value.
1929
1930 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
1931
1932         * gnus-art.el (gnus-button-url-regexp): New value to match naked
1933         urls.
1934
1935 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
1938         order messages are inserted.
1939
1940         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
1941         message/rfc822 parts.
1942
1943         * gnus-art.el (gnus-article-read-summary-keys): Check for
1944         numerical values.
1945
1946         * message.el (message-get-headers): Made into own function.
1947         (message-reply): Use it.
1948         (message-get-reply-headers): Renamed.
1949         (message-widen-reply): New command.
1950
1951 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1952
1953         * nntp.el (nntp-retrieve-data): Report the error and return nil.
1954
1955 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1956
1957         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
1958         non-base64 text at the end if not found.
1959
1960 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
1961
1962         * gnus-sum.el (gnus-read-move-group-name):
1963         (gnus-summary-move-article): Use `gnus-group-method' to find out
1964         what method the manually entered group belong to.
1965         `gnus-group-name-to-method' doesn't return any method parameters
1966         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
1967         for new groups so they wouldn't work.
1968
1969 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
1972         override.
1973
1974 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1975
1976         * nnmail.el (nnmail-cache-insert): Does some stuff that is
1977         probably good to do, or something.  I dunno.  I just write these
1978         ChangeLog entries, and my name is Lars.
1979
1980 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
1981
1982         * message.el (message-caesar-region): Use translate-region.
1983
1984 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
1985
1986         * gnus-group.el (gnus-group-catchup-current): Doc fix.
1987
1988 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
1991         variables, because that makes Emacs flash.
1992
1993         * gnus-group.el (gnus-group-insert-group-line): Don't call
1994         gnus-group-add-icon unconditionally.
1995
1996         * gnus-xmas.el (gnus-group-add-icon): Moved here.
1997
1998         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
1999         xmas.
2000         (gnus-group-glyph-directory): Removed.
2001
2002 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2003
2004         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2005         gnus-newsgroup-name is "".
2006
2007 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2008
2009         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2010         in conjunction with MULE-UCS.
2011
2012 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2013
2014         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2015
2016 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * dgnushack.el (last, mapcon, member-if, union): New compiler
2019         macros for emulating cl functions.
2020
2021 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2022
2023         * message.el (message-shorten-references): Only cater to broken
2024         INN for news. This caters for broken smtpd.
2025
2026 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * mailcap.el (mailcap-mime-info): Use the first match; not the
2029         last.
2030
2031         * gnus-agent.el (gnus-category-kill): Save the category list.
2032
2033 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2034
2035         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2036
2037 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2040
2041 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2044
2045 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2046
2047         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2048         (gnus-group-list-cached): Use it.
2049
2050 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * gnus.el: Update all the copyright notices.
2053
2054 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2055
2056         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2057         non-base64 text at the end.
2058
2059 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2062
2063 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * nnheader.el: Don't autoload cancel-function-timers.
2066
2067         * message.el (message-fetch-field): Fold case.
2068
2069 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2070
2071         * message.el (message-forward-before-signature): New variable.
2072
2073 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2074
2075         * gnus-mlspl.el: Fix stuff.
2076
2077 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2080         subjects when unthreaded.
2081
2082 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2083
2084         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2085         well.
2086
2087 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2088
2089         * gnus-art.el (gnus-article-mode): Fix variable name.
2090
2091 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * mm-view.el: Fix autoload.
2094
2095         * flow-fill.el (flow-fill): Fix provide.
2096
2097         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2098         nil.
2099
2100 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2101
2102         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2103
2104 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * gnus-util.el (gnus-netrc-machine): Didn't work.
2107
2108 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2109
2110         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2111
2112 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * flow-fill.el: Renamed from fill-flowed.
2115
2116         * message.el (message-forward-ignored-headers): Default to
2117         removing CTE.
2118
2119 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2120
2121         * message.el (message-mode): Don't fill headers.
2122
2123 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * message.el (message-pipe-buffer-body): Use shell
2126
2127 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2128
2129         * nnvirtual.el (nnvirtual-request-article):
2130         Bind gnus-override-method to nil.
2131         (nnvirtual-request-update-mark): Don't update mark when
2132         article is not there.
2133
2134 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2135
2136         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2137
2138 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-util.el (gnus-parse-netrc): Allow "port".
2141         (gnus-netrc-machine): Take a port param.
2142         (gnus-netrc-machine):
2143
2144         * gnus-art.el (gnus-request-article-this-buffer): Allow
2145         re-selecting referenced articles.
2146
2147         * message.el (message-cancel-news): Allow editing.
2148         (message-cancel-message): Add newline.
2149
2150 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2151
2152         * mm-view.el (mm-inline-image-emacs): New function.
2153
2154 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * mail-source.el (mail-source-delete-incoming): Change default in
2157         cvs.
2158
2159 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2160
2161         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2162         function.
2163
2164 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * nnml.el (nnml-request-expire-articles): Use it.
2167
2168         * nnmail.el (nnmail-expiry-target): New variable.
2169         (nnmail-expiry-target-group): New function.
2170
2171 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2172
2173         * message.el (message-forward): Add non-MIME separators.
2174
2175 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * message.el (message-generate-headers): Respect the syntax check
2178         spec.
2179
2180         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2181         (gnus-remove-thread): Don't show all threads.
2182
2183 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2184
2185         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2186
2187 2000-04-19  Dave Love  <fx@gnu.org>
2188
2189         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2190
2191 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2192
2193         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2194         (nnwarchive-egroups-*): Ditto.
2195         (nnwarchive-url): Unibyte buffer and single line cookie.
2196
2197 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2198
2199         * mm-util.el (mm-char-or-char-int-p): New alias.
2200         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2201         entities.
2202
2203 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2204
2205         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2206         article case insensitively.
2207
2208 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2209
2210         * mail-source.el (mail-source-fetch-webmail): Use the default
2211         password provided in mail-sources; use webmail:subtype:user as
2212         the key.
2213
2214 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2215
2216         * mail-source.el (mail-source-fetch-webmail): Use
2217         mail-source-password-cache.
2218
2219 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2220
2221         * webmail.el: Add netscape mail and fix HotMail mail.
2222
2223 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2224
2225         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2226
2227 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2228
2229         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2230         RFC822.PEEK if server support IMAP4rev1.
2231         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2232         RFC822.TEXT.PEEK if server support IMAP4rev1.
2233         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2234         RFC822.HEADER if server support IMAP4rev1.
2235         (nnimap-request-article-part): Support bodydetail in response
2236         data.
2237
2238 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2239
2240         * fill-flowed.el: New file.
2241
2242         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2243         text/plain parts with `format' parameters.
2244
2245         * mm-view.el (autoload): Autoload fill-flowed.
2246         (mm-inline-text): For "plain" parts with a format=flowed
2247         parameter, call `fill-flowed'.
2248
2249 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2252         slashdot ids.
2253
2254 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2257         format.
2258
2259 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2260
2261         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2262         `imtest' too.
2263         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2264         (imap-gssapi-program): New variable.
2265         (imap-streams): Add gssapi.
2266         (imap-stream-alist): Ditto.
2267         (imap-authenticators): Ditto.
2268         (imap-authenticator-alist): Ditto.
2269         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2270         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2271         1.6.x `imtest' syntax.
2272         (imap-gssapi-stream-p): New function.
2273         (imap-gssapi-open): Ditto.
2274         (imap-gssapi-auth-p): Ditto.
2275         (imap-gssapi-auth): Ditto.
2276         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2277         (imap-send-command): Use buffer-local `imap-client-eol' value.
2278
2279         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2280         lines and turn TAB into SPC before parsing.
2281
2282 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2283
2284         * nnheader.el (nnheader-group-pathname): Make sure to return a
2285         directory.
2286         * nnmail.el (nnmail-group-pathname): Ditto.
2287
2288 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2289
2290         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2291         might split in the middle of a message-id.
2292
2293 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2296         groups from the server.
2297
2298         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2299         (gnus-summary-toggle-header): Update the wash status.
2300
2301         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2302         Moved here.
2303
2304         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2305         setting.
2306
2307         * nnmail.el (nnmail-get-active): Use it.
2308         (nnmail-parse-active): New function.
2309
2310         * mm-view.el (mm-inline-text): Support the new version of
2311         vcard.el.
2312
2313         * gnus-sum.el (gnus-summary-move-article): Only delete article
2314         when moving junk.
2315         (gnus-deaden-summary): Bury the buffer.
2316
2317         * nnmail.el (nnmail-group-pathname): Ditto.
2318
2319         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2320
2321 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2322
2323         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2324         whether Mule.
2325
2326 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * message.el (message-send-mail): Protect against unloaded Gnus.
2329
2330         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2331         parent.
2332         (gnus-topic-update-topic-line): Yes, do.
2333         (gnus-topic-goto-missing-group): Tally the correct number of
2334         unread articles before inserting the topic line.
2335
2336 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2339
2340 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * mm-decode.el (mm-dissect-buffer): Ditto.
2343
2344         * gnus-art.el (article-decode-charset): Strip CTE.
2345
2346         * ietf-drums.el (ietf-drums-strip): New function.
2347
2348         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2349         when prompting in read-only groups.
2350
2351 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2352
2353         * imap.el (imap-send-command): Change EOL-chars when
2354         `imap-client-eol' differs from default, not only for kerberos4.
2355         (imap-mailbox-status): Get encoded mailbox's status.
2356
2357 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2358
2359         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2360         into `mail-source-password-cache'.
2361
2362 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2363
2364         * mm-util.el (mm-mime-charset): Check for presence of
2365         `coding-system-get' and `get-charset-property' (recent XEmacs has
2366         the former, but not the latter).
2367
2368 2000-01-28  Dave Love  <fx@gnu.org>
2369
2370         * message.el (message-check-news-header-syntax): Fix typo
2371         `newsgroyps'.
2372         (message-talkative-question): Put temp buffer in fundamental-mode.
2373         (message-recover): Use fundamental-mode in the right buffer.
2374
2375         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2376         right buffer.
2377
2378 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2379
2380         * qp.el (quoted-printable-decode-region): Add charset parameter.
2381         (quoted-printable-decode-string): Ditto.
2382
2383         * gnus-art.el (article-de-quoted-unreadable): Use it.
2384
2385 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2386
2387         * nnimap.el (nnimap-split-predicate): New variable.
2388         (nnimap-split-articles): Use it.
2389
2390 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2391
2392         * utf7.el: Change email address.
2393
2394 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * gnus-group.el (gnus-group-catchup): Purge split history.
2397
2398 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2399
2400         * nnmail.el (nnmail-generate-active): Support extended group name.
2401         (nnmail-get-active): Ditto.
2402
2403 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2404
2405         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2406         group names, don't remove anything.
2407
2408 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2409
2410         * webmail.el (webmail-my-deja-open): My-deja changes.
2411
2412 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2413
2414         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2415
2416 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2417
2418         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2419
2420 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2421
2422         * gnus.el (gnus-other-frame): Fix typo.
2423
2424 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2425
2426         * gnus-cus.el (gnus-group-customize): Fix typo.
2427
2428 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * nnweb.el (nnweb-insert): Simplified.
2431
2432 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * gnus-art.el (gnus-article-mode-map): "e" is
2435         gnus-summary-edit-article.
2436
2437 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2438
2439         * mailcap.el (mailcap-mime-extensions): Add .diff.
2440
2441 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2442
2443         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2444         there is no "%s" in the method.
2445
2446 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2447
2448         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2449
2450 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2453
2454         * gnus.el: Really always pop up a new frame.
2455
2456         * parse-time.el (parse-time-rules): Allow 100-110 to be
2457         2000-2010.
2458
2459         * time-date.el (date-to-time): Don't use timezone.
2460
2461 2000-01-06  Dave Love  <fx@gnu.org>
2462
2463         * time-date.el: Add keywords.
2464         (date-to-time): Add autoload cookie.  Canonicalize with
2465         timezone-make-date-arpa-standard.
2466         (time-to-seconds): Avoid caddr.
2467         (safe-date-to-time): Add autoload cookie.
2468
2469         * base64.el: Require cl when compiling.
2470
2471 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2472
2473         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2474         eyecandy.
2475         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2476         group line using gnus-group-add-icon.
2477         (gnus-group-icons): Added customize group.
2478         (gnus-group-icon-list): Added variable.
2479         (gnus-group-glyph-directory): Added variable.
2480         (gnus-group-icon-cache): Added variable.
2481         (gnus-group-running-xemacs): Added variable.
2482         (gnus-group-add-icon): Added function. Add an icon to the current
2483         line according to gnus-group-icon-list.
2484         (gnus-group-icon-create-glyph): Added function.
2485
2486 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * gnus-sum.el (gnus-summary-select-article): Return whether we
2489         selected something new.
2490         (gnus-summary-search-article): Start searching at the window
2491         point.
2492
2493         * gnus-group.el (gnus-fetch-group): Complete over
2494         gnus-active-hashtb.
2495
2496 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2497
2498         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2499
2500 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-sum.el (gnus-preserve-marks): New variable.
2503         (gnus-summary-move-article): Use it.
2504         (gnus-group-charset-alist): Added more entries.
2505
2506 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2509
2510         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2511         as the default score.
2512
2513         * gnus-score.el (gnus-score-delta-default): Changed name.
2514
2515 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2516
2517         * imap.el (imap-parse-literal):
2518         (imap-parse-flag-list): Don't care about props.
2519         (imap-parse-string): Handle quoted characters.
2520
2521 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2524         (gnus-summary-mark-article): Doc fix.
2525         (gnus-summary-mark-forward): Doc fix.
2526         (t): Changed keystroke for gnus-summary-customize-parameters.
2527
2528         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2529         "e".
2530         (gnus-article-mode-map): No, don't.
2531
2532         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2533         of the final article.
2534
2535         * mm-decode.el (mm-interactively-view-part): Error on no method.
2536
2537 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2538
2539         * gnus-score.el (gnus-score-insert-help): Something.
2540
2541         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2542
2543         * gnus-win.el (gnus-configure-frame): Ditto.
2544
2545         * gnus-mh.el (gnus-summary-save-in-folder): Use
2546         with-current-buffer.
2547
2548 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * nnwarchive.el: Changed file perms.
2551
2552 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * gnus-group.el (gnus-group-delete-groups): New command.
2555         (gnus-group-delete-group): Extra no-prompt parameters.
2556
2557 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2560         <p>.
2561
2562 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2563
2564         * webmail.el (webmail-hotmail-article): Don't insert message id.
2565
2566 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2567
2568         * nnimap.el (nnimap-split-fancy): New variable.
2569         (nnimap-split-fancy): New function.
2570
2571 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2572
2573         (nnimap-split-rule): Document symbol value.
2574
2575 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2576
2577         * nnimap.el (nnimap-retrieve-headers-progress): Let
2578         `nnheader-parse-head' parse article.
2579         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2580         request headers needed by `nnheader-parse-head'.
2581
2582 1999-12-23  Florian Weimer  <fw@s.netic.de>
2583
2584         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2585         value (crosspostings are handled), improve documentation.
2586
2587         * smiley.el: Declare file coding system as iso-8859-1.
2588
2589         * nnultimate.el: Dito.
2590
2591         * message.el: Dito.
2592
2593         * gnus-cite.el: Dito.
2594
2595         * gnus-spec.el: Dito.
2596
2597 1999-12-21  Florian Weimer  <fw@s.netic.de>
2598
2599         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2600         (gnus-setup-message): No longer make `message-posting-charset'
2601         buffer-local.
2602         (gnus-setup-posting-charset): Reflect the new layout of
2603         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2604
2605         * message.el (message-send-mail): Bind `message-this-is-mail' and
2606         `message-posting-charset'.
2607         (message-send-news): Dito, and honour new layout of
2608         `message-posting-charset'.
2609         (message-encode-message-body): Ignore `message-posting-charset'.
2610
2611         * mm-bodies.el (mm-body-encoding): Consider
2612         `message-posting-charset' when deciding whether to use 8bit.
2613
2614         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2615         (rfc2047-encodable-p): Now solely for headers; use
2616         `message-posting-charset'.
2617
2618 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2619
2620         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2621
2622 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2623
2624         * nnagent.el (nnagent-server-opened): Optional.
2625         (nnagent-status-message): Optional.
2626
2627 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2628
2629         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2630         end (referenced by instructions in
2631         `gnus-cited-opened-text-button-line-format-alist').
2632
2633 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2634
2635         * imap.el (imap-starttls-open): Typo.
2636
2637 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2638
2639         * mm-util.el (mm-charset-after): Non-MULE case.
2640         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2641         * rfc2047.el (rfc2047-dissect-region): Bind it.
2642
2643 1999-12-18  Florian Weimer  <fw@s.netic.de>
2644
2645         * mml.el (mml-generate-multipart-alist): Correct default value.
2646
2647         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2648         (mm-safer-encoding): New function.
2649         (mm-content-transfer-encoding): Use both.
2650
2651         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2652         * qp.el (quoted-printable-encode-region): Dito.
2653
2654 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2655
2656         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2657
2658 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2659
2660         * webmail.el (webmail-hotmail-list): raw=0.
2661
2662 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2663
2664         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2665         group name.
2666
2667 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2668
2669         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2670
2671 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2672
2673         * imap.el: Don't autoload digest-md5.
2674         (imap-starttls-open): Bind coding-system-for-{read,write}.
2675         (imap-starttls-p): Check if we can find starttls.el.
2676         (imap-digest-md5-p): Check if we can find digest-md5.el.
2677
2678 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2679
2680         * base64.el (base64-encode-string): Accept 2nd argument
2681         `no-line-break'.
2682
2683         * imap.el: Require `digest-md5' when compiling; add autoload
2684         settings for `digest-md5-parse-digest-challenge',
2685         `digest-md5-digest-response', `starttls-open-stream' and
2686         `starttls-negotiate'.
2687         (imap-authenticators): Add `digest-md5'.
2688         (imap-authenticator-alist): Setup for `digest-md5'.
2689         (imap-digest-md5-p): New function.
2690         (imap-digest-md5-auth): New function.
2691         (imap-stream-alist): Add STARTTLS entry.
2692         (imap-starttls-p): New function.
2693         (imap-starttls-open): New function.
2694
2695 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2696
2697         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2698
2699 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2700
2701         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2702         string-to-x function.
2703
2704 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2705
2706         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2707
2708 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2709
2710         * webmail.el: Enhance hotmail-snarf.
2711
2712 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2715
2716 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2717
2718         * webmail.el (webmail-hotmail-list): Search no-error.
2719
2720 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2721
2722         * nnwarchive.el: Support nov-is-evil.
2723         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2724         Set it if non-nil.
2725         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2726
2727 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2728
2729         * nnagent.el (nnagent-server-opened): Redefine.
2730         (nnagent-status-message): Ditto.
2731
2732 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2733
2734         * rfc1843.el (rfc1843-decode-region): Use
2735         buffer-substring-no-properties.
2736         * gnus-art.el (article-decode-HZ): New function.
2737
2738 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2739
2740         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2741
2742 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2743
2744         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2745         MIME charset not a MULE charset.
2746
2747 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2748
2749         * gnus-ems.el: Translate more ugly characters.
2750         * nnheader.el (nnheader-translate-file-chars): Don't translate
2751         the second ':'.
2752
2753 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2754
2755         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2756         method if cannot find the article.
2757
2758 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2759
2760         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2761         method if overrided.
2762
2763 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2764
2765         * mail-source.el (mail-source-fetch-webmail): Parameter
2766         dontexpunge.
2767
2768 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2769
2770         * webmail.el: Support my-deja. Better error report.
2771
2772 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2773
2774         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2775         is bad.
2776         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2777         is not 1.
2778
2779 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2780
2781         * nnslashdot.el (nnslashdot-request-article): A space.
2782
2783 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2784
2785         * nnagent.el: Support different backend with same name.
2786
2787 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2788
2789         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2790         archived group.
2791         (nnslashdot-sane-retrieve-headers): Ditto.
2792         (nnslashdot-request-article): Ditto.
2793
2794 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2795
2796         * nnweb.el (nnweb-insert): Narrow to point.
2797
2798 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2799
2800         * nnweb.el (nnweb-insert): Follow refresh url.
2801         * nnslashdot.el: Use it.
2802
2803 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2804
2805         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2806         (nnweb-decode-entities-string): New function.
2807
2808         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2809         nnweb-* and move to nnweb.el.
2810         * nnwarchive.el: Use nnweb-decode-entities, etc.
2811         * webmail.el: Ditto.
2812
2813         * nnslashdot.el: Use nnweb-decode-entities-string.
2814         (nnslashdot-decode-entities): Remove.
2815
2816 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2817
2818         * nnslashdot.el: Decode entities.
2819
2820 1999-12-12  Dave Love  <fx@gnu.org>
2821
2822         * gnus-agent.el (gnus-category-edit-groups)
2823         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2824         expansion of setf, fixed.
2825
2826 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2827
2828         * gnus-agent.el: Revoke last Dave Love's patch, because of
2829         incompatibility of XEmacs.
2830
2831 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2832
2833         * mm-uu.el: Change headers.
2834         * rfc1843.el: Ditto.
2835         * uudecode.el: Ditto.
2836
2837 1999-12-07  Dave Love  <fx@gnu.org>
2838
2839         * gnus-agent.el (gnus-category-edit-predicate)
2840         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2841         inside backquote to avoid it at runtime.
2842
2843 1999-12-07  Dave Love  <fx@gnu.org>
2844
2845         * binhex.el: Require cl when compiling.
2846
2847 1999-12-04  Dave Love  <fx@gnu.org>
2848
2849         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2850
2851 1999-12-04  Dave Love  <fx@gnu.org>
2852
2853         * mm-util.el (mm-delete-duplicates): New function.
2854         (mm-write-region): Use it.
2855
2856         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2857
2858         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2859         mm-delete-duplicates.
2860
2861         * imap.el (imap-open, imap-debug): Avoid mapc.
2862
2863         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2864
2865         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2866         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2867
2868         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2869         runtime.
2870
2871         * gnus.el (gnus-select-method): Likewise.
2872
2873         * nnheader.el (nnheader-nov-read-integer): Likewise.
2874
2875         * mm-view.el (mm-inline-message): Require cl when compiling.
2876         Avoid ignore-errors at runtime.
2877         (mm-inline-text): Avoid mapc.
2878
2879 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2880
2881         * gnus-art.el (article-decode-charset): Widen is bad.
2882
2883 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2884
2885         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2886
2887 1999-12-12  Florian Weimer  <fw@s.netic.de>
2888
2889         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2890         indicate that only US-ASCII is permitted.
2891         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2892         use unencoded 8-bit characters in message headers.
2893
2894 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2895
2896         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2897         CRLF.
2898
2899 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2900
2901         * webmail.el: Require url-cookie.
2902
2903 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2904
2905         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
2906         new function to make modified caesar table.
2907         (nnwarchive-from-r13): Use it.
2908         (nnwarchive-mail-archive-article): Improved.
2909
2910 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
2911
2912         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
2913
2914 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2915
2916         * nnweb.el (nnweb-request-article): Return cons.
2917
2918 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2919
2920         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
2921
2922 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2923
2924         * mm-util.el (mm-with-unibyte): New macro.
2925         * nnweb.el (nnweb-init): Use it.
2926
2927 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
2928
2929         * mm-util.el (mm-charset-after): New function.
2930         (mm-find-mime-charset-region): Set charsets after
2931         delete-duplicates and use find-coding-systems-region.
2932         (mm-find-charset-region): Remove composition.
2933
2934         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
2935
2936         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
2937
2938 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2939
2940         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
2941         * mml.el (mml-confirmation-set): New variable.
2942         (mml-parse-1): Ask user to confirm.
2943
2944 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
2945
2946         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
2947         are scanned when we have directory mail-sources (the mail source
2948         is modified in that case, so we must scan it for all
2949         groups/methods).
2950
2951 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2952
2953         * nnml.el (nnml-request-move-article): Save nnml-current-directory
2954         and nnml-article-file-alist.
2955
2956 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
2957
2958         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
2959         nnmail-fetched-sources.
2960
2961 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
2962
2963         * mm-util.el (mm-find-charset-region): Use the last charset.
2964
2965 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2966
2967         * gnus.el (gnus-select-method): Made the option list prettier.
2968
2969 1999-12-08  Florian Weimer  <fw@s.netic.de>
2970
2971         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
2972         for the `de' newsgroups hierarchy, as it is common practice there.
2973
2974
2975 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2976
2977         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
2978         buffer-string arguments. Fix references.
2979
2980 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2981
2982         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
2983         (gnus-agent-batch-fetch): Use it.
2984         (gnus-agent-fetch-session): Use it.
2985
2986 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2987
2988         * mm-util.el (mm-find-mime-charset-region): Delete nil.
2989
2990 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2991
2992         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
2993         nil.
2994
2995 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
2996
2997         * nnslashdot.el (nnslashdot-request-list): There were two
2998         top-level body-forms.  Put a `progn' around them.
2999
3000         * gnus.el (gnus-select-method): Use `condition-case'
3001         instead of `ignore-errors', since cl may not be loaded when the
3002         form is evaluated.
3003
3004 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3005
3006         * nnwarchive.el: Support www.mail-archive.com.
3007
3008 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3011         do anything.
3012
3013 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3014
3015         * utf7.el: New file, written by Jon K Hellan.
3016
3017         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3018         default to t.
3019
3020 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3023
3024         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3025         current.
3026         (gnus-refer-article-methods): New function.
3027         (gnus-summary-refer-article): Use it.
3028
3029 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3030
3031         * nnimap.el (nnimap-retrieve-groups): Return active format.
3032
3033         * nnimap.el (nnimap-replace-in-string): Removed.
3034         (nnimap-request-list):
3035         (nnimap-retrieve-groups):
3036         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3037
3038 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3039
3040         * imap.el: Use format-spec for ssl program.
3041         * imap.el (imap-ssl-arguments): Removed.
3042         (imap-ssl-open-{1,2}): Removed.
3043
3044 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3045
3046         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3047         instead of `ignore-errors', since cl may not be loaded when the
3048         form is evaluated.
3049
3050 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3051
3052         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3053         (mm-7bit-chars): New variable.
3054         (mm-body-7-or-8): Use it in both cases.
3055
3056 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3057
3058         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3059           defcustom definitions.
3060
3061 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3062
3063         * mm-decode.el (mm-display-part): Let mm-display-external return
3064         inline or external.
3065         (mm-display-external): For copiousoutput methods, insert output in
3066         buffer.
3067
3068 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3069
3070         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3071         buffer.
3072
3073 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-audio.el: An M too far.
3076
3077         * gnus-msg.el (gnus-setup-message): One backtick too many.
3078
3079         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3080         a function, not a variable.
3081
3082 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3083
3084         * gnus-score.el (gnus-score-body): Widen before requesting.
3085
3086 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3089
3090 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3091
3092         * mail-source.el (mail-source-fetch-webmail): Bind
3093         mail-source-string.
3094
3095 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3096
3097         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3098         (gnus-uu-unmark-by-regexp): Ditto.
3099
3100         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3101         dead groups.
3102
3103 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3106         do their real thing.
3107
3108         * nnmh.el (nnmh-be-safe): Doc fix.
3109
3110         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3111
3112         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3113         status line has arrived before we count it.
3114
3115         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3116
3117         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3118         Whitespace problems.
3119
3120         * gnus-win.el (gnus-configure-windows): Error fix.
3121
3122         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3123         right function.
3124
3125         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3126         Indent all functions.  Fix all comments to match the comment
3127         conventions.  Double-space after full stop.
3128
3129 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3130
3131         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3132         value to divide received mails into my favorite groups and I met
3133         an error.  It takes place if the length of a element "VALUE" in
3134         nnmail-split-fancy is less than two.
3135
3136 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3137
3138         * mml.el (mml-insert-part): New function.
3139
3140 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * lpath.el: Add `sc-cite-regexp'.
3143
3144 1999-12-02  Dave Love  <fx@gnu.org>
3145
3146         * mm-decode.el: Customize.
3147
3148 1999-12-03  Dave Love  <fx@gnu.org>
3149
3150         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3151         the W3 stuff isn't available.
3152
3153 1999-12-03  Dave Love  <fx@gnu.org>
3154
3155         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3156         at runtime.
3157
3158 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3159
3160         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3161
3162 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3163
3164         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3165         don't be fooled by "From nobody" lines added by respooling.
3166
3167         * pop3.el (pop3-movemail): Write crashbox in binary.
3168         (pop3-get-message-count): New function.
3169
3170         * mail-source.el (mail-source-primary-source): New variable.
3171         (mail-source-report-new-mail-interval): New variable.
3172         (mail-source-idle-time-delay): New variable.
3173         (mail-source-new-mail-available): New internal variable.
3174         (mail-source-fetch-pop): Clear new mail flag, when mail from
3175         primary source has been fetched.
3176         (mail-source-check-pop): New function.
3177         (mail-source-new-mail-p): New function.
3178         (mail-source-start-idle-timer): New function.
3179         (mail-source-report-new-mail): New function.
3180         (mail-source-report-new-mail): New internal variable.
3181         (mail-source-report-new-mail-timer): New internal variable.
3182         (mail-source-report-new-mail-idle-timer): New internal variables.
3183
3184 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3185
3186         * gnus-cus.el (gnus-group-customize): Customize fix.
3187
3188 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3189
3190         * message.el (message-send-mail-with-sendmail): Use
3191         message-make-address.
3192
3193 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3194
3195         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3196
3197 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3198
3199         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3200
3201 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3202
3203         * mml.el (mml-insert-tag): Don't close the tag.
3204         (mml-insert-empty-tag): New function.
3205         (mml-attach-file): Use mml-insert-empty-tag instead of
3206         mml-insert-tag.
3207         (mml-attach-buffer): Ditto.
3208         (mml-attach-external): Ditto.
3209         (mml-insert-multipart): Ditto.
3210
3211 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3212
3213         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3214         the article number.
3215
3216 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3217
3218         * gnus.el (gnus-find-method-for-group): The method of a new group
3219         is not the native one.
3220
3221 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3224
3225 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * nnultimate.el (nnultimate-retrieve-headers): Use
3228         mm-with-unibyte-current-buffer.
3229         (nnultimate-request-article): Ditto.
3230
3231 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3232
3233         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3234
3235 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3236
3237         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3238         * nnweb.el (nnweb-retrieve-headers): Use it.
3239         (nnweb-request-article): Use it.
3240
3241         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3242         case matching failed.
3243
3244 1999-12-02  John Wiegley <jwiegley@inprise.com>
3245
3246         * mail-source.el (mail-source-keyword-map): Add backslash to
3247         Delete-flag.
3248
3249 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3252         Latin-1.
3253         (gnus-group-charset-alist): No, don't.
3254
3255         * nnweb.el (nnweb-init): Make the buffer unibyte.
3256
3257 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3258
3259         * mail-source.el (mail-source-set-common-1): Fix to get the
3260         default value.
3261
3262 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3265
3266         * nnultimate.el (nnultimate-request-list): Use unibyte.
3267
3268         * gnus-uu.el (gnus-uu-grab-articles): Bind
3269         gnus-display-mime-function to nil.
3270
3271         * message.el (message-send-mail-with-sendmail): Use the
3272         user-mail-address variable.
3273
3274         * gnus-art.el (gnus-ignored-headers): More headers.
3275
3276         * message.el (message-shorten-1): Use list.
3277
3278 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3281         signatures.
3282
3283         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3284         (nnweb-dejanews-create-mapping): Do the properish date.
3285
3286 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3287
3288         * mail-source.el (mail-source-common-keyword-map): New variable.
3289         (mail-source-bind-common): New macro.
3290         (mail-source-fetch): Support plugged mail source.
3291         * gnus-int.el (gnus-request-scan): Use them.
3292
3293 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * mm-view.el (mm-inline-message): Check whether charset is a
3296         string.
3297
3298         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3299
3300         * message.el (message-mode-map): Changed keystroke for
3301         message-yank-buffer.
3302
3303 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3304
3305         * message.el (message-shorten-references): Cut references to 31
3306         elements, then either fold them or shorten them to 988 characters.
3307         (message-shorten-1): New function.
3308         (message-cater-to-broken-inn): New variable.
3309
3310 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3311
3312         * nnslashdot.el (nnslashdot-lose): New function.
3313
3314 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * mm-view.el (mm-inline-message): Not the right type of charset is
3317         being fetched here.  Let the group charset rule.
3318         (mm-inline-message): Ignore us-ascii.
3319
3320 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3321
3322         * mail-source.el (mail-source-fetch-maildir): work around the
3323         ommitted "file-regular-p" in efs/ange-ftp
3324
3325 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3328         (mml-generate-mime-1): Use the encoding param.
3329
3330         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3331
3332         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3333         gnus-art before binding its variables.
3334
3335         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3336         after the MIME.
3337
3338 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3339
3340         * message.el (message-clone-locals): Use it.
3341
3342         * gnus-msg.el (gnus-configure-posting-styles): Make
3343         user-mail-address local.
3344
3345 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3346
3347         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3348         once.
3349
3350 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3353         (message-clone-locals): Ditto.
3354
3355         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3356         group inherit reply-to or from.
3357
3358 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3359
3360         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3361         for charset.
3362         (gnus-summary-show-article-charset-alist): New variable.
3363
3364         * mm-bodies.el (mm-decode-string): Support gnus-all and
3365         gnus-unknown.
3366         (mm-decode-body): Ditto.
3367         * rfc2047.el (rfc2047-decode): Ditto.
3368
3369 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * mail-source.el (mail-source-delete-incoming): Change default to
3372         t.
3373
3374 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3375
3376         * gnus.el: Pterodactyl Gnus v0.99 is released.
3377
3378 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3381
3382         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3383         spec.
3384
3385         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3386         (gnus-configure-posting-styles): No, don't.
3387         (gnus-configure-posting-styles): Allow overriding files.
3388
3389         * gnus-art.el (gnus-header-button-alist): Use browse-url
3390         directly.
3391
3392         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3393
3394         * gnus-msg.el (gnus-summary-yank-message): New command and
3395         keystroke.
3396
3397         * message.el (message-yank-buffer): New command.
3398         (message-buffers): New function.
3399
3400         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3401         next group in a more normal fasion.
3402
3403         * mml.el (mml-boundary-function): New variable.
3404         (mml-compute-boundary): Use it.
3405
3406         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3407         that exist for them.
3408
3409         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3410         (gnus-async-timer): New variable.
3411
3412 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * nnultimate.el (nnultimate-request-list): Be more lenient with
3415         root addresses.
3416
3417 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-art.el (gnus-treatment-function-alist): Do
3420         gnus-treat-capitalize-sentences.
3421
3422 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3423
3424         * webmail.el (webmail-hotmail-article): Hotmail changes the
3425         format.
3426
3427 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3428
3429         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3430         switch to buffer after calling program.
3431         (mm-display-external): Use `shell-command-switch' instead of "-c".
3432
3433 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3436         read groups file.
3437
3438         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3439         <p>.
3440
3441 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * message.el (message-mode): Doc fix.
3444
3445 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3446
3447         * gnus-art.el (article-emphasize): Check group variable.
3448         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3449
3450 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3451
3452         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3453         type.
3454
3455 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3456
3457         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3458
3459 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3460
3461         * mml.el (mml-quote-region): Insert ! after the hash.
3462
3463 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3464
3465         * gnus-group.el (gnus-group-warchive-address-history): Change to
3466         nil.
3467
3468 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3469
3470         * webmail.el: Support mail.yahoo.com.
3471
3472         * mail-source.el (mail-source-fetch-webmail): Add password check.
3473         (mail-source-keyword-map): Use `subtype'.
3474
3475 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3476
3477         * mail-source.el (mail-source-keyword-map): Add webmail.
3478         (mail-source-fetcher-alist): Ditto.
3479         (mail-source-fetch-webmail): New function.
3480         * webmail.el: New file.
3481
3482 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3483
3484         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3485
3486 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3487
3488         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3489
3490 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3493         (nnultimate-prune-days): New function.
3494         (nnultimate-create-mapping): Use it.
3495         (nnultimate-request-group): Only fetch the groups list if it has
3496         not been done before.
3497         (nnultimate-retrieve-headers): Don't write groups.
3498         (nnultimate-create-mapping): Off-by-one error.
3499
3500 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3503         threaded subjects.
3504
3505 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3506
3507         * nnwarchive.el: Lots of changes make agent happy.
3508
3509 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3510
3511         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3512         hashtb.
3513
3514 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3515
3516         * mm-decode.el (mm-display-external): Write region with binary
3517         mode.
3518
3519 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3520
3521         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3522
3523 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3524
3525         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3526         (mm-uu-test): Now it is in restricted region.
3527
3528         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3529
3530         * mm-view.el (mm-view-message): Fix buffer leak.
3531         (mm-inline-message): Support 'gnus-decoded.
3532
3533         * mm-bodies.el (mm-decode-body): Ditto.
3534
3535         * rfc2047.el (rfc2047-decode-region): Ditto.
3536
3537 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3538
3539         * imap.el (require): Added autoload for base64-encode-string.
3540
3541 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3542
3543         * gnus.el (gnus-refer-article-method): Made list value
3544         customizable.
3545
3546 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3547
3548         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3549         NOFORCE in Emacs case.
3550
3551 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3552
3553         * gnus-art.el (gnus-request-article-this-buffer): Set
3554         gnus-newsgroup-name.
3555
3556 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3557
3558         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3559         NOFORCE.
3560
3561 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3562
3563         * gnus-start.el (gnus-get-unread-articles): Check server before
3564         scanning.
3565
3566 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3569
3570         * nnslashdot.el (nnslashdot-login-name): New variable.
3571         (nnslashdot-password): Ditto.
3572         (nnslashdot-request-post): New function.
3573
3574         * gnus-art.el (gnus-treat-buttonize): More testing.
3575
3576         * mm-encode.el: Another CVS test.
3577
3578         * gnus-art.el (gnus-treat-emphasize): Change default.
3579         (gnus-treat-buttonize): Ditto.
3580         (gnus-treat-buttonize): This is a test.
3581
3582         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3583         (gnus-build-sparse-threads): Ditto.
3584         (gnus-build-all-threads): Ditto.
3585
3586         * nnheader.el (make-full-mail-header): Make into a subst.
3587
3588         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3589         unless w3 is supplied.
3590
3591         * gnus.el (gnus-refer-article-method): Doc fix.
3592
3593         * gnus-sum.el: Do not accept a prefix.
3594         (gnus-summary-refer-article): Accept a list of select methods.
3595
3596 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3597
3598         * Makefile.in: Change `^  *' to `\t'.
3599
3600 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3601
3602         * message.el (message-forward): Pay attention to prefix argument
3603         again and forward all headers when it is set, regardless of the
3604         value of message-forward-ignored-headers.
3605
3606 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3607
3608         * dgnushack.el (dgnushack-compile): Vpath file.
3609
3610         * Makefile.in (SHELL): VPATH support.
3611
3612 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * gnus-ems.el: Check for cygwin32.
3615
3616 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3617
3618         * mm-decode.el (mm-display-external): Use 'non-viewer.
3619
3620 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3621
3622         * base64.el (base64-encode-string): An alias for base64-encode for
3623         compatibility.
3624
3625 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3626
3627         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3628         nntp-inhibit-erase.
3629
3630 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3631
3632         * gnus-start.el (gnus-get-unread-articles): Use
3633         nnfoo-retrieve-groups to find new news, if available.
3634         (gnus-read-active-file-2): New function.
3635         (gnus-get-unread-articles): Use it.
3636         (gnus-read-active-file-1): Ditto.
3637
3638 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * mm-util.el (mm-find-mime-charset-region): Make sure
3641         find-coding-systems-for-charsets is fbound.
3642
3643         * gnus-ems.el: Typo fix.
3644
3645 1999-11-13  Florian Weimer  <fw@s.netic.de>
3646
3647         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3648         it's available and makes sense.
3649
3650 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3651
3652         * gnus-score.el (gnus-score-save): Translate score file.
3653
3654 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3655
3656         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3657         added fetchflag and dontexpunge keywords.
3658         (mail-source-fetch-imap): Use them.
3659
3660 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3661
3662         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3663         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3664         `defconst'.
3665
3666         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3667         `defconst'.
3668         Mention that it is both for group and topic parameters.
3669         (gnus-extra-topic-parameters): New constant, including `subscribe'
3670         parameter.
3671         (gnus-extra-group-parameters): New constant.
3672         (gnus-group-customize): Use them.
3673
3674         * gnus.el (gnus-select-method): Added default value and tag.
3675         (gnus-refer-article-method): Added `DejaNews' customization option.
3676
3677 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3680
3681         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3682         syntax.
3683
3684         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3685
3686         * nnslashdot.el (nnslashdot-group-number): Changed default.
3687
3688         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3689         (nnweb-dejanews-wash-article): Removed.
3690         (nnweb-type-definition): Fetch by id.
3691
3692         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3693         we mean it.
3694
3695         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3696         (nnslashdot-request-list): Use Ultramode as well.
3697         (nnslashdot-date-to-date): Be more lenient.
3698         (nnslashdot-threaded): New function.
3699
3700 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3703
3704 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3705
3706         * nnweb.el (nnweb-type-definition): /=dnc
3707
3708 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3711         dates.
3712         (nnultimate-retrieve-headers): Wrong ordering.
3713
3714 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3715
3716         * message.el (message-forward-as-mime): New variable.
3717
3718 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3721
3722 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3723
3724         * mail-source.el (mail-source-movemail-and-remove): New function.
3725         (mail-source-keyword-map): Add `function' for `maildir'.
3726         (mail-source-fetch-maildir): Use it.
3727
3728 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3729
3730         * nnwarchive.el: New file.
3731         * gnus-group.el (gnus-group-make-warchive-group): New function.
3732         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3733
3734 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3737         subjects.
3738
3739 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3740
3741         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3742
3743 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * nnultimate.el (nnultimate-open-server): Do address.
3746         (nnultimate-forum-table-p): New function.
3747
3748         * nnweb.el (nnweb-insert-html): Renamed.
3749         (nnweb-insert): New function.
3750
3751         * nnultimate.el (nnultimate-insert-html): New function.
3752
3753         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3754         if nov is evil.
3755         (nnslashdot-retrieve-headers): use the sane version instead.
3756
3757 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * nnslashdot.el (nnslashdot-request-article): Fold case.
3760
3761         * nnultimate.el: New file.
3762
3763         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3764         unless wanted.
3765
3766         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3767         (gnus-read-active-file-1): Separated into own function.
3768         (gnus-read-active-file): Catch quits.
3769
3770         * nnslashdot.el (nnslashdot-request-article): Search better on
3771         first article.
3772         (nnslashdot-request-list): Fold case.
3773         (nnslashdot-retrieve-headers): Ditto.
3774
3775 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * gnus.el: Autoload gnus-subscribe-topics.
3778
3779 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3780
3781         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3782         before dot.
3783         * gnus-util.el (gnus-write-active-file): Ditto.
3784
3785 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3788         function.
3789         * gnus-cache.el (gnus-cache-file-name): Use it.
3790         * gnus-agent.el (gnus-agent-group-path): Use it.
3791         * nnmail.el (nnmail-group-pathname): Use it.
3792
3793 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3794
3795         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3796         if cooked.
3797         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3798         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3799         * gnus.el (gnus-short-group-name): "..." proof.
3800
3801 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3802
3803         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3804         support nnslashdot.
3805
3806 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3809         many articles.
3810         (nnslashdot-generate-active): New function.
3811         (nnslashdot-request-newgroups): Use it.
3812
3813         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3814         names.
3815
3816         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3817         (nnslashdot-request-list): Not moderated.
3818
3819 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3820
3821         * nnimap.el (nnimap-open-server): Remove error signal if
3822         nnimap-server-buffer is nil (the check should've been `boundp').
3823
3824         * imap.el (imap-log):
3825         * nnimap.el (nnimap-debug): Disable debugging by default.
3826
3827 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3830
3831         * gnus-topic.el (gnus-subscribe-topic): New function.
3832
3833         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3834         names.
3835
3836         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3837         if starting with a quote.
3838
3839 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3840
3841         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3842         group name.
3843
3844 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * nnslashdot.el: New file.
3847
3848         * nnheader.el (nnheader-insert-header): New function.
3849
3850         * gnus-art.el (gnus-mime-internalize-part): Bind
3851         mm-inlined-types.
3852
3853         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3854         files.
3855
3856 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3857
3858         * emacs-mime.texi (Customization): Document mm-inline-override-types
3859
3860 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3861
3862         * emacs-mime.texi (Customization): Document mm-inline-override-types
3863
3864 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3865
3866         * emacs-mime.texi (Customization): Document mm-inline-override-types
3867
3868 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3869
3870         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3871         (smiley-toggle-buffer): New function.
3872         (smiley-buffer): Don't quote the function.
3873         (smiley-toggle-extents): Ditto.
3874
3875 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3878         empty buffers.
3879
3880 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-art.el (gnus-article-mode-map): Use the summary article
3883         edit.
3884
3885 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3886
3887         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3888
3889 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3892
3893 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3894
3895         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3896         is list or not before condition.
3897
3898 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3899
3900         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3901
3902 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3903
3904         * gnus-art.el (gnus-emphasis-alist): New value.
3905
3906 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3907
3908         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
3909         `buffer-substring'.
3910
3911 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * gnus-art.el (article-date-ut): Keep the updated timer.
3914         (gnus-emphasis-underline-italic): Doc fix.
3915
3916         * gnus-msg.el (gnus-post-method): Doc fix.
3917         (gnus-post-method): Change default.
3918
3919 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
3920
3921         * message.el (message-newline-and-reformat): Improvements.
3922
3923 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * message.el (message-newline-and-reformat): Don't insert too many
3926         newlines.
3927         (message-newline-and-reformat): Work even if not sc.
3928
3929         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
3930
3931         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
3932
3933 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
3934
3935         * mm-view.el (mm-display-patch-inline): New function.
3936
3937 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
3938
3939         * mm-view.el (mm-display-patch-inline): New function.
3940
3941 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
3944         group.
3945
3946         * message.el (message-forward): Narrow to the right header.
3947
3948         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
3949         dates.
3950
3951         * gnus-msg.el (gnus-configure-posting-styles): Use the
3952         user-full-name function.
3953
3954         * mm-bodies.el (mm-body-encoding): Use the choosing function.
3955         (mm-body-charset-encoding-alist): Default to nil.
3956
3957         * message.el (message-elide-ellipsis): Fix typo.
3958         (message-elide-region): Ditto.
3959         (message-elide-region): Don't insert a newline first.
3960
3961 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
3964         gnus-fetch-old-headers.
3965         (gnus-cut-threads): Ditto.
3966         (gnus-summary-initial-limit): Ditto.
3967         (gnus-summary-limit-children): Ditto.
3968
3969         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
3970         matches.
3971
3972 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
3973
3974         * gnus-art.el (article-decode-encoded-words):
3975         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
3976         live.
3977
3978         * gnus.el (gnus-read-method): Add methods from
3979         `gnus-opened-servers' to completion. Map entered method/address
3980         into existing methods if possible.
3981
3982         * gnus-group.el (gnus-group-make-group): Simplify method.
3983
3984         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
3985
3986         * mml.el (mml-preview): Remove mail-header-separator before
3987         encoding.
3988
3989 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * message.el (message-read-from-minibuffer): New function.
3992
3993 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3994
3995         * gnus.el: Pterodactyl Gnus v0.98 is released.
3996
3997 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3998
3999         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4000
4001 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4002
4003         * mml.el (mml-generate-mime-1): Read attached binary file in
4004         binary mode.
4005
4006 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4007
4008         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4009
4010 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4011
4012         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4013
4014 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4015
4016         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4017
4018 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4019
4020         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4021         (gnus-article-mime-match-handle-function): New variable.
4022         (gnus-article-view-part): Make `b' customizable.
4023
4024 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4025
4026         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4027
4028 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4029
4030         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4031
4032 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4033
4034         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4035
4036 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4037
4038         * gnus-srvr.el (gnus-browse-foreign-server): Use
4039         `buffer-substring' instead of `read'.
4040
4041 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4042
4043         * nnimap.el, imap.el, rfc2104.el: New files.
4044
4045         * gnus.el (gnus-valid-select-methods): Add nnimap.
4046
4047         * gnus-group.el (gnus-group-group-map): Add
4048         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4049         (gnus-group-nnimap-expunge): New function.
4050         (gnus-group-nnimap-edit-acl): New function.
4051
4052         * gnus-agent.el (gnus-agent-group-mode-map): Add
4053         gnus-agent-synchronize.
4054         (gnus-agent-synchronize): New function.
4055         (gnus-agent-fetch-group-1): Check if server is open.
4056
4057         * nnagent.el (nnagent-request-set-mark): Save marks.
4058
4059         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4060         (mail-source-fetcher-alist): Map to imap fetcher function.
4061         (mail-source-fetch-imap): New function.
4062
4063         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4064         Hash:.
4065
4066 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4067
4068         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4069         (gnus-topic-sort-topics): New function.
4070         (gnus-topic-make-menu-bar): Add sort-topics.
4071         (gnus-topic-move): New function.
4072         (gnus-topic-move-group): Move the topic if no group selected.
4073
4074 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4075
4076         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4077
4078 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4079
4080         * mm-view.el (mm-inline-message): Fix leaving group bug.
4081
4082 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4083
4084         * gnus-msg.el (gnus-post-method): Use normal method if current is
4085         not available.
4086
4087 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4088
4089         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4090         (nnmail-insert-lines): Ditto.
4091
4092 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4093
4094         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4095         line.
4096
4097         * message.el (message-unsent-separator): One more separator.
4098
4099 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4100
4101         * nnfolder.el (nnfolder-request-move-article): For empty article,
4102         search till (point-max).
4103         (nnfolder-retrieve-headers): Ditto.
4104         (nnfolder-request-accept-article): Ditto.
4105         (nnfolder-save-mail): Ditto.
4106         (nnfolder-insert-newsgroup-line): Ditto.
4107
4108 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4109
4110         * qp.el (quoted-printable-encode-region): Check eobp.
4111
4112 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4113
4114         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4115
4116 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4117
4118         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4119         wait-for-reply.
4120
4121 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4122
4123         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4124         (mm-uu-forward-end-line): Ditto.
4125
4126 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4127
4128         * binhex.el (binhex-decode-region): don't consider the value of
4129         `enable-multibyte-characters' in XEmacs.
4130
4131         * gnus-start.el (gnus-read-descriptions-file): ditto.
4132
4133         * mm-util.el (mm-multibyte-p): ditto.
4134         (mm-with-unibyte-buffer): ditto.
4135         (mm-find-charset-region): use `mm-multibyte-p'.
4136
4137         * mm-bodies.el (mm-decode-body): ditto.
4138         (mm-decode-string): ditto.
4139
4140         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4141         `enable-multibyte-characters' in XEmacs.
4142
4143 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4144
4145         * mm-util.el (mm-binary-coding-system): Try binary first.
4146
4147 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4148
4149         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4150
4151 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4152
4153         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4154         format.
4155         (article-date-ut): Find correct insert position.
4156
4157 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4158
4159         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4160         forwarded message.
4161
4162 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4165         groups.
4166
4167         * message.el (message-resend): Use message mode when prompting.
4168
4169         * gnus-art.el (article-hide-headers): Mark wash.
4170         (article-emphasize): Ditto.
4171
4172 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4173
4174         * message.el (message-newline-and-reformat): Work for SC.
4175
4176 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4179
4180         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4181
4182 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4183
4184         * mm-decode.el mm-inline-override-types: New variable
4185
4186         * mm-decode.el (mm-inline-override-p): New function
4187
4188         * mm-decode.el (mm-inlined-p): Use it
4189
4190 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4191
4192         * mm-decode.el mm-inline-override-types: New variable
4193
4194         * mm-decode.el (mm-inline-override-p): New function
4195
4196         * mm-decode.el (mm-inlined-p): Use it
4197
4198 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4199
4200         * gnus.el: Pterodactyl Gnus v0.97 is released.
4201
4202 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4203
4204         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4205         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4206         3 args.
4207
4208 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4211         buffer for params.
4212
4213         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4214         line.
4215
4216         * message.el (message-forward-ignored-headers): New variable.
4217
4218         * gnus-art.el (gnus-article-prepare-display): Nix out
4219         gnus-article-wash-types.
4220
4221         * gnus-agent.el (gnus-agent-create-buffer): New function.
4222         (gnus-agent-fetch-group-1): Use it.
4223         (gnus-agent-start-fetch): Ditto.
4224
4225         * gnus-sum.el (gnus-summary-exit): Don't use
4226         `gnus-use-adaptive-scoring'.
4227
4228         * mail-source.el (mail-source-fetch-pop): Only store password when
4229         successful.
4230
4231         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4232
4233 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * message.el (message-reply): Use it.
4236         (message-dont-reply-to-names): New variable.
4237
4238         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4239
4240         * mm-util.el (mm-preferred-coding-system): Typo fix.
4241
4242         * message.el (message-bounce): Work for non-MIME.
4243
4244         * gnus.el (gnus-short-group-name): Short the right parts of the
4245         name.
4246
4247 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4248
4249         * mm-encode.el (mm-qp-or-base64): New version.
4250
4251 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4252
4253         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4254
4255 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4256
4257         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4258         of restricted region.
4259         (gnus-mime-display-single): Set beg at correct point.
4260
4261 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4262
4263         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4264
4265 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4266
4267         * gnus-msg.el (gnus-configure-posting-styles): Let
4268         `gnus-posting-styles' have its say in posting-style: local
4269         variable `styles' is already bound to `gnus-posting-styles' so
4270         don't rebind it to nil.
4271
4272 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4273
4274         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4275         Message-ID.
4276
4277 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4278
4279         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4280         quoted-printable-encode-region.
4281
4282         * qp.el (quoted-printable-encode-region): Assume charset
4283         encoded. Fold every line in the region.
4284
4285 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4286
4287         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4288         of active file.
4289
4290 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4291
4292         * message.el (message-mode): allows whitespaces between multiple
4293         instances of the fill character ">".
4294
4295 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4296
4297         * mm-encode.el (mm-qp-or-base64): Fix.
4298
4299 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * message.el (message-send): Too much and.
4302
4303 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4304
4305         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4306
4307 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * gnus-score.el (gnus-score-headers): Work for nil scores.
4310
4311 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * gnus-cache.el (gnus-cache-write-active): Write full names.
4314
4315         * gnus-util.el (gnus-write-active-file): Accept full name.
4316
4317         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4318         (mm-assoc-string-match): New function.
4319         (mm-display-inline): Use it.
4320
4321         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4322
4323         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4324
4325 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4326
4327         * mml.el (mml-generate-multipart-alist): New variable.
4328
4329 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4332
4333 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4334
4335         * message.el (message-send): More helpful error message if sending
4336         fails
4337
4338 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4339
4340         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4341         in newer emacsen, where ?r isn't equal 114.
4342
4343 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4344
4345         * gnus.el: Pterodactyl Gnus v0.96 is released.
4346
4347 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4348
4349         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4350         to get active info if method is covered by agent, otherwise
4351         active info is lost.
4352
4353 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4354
4355         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4356
4357 1999-08-09  Dave Love  <fx@gnu.org>
4358
4359         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4360
4361 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4362
4363         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4364           (already matched by "^X-Pgp"), removed duplicate
4365           X-Mailing-List, added several new junk headers.
4366
4367 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4368
4369         * gnus-art.el (article-decode-charset): Don't assume
4370         gnus-summary-buffer is live.
4371
4372 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4373
4374         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4375
4376 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4377
4378         * gnus-score.el (gnus-home-score-file): Work with absolute path
4379         names.
4380
4381 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4382
4383         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4384         nothing else in the group.
4385
4386 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4387
4388         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4389         the article.
4390
4391 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4392
4393         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4394
4395 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4396
4397         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4398         from mutt.
4399
4400 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4401
4402         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4403         whitespace.
4404
4405 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4406
4407         * mm-util.el (mm-text-coding-system-for-write): New variable.
4408         (mm-append-to-file): New function.
4409         (mm-write-region): New function.
4410
4411         * gnus-art.el (gnus-output-to-file): Use it.
4412         * gnus-util.el (gnus-output-to-rmail): Ditto.
4413         (gnus-output-to-mail): Ditto.
4414         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4415
4416 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4417
4418         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4419
4420         * nnheader.el (nnheader-insert-file-contents): Revert and use
4421         mm-insert-file-contents.
4422         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4423         (nnheader-auto-mode-alist): Removed.
4424
4425         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4426         (mm-insert-file-contents): Add a new parameter for inserting
4427         compressed file literally.
4428
4429         * mml.el (mml-generate-mime-1): Insert non-text literally.
4430
4431         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4432
4433 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4434
4435         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4436
4437 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4438
4439         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4440         koi8-r.
4441
4442 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4443
4444         * mml.el (mml-insert-mime): Decode text.
4445         (mml-to-mime): Narrow to headers-or-head.
4446
4447 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4448
4449         * mm-view.el (mm-inline-text): Check
4450         w3-meta-content-type-charset-regexp.
4451
4452 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4453
4454        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4455        predicate.
4456
4457 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4458
4459         * gnus-mlspl.el: Documentation fixes.
4460
4461 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4462
4463         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4464
4465 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4466
4467         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4468         variables.
4469
4470 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4471
4472         * nnmail.el (nnmail-get-new-mail): "Done".
4473
4474 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4477         interactive.
4478
4479 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4480
4481         * gnus-art.el (article-decode-charset): Fix broken CT.
4482
4483 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4484
4485         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4486         overview buffer if it is killed.
4487
4488 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4489
4490         * gnus-art.el (article-babel): New version.
4491
4492 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4493
4494         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4495
4496 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4497
4498         * gnus.texi (More Threading): Document new variable
4499         `gnus-sort-gathered-threads-function'.
4500
4501 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4502
4503         * gnus.texi (More Threading): Document new variable
4504         `gnus-sort-gathered-threads-function'.
4505
4506 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4507
4508         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4509         usage.
4510
4511 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4512
4513         * mm-util.el (mm-running-xemacs): Removed.
4514         (mm-coding-system-p): New function.
4515         (mm-binary-coding-system): Safe guess.
4516         (mm-text-coding-system): Ditto.
4517         (mm-auto-save-coding-system): Ditto.
4518
4519 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4522         (mm-qp-or-base64): Reversed logic.
4523
4524         * mm-decode.el (mm-save-part-to-file): Let coding system be
4525         binary.
4526
4527 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4528
4529         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4530         be set in topic parameters.
4531
4532 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4533
4534         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4535         (gnus-sort-gathered-threads): Allow the user to specify the
4536         function to use when sorting gathered threads.
4537
4538         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4539         mark cached articles as `undownloaded'.
4540
4541 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4542
4543         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4544         to have buffer local values.
4545
4546 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4547
4548         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4549         types 'g' for 'guess group type.
4550
4551 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4552
4553         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4554         after each regexp in nnmail-list-identifiers, not just after last
4555         one.
4556
4557         * gnus-sum.el (gnus-list-identifiers): New variable.
4558         (gnus-summary-remove-list-identifiers): New function.
4559         (gnus-select-newsgroup): Use it.
4560         (gnus-summary-wash-hide-map): Bind
4561         `gnus-article-hide-list-identifiers' to W W l.
4562         (gnus-summary-make-menu-bar): Add list-identifiers command.
4563
4564         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4565         (gnus-treatment-function-alist): Add variable.
4566         (article-hide-list-identifiers): New function.
4567         (mapcar): Add function.
4568         (gnus-article-hide): Use it.
4569
4570 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4571
4572         * gnus.el: Pterodactyl Gnus v0.95 is released.
4573
4574 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * mm-decode.el (mm-mailcap-command): New function.
4577         (mm-display-external): Use it.
4578
4579         * gnus-art.el (article-make-date-line): Work for India.
4580
4581         * mm-encode.el (mm-qp-or-base64): Typo.
4582
4583         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4584
4585 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4586
4587         * gnus.el: Pterodactyl Gnus v0.94 is released.
4588
4589 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4590
4591         * pop3.el: New version.
4592
4593 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * mm-encode.el (mm-qp-or-base64): New function.
4596         (mm-content-transfer-encoding): Use it.
4597
4598         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4599
4600 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4601
4602         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4603
4604         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4605
4606 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607
4608         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4609         keystroke.
4610
4611         * mailcap.el (mailcap-mime-types): New function.
4612
4613         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4614
4615         * message.el (message-goto-eoh): Really go to the end.
4616
4617 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4618
4619         * message.el (message-make-date): Do the right thing in with
4620         sub-hour time zones.
4621
4622 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623
4624         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4625         report.
4626
4627 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4628
4629         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4630
4631 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4632
4633         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4634         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4635         and use t as default value.
4636
4637 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4638
4639         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4640         gnus-summary-buffer is live.
4641
4642 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4643
4644         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4645
4646 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * message.el (message-bounce): Do MIME bounces MIMEy.
4649
4650         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4651
4652 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * mailcap.el (mailcap-mime-extensions): Changed patch to
4655         text/x-patch.
4656
4657         * mm-decode.el (mm-display-external): Wrong placement of paren.
4658
4659 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4660
4661         * gnus.el: Pterodactyl Gnus v0.93 is released.
4662
4663 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4664
4665         * gnus-cus.el (gnus-group-parameters): New entries for
4666         gnus-group-split.
4667
4668         * gnus-mlspl.el: Renamed functions and variables so as to
4669         start with gnus-group-split.
4670         * gnus.el: Adjust autoload entries.
4671
4672 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4673
4674         * gnus-mlspl.el: Removed trailing t from comment and provide.
4675         Renamed functions and variables to start with gnus-mlsplit.
4676         Added autoload comments.
4677         * gnus.el: Added autoload entries.
4678
4679 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4680
4681         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4682         so that matches excluded by RESTRICTs do not cause the whole split
4683         to be ignored.  This also fixes a long-standing bug in which a
4684         split with \N substitutions wouldn't cause cross-posting as
4685         expected.
4686
4687         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4688         (nnmail-split-it): Implement them.
4689
4690         * nnmail.el (nnmail-split-fancy): Document ! splits.
4691
4692 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4693
4694         * pop3.el: New version.
4695
4696 1999-07-05  Simon Josefsson
4697
4698         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4699
4700 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4703
4704 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4705
4706         * gnus-util.el (gnus-write-active-file): Use real name.
4707
4708         * gnus-agent.el (gnus-agent-expire): Update active file
4709         method by method.
4710
4711 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4712
4713         * nndraft.el (nndraft-request-article): Use difference
4714         coding-systems for queue and drafts.
4715
4716         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4717         nndraft:drafts.
4718
4719         * mm-util.el (mm-auto-save-coding-system): New coding system.
4720
4721         * message.el (message-draft-coding-system): Use it.
4722
4723 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4724
4725         * mm-uu.el: More customizable and less aggressive.
4726
4727 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4730         when plugged.
4731
4732         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4733         (mml-insert-mml-markup): Accept a nofile.
4734         (mml-insert-mime): Insert nofile.
4735
4736         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4737
4738         * mm-decode.el (mm-handle-media-type): New function.
4739         (mm-handle-media-supertype): New function.
4740         (mm-handle-media-subtype): New function.
4741         Use new functions throughout. "/"))
4742
4743 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-art.el (gnus-treat-predicate): Typo.
4746
4747 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4750
4751 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus-art.el (article-date-ut): UT!  Default it!
4754
4755 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4756
4757         * gnus.el: Pterodactyl Gnus v0.92 is released.
4758
4759 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4760
4761         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4762
4763 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4766         connected.
4767
4768         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4769         when plugged.
4770
4771         * mm-view.el (mm-inline-message): Ignore remove-spec.
4772
4773         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4774         is bound.
4775
4776         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4777
4778         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4779
4780         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4781         start.
4782
4783         * message.el (message-fill-yanked-message): Remove `t' arg.
4784
4785         * gnus-group.el (gnus-group-kill-group): Message killing of
4786         groups.
4787
4788         * mm-util.el (mm-preferred-coding-system): New function.
4789         (mm-mime-charset): Use it.
4790
4791         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4792
4793 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4794
4795         * gnus-mlsplt.el: New file.
4796
4797 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4800         functions.
4801         (mm-attachment-override-p): Take a handle instead of a type.
4802         (mm-inlined-p): Ditto.
4803         (mm-automatic-display-p): Ditto,
4804         (mm-inlinable-p): Ditto.
4805
4806         * nndraft.el (nndraft-request-expire-articles): Delete backup
4807         files.
4808
4809         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4810
4811         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4812
4813 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4814
4815         * nnmail.el (nnmail-split-it): Allow .*.
4816
4817 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * mm-decode.el (mm-inline-large-images-p): Renamed.
4820
4821         * gnus-art.el (article-date-ut): Always look in the current buffer
4822         for the Date header.
4823
4824         * mml.el (mml-validate): New command.
4825
4826         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4827         since we are dealing with regexps.
4828
4829 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4830
4831         * gnus.el: Pterodactyl Gnus v0.91 is released.
4832
4833 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus-agent.el (gnus-agent-save-active-1): New function.
4836         (gnus-agent-save-active): use it.
4837         (gnus-agent-save-groups): Ditto.
4838
4839         * gnus-cache.el (gnus-cache-write-active): Use it.
4840
4841         * gnus-agent.el (gnus-agent-write-active): Use it.
4842
4843         * gnus-util.el (gnus-write-active-file): New function.
4844
4845         * gnus-agent.el (gnus-agent-write-active): New function to keep
4846         lower boundaries and canceled groups.
4847         (gnus-agent-save-groups): Use it.
4848         (gnus-agent-save-active): Use it.
4849         (gnus-agent-save-group-info): Only write active files.
4850         (gnus-agent-expire): Update active file.
4851
4852         * mm-decode.el (mm-inlinable-part-p): Removed.
4853         (mm-user-display-methods): Default to nil.
4854         (mm-user-display-methods): Removed.
4855         (add-mime-display-method): Removed.
4856         (mm-automatic-display): Renamed.
4857         (mm-automatic-display-p): Use it.
4858         (mm-inlined-types): New variable.
4859         (mm-inlined-p): New function.
4860
4861         * message.el (message-reply): Bind message-this-is-mail.
4862
4863 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4864
4865         * smiley.el (smiley-buffer): Fix for NT.
4866
4867 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868
4869         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4870
4871         * message.el (message-check-news-header-syntax): Protect against
4872         nil froms.
4873
4874         * mm-util.el (mm-auto-mode-alist): New.
4875
4876         * mml.el (mml-generate-mime-1): Ditto.
4877
4878         * gnus.el: Use mm-insert-file-contents throughout instead of
4879         nnheader.
4880
4881         * mm-util.el (mm-insert-file-contents): New function.
4882
4883 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4884
4885         * gnus.el: Pterodactyl Gnus v0.90 is released.
4886
4887 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4888
4889         * mailcap.el (mailcap-possible-viewers): Use string=.
4890
4891 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4892
4893         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4894         (mm-uu-forward-end-line): New variable.
4895         (mm-uu-begin-line): Handle forwarded message.
4896         (mm-uu-identifier-alist): Ditto.
4897         (mm-uu-dissect): Ditto.
4898
4899 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4900
4901         * lpath.el: Two free variables.
4902
4903 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4904
4905         * nnheader.el (nnheader-file-coding-system): Use raw-text.
4906         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
4907         * gnus-cache.el (gnus-cache-coding-system): Ditto.
4908
4909         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
4910         (nnfolder-file-coding-system-for-write): New variable.
4911         (nnfolder-active-file-coding-system): New variable.
4912         (nnfolder-active-file-coding-system-for-write): New variable.
4913         (nnfolder-save-active): New function.
4914         (nnfolder-save-buffer): Use them.
4915         (nnfolder-possibly-change-group): Ditto.
4916         (nnfolder-request-list-newsgroups): Ditto.
4917         (nnfolder-request-create-group): Ditto.
4918         (nnfolder-request-expire-articles): Ditto.
4919         (nnfolder-request-move-article): Ditto.
4920         (nnfolder-request-accept-article): Ditto.
4921         (nnfolder-request-delete-group): Ditto.
4922         (nnfolder-request-rename-group): Ditto.
4923         (nnfolder-possibly-change-folder): Ditto.
4924         (nnfolder-read-folder): Ditto.
4925         (nnfolder-request-list): Remove pathname-coding-system.
4926         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
4927
4928         * nnmail.el (nnmail-file-coding-system): Use raw-text.
4929         (nnmail-file-coding-system-1): Removed.
4930         (nnmail-find-file): Use nnmail-pathname-coding-system.
4931         (nnmail-write-region): Ditto.
4932
4933         * nnmbox.el (nnmbox-file-coding-system): New variable.
4934         (nnmbox-file-coding-system-for-write): New variable.
4935         (nnmbox-active-file-coding-system): New variable.
4936         (nnmbox-active-file-coding-system-for-write): New variable.
4937         (nnmbox-save-buffer): New function.
4938         (nnmbox-save-active): New function.
4939         (nnmbox-request-scan): Use them.
4940         (nnmbox-request-expire-articles): Ditto.
4941         (nnmbox-request-move-article): Ditto.
4942         (nnmbox-request-accept-article): Ditto.
4943         (nnmbox-request-replace-article): Ditto.
4944         (nnmbox-request-delete-group): Ditto.
4945         (nnmbox-request-rename-group): Ditto.
4946         (nnmbox-request-create-group): Ditto.
4947
4948         * mm-util.el (mm-text-coding-system): raw-text or -dos.
4949         (mm-running-ntemacs): Removed.
4950
4951         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
4952
4953 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4954
4955         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
4956
4957 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4958
4959         * qp.el (quoted-printable-encoding-characters): Support lower case.
4960
4961 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4962
4963         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
4964         (rfc2047-b-encode-region): Encode line by line.
4965
4966 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * mm-util.el (mm-find-mime-charset-region): Fix.
4969
4970 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
4971
4972         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
4973         (mm-find-mime-charset-region): Ditto.
4974
4975 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
4976
4977         * gnus-sum.el (gnus-summary-move-article): Fix something or
4978         other.
4979
4980 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4981
4982         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
4983         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
4984         (gnus-summary-enter-digest-group): Use them.
4985         (gnus-summary-setup-default-charset): Ditto.
4986
4987 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4988
4989         * base64.el (base64-run-command-on-region): Use unibyte buffer.
4990
4991 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4992
4993         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
4994           gnus-newsgroup-name is nil.
4995
4996 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4997
4998         * rfc2047.el (rfc2047-encode): Chop the tail newline.
4999
5000 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5001
5002         * gnus-art.el (article-emphasize): Use correct
5003         gnus-article-emphasis-alist.
5004
5005 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5006
5007         * mm-view.el (mm-inline-text): Fix text/html bug.
5008
5009 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5010
5011         * gnus.el: Pterodactyl Gnus v0.89 is released.
5012
5013 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5014
5015         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5016         * message.el (message-draft-coding-system): Ditto.
5017         * mm-util.el (mm-running-ntemacs): Ditto.
5018
5019 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5020
5021         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5022         cause problem.
5023
5024 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5025
5026         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5027
5028 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5029
5030         * mml.el: require mm-decode.
5031
5032 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5035
5036 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5037
5038         * mm-view.el (mm-inline-image): Fix image undisplayer.
5039
5040 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5041
5042         * mml.el (mml-insert-multipart): Error in compeling-read.
5043         (mml-insert-tag): Match tags.
5044
5045 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5046
5047         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5048         (gnus-cache-braid-heads): Ditto.
5049         (gnus-cache-retrieve-headers): Ditto.
5050
5051 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5052
5053         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5054
5055 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5058         to string under XEmacs.
5059
5060 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5061
5062         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5063
5064 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5065
5066         * mm-view.el (mm-inline-message): Fix message view bug.
5067         * gnus-art.el (gnus-article-prepare): Ditto.
5068
5069 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5070
5071         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5072
5073 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5074
5075         * gnus.el: Pterodactyl Gnus v0.88 is released.
5076
5077 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078
5079         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5080         usage.
5081
5082         * nnmail.el (nnmail-get-new-mail): Save info.
5083
5084 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5085
5086         * gnus.el: Pterodactyl Gnus v0.87 is released.
5087
5088 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5091         (mail-source-run-script): New function.
5092         (mail-source-fetch-pop): Use it.
5093
5094 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5097
5098 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5099
5100         * gnus.el: Pterodactyl Gnus v0.86 is released.
5101
5102 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * gnus-art.el (gnus-treat-translate): New variable.
5105         (gnus-treat-predicate): Accept a list of regexps.
5106         (gnus-article-treat-custom): Allow a list of regexps.
5107
5108 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5109
5110         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5111         type.
5112
5113 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * gnus-art.el (article-babel): Narrow a bit.
5116
5117         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5118
5119 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5120
5121         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5122         only unread ones.
5123         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5124         articles, not only unread ones.
5125
5126 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5129         keystroke.
5130
5131         * gnus-art.el (gnus-article-x-face-command): Ditto.
5132
5133         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5134
5135         * gnus.el (gnus-method-simplify): Accept server names.
5136
5137 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5138
5139         * gnus-art.el (article-babel-prompt): New function.
5140         (article-babel): New command.
5141
5142 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5145
5146         * mml.el (mml-generate-mime-1): Don't insert literally.
5147
5148         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5149         (gnus-netrc-syntax-table): Removed.
5150         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5151
5152 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5153
5154         * mm-view.el (mm-inline-text): Fix charset for text/html.
5155
5156 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5157
5158         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5159
5160 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * nnmail.el (nnmail-split-incoming): Return the number of split
5163         mails.
5164         (nnmail-process-babyl-mail-format): Ditto.
5165         (nnmail-process-unix-mail-format): Ditto.
5166         (nnmail-process-mmdf-mail-format): Ditto.
5167         (nnmail-process-maildir-mail-format): Ditto.
5168
5169         * mail-source.el (mail-source-callback): Return the number from
5170         the callback.
5171
5172         * message.el (message-send-mail): Generate Lines.
5173
5174         * mail-source.el (mail-source-call-script): New function.
5175         (mail-source-call-script): New function.
5176
5177 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5178
5179         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5180         (gnus-select-newsgroup): Use it.
5181         (gnus-group-highlight-words-alist): New variable.
5182         (gnus-newsgroup-emphasis-alist): New variable.
5183         (gnus-summary-local-variables):  Use it.
5184         * lpath.el: Use it.
5185         * gnus-art.el (article-emphasize): Use it.
5186         (gnus-emphasis-highlight-words): New face.
5187         * gnus-cus.el (gnus-group-parameters): New parameter.
5188
5189 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5190
5191         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5192         parameter `headers'.
5193         (gnus-cache-enter-article): Ditto.
5194         (gnus-cache-update-article): Ditto.
5195         * gnus-sum.el (gnus-summary-move-article): Ditto.
5196         (gnus-summary-mark-article-as-unread): Ditto.
5197         (gnus-summary-mark-article): Ditto.
5198
5199 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5202         (gnus-posting-style-alist): Removed.
5203         (gnus-message-style-insertions): Ditto.
5204         (gnus-configure-posting-styles): Reimplementation.
5205
5206         * mail-source.el (mail-source-fetch): Error the message.
5207
5208         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5209
5210 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5211
5212         * gnus.el: Pterodactyl Gnus v0.85 is released.
5213
5214 1999-04-20  Michael Cook  <cook@sightpath.com>
5215
5216         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5217           Outlook citation regex.
5218
5219 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5220
5221         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5222         semicolon.
5223
5224 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5225
5226         * gnus-range.el (gnus-remove-from-range): Document range1
5227         modification, protect range2.
5228
5229 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5230
5231         * gnus-sum.el (gnus-update-marks): Protect lists from
5232         gnus-remove-from-range, don't sort twice.
5233
5234 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5235
5236         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5237         function in backend.
5238
5239 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5240
5241         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5242         request-accept-article function in the backend instead of using
5243         the 'respool capability.
5244
5245 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5246
5247         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5248         spurious whitespace at eob.
5249
5250 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5251
5252         * nnmail.el (nnmail-get-new-mail): Check right variable.
5253
5254 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5255
5256         * mailcap.el (mailcap-mime-data): Fix rfc822.
5257
5258 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5259
5260         * nndoc.el (nndoc-nsmail-type-p): New function.
5261         (nndoc-type-alist): Recognize nsmail.
5262
5263 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5264
5265         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5266         *before* `article-hide-headers' deletes the information.
5267
5268 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * gnus-sum.el (gnus-summary-save-parts): New command and
5271         keystroke.
5272         (gnus-summary-save-parts-1): New function.
5273         (gnus-summary-iterate): Buggy.
5274
5275         * mm-decode.el (mm-save-part-to-file): Made into own function.
5276
5277 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5278
5279         * gnus-group.el (gnus-group-set-info): Resist nils.
5280
5281 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * mailcap.el (mailcap-mime-data): Ditto.
5284
5285         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5286
5287         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5288
5289 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5290
5291         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5292         gnus-article-date-lapsed-new-header is t.
5293
5294 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5295
5296         * gnus.el: Pterodactyl Gnus v0.84 is released.
5297
5298 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * gnus-msg.el (gnus-bug-message): Mime change.
5301
5302 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5303
5304         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5305
5306 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5307
5308         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5309         `x-uue'.
5310
5311 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5312
5313         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5314         when authentication is 'password.
5315
5316 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5317
5318         * gnus-win.el (gnus-configure-windows): Accept a setting.
5319
5320 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * mm-util.el (mm-quote-arg): Moved here.
5323
5324         * mm-decode.el (mm-quote-arg): Quote more chars.
5325
5326 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5329         with newlines would create buggy .nov files.
5330
5331         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5332
5333         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5334         end of lines.
5335
5336         * message.el (message-mode): Doc fix.
5337
5338         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5339
5340         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5341
5342         * gnus-art.el (article-date-ut): Rewrite.
5343
5344         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5345         order.
5346
5347         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5348         headers.
5349
5350         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5351
5352 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5353
5354         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5355         (article-date-ut): use it.
5356
5357 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * mail-source.el (mail-source-fetch-pop): Call script
5360         asynchronously.
5361
5362 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5363
5364         * gnus.el: Pterodactyl Gnus v0.83 is released.
5365
5366 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5369
5370         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5371
5372         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5373
5374         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5375
5376         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5377
5378         * message.el (message-generate-headers): Accept continuation
5379         headers.
5380
5381 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5382
5383         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5384
5385 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * gnus-art.el (gnus-treatment-function-alist): use
5388         maybe-hide-headers.
5389
5390         * message.el (message-inhibit-body-encoding): Typo.
5391         (message-resend): Inhibit encoding.
5392
5393         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5394
5395         * gnus-art.el (article-remove-cr): Use re-search.
5396
5397         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5398         headers.
5399
5400         * mm-decode.el (mm-quote-arg): Quote '.
5401
5402         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5403
5404         * mm-decode.el (mm-insert-part): Use multibyte for text.
5405
5406         * gnus-start.el (gnus-read-newsrc-file): New variable.
5407         (gnus-read-newsrc-file): Use it.
5408
5409 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5412
5413         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5414         function.
5415
5416 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5417
5418         * gnus.el: Pterodactyl Gnus v0.82 is released.
5419
5420 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5421
5422         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5423         for iso8859-2.
5424
5425 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5428         synonym alist.
5429
5430 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5431
5432         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5433
5434 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5435
5436         * mail-source.el (mail-source-fetch): Ask before bugging out.
5437
5438 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5439
5440         * uudecode.el (uudecode-decode-region-external): Don't assume
5441         uudecode-temporary-file-directory ends with a slash.
5442
5443 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5444
5445         * gnus-sum.el (gnus-update-marks):
5446         (gnus-update-read-articles):
5447         (gnus-summary-expire-articles): Check server.
5448
5449 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5450
5451         * mml.el (mml-preview): New function.
5452
5453 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5454
5455         * mail-source.el (mail-source-fetch-file): Return the right
5456         value.
5457
5458 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * mml.el (mml-insert-parameter): New function.
5461         (mml-insert-parameter-string): New function.
5462
5463         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5464
5465         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5466         (gnus-mime-display-part): Use it.
5467
5468         * mm-decode.el (mm-alternative-precedence): Removed.
5469         (mm-discouraged-alternatives): New variable.
5470         (mm-preferred-alternative-precedence): New function.
5471
5472         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5473
5474         * mail-source.el (mail-sources): New variable.
5475
5476         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5477
5478         * mm-decode.el (mm-valid-image-format-p): New function.
5479         (mm-inline-media-tests): Use it.
5480         (mm-valid-and-fit-image-p): New function.
5481
5482         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5483         (gnus-agent-fetch-group): Ditto.
5484
5485 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5486
5487         * nnmail.el (nnmail-article-group): in case of a group name
5488         containing "\\n" constructs, be sure to pass the expanded value to
5489         nn*-save-mail.
5490
5491 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5492
5493         * gnus.el: Pterodactyl Gnus v0.81 is released.
5494
5495 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * gnus-sum.el (gnus-get-split-value): Reverse result.
5498
5499 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5502
5503 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * mml.el (mml-insert-tag): Insert concluding part.
5506
5507         * message.el (message-send-mail): Encode later.
5508         (message-send-news): Ditto.
5509
5510         * nnfolder.el: Don't use mail delim.
5511
5512 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * gnus-cus.el (gnus-group-customize): Put point at min.
5515
5516         * mm-view.el (mm-inline-text): Allow toggling html.
5517
5518 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5519
5520         * mail-source.el: Added prescript and postscript to file.
5521
5522 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * nnmail.el: Reverted.
5525
5526         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5527         (gnus-setup-posting-charset): Did work.
5528
5529 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5530
5531         * gnus.el (gnus-short-group-name): Use
5532         gnus-group-uncollapsed-levels.
5533
5534 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5537
5538 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5541         (article-strip-headers-from-body): New command and keystroke.
5542
5543 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5544
5545         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5546
5547         * nnheader.el (nnheader-insert-file-contents): Bind
5548         enable-local-eval to nil.
5549         (nnheader-find-file-noselect): Ditto.
5550
5551         * nnmail.el (nnmail-article-group): Don't remove long lines.
5552         (nnmail-remove-long-lines): New function.
5553         (nnmail-split-header-length-limit): Removed.
5554
5555         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5556
5557         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5558
5559 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * gnus-sum.el (gnus-summary-generic-mark): New function.
5562
5563         * nnmail.el (nnmail-split-header-length-limit): Increased.
5564         (nnmail-article-group): Allow nil.
5565
5566         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5567
5568         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5569         first.
5570
5571         * mml.el (mml-minibuffer-read-type): Include types from
5572         mailcap-mime-data.
5573
5574         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5575
5576 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5577
5578         * mml.el (mml-insert-tag): New function.
5579         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5580         confusion with functions like `mml-read-tag'.
5581         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5582         (mml-minibuffer-read-description): Ditto with
5583         `mml-minibuffer-read-description'.
5584         (mml-attach-buffer): New function.
5585         (mml-mode-map): New entry for /.
5586         (mml-minibuffer-read-type): Accept DEFAULT.
5587
5588         * mml.el (mml-quote-region): Narrow the region.
5589
5590         * message.el (message-mode-menu): message-mime-attach-file is now
5591         mml-attach-file.
5592
5593 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5596
5597 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5598
5599         * mml.el (mml-attach-buffer): New command.
5600
5601 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5602
5603         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5604         with a proper range. Compress range.
5605
5606         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5607
5608 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5611
5612 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5615         (gnus-picons-convert-x-face): Removed.
5616         (gnus-picons-article-display-x-face): Removed.
5617         (gnus-picons-x-face-sentinel): Ditto.
5618         (gnus-picons-display-x-face): Ditto.
5619
5620 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5621
5622         * gnus.el: Pterodactyl Gnus v0.80 is released.
5623
5624 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5627
5628         * gnus-sum.el (gnus-with-article): Moved here.
5629
5630         * mail-source.el (mail-source-fetch-pop): Ask for password even
5631         when program.
5632
5633 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * gnus-msg.el (gnus-bug): Add description.
5636
5637         * mml.el (mml-insert-mml-markup): Insert disposition.
5638
5639         * message.el (message-send-mail): Always encode mail headers.
5640
5641         * smiley.el (gnus-smiley-display): Goto body.
5642
5643 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5644
5645         * smiley.el (gnus-smiley-display): Don't search to blank line.
5646
5647 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5650         when requested.
5651
5652         * nnmail.el (nnmail-current-spool): Removed.
5653
5654         * gnus-salt.el (gnus-tree-inhibit): New varible.
5655
5656         * gnus.el (mm-util): Required.
5657
5658 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5659
5660         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5661
5662 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * mail-source.el (mail-source-bind): Doc fix.
5665
5666 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * message.el (message-mode): Doc fix.
5669
5670         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5671         encoding.
5672
5673         * gnus.el (gnus-methods-equal-p): Moved here.
5674
5675         * mail-source.el: pop at 110.
5676
5677         * pop3.el (pop3-movemail): Use write-region instead of
5678         append-to-file to avoid excessive messaging.
5679
5680 1999-02-27  lantz moore  <lmoore@contigo.com>
5681
5682         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5683         type directory.
5684
5685 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5686
5687         * gnus-art.el (article-hide-boring-headers): Field names must not
5688         contain whitespace.
5689
5690 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5691
5692         * gnus.el: Pterodactyl Gnus v0.79 is released.
5693
5694 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5695
5696         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5697
5698         * mml.el (mml-mode): Don't use add-minor-mode.
5699
5700         * message.el (messgage-inhibit-body-encoding): New variable.
5701         (message-encode-message-body): Use it.
5702
5703 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5704
5705         * gnus.el: Pterodactyl Gnus v0.78 is released.
5706
5707 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * message.el (message-mode): Switch on MML mode.
5710
5711         * mml.el: Included commands and functions.
5712         (mml-mode-map): New keymap.
5713
5714         * message.el: Removed the insertion commands and functions.
5715
5716         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5717
5718         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5719         keystroke.
5720
5721         * gnus-art.el (gnus-narrow-to-page): Revert.
5722
5723         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5724         (gnus-cite-parse-maybe): Always reparse.
5725
5726         * message.el (message-encode-message-body): Don't insert
5727         "multipart warning".
5728
5729         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5730
5731 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5732
5733         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5734
5735         * nnmail.el: Require mm-util.
5736
5737 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5738
5739         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5740         group.
5741
5742 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5743
5744         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5745
5746 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5747
5748         * gnus-msg.el (gnus-extended-version): Better regexp.
5749
5750 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5751
5752         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5753         is called with the result of SPLIT and should return a new split.
5754
5755         * gnus.texi: update the doc.
5756
5757 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5758
5759         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5760         displayed in the article buffer, output bars if
5761         `gnus-picons-display-article-move-p'.
5762
5763 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5764
5765         * mail-source.el (mail-source-fetch-pop): Typo.
5766
5767 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5770
5771 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5774
5775 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * mml.el (mml-insert-buffer): New function.
5778
5779         * message.el (message-forward): Insert the buffer in the buffer.
5780
5781 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5782
5783         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5784
5785 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5786
5787         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5788
5789 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5790
5791         * gnus.el: Pterodactyl Gnus v0.77 is released.
5792
5793 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * gnus-art.el (gnus-displaying-mime): New variable.
5796         (article-narrow-to-head): New function.
5797
5798         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5799         Default to pop instead of pop3.
5800
5801 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * gnus-art.el (article-hide-pgp): Goto body.
5804
5805         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5806
5807         * gnus-cite.el: Don't use goto-line.
5808
5809         * gnus-art.el (gnus-article-treat-html): Removed.
5810         (gnus-treat-article): Save restriction.
5811
5812 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5813
5814         * message.el (message-send-mail): Don't untabify.
5815         (message-mode): Don't use tabs for indentation.
5816
5817 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * message.el (message-send-mail): Don't untabify.
5820
5821         * nnml.el (nnml-save-mail): Typo fix.
5822
5823 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5824
5825         * message.el (message-cite-function): Add
5826         `message-cite-original-without-signature' customization option.
5827
5828 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5829
5830         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5831         `nnmail-prepare-incoming-header-hook'.
5832
5833 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5834
5835         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5836
5837 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5840
5841 1999-02-18  Michael Cook  <cook@sightpath.com>
5842
5843         * Recognize Microsoft Outlook's cite attribution conventions.
5844
5845 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5846
5847         * gnus-sum.el: Bind M.
5848
5849 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5850
5851         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5852
5853 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5854
5855         * gnus-picon.el (gnus-group-display-picons): ensures that
5856         `article-goto-body' really goes to the article body.
5857
5858 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5861
5862         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5863
5864         * mm-view.el (mm-view-message): Enable multibyte.
5865
5866 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * nnmail.el (nnmail-get-new-mail): Message later.
5869
5870         * mm-util.el (mm-find-charset-region): Revert to checking
5871         multibyte.
5872
5873 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5874
5875       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5876       attachment.
5877
5878 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5879
5880         * gnus.el: Pterodactyl Gnus v0.76 is released.
5881
5882 1999-02-06  Felix Lee  <flee@cygnus.com>
5883
5884         * gnus.el (gnus-group-change-level-function): Typo.
5885
5886 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-sum.el (gnus-nov-skip-field): Removed.
5889         (gnus-nov-field): Ditto.
5890         (gnus-nov-parse-extra): Ditto.
5891         (gnus-nov-read-integer): Ditto.
5892
5893 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * nnheader.el (nnheader-nov-read-message-id): New macro.
5896         (nnheader-parse-nov): Use it.
5897
5898         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5899         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5900         `(eq (char-after) ?\n)'.
5901
5902 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5903
5904         * gnus.el (gnus-other-frame): Always pop up a new frame.
5905
5906 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5907
5908         * gnus-range.el (gnus-range-add): Rewrite.
5909
5910 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
5911
5912         * nnmail.el (nnmail-split-incoming): Added detection of maildir
5913         format.
5914         (nnmail-process-maildir-mail-format): New function.
5915
5916         * mail-source.el (mail-source-fetch-maildir): New function.
5917         (mail-source-keyword-map): Add default for maildir method.
5918         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
5919
5920 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5921
5922         * mail-source.el (mail-source-fetcher-alist): Remove apop.
5923
5924         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
5925         (nndoc-mime-digest-type-p): Removed.
5926
5927 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-art.el (gnus-article-read-summary-keys): Set the point
5930         where it is supposed to be.
5931         (gnus-treat-play-sounds): New variable.
5932
5933         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
5934
5935         * gnus-art.el (article-display-x-face): Narrow to head.
5936         (gnus-article-washed-types): New variable.
5937         (article-hide-pgp): Is not a toggle.
5938         (gnus-article-hide-text-type): Save types.
5939         (article-decode-charset): Use it.
5940
5941         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
5942
5943         * message.el (message-forward-start-separator): Removed.
5944         (message-forward-end-separator): Removed.
5945         (message-signature-before-forwarded-message): Removed.
5946         (message-included-forward-headers): Removed.
5947         (message-check-news-body-syntax): Don't check forward.
5948         (message-forward): Use MIME.
5949
5950         * nnvirtual.el (nnvirtual-request-article): Bind
5951         gnus-article-decode-hook to nil.
5952
5953 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5954
5955         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
5956         us-ascii.
5957
5958 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * format-spec.el (format-spec): Be more robust.
5961
5962         * message.el (message-encode-message-body): Default
5963         mail-parse-charset to mail-parse-charset.
5964
5965         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
5966         (gnus-summary-edit-article): Bind mail-parse-charset.
5967
5968         * mml.el (mml-read-tag): Ignore white space after end of tag.
5969
5970         * message.el (message-goto-body): Also work in separatorless
5971         articles.
5972
5973         * mml.el (mml-translate-from-mime): New function.
5974         (mml-insert-mime): Ditto.
5975         (mml-to-mime): New function.
5976         (mime-to-mml): New name.
5977
5978         * gnus-sum.el (gnus-summary-edit-article): Always select raw
5979         article.
5980
5981         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
5982
5983         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
5984         special-case nndraft groups.
5985
5986 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
5989         (gnus-get-newsgroup-headers): Already bound.
5990
5991         * message.el (message-encode-message-body): Use posting charset.
5992
5993         * mm-bodies.el (mm-encode-body): Use MIME charsets.
5994         (mm-body-encoding): Do CTE.
5995         (mm-body-7-or-8): New function.
5996
5997         * mm-util.el (mm-mime-charset): Always fall back on alist.
5998         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
5999         (mm-mime-mule-charset-alist): Add arabic-*-column.
6000         (mm-find-mime-charset-region): New function.
6001
6002         * format-spec.el (format-spec-make): New function.
6003
6004         * mail-source.el (format-spec): Required.
6005         (mail-source-fetch-with-program): Removed.
6006         (mail-source-fetch-with-program): New function.
6007
6008         * format-spec.el: New file.
6009
6010 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6011
6012         * mail-source.el (mail-source-fetch-with-program): Take optional
6013         parameter.
6014
6015 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * gnus-start.el: Ignore some groups.
6018         (gnus-setup-news): Bind nnmail-fetched-sources.
6019
6020         * message.el (message-send-mail): Remove all tabs.
6021
6022         * mm-util.el (mm-find-charset-region): Just check whether
6023         find-charset-region is defined.
6024
6025 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-group.el (gnus-group-get-new-news): Use
6028         nnmail-fetched-sources.
6029
6030         * nnmail.el (nnmail-fetched-sources): New variable.
6031         (nnmail-get-new-mail): Use it.
6032
6033         * mail-source.el (mail-source-fetched-sources): New variable.
6034         (mail-source-fetch): Use it.
6035
6036 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6037
6038         * gnus.el (gnus-getenv-nntpserver): if the file that
6039         gnus-nntpserver-file names has a trailing newline, the
6040         string-match will always match, and thus the file will never be
6041         read.  (^ matches start of "line", \\` matches start of "buffer",
6042         which is what was intended...)
6043
6044 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6045
6046         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6047
6048 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6051         select methods.
6052
6053 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6054
6055         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6056
6057 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6058
6059         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6060
6061 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6062
6063         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6064         a typo.
6065         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6066         charset to nil.
6067         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6068         * gnus-start.el (gnus-start-draft-setup): Ditto.
6069
6070 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071
6072         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6073         (mail-source-value): Don't do variables.
6074
6075         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6076
6077         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6078
6079 1999-02-01  Michael Cook  <cook@sightpath.com>
6080
6081         * Defenestrate spurious ?a.
6082
6083 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6084
6085         * mail-source.el (mail-source-fetch-pop): Instead use
6086         :authentication.
6087
6088 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6089
6090         * lisp/mail-source.el : Support APOP authentication scheme.
6091
6092 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6093
6094         * pop3.el (pop3-movemail): Return t.
6095
6096 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * rfc2047.el (rfc2047-fold-region): New function.
6099         (rfc2047-encode-message-header): Use it.
6100
6101 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6102
6103         * gnus-sum.el (gnus-group-charset-alist): Add more.
6104
6105 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6106
6107         * gnus.el: Pterodactyl Gnus v0.75 is released.
6108
6109 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * gnus-art.el (article-display-x-face): Don't narrow to head.
6112
6113 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6114
6115         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6116
6117 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * mail-source.el (mail-source-fetch-directory): Ignore
6120         directories.
6121
6122         * gnus-cus.el (gnus-group-parameters): Addition.
6123
6124         * gnus-art.el (article-strip-banner): Do symbolic banners.
6125         (article-strip-banner): New keystroke.
6126
6127 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6128
6129         * gnus-art.el (article-strip-banner): New command.
6130
6131 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132
6133         * gnus-art.el (gnus-treat-strip-banners): New variable.
6134
6135 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6138         has been exist.
6139
6140 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6141
6142         * message.el (message-draft-coding-system): Check coding-system.
6143         * mm-util.el (mm-text-coding-system): Ditto.
6144
6145 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * mail-source.el (mail-source-fetch-pop): Save excursion.
6148
6149 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6150
6151         * mail-source.el (mail-source-movemail-args): Not constant.
6152         (mail-source-movemail-args): Removed.
6153         (mail-source-fetch-with-program): New function.
6154         (mail-source-fetch-pop): Use program and function.
6155         (mail-source-movemail-program): Removed.
6156
6157         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6158         (gnus-treat-date-user-defined): New variable.
6159
6160 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6161
6162         * nnmail.el (nnmail-fix-eudora-headers): New function.
6163
6164 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6167
6168 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169
6170         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6171         (smiley-nosey-regexp-alist): Ditto.
6172
6173         * gnus-art.el (gnus-treatment-function-alist): Do
6174         gnus-article-add-buttons-to-head later.
6175         (gnus-treat-capitalize-sentences): New variable.
6176         (article-capitalize-sentences): New command and keystroke.
6177
6178         * gnus-group.el (gnus-group-catchup-current): Do group.
6179
6180         * message.el (message-default-charset): Add group.
6181
6182 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6183
6184         * gnus.el: Pterodactyl Gnus v0.74 is released.
6185
6186 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * gnus-art.el (article-fill-long-lines): Renamed.
6189         (article-fill-long-lines): New keystroke.
6190
6191 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6194
6195         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6196         displayed.
6197         (gnus-group-catchup-current): Be more robus.
6198
6199         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6200         headers.
6201
6202 1999-01-25  Dave Love  <fx@gnu.org>
6203
6204         * message.el (message-mode-menu): Add message-mime-attach-file.
6205         (message-mode): Doc fix.
6206
6207 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * nnmail.el (nnmail-check-duplication): Insert the mail source
6210         string.
6211
6212         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6213         (mail-source-fetch-directory): Ditto.
6214         (mail-source-fetch-file): Ditto.
6215         (mail-source-string): New variable.
6216
6217         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6218         the level.
6219
6220         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6221         before handling.
6222
6223         * mm-util.el (mm-mime-charset): Use the parameters.
6224         (mm-mime-charset): Removed region paremeters.
6225
6226         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6227         source.
6228
6229 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6230
6231         * nnmail.el (nnmail-get-split-group): Quote right.
6232
6233 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6236         buffer.
6237
6238 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6241         (gnus-group-mode): Don't hook.
6242
6243         * mail-source.el (mail-source-bind): Doc fix.
6244         (mail-source-bind): Take only one param.
6245
6246         * gnus-art.el (gnus-treat-highlight-signature): typep.
6247
6248         * mail-source.el (mail-source-movemail): Ignore empty file.
6249         (mail-source-callback): Check before deleting.
6250
6251         * message.el (message-mime-attach-file): Include name.
6252
6253 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * mm-util.el (mm-read-charset): Return a symbol.
6256
6257         * mm-view.el (mm-inline-text): Insert signature separator.
6258
6259         * gnus-art.el (gnus-treat-predicate): New function.
6260         (gnus-treat-article): Allow all types to be checked.
6261
6262         * gnus-util.el (gnus-or): New function.
6263         (gnus-and): Ditto.
6264
6265         * gnus-art.el (gnus-mime-display-single): Use override.
6266
6267         * mm-decode.el (mm-attachment-override-types): New variable.
6268         (mm-attachment-override-p): New function.
6269
6270         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6271
6272 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6273
6274         * mm-view.el (mm-inline-text): Do vcards.
6275
6276 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6277
6278         * gnus.el: Pterodactyl Gnus v0.73 is released.
6279
6280 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6281
6282         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6283         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6284         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6285         (nnmail-movemail-program): Removed.
6286         (nnmail-movemail-args): Removed.
6287         (nnmail-pop-password-required): Ditto.
6288         (nnmail-tmp-directory): Ditto.
6289         (nnmail-delete-incoming): Removed.
6290         (nnmail-pop-password, nnmail-moved-inboxes,
6291         nnmail-internal-password, nnmail-move-inbox): Removed.
6292         (nnmail-read-passwd): Ditto.
6293         (nnmail-get-spool-files): Removed.
6294         (nnmail-resplit-incoming): Reinstated.
6295
6296         * mail-source.el: New file.
6297
6298 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6299
6300         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6301
6302 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6305
6306 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6309
6310         * gnus-picon.el (gnus-group-display-picons): Goto body.
6311
6312         * gnus.el: Indented all functions; broke long lines; changed all
6313         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6314
6315 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6316
6317         * gnus.el: Pterodactyl Gnus v0.72 is released.
6318
6319 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * gnus.el: Cleaned up trailing whitespace.
6322
6323         * mm-util.el (mm-read-charset): Work.
6324
6325 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6326
6327         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6328         nnheader-translate-file-chars'd group name.
6329
6330 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331
6332         * message.el (message-encode-message-body): Fold case.
6333
6334 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6335
6336         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6337
6338 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * mailcap.el (mailcap-add): New function.
6341
6342 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6345         (article-goto-body): Use it.
6346         (gnus-treat-article): Ditto.
6347
6348         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6349         downloaded articles from the downloadeble list.
6350
6351 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6352
6353         * message.el (message-encode-message-body): Bind
6354         mail-parse-charset.
6355
6356         * mm-util.el (mm-charset-synonym-alist): New variable.
6357         (mm-charset-to-coding-system): Use it.
6358         (mm-charset-coding-system-alist): Removed.
6359         (mm-charset-to-coding-system): Don't use it.
6360         (mm-find-charset-region): Use mail-parse-charset.
6361
6362         * gnus-art.el (gnus-treatment-function-alist): Use
6363         gnus-article-display-picons.
6364         (gnus-treat-display-xface): Only do if we have xface feature.
6365         (gnus-part-display-hook): New function.
6366         (gnus-treat-article): Use it.
6367         (gnus-treat-article): Use gnus-visual.
6368
6369         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6370
6371         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6372         displaying.
6373
6374         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6375
6376         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6377         regexp file names.
6378
6379 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6380
6381         * gnus.el: Pterodactyl Gnus v0.71 is released.
6382
6383 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384
6385         * mm-view.el (mm-inline-image): Don't add a dot.
6386
6387         * gnus-art.el (gnus-treat-article): New function.
6388
6389         * gnus.el (gnus-article-display-hook): Removed.
6390
6391         * gnus-art.el (gnus-article-treat-custom): New variable.
6392
6393         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6394
6395         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6396         functions.
6397
6398         * message.el (message-posting-charset): New variable.
6399         (message-send-mail): Use it.
6400
6401         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6402         (gnus-setup-posting-charset): New function.
6403         (gnus-setup-message): Use it.
6404
6405         * message.el (message-encode-message-body): Just look for
6406         Content-Type before inserting a new one.
6407
6408 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409
6410         * rfc2047.el (rfc2047-default-charset): Removed.
6411
6412         * mail-prsvr.el: New file.
6413         (mail-parse-charset): New variable.
6414
6415         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6416         Changed name.
6417
6418         * gnus.el (gnus-charset): New group.
6419
6420         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6421
6422         * gnus-sum.el (gnus-default-charset): Default to nil.
6423         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6424         (gnus-newsgroup-iso-8859-1-forced): Removed.
6425
6426         * mm-util.el (mm-known-charsets): Removed.
6427         (mm-default-coding-system): Removed.
6428         (mm-default-charset): Removed.
6429         (mm-read-charset): New function.
6430
6431         * message.el (message-default-charset): Removed.
6432
6433         * rfc2047.el (rfc2047-default-charset): Default to nil.
6434
6435         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6436
6437 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6438
6439         * gnus.el: Pterodactyl Gnus v0.70 is released.
6440
6441 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * mm-decode.el (mm-save-part): Use mm-get-part.
6444         (mm-insert-part): New function.
6445         (mm-get-part): Use it.
6446         (mm-get-image): Ditto.
6447         (mm-display-external): Ditto.
6448
6449         * mm-view.el (mm-inline-text): Ditto.
6450
6451         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6452         ranges.
6453
6454         * mm-decode.el (mm-display-external): Save the buffer.
6455         (mm-remove-part): Kill it.
6456
6457         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6458
6459         * nnagent.el (nnagent-request-set-mark): Defined stub.
6460
6461 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6462
6463         * gnus-score.el (gnus-score-load-score-alist): Bind
6464         coding-system-for-read.
6465
6466         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6467         prepare-exit-hook.
6468
6469         * mm-view.el (mm-setup-w3): Require w3.
6470
6471 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6472
6473         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6474         body.
6475
6476 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * mm-encode.el: Ditto.
6479
6480         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6481         error.
6482
6483         * mailcap.el (mailcap-mime-data): SAFER ps.
6484
6485         * message.el (message-encode-message-body): Always insert a
6486         Content-Type header.
6487
6488         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6489         shown inline.
6490
6491         * mm-view.el (mm-inline-text): Handle all sorts of text.
6492
6493         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6494         don't view.
6495
6496         * mm-decode.el (mm-display-external): Use it.
6497
6498         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6499
6500         * mm-decode.el (mm-save-part): Removed double code.
6501
6502 1999-01-12  Dave Love  <fx@gnu.org>
6503
6504         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6505         application/octet-stream .gz & al files with jka-compr.
6506
6507 1999-01-12  Dave Love  <fx@gnu.org>
6508
6509         * gnus-ems.el (gnus-down-mouse-3): New variable.
6510         * gnus-art.el (gnus-mime-button-map): Use it.
6511         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6512
6513 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6514
6515         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6516
6517 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6520         buffers.
6521
6522         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6523
6524         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6525
6526 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6527
6528         * mml.el (mml-parameter-string): Strip directory component.
6529
6530 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * gnus.el (gnus-use-demon): Removed.
6533
6534 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * nnmail.el (nnmail-article-group): Don't infloop.
6537
6538 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6539
6540         * gnus-art.el (article-update-date-lapsed): Made it work with
6541         picons, and make it update on all visible frames.
6542         (article-date-ut): Get summary-buffer's current-headers.
6543
6544 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6547         (gnus-picons-setup-p): New variable.
6548
6549 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550
6551         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6552
6553 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6556         (gnus-summary-exit-no-update): Use mapcar.
6557
6558 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6559
6560         * gnus-agent.el (gnus-category-write): Make directory.
6561
6562 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6563
6564         * gnus-sum.el (gnus-update-read-articles):
6565         (gnus-update-marks): Request backend update of mark.
6566
6567 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568
6569         * mm-bodies.el (mm-body-encoding): Use mm-find.
6570
6571 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6572
6573         * gnus-picon.el (gnus-article-display-picons): Fix.
6574
6575 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6576
6577         * gnus.el: Pterodactyl Gnus v0.69 is released.
6578
6579 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580
6581         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6582
6583         * gnus-agent.el (gnus-agent-remove-group): New command and
6584         keystroke.
6585
6586         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6587
6588 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6589
6590         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6591
6592 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593
6594         * mm-view.el (mm-inline-text): Bind current id.
6595
6596         * mm-decode.el (mm-handle-id): New macro.
6597         (mm-make-handle): Accept id.
6598         (mm-dissect-singlepart): Use it.
6599
6600 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6601
6602       * message.el (message-cite-original-without-signature): Use
6603       message-signature-separator when searching for signature in
6604       message-cite-original-without-signature.
6605
6606 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6607
6608         * gnus.el (gnus-server-to-method): Check named methods.
6609
6610 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * mm-view.el (mm-view-message): Goto point-min.
6613
6614         * nnmail.el (nnmail-article-group): Don't delete lines, only
6615         shorten them.
6616
6617         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6618         values.
6619
6620         * nnheader.el (nnheader-temp-directory): New variable.
6621         (nnheader-temp-directory): Removed.
6622
6623 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6624
6625         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6626         list of files to check for mailcap entries under windows-nt.
6627
6628 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6631         summary buffer exists.
6632
6633 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6634
6635         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6636         irrelevant Sun sendmail bug.
6637         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6638
6639         * message.el (message-send-news): Bind mail-header-separator to
6640         "" when asking backend to post.
6641
6642 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6643
6644         * mm-uu.el (mm-dissect-disposition): New variable.
6645         (mm-uu-dissect): Use it.
6646
6647 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * mm-view.el (mm-inline-text): Bind url-current-object.
6650
6651 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6652
6653         * gnus-range.el (gnus-remove-from-range): Rewrite.
6654
6655 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6656
6657         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6658
6659 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6660
6661         * message.el (message-encode-message-body): Insert `MIME-Version'
6662         instead of `Mime-Version'.
6663
6664 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6665
6666         * message.el (message-insert-mime-part): Add the attachment
6667         disposition.
6668         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6669         (message-mime-query-type): New function.
6670         (message-mime-query-description): Ditto.
6671         (message-mime-query-file): Ditto.
6672         (message-insert-mime-part): Use them.
6673         (message-mime-insert-external): Use the new stuff.
6674
6675 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * nnmail.el (nnmail-split-header-length-limit): New variable.
6678
6679         * mm-decode.el (mm-dissect-buffer): Check syntax.
6680
6681         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6682
6683         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6684         (rfc2047-dissect-region): Ditto.
6685
6686 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * mm-view.el (mm-view-message): Decode charset.
6689
6690 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6691
6692         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6693         CT headers.
6694
6695 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6696
6697         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6698         mm-uu-*-function.
6699         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6700
6701 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * message.el (message-send-mail): Do MML first.
6704         (message-send-news): Ditto.
6705
6706 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * gnus-picon.el (gnus-picons-face): New face.
6709         (gnus-picons-try-face): Use it.
6710
6711 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6712
6713         * gnus.el: Pterodactyl Gnus v0.68 is released.
6714
6715 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6716
6717         * gnus.el: Pterodactyl Gnus v0.67 is released.
6718
6719 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6720
6721         * gnus.el: Pterodactyl Gnus v0.66 is released.
6722
6723 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * gnus-art.el (gnus-insert-mime-button): Decode description.
6726
6727 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6728
6729         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6730         (gnus-decode-header-methods): Ditto.
6731         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6732
6733 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6734
6735         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6736
6737 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * mml.el (mml-insert-mime-headers): Encode description.
6740
6741         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6742         line.
6743
6744         * gnus-sum.el (gnus-default-charset): Doc fix.
6745
6746 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6747
6748         * mm-decode.el (mm-display-part): Forward a line.
6749
6750 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6751
6752         * mm-util.el (mm-running-ntemacs): New variable.
6753         (mm-text-coding-system): Ditto.
6754         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6755         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6756
6757 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6760         buffer.
6761
6762         * message.el (message-insert-headers): New command and keystroke.
6763
6764 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6767         (mm-get-image): Ditto.
6768
6769         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6770         base64, uudecode and binhex.
6771
6772 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6773
6774         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6775         in text/plain.
6776         * mm-uu.el (mm-uu-dissect): Use inline.
6777
6778 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * mm-view.el (mm-view-message): New function.
6781
6782         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6783         qp.
6784
6785 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6786
6787         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6788         entry for message/rfc822 as 8bit.
6789
6790 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * mailcap.el (mailcap-mime-extensions): Add patch.
6793
6794 1998-12-05  Dale Hagglund  <rdh@best.com>
6795
6796         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6797         argument to force all multipart/* to look like multipart/mixed.
6798
6799         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6800         variable.
6801         (gnus-mime-display-part): Use it.
6802
6803 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6804
6805         * gnus-draft.el (gnus-draft-send): Only disable checks for
6806         non-interactive use.
6807         (gnus-draft-send-message): Use it.
6808
6809 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6810
6811         * gnus.el: Pterodactyl Gnus v0.65 is released.
6812
6813 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6814
6815         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6816
6817         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6818
6819 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6820
6821         * gnus.el: Pterodactyl Gnus v0.64 is released.
6822
6823 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824
6825         * mm-view.el (mm-setup-w3): Don't load.
6826
6827         * gnus-msg.el (gnus-setup-message): Set group name.
6828         (gnus-group-mail): Avoid leaking local vars.
6829
6830         * message.el (message-attach-file): Renamed.
6831         (message-mime-attach-file): Renamed again.
6832
6833 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6834
6835         * gnus-art.el (article-decode-encoded-words): Bind
6836         rfc2047-default-charset here.
6837
6838         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6839
6840 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6843         (gnus-picons-setup-hook): New hook.
6844
6845 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6846
6847         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6848         string.
6849         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6850         line.
6851
6852 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6855         (gnus-mime-view-part): Ditto.
6856         (gnus-mime-inline-part): Dotii.
6857         (gnus-mime-externalize-part): Daddo.
6858         (gnus-mime-internalize-part): Tutti frutti.
6859         (gnus-widget-press-button): Da da do.
6860
6861         * mm-view.el (mm-setup-w3): Require url-vars.
6862
6863 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6864
6865         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6866         * mm-util.el (mm-find-charset-region): Ditto.
6867
6868 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * message.el (message-send): Don't encode here.
6871         (message-send-mail): But here.
6872         (message-send-news): And here.
6873
6874 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6877
6878 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6879
6880         * gnus.el: Pterodactyl Gnus v0.63 is released.
6881
6882 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6883
6884         * mml.el (mml-base-boundary): Shorten.
6885
6886         * message.el (message-insert-mime-part): Use default.
6887
6888         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6889
6890 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6891
6892         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6893         buttons, not [*].
6894
6895 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6896
6897         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6898
6899 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6900
6901         * gnus-art.el (gnus-insert-mime-button): Fix.
6902
6903 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6904
6905         * message.el (message-insert-mime-part): Nicify prompts.
6906         (message-insert-mime-part): Really delete duplicates.
6907         (message-insert-mime-part): Check against common errors.
6908         (message-insert-mime-part): Fix docstring.
6909
6910 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6911
6912         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
6913
6914 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6915
6916         * gnus-art.el (gnus-mime-button-line-format): Nicify.
6917         (gnus-insert-mime-button): Modify accordingly.
6918
6919 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6920
6921         * gnus-art.el (gnus-display-mime): Set window point.
6922
6923         * mm-decode.el (mm-display-external): Only decode when not
6924         saving.
6925         (mm-alternative-precedence): Prefer multiparts.
6926         (mm-inline-media-tests): Inline multiparts.
6927
6928         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
6929         Ignore errors when requiring url.
6930
6931         * mml.el (mml-quote-region): New command.
6932
6933         * message.el (message-cite-original): Use it.
6934         (message-cite-original-without-signature): Ditto.
6935
6936 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6937
6938         * gnus.el: Pterodactyl Gnus v0.62 is released.
6939
6940 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
6943
6944 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6945
6946         * mm-view.el (mm-inline-text): Use `point-min-marker' and
6947         `point-max-marker'.
6948
6949 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
6952
6953         * gnus-art.el (gnus-mime-display-single): Check for attachment
6954         before other tests.
6955
6956 1998-12-03  Didier Verna  <verna@inf.enst.fr>
6957
6958         * gnus-msg.el (gnus-configure-posting-styles): find a
6959         posting-style entry in the group parameters, if any, and honor it
6960         at the end.
6961
6962 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
6963
6964         * nntp.el (nntp-after-change-function): Fix.
6965
6966 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
6967
6968         * mml.el (mml-generate-mime-1): Insert literally.
6969
6970 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * mml.el (mml-insert-mime-headers): Removed debug.
6973
6974 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6975
6976         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
6977         prefixed.
6978
6979         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
6980         application/emacs-lisp to 8bit.
6981
6982 1998-12-03  Dale Hagglund  <rdh@best.com>
6983
6984         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
6985
6986 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6987
6988         * gnus.el: Pterodactyl Gnus v0.61 is released.
6989
6990 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * mml.el (mml-parse-1): Skipped parts.
6993         (mml-insert-mime-headers): Nil is a list.
6994         (mml-generate-mime-1): Don't insert literally.
6995         (mml-read-tag): Drop text props.
6996         (mml-read-part): Ditto.
6997         (mml-parse-singlepart-with-multiple-charsets): Ditto.
6998
6999 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7000
7001         * gnus.el: Pterodactyl Gnus v0.60 is released.
7002
7003 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * mml.el (mml-parse-1): Don't throw contents away.
7006
7007 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7008
7009         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7010
7011 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7014         function.
7015         (mml-parse-1): Use it.
7016
7017 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7018
7019         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7020         Use gnus-newsgroup-default-charset.
7021         (article-decode-encoded-words): Remove charset codes.
7022         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7023         gnus-default-charset.
7024
7025 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7026
7027         * message.el (message-send-mail): Don't encode here.
7028         (message-send-news): Nor here.
7029         (message-send): ... but here instead.
7030
7031         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7032         default to nil.
7033         (gnus-article-display-picons): Replace From line.
7034         (gnus-group-display-picons): Replace Newsgroups line.
7035         (gnus-picons-display-glyph): Set baseline.
7036         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7037         (gnus-picons-xbm-face): Revert to old, standard colors.
7038
7039         * message.el (message-fetch-field): Remove text props.
7040
7041         * gnus-art.el (gnus-article-normalized-header-length): New
7042         variable.
7043         (article-normalize-headers): New command and keystroke.
7044
7045         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7046
7047 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7048
7049         * gnus.el: Pterodactyl Gnus v0.59 is released.
7050
7051 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7054
7055         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7056
7057 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7058
7059         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7060
7061 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062
7063         * mm-decode.el (mm-all-images-fit): New variable.
7064         (mm-image-fit-p): Use it.
7065
7066         * gnus-art.el (gnus-mime-display-single): Use it.
7067         (gnus-mime-internalize-part): New command and keystroke.
7068
7069         * mm-decode.el (mm-user-automatic-external-display): New
7070         variable.
7071         (mm-automatic-external-display-p): New function.
7072
7073         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7074         colors.
7075
7076 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7077
7078         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7079
7080         * gnus-art.el (gnus-with-article): Work in the original article
7081         buffer.
7082         (gnus-with-article): Work in read-only groups.
7083
7084 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7085
7086         * mm-bodies.el (mm-decode-string): Return original string if not
7087         decode.
7088
7089 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7090
7091         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7092
7093 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7094
7095         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7096
7097 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7098
7099         * gnus.el: Pterodactyl Gnus v0.58 is released.
7100
7101 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7102
7103         * mm-decode.el (mm-get-image): Return a glyph, not an image
7104         specifier.
7105
7106 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7107
7108         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7109
7110 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111
7112         * mail-parse.el (rfc2045): Required.
7113
7114 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7115
7116         * mm-view.el (mm-inline-text): Remove props.
7117
7118 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * mm-view.el (mm-setup-w3): Protect url-misc.
7121
7122         * message.el (message-ignored-resent-headers): Remove
7123         Gnus-Warning.
7124
7125         * mml.el (mml-insert-mime-headers): Use encoding.
7126         (mml-parameter-string): Ditto.
7127
7128         * rfc2045.el: New file.
7129         (rfc2045-encode-string): New function.
7130
7131 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * mail-parse.el (mail-header-encode-parameter): New function.
7134
7135         * rfc2231.el (rfc2231-encode-string): New function.
7136
7137 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7138
7139         * mm-bodies.el (mm-decode-string): New function.
7140         * mm-view.el (mm-inline-text): Use mm-decode-string.
7141
7142 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7143
7144         * gnus.el: Pterodactyl Gnus v0.57 is released.
7145
7146 1998-11-23  Felix Lee  <flee@cygnus.com>
7147
7148         * nntp.el (nntp-async-needs-kluge): new setting.
7149         (nntp-async-timer): new var.
7150         (nntp-async-process-list): new var.
7151         (nntp-async-kluge): new function.
7152         (nntp-async-timer-handler): new function.
7153         (nntp-async-wait): new function.
7154         (nntp-async-stop): new function.
7155         (nntp-after-change-function): renamed, and split apart.
7156         (nntp-async-trigger): new function.
7157         (nntp-do-callback): new function.
7158         (nntp-accept-process-output): add optional timeout arg.
7159
7160         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7161         (gnus-async-wait-for-article): new function.
7162         (gnus-async-with-semaphore): s/asynch/async/.
7163
7164 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * gnus-art.el (gnus-with-article): Don't encode.
7167         (gnus-insert-mime-button): Fall back on filename from C-D.
7168         (gnus-mime-display-single): Have dots right on text/plain
7169         attachments.
7170
7171         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7172         broken parts.
7173
7174         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7175
7176         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7177         binhex.
7178
7179         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7180         (gnus-summary-repair-multipart): New command and keystroke.
7181
7182         * gnus-art.el (gnus-with-article-buffer): New macro.
7183
7184 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7185
7186         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7187         undisplay the part.
7188
7189 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7192
7193         * mml.el (mml-read-part): Partition right.
7194
7195         * mm-decode.el (mm-handle-set-cache): New macro.
7196         (mm-handle-cache): Ditto.
7197         (mm-make-handle): Ditto.
7198         (mm-dissect-singlepart): Use it.
7199         (mm-get-image): Use the cache.
7200
7201 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7204         (gnus-mime-display-single): Don't insert lines between parts.
7205
7206 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7207
7208         * nnmail.el (nnmail-file-coding-system-1): New variable.
7209         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7210         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7211         * nnml.el (nnml-file-coding-system): New variable.
7212         (nnml-request-article): Use nnml-file-coding-system.
7213
7214 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7215
7216         * gnus.el: Pterodactyl Gnus v0.56 is released.
7217
7218 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-art.el (gnus-mime-display-part): New function.
7221         (gnus-mime-display-mixed): Use it.
7222
7223         * mm-view.el (mm-setup-w3): Don't register.
7224
7225         * message.el (message-cite-original): Cite parts.
7226
7227 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * mml.el (mml-parameter-string): New function.
7230         (mml-insert-mime-headers): Separated into new function.
7231
7232 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7233
7234         * mml.el (mml-make-boundary): Use `make-string'.
7235
7236 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7237
7238         * binhex.el (binhex-insert-char): Ditto.
7239
7240         * base64.el (base64-insert-char): Ditto.
7241
7242         * uudecode.el (uudecode-insert-char): Code correctly.
7243
7244 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * mml.el (mml-generate-mime): Don't generate multiparts for
7247         empties.
7248
7249         * gnus-art.el (gnus-display-mime): Save excursion.
7250
7251         * message.el (message-remove-first-header): New function.
7252         (message-encode-message-body): Use it.
7253
7254 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7255
7256         * gnus.el: Pterodactyl Gnus v0.55 is released.
7257
7258 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259
7260         * mm-view.el (mm-setup-w3): New function.
7261
7262         * mm-decode.el (mm-content-id-get-contents): New function.
7263         (mm-content-id-get-type): Ditto.
7264         (mm-content-id-get-encoding): Ditto.
7265         (mm-get-handle-by-content-id): Removed.
7266
7267 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7268
7269         * message.el (message-generate-new-buffers): Fix tag.
7270
7271 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * message.el (message-buffer-name): Check for unique first.
7274
7275         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7276         gnus-inhibit-mime-unbuttonizing.
7277
7278         * gnus-sum.el (t): Bind M-t.
7279         (gnus-inhibit-unbuttonizing): New variable.
7280         (gnus-summary-toggle-display-buttonized): New command.
7281
7282         * gnus-art.el (gnus-display-mime): Select article window.
7283         (article-strip-trailing-space): New command and keystroke.
7284
7285         * nneething.el (nneething-include-files): New variable.
7286         (nneething-create-mapping): Use it.
7287
7288         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7289
7290         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7291         ayto-expirable marks.
7292
7293 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7296
7297         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7298         ARG.
7299
7300         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7301
7302 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7303
7304         * mm-util.el (mm-binary-coding-system): New variable.
7305         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7306         * mm-decode.el (mm-display-external): Ditto.
7307
7308 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7309
7310         * gnus.el: Pterodactyl Gnus v0.54 is released.
7311
7312 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7315
7316 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * mm-decode.el (mm-save-part): Unquote.
7319
7320 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7321
7322         * mm-decode.el (mm-save-part): Bind coding system for write.
7323
7324 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * gnus-art.el (gnus-article-mode-line-format): New default.
7327         (gnus-article-mime-part-status): New function.
7328
7329         * message.el (message-send-news): Check the body syntax before
7330         encoding.
7331
7332         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7333         (gnus-mime-display-single): Use it.
7334         (gnus-mime-display-alternative): Ditto.
7335
7336         * mm-decode.el: Check for whether we are running under a term.
7337
7338 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * mm-decode.el (mm-preferred-alternative): Default to first
7341         alternative.
7342         (mm-preferred-alternative): No, we dont.
7343
7344 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7345
7346         * mm-decode.el (mm-display-external): Use binary instead of
7347         no-conversion.
7348         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7349         * nnheader.el (nnheader-file-coding-system): Ditto.
7350         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7351
7352 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7353
7354         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7355         name without method.
7356
7357 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7358
7359         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7360         coding-system -> default-charset.
7361         (gnus-newsgroup-default-charset-alist): Ditto.
7362         (gnus-summary-local-variables): Ditto.
7363         (gnus-set-global-variables): Ditto.
7364         (gnus-get-newsgroup-headers): Ditto.
7365         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7366         (gnus-get-newsgroup-headers-xover): Ditto.
7367         (gnus-newsgroup-setup-default-charset): Ditto.
7368         (article-decode-mime-words): Ditto.
7369         (article-decode-charset): Ditto.
7370         (article-decode-encoded-words): Ditto.
7371         (article-de-quoted-unreadable): Ditto.
7372         (gnus-mime-view-all-parts): Ditto.
7373         (gnus-mime-externalize-part): Ditto.
7374         (gnus-mm-display-part): Ditto.
7375         (gnus-mime-display-single): Ditto.
7376         (gnus-mime-display-alternative): Ditto.
7377         * lpath.el : Ditto.
7378
7379 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7380
7381         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7382         * gnus-art.el (article-decode-charset): Overlay
7383         rfc2047-default-charset.
7384         * message.el (message-draft-coding-system): New variable.
7385         (message-set-auto-save-file-name): Use message-draft-coding-system.
7386         * nndraft.el (nndraft-request-article): Ditto.
7387         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7388         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7389
7390 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * mm-uu.el (mm-uu-test): New function.
7393         (mm-uu-dissect): Inherit charset and cte from head.
7394         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7395
7396 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7397
7398         * gnus.el: Pterodactyl Gnus v0.53 is released.
7399
7400 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * mm-decode.el (mm-get-image): New function.
7403         (mm-image-fit-p): New function.
7404
7405         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7406
7407         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7408
7409         * gnus-art.el (gnus-article-insert-newline): New function.
7410         (article-goto-body): New function.
7411
7412 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413
7414         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7415         buttons.
7416
7417         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7418         keystroke.
7419
7420         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7421         line between parts.
7422
7423         * message.el (message-remove-header): Go to end if wanted.
7424
7425 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7426
7427         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7428         movement with save-window-excursion.
7429
7430 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7431
7432         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7433
7434 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7437
7438 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7441         gnus-newsgroup-coding-system.
7442         (gnus-get-newsgroup-headers): Ditto.
7443         (gnus-get-newsgroup-headers-xover): Ditto.
7444         (gnus-set-global-variables): Ditto.
7445         * gnus-art.el (article-decode-mime-words): Ditto.
7446         (article-decode-charset): Ditto.
7447         (article-decode-encoded-words): Ditto.
7448         (article-de-quoted-unreadable): Ditto.
7449         (gnus-mime-view-all-parts): Ditto.
7450         (gnus-mime-externalize-part): Ditto.
7451         (gnus-mm-display-part): Ditto.
7452         (gnus-mime-display-alternative): Ditto.
7453         (gnus-mime-display-single): Ditto.
7454         * mm-view.el (mm-inline-text): Use default coding system.
7455
7456 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7457
7458         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7459         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7460         (gnus-newsgroup-coding-system): New local variable.
7461         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7462         (gnus-summary-local-variables): Add two new local variables.
7463         (gnus-newsgroup-setup-coding-system): New function.
7464         (gnus-select-newsgroup): Setup coding system.
7465         * lpath.el: Add two new variables.
7466         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7467         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7468         * gnus-cus.el (gnus-group-parameters): Customizable
7469         iso-8859-1-forced.
7470
7471 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7472
7473         * gnus.el: Pterodactyl Gnus v0.52 is released.
7474
7475 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476
7477         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7478         encoding.
7479
7480         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7481         undisplayed text types.
7482
7483         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7484         types.
7485
7486 1998-11-19  Felix Lee  <flee@cygnus.com>
7487
7488         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7489
7490 1998-11-19  Felix Lee  <flee@cygnus.com>
7491
7492         * gnus-async.el (gnus-asynch-obarray): rename to
7493         gnus-async-hashtb, and don't buffer-local it.
7494
7495         (gnus-async-article-callback): new function.
7496         (gnus-make-async-article-function): use it.
7497
7498         (gnus-async-current-prefetch-group): new var.
7499         (gnus-async-current-prefetch-article): new var.
7500         (gnus-async-request-fetched-article): are we fetching it already?
7501
7502         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7503
7504 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7505
7506         * gnus-sum.el (gnus-summary-show-article): Require.
7507
7508         * message.el: Provide before hooks.
7509         (message-send-news): Do MIME before headers.
7510
7511         * gnus-art.el (gnus-article-check-buffer): New function.
7512         (gnus-article-read-summary-keys): Use it.
7513
7514         * mm-decode.el (mm-user-automatic-display): Display all inline
7515         images.
7516
7517         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7518         much.
7519         (gnus-unbuttonized-mime-types): New variable.
7520
7521 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7522
7523         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7524
7525         * mm-decode.el (mm-quote-arg): Quote semicolons.
7526
7527         * gnus-art.el (gnus-mime-display-single): Don't display
7528         attachments.
7529         (gnus-mime-externalize-part): New command and keystroke.
7530
7531         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7532         (mm-alternative-precedence): Changed order.
7533
7534 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7535
7536         * gnus.el (gnus-method-simplify): New function.
7537         (gnus-native-method-p): New function.
7538         (gnus-secondary-method-p): Use gnus-method-equal.
7539
7540         * gnus-start.el (gnus-group-change-level): Shorten select method.
7541
7542 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7543
7544         * gnus.el: Pterodactyl Gnus v0.51 is released.
7545
7546 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7547
7548         * gnus.el: Applied patches from 5.6.45.
7549
7550         * gnus-score.el (gnus-score-find-trace): Print complete file
7551         paths.
7552         (gnus-score-find-trace): Truncate lines.
7553
7554         * gnus.el (gnus-message-archive-group): Allow function.
7555
7556         * message.el (message-encode-message-body): Remove Mime-Version
7557         before inserting.
7558
7559         * gnus-cus.el (gnus-group-customize): Optional topic.
7560
7561         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7562         keystroke.
7563
7564 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7565
7566         * message.el (message-encode-message-body): Rewrite.
7567
7568 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * mml.el (mml-base-boundary): New variable.
7571         (mml-make-boundary): New function.
7572
7573         * gnus-cache.el (gnus-cache-coding-system): New variable.
7574         (gnus-cache-request-article): Use it.
7575
7576         * message.el (message-insert-mime-part): Delete duplicates.
7577
7578 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7579
7580         * gnus-art.el (gnus-mime-display-alternative): Set end of
7581         multipart and display even when nothing is preferred.
7582
7583 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7584
7585         * gnus.el: Pterodactyl Gnus v0.50 is released.
7586
7587 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7590         fbound.
7591
7592         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7593
7594 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7595
7596         * gnus.el (gnus-similar-server-opened): Compare backend.
7597
7598 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7599
7600         * gnus-topic.el (gnus-topic-expire-articles): New function.
7601         (gnus-topic-mode-map): Bind it.
7602
7603         * gnus.texi (Topic Commands): New expiry command. Reordered.
7604
7605 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7606
7607         * gnus-sum.el
7608         (gnus-auto-expirable-marks): New variable.
7609         (gnus-inhibit-user-auto-expire): New variable.
7610         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7611         When looking to see if we should expire instead, check
7612         gnus-auto-expirable-marks instead of using a hard-wired list.
7613         (gnus-summary-mark-as-read-forward,
7614         gnus-summary-mark-as-read-backward):
7615         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7616         gnus-summary-mark-forward, instead of `t'.
7617
7618 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * mml.el (mml-compute-boundary): New function.
7621         (mml-compute-boundary-1): New function.
7622         (mml-generate-mime-1): Use it.
7623
7624 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7625
7626         * mml.el (mml-generate-mime-1): Always precede closing boundary
7627         with newline.
7628
7629 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * mml.el (mml-generate-mime-1): Do right boundaries when several
7632         multiparts.
7633
7634         * mm-decode.el (mm-user-automatic-display): Default to inline
7635         jpeg.
7636
7637         * mml.el (mml-generate-mime-1): Encode non-text parts.
7638
7639 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7640
7641         * gnus.el: Pterodactyl Gnus v0.49 is released.
7642
7643 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * mm-view.el (mm-inline-text): Require w3-vars.
7646
7647         * gnus-setup.el (gnus-use-tm): Removed.
7648
7649         * gnus-art.el (gnus-article-goto-part): Don't beep.
7650         (gnus-article-view-part): Check return value.
7651         (gnus-mime-display-alternative): Don't display when there is
7652         nothing to display.
7653
7654         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7655         (mml-generate-mime-1): Use unibyte for binaries.
7656
7657         * gnus-art.el (gnus-display-mime): Call
7658         gnus-article-mime-part-function.
7659         (gnus-mime-part-function): New function.
7660         (gnus-article-mime-part-function): New function.
7661
7662         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7663
7664 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665
7666         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7667
7668         * message.el (message-font-lock-keywords): Highlight MML.
7669         (message-mml-face): New font.
7670
7671 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7672
7673         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7674         (gnus-mm-display-part): Do not select-window if the article window
7675         is not found.
7676
7677 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7678
7679         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7680
7681 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7682
7683         * gnus.el: Pterodactyl Gnus v0.48 is released.
7684
7685 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686
7687         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7688
7689         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7690
7691         * message.el (message-cite-original-without-signature): Ditto.
7692         (message-cite-original): Quote parts.
7693
7694 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7695
7696         * gnus.el: Pterodactyl Gnus v0.47 is released.
7697
7698 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7699
7700         * message.el (message-encode-message-body): Insert MIME warning.
7701
7702         * mml.el (mml-read-tag): Look for #tag.
7703
7704         * mm-util.el (mm-find-charset-region): Check whether
7705         enable-multibyte-characters is bound.
7706
7707 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7708
7709         * gnus.el: Pterodactyl Gnus v0.46 is released.
7710
7711 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712
7713         * message.el (message-encode-message-body): Insert headers at the
7714         right spot.
7715
7716 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7717
7718         * gnus.el: Pterodactyl Gnus v0.45 is released.
7719
7720 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * nndraft.el (nndraft-save-mime-part): Removed.
7723         (nndraft-get-mime-part): Ditto.
7724
7725         * message.el (message-format-mime-old): Removed.
7726         (message-encode-message-body): Removed.
7727         (message-encode-message-body): Renamed.
7728
7729 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730
7731         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7732
7733         * message.el (message-format-mime): Check message-mime-part.
7734
7735         * mm-encode.el (mm-mime-file-types): Removed.
7736         (mm-default-file-encoding): New definition.
7737
7738 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7739
7740         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7741         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7742
7743 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7744
7745         * gnus.el: Pterodactyl Gnus v0.44 is released.
7746
7747 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748
7749         * message.el (message-format-mime): New function.
7750
7751         * nndraft.el (nndraft-save-mime-part): New function.
7752         (nndraft-get-mime-part): New function.
7753
7754         * mm-encode.el (mm-default-file-encoding): New function.
7755         (mm-content-transfer-encoding): New function.
7756         (mm-encode-buffer): New function.
7757
7758         * message.el: New command.
7759         (message-mime-part): New variable.
7760         (message-insert-mime-part): New command.
7761
7762         * mm-encode.el (mm-encode-content-transfer-encoding): New
7763         function.
7764
7765         * mm-util.el (mm-content-transfer-encoding-defaults): New
7766         variable.
7767         (mm-mime-file-types): Taken from TM.
7768
7769 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7770
7771         * gnus.el: Pterodactyl Gnus v0.43 is released.
7772
7773 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7774
7775         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7776         * gnus-score.el (gnus-score-default-header): Ditto.
7777         (gnus-header-index): Ditto.
7778         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7779         (gnus-summary-header): Handle extra headers.
7780         (gnus-summary-score-entry): Ditto, & provide new score element.
7781         (gnus-summary-score-effect): Ditto.
7782         (gnus-score-string): Avoid "extra" string sort, & modify match in
7783         "extra" case.
7784         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7785
7786 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * message.el (message-resend): Bind message-required-mail-headers
7789         to nil.
7790
7791         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7792
7793         * nngateway.el (require): Require cl.
7794
7795         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7796         things.
7797
7798 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7799
7800         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7801         when no articles.
7802
7803 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7806
7807 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7808
7809         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7810         user-mail-address if non-nil.
7811
7812 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813
7814         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7815         (gnus-make-sort-function-1): Ditto.
7816
7817         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7818         window.
7819
7820 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821
7822         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7823
7824         * binhex.el (binhex-decode-region): Quote.
7825
7826 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * gnus-art.el (article-decode-charset): Don't downcase charset.
7829
7830         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7831
7832 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7833
7834         * gnus.el: Pterodactyl Gnus v0.42 is released.
7835
7836 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7839
7840 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7841
7842         * nntp.el (nntp-send-mode-reader): Revert.
7843
7844 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7845
7846         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7847
7848 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7849
7850         * message.el (message-make-date): Fix for negative time zones.
7851
7852 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7853
7854         * gnus.el: Pterodactyl Gnus v0.41 is released.
7855
7856 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7857
7858         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7859
7860 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7861
7862         * gnus.el (gnus-short-group-name): When shortening foreign select
7863         methods, do not scan for plusses beyond the first colon.
7864
7865 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7866
7867         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7868         lines where `group' is the last thing on the line.
7869
7870 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * gnus-art.el (gnus-article-view-part): Do alternative.
7873         (gnus-mime-display-alternative): Insert marker.
7874
7875 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7878
7879         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7880         dates.
7881
7882         * gnus-cus.el (gnus-topic): Required.
7883
7884         * nnheader.el (nnheader-parse-nov): Parse extra.
7885         (nnheader-nov-parse-extra): New macro.
7886
7887 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * gnus-art.el (gnus-article-view-part): Internal move.
7890
7891 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7892
7893         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7894         (gnus-group-customize): Support editing topic parameters.
7895
7896 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7897
7898         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7899         indicators.
7900
7901 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-art.el (gnus-mm-display-part): Return.
7904         (gnus-article-view-part): Only go if external.
7905         (gnus-article-dumbquotes-map): Do 205.
7906
7907         * mm-decode.el (mm-display-part): Return what was done.
7908
7909         * message.el (message-buffer-naming-style): New variable.
7910         (message-generate-new-buffers): Extended.
7911         (message-buffer-naming-style): Removed.
7912         (message-buffer-name): Use it.
7913         (message-do-send-housekeeping): Rename new styling.
7914
7915         * gnus-sum.el (gnus-summary-recenter): Allow
7916         gnus-auto-center-summary to be a number.
7917
7918 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7919
7920         * pop3.el (pop3-open-server): Use "binary" instead of
7921         "no-conversion".
7922
7923 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7924
7925         * gnus-srvr.el (gnus-browse-foreign-server): Set
7926         gnus-browse-current-method to the result of gnus-server-to-method.
7927
7928 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7929
7930         * gnus-util.el (gnus-pull): Another optional argument.
7931         * nnweb.el (nnweb-request-delete-group): Delete from
7932         nnweb-group-alist and update active file.
7933
7934 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7935
7936         * gnus-group.el (gnus-group-make-group): Accept group of new
7937         method.
7938
7939 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
7942
7943 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7944
7945         * mm-view.el (mm-inline-text): Postion of html portion.
7946
7947 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * nntp.el (nntp-list-active-group): Waited for short strings.
7950         (nntp-send-mode-reader): Ditto.
7951         (nntp-open-connection): Ditto.
7952
7953         * gnus-int.el (gnus-request-group-articles): New function.
7954
7955         * nntp.el (nntp-request-listgroup): New function.
7956         (nntp-request-group-articles): Renamed.
7957
7958 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
7959
7960         * nnheader.el (nnheader-parse-nov): Supply extra.
7961
7962 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * gnus-art.el (gnus-button-push): Don't go to
7965         gnus-article-buffer.
7966
7967         * mm-view.el (mm-inline-image): Add a newline.
7968
7969         * gnus-start.el (gnus-check-first-time-used): Check more.
7970
7971 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
7972
7973         * gnus-start.el (gnus-check-first-time-used): Check current.
7974
7975 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976
7977         * mm-util.el (mm-find-charset-region): New function.
7978
7979         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
7980
7981         * gnus-art.el (gnus-mime-button-menu): Fix.
7982
7983 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7984
7985         * gnus-art.el (gnus-mime-button-menu): New definition.
7986
7987 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988
7989         * gnus-art.el (article-decode-charset): Downcase charset.
7990         (article-decode-charset): Pass on type.
7991         (article-decode-charset): Check nil charsets.
7992         (article-remove-cr): Translate CR to LF.
7993         (gnus-ignored-mime-types): Default to nil.
7994
7995         * nnheader.el (nnheader-insert-nov): Work when not Xref.
7996
7997         * gnus-sum.el (gnus-ignored-from-addresses): Default to
7998         user-mail-address.
7999         (gnus-nov-parse-extra): Didn't return right thing.
8000
8001 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8002
8003         * gnus-xmas.el: Use compiled-function-p.
8004
8005 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8006
8007         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8008
8009 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8010
8011         * gnus.el: Pterodactyl Gnus v0.40 is released.
8012
8013 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8014
8015         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8016
8017         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8018
8019         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8020
8021         * nnml.el (nnml-possibly-create-directory): Check before making.
8022
8023 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8024
8025         * nnheader.el (nnheader-insert-nov): Don't infloop.
8026
8027 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8030         set up.
8031
8032 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8033
8034         * nneething.el (nneething-file-name): New definition.
8035
8036 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * gnus-art.el (gnus-treatment-function-alist): Fix.
8039         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8040
8041         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8042
8043 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8044
8045         * gnus.el: Pterodactyl Gnus v0.39 is released.
8046
8047 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-art.el (gnus-ignored-mime-types): New variable.
8050         (gnus-mime-display-single): Use it.
8051         (gnus-treatment-function-alist): New variable.
8052
8053         * gnus.el (gnus-mime): New group.
8054
8055         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8056         things for other parts.
8057         (gnus-mime-display-alternative): Place point.
8058
8059         * gnus.el: autoload gnus-uu-post-news.
8060
8061         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8062         needsterm/DISPLAY.
8063
8064         * mm-decode.el (mm-display-part): Default to inline text/.*
8065         parts.
8066
8067         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8068         8bit.
8069
8070         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8071         (gnus-mime-display-single): Inline all text parts.
8072         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8073
8074 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075
8076         * nnml.el (nnml-possibly-create-directory): Rewrite.
8077         (nnml-request-create-group): Change to right server.
8078
8079         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8080
8081         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8082
8083         * gnus.el: rmail-output-to-rmail-file autoload.
8084
8085         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8086         Gnus.
8087
8088         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8089
8090         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8091
8092 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8093
8094         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8095         mixed part.
8096
8097 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8098
8099         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8100
8101         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8102
8103 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8104
8105         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8106
8107 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8110         value.
8111
8112         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8113         hidden.
8114
8115         * gnus-spec.el (gnus-update-format-specifications): Use the
8116         article mode line spec.
8117
8118         * gnus-art.el (gnus-insert-mime-button): Put right type.
8119         (gnus-insert-prev-page-button): Ditto.
8120         (gnus-insert-next-page-button): Dutti.
8121
8122         * pop3.el: New version installed.
8123
8124 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8125
8126         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8127         and display last part.
8128
8129 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8130
8131         * gnus.el: Pterodactyl Gnus v0.38 is released.
8132
8133 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8136         Removed.
8137         (article-de-quoted-unreadable): Narrow to default.
8138
8139         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8140
8141         * gnus-art.el (article-decode-charset): Decode even when broken
8142         MIME.
8143
8144         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8145         name.
8146
8147         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8148
8149         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8150         nnheader.
8151
8152         * nnmail.el (nnmail-extra-headers): New variable.
8153
8154         * nnheader.el (nnheader-insert-nov): Insert extra.
8155
8156         * gnus.el (gnus-summary-line-format): Doc fix.
8157
8158         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8159         (gnus-nov-parse-line): Ditto.
8160         (gnus-nov-parse-extra): New macro.
8161         (gnus-header): New function.
8162         (gnus-update-summary-mark-positions): Change.
8163         (gnus-ignored-from-addresses): New variable.
8164         (gnus-summary-insert-from-or-to): New function.
8165
8166         * gnus.el (gnus-extra-headers): New variable.
8167
8168         * nnheader.el (make-mail-header): Expand.
8169         (mail-header-extra): New macro.
8170         (mail-header-set-extra): Ditto.
8171         (make-full-mail-header): Expand.
8172
8173 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8174
8175         * gnus.el: Pterodactyl Gnus v0.37 is released.
8176
8177 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8180
8181         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8182         on.
8183
8184 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8185
8186         * gnus-spec.el (gnus-balloon-face-function): new function
8187         (gnus-parse-format): understand the %< %> specifiers
8188         (gnus-parse-complex-format): ditto.
8189
8190 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * gnus.el: Changed following-char to char-after throughout.
8193
8194 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195
8196         * mm-decode.el (mm-display-external): Protect more and message.
8197
8198 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8199
8200         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8201         position.
8202
8203 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8204
8205         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8206         mixed part.
8207
8208 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8209
8210         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8211
8212         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8213
8214 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8215
8216         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8217
8218 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8219
8220         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8221
8222         * mm-decode.el (mm-display-external): Set undisplayer to mm
8223         buffer, not the current buffer; use unwind-protect.
8224
8225 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8226
8227         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8228         (gnus-summary-exit-no-update): Ditto.
8229
8230 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231
8232         * mm-decode.el (mm-inline-media-tests): Look for w3.
8233
8234         * mailcap.el (mailcap-mime-data): Inline html.
8235
8236 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8237
8238         * gnus.el: Pterodactyl Gnus v0.36 is released.
8239
8240 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * gnus-art.el (article-translate-strings):
8243         (gnus-article-dumbquotes-map): Don't dot.
8244
8245         * pop3.el (pop3-open-server): Set point right.
8246
8247         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8248         (mm-dissect-buffer): Ditto.
8249         (mm-destroy-part): Ignore non-handles.
8250         (mm-remove-part): Ditto.
8251         (mm-destroy-parts): New function.
8252         (mm-remove-parts): Ditto.
8253
8254         * gnus-art.el (gnus-mm-display-part): Don't move point.
8255
8256 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8257
8258         * mm-uu.el : New file.
8259
8260         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8261
8262         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8263         a function.
8264
8265 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * mm-decode.el (mm-display-external): Check before selecting.
8268
8269 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8270
8271         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8272
8273         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8274
8275         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8276         variable.
8277
8278         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8279
8280         * gnus-art.el (gnus-decode-header-methods): New variable.
8281
8282         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8283
8284         * gnus-art.el (gnus-multi-decode-header): New function.
8285
8286 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8287
8288         * gnus.el: Pterodactyl Gnus v0.35 is released.
8289
8290 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291
8292         * uudecode.el (uudecode-decode-region-external): Insert
8293         literally.
8294
8295         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8296
8297         * mm-bodies.el (mm-decode-body): Optional encoding.
8298
8299 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * gnus-ems.el (gnus-mouse-3): New variable.
8302
8303         * binhex.el (binhex-decode-region-external): Don't use -internally.
8304
8305 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8306
8307         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8308         files.
8309
8310 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8311
8312         * gnus-group.el (gnus-add-marked-articles): Request backend update
8313         of flags.
8314
8315 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8316
8317         * gnus-sum.el (gnus-update-read-articles):
8318         (gnus-update-marks): Request backend update of mark.
8319
8320 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8321
8322         * gnus.texi (Optional Backend Functions): New item,
8323         nnchoke-request-set-mark.
8324
8325 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8326
8327         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8328           list to range.
8329
8330 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8331
8332         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8333
8334 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8335
8336         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8337         first used.
8338
8339 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8340
8341         * mm-view.el: Require mm-decode for macros.
8342
8343         * mm-decode.el (mm-handle-type): Move macro declarations above the
8344         place where they are used.
8345
8346 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8347
8348         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8349         buffer.
8350
8351 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8352
8353         * nnagent.el (nnagent-open-server): Error message.
8354
8355 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8356
8357         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8358
8359 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8360
8361         * score-mode.el (gnus-score-mode-map): Ditto.
8362
8363         * message.el (message-mode-map): Ditto.
8364
8365         * gnus-uu.el (gnus-uu-post-news): Ditto.
8366
8367         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8368
8369         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8370
8371         * gnus-art.el (gnus-article-edit-mode-map): Use
8372         `set-keymap-parent' rather than `copy-keymap'.
8373
8374 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8375
8376         * gnus-art.el (gnus-mime-button-commands): New variable.
8377         (gnus-mime-button-map): Initialize it from
8378         `gnus-mime-button-commands'.
8379         (gnus-mime-button-menu): New function.
8380         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8381
8382 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8383
8384         * message.el (message-insert-to): Make `nobody' and `poster'
8385         synonymous to `never' and `always' in Mail-Copies-To.
8386         (message-reply): Ditto.
8387         (message-followup): Ditto.
8388
8389 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8390
8391         * mailcap.el (mailcap-mime-data): Save sound.
8392
8393 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8394
8395         * message.el (message-ignored-supersedes-headers): Include
8396         `NNTP-Posting-Date'.
8397
8398 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8399
8400         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8401
8402 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8405         uudecode.
8406
8407 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * mm-decode.el (mm-display-external): Don't switch on save.
8410
8411 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8412
8413         * nnmail.el (nnmail-movemail-args): New variable.
8414
8415 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8416
8417         * gnus-art.el (article-translate-strings):
8418
8419 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * gnus-art.el (gnus-article-view-part): Use it.
8422         (gnus-mm-display-part): New function.
8423         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8424
8425         * mm-decode.el (mm-handle-displayed-p): New function.
8426
8427         * gnus-art.el (gnus-mime-copy-part): Create better names.
8428         (gnus-mime-button-line-format): Include dots spec.
8429
8430 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8431
8432       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8433       forward buffer first.
8434
8435 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8436
8437         * gnus-util.el (gnus-set-window-start): New function.
8438
8439         * message.el (message-send): Don't check changed.
8440
8441 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * gnus-art.el (gnus-article-setup-buffer): Set params.
8444
8445         * mm-decode.el (mm-user-display-methods): Inline
8446         "message/delivery-status".
8447
8448 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * message.el (message-auto-save-directory): Rename.
8451         (message-mode): Dof fix.
8452
8453         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8454         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8455
8456         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8457
8458         * message.el (message-make-date): Avoid locale.
8459
8460         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8461         cache.
8462
8463         * mm-decode.el (mm-display-inline): Goto point-min.
8464
8465         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8466
8467         * mm-decode.el (mm-display-external): Reverse before sorting.
8468
8469         * gnus-draft.el (gnus-draft-send): Allow mail.
8470
8471 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8472
8473         * message.el (message-check): Move message-check macro above where
8474         it is first used.
8475
8476         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8477
8478 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8479
8480         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8481
8482 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8483
8484         * gnus.el: Pterodactyl Gnus v0.34 is released.
8485
8486 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * mm-decode.el (mm-inline-media-tests): delivery-status.
8489
8490         * mm-view.el (mm-inline-text): Provide default.
8491
8492 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8493
8494         * mailcap.el (mailcap-possible-viewers): Fix nils.
8495
8496 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8499         (article-update-date-lapsed): Record the buffer.
8500         (article-update-date-lapsed): Do all windows that display article
8501         buffers.
8502
8503         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8504
8505         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8506
8507         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8508         annoations.
8509
8510         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8511
8512 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8513
8514         * gnus-agent.el (gnus-category-add): Change default category to
8515         'false.
8516
8517         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8518         scores.
8519
8520         * gnus-draft.el (gnus-draft-send): Check server more.
8521
8522         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8523         (gnus-article-goto-part): New function.
8524
8525         * mm-view.el (mm-inline-text): Insert richtext properly.
8526
8527         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8528
8529 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * parse-time.el (parse-time-rules): Accept dates far into the past
8532         and the future, and parse single-digit numbers as years.
8533
8534 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * mm-decode.el (mm-display-external): Chop off directories.
8537
8538 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * uudecode.el (uu-decode-region-external): Use
8541         insert-file-contents-literally.
8542
8543         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8544
8545 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8546
8547         * uudecode.el: New file.
8548
8549         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8550         x-uuencode.
8551
8552 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8555
8556         * message.el (message-fetch-field): Unfold properly.
8557
8558         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8559         in text/plain.
8560
8561 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8564         (gnus-auto-select-first): Removed.
8565         (gnus-auto-select-first): Extended.
8566         (gnus-summary-read-group-1): Use new value.
8567
8568 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * message.el (message-fix-before-sending): Space.
8571
8572         * nnmail.el (nnmail-find-file): Don't erase.
8573
8574 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8575
8576         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8577
8578 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8579
8580         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8581
8582 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8583
8584         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8585
8586 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8587
8588         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8589         20.4.
8590
8591 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * gnus-art.el (gnus-mime-view-all-parts): New command and
8594         keystroke.
8595
8596         * mm-decode.el (mm-display-external): Translate slashes.
8597
8598         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8599
8600         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8601
8602         * mm-decode.el (mm-quote-arg): Quote spaces.
8603         (mm-display-external): Quote args.
8604
8605 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * mm-decode.el (mm-inlinable-part-p): New function.
8608
8609 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8610
8611        * mm-util.el (mm-disable-multibyte): New function.
8612
8613 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8614
8615         * gnus.el: Pterodactyl Gnus v0.33 is released.
8616
8617 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8620
8621         * mm-decode.el (mm-display-external): Don't switch for externals.
8622         (mm-dissect-multipart): Don't include end-sep.
8623
8624         * mm-util.el (mm-get-coding-system-list): New function.
8625         (mm-coding-system-list): New variable.
8626
8627 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8628
8629         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8630
8631 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8632
8633         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8634         group
8635
8636 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8637
8638         * base64.el (base64-run-command-on-region): External base64
8639         decoder do not use coding system
8640
8641 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8642
8643         * mm-decode.el (mm-interactively-view-part): Typo.
8644
8645 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8646
8647         * mm-decode.el (mm-dissect-multipart): Display last part when the
8648         article has no close-delimiter
8649
8650 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8651
8652         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8653         content-type.
8654
8655 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8656
8657         * gnus-art.el (gnus-display-mime): Typo.
8658
8659 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8660
8661         * gnus.el: Pterodactyl Gnus v0.32 is released.
8662
8663 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * gnus-kill.el (gnus-batch-score): Protect against errors.
8666
8667         * gnus-art.el: Protect against broken headers.
8668
8669         * mm-decode.el (mm-display-external): Respect needsterm.
8670         (mm-display-external): Create buffer for external commands.
8671
8672 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8673
8674         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8675
8676         * mm-decode.el (mm-display-external): Use file name.
8677
8678 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8679
8680         * gnus-util.el (gnus-output-to-rmail):  adjust to
8681           `rmail-output-to-rmail-file'
8682
8683 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8684
8685         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8686
8687         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8688         headers.
8689
8690         * gnus-art.el (article-decode-charset): Fold case.
8691
8692 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8693
8694         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8695
8696 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8697
8698         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8699         after being stored.
8700
8701 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8702
8703         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8704         come.
8705
8706 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * gnus-xmas.el (wid-edit): Required.
8709
8710         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8711
8712 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8713
8714         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8715
8716 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8717
8718         * gnus-art.el (article-decode-charset): Narrow to the correct
8719         region.
8720
8721         * mm-bodies.el: Fix autoload.
8722
8723 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8724
8725         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8726
8727 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8730
8731 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8734         (gnus-article-add-button): Ditto.
8735
8736         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8737
8738         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8739         (gnus-article-prepare-display): Bind url-standalone-mode.
8740
8741         * mm-decode.el (mm-remove-part): Also delete directory.
8742         (mm-display-external): Create a private sub-dir.
8743
8744         * mailcap.el (mailcap-binary-suffixes): New variable.
8745         (mailcap-command-p): Use it.
8746
8747 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * nnmbox.el (nnmbox-request-group): Change server.
8750         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8751
8752         * message.el (message-encode-message-body): Don't stomp MIME
8753         headers.
8754
8755         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8756         unless useful.
8757         (gnus-summary-exit): Check for a live article buffer.
8758         (gnus-summary-exit-no-update): Ditto.
8759
8760         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8761         param.
8762
8763         * gnus-sum.el (gnus-article-decoded-p): New variable.
8764
8765         * mm-decode.el (mm-display-external): Use no-conv.
8766
8767         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8768         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8769
8770         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8771         mouse-click.
8772
8773 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8776
8777 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8778
8779         * gnus.el: Pterodactyl Gnus v0.31 is released.
8780
8781 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8784
8785         * mm-decode.el (mm-display-part): Accept no-default.
8786
8787         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8788         a parameter.
8789
8790         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8791         (gnus-summary-prepare-threads): Ditto.
8792
8793         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8794
8795         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8796         (gnus-mime-button-line-format): Doc fix.
8797         (gnus-insert-mime-button): Use it.
8798         (gnus-article-add-button): Use widget-convert-button.
8799
8800         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8801         ignore.
8802
8803         * mm-decode.el (mm-alternative-precedence): Ditto.
8804
8805 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8806
8807         * mm-decode.el (mm-user-automatic-display): Use enriched.
8808
8809 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8810
8811         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8812         right place.
8813
8814 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8817
8818         * gnus-art.el (article-update-date-lapsed): Only update header if
8819         buffer is dispalyed in frame.
8820         (gnus-article-prepare-display): New function.
8821         (gnus-article-prepare): Use it.
8822
8823 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8826
8827         * mm-view.el (mm-insert-inline): New function.
8828
8829         * mm-decode.el (mm-pipe-part): Bugged.
8830
8831         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8832
8833         * mm-bodies.el (mm-encode-body): Move over the body.
8834
8835         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8836
8837         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8838
8839 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8840
8841         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8842           related functions.  Handle message/rfc822 parts.  Display subject on
8843           multipart summary lines.  Display name on sub-parts when available.
8844
8845 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8846
8847         * mailcap.el (mailcap-command-p): New version.
8848
8849 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8850
8851         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8852         groups.
8853
8854 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * message.el (message-make-date): Remove weekday name.
8857
8858         * mm-decode.el (mm-dissect-buffer): Protect against broken
8859         headers.
8860
8861         * mailcap.el (mailcap-command-in-path-p): New function.
8862         (mailcap-command-p): Renamed.
8863
8864 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8865
8866         * rfc2047.el (eval): Autoload.
8867
8868 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8871         (gnus-multi-decode-encoded-word-string): New function.
8872         (gnus-encoded-word-method-alist): New variable.
8873         (gnus-decode-encoded-word-functions): Removed.
8874
8875 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8876
8877         * gnus-int.el (gnus-request-replace-article): Replace
8878         message-narrow-to-headers with message-narrow-to-head
8879
8880 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8881
8882         * drums.el (drums-quote-string): Reversed match.
8883
8884         * message.el (message-make-date): Use weekday name.
8885
8886 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8887
8888         * gnus.el: Pterodactyl Gnus v0.30 is released.
8889
8890 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891
8892         * gnus-art.el (article-decode-encoded-words): Use it.
8893         (gnus-decode-header-function): New variable.
8894
8895         * gnus-sum.el (gnus-nov-parse-line): Use it.
8896         (gnus-decode-encoded-word-function): New variable.
8897
8898         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8899         buffer.
8900
8901         * gnus-art.el (gnus-insert-mime-button): Use widget.
8902         (gnus-widget-press-button): New function.
8903         (gnus-article-prev-button): Removed.
8904         (gnus-article-next-button): Ditto.
8905         (gnus-article-add-button): Ditto.
8906
8907         * gnus.el (gnus-article-mode-map): Inherit from widget.
8908         (gnus-article-mode-map): No, don't.
8909
8910         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
8911         (mm-content-id-alist): New variable.
8912         (mm-get-content-id): New function.
8913
8914         * gnus-art.el (gnus-request-article-this-buffer): Only decode
8915         articles if we are fetching to the article buffer.
8916
8917 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
8918
8919         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
8920         articles.
8921
8922 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
8925         (mm-default-mime-charset): New variable.
8926
8927         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
8928
8929         * drums.el (drums-quote-string): Reversed test.
8930
8931 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
8934         string.
8935
8936         * drums.el (drums-quote-string): New function.
8937
8938         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
8939         (rfc2047-b-encode-region): Chop lines.
8940         (rfc2047-q-encode-region): Ditto.
8941
8942 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8943
8944         * gnus.el: Pterodactyl Gnus v0.29 is released.
8945
8946 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
8947
8948         * mm-decode.el (mm-save-part): Message right.
8949
8950 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * drums.el (drums-parse-address): Returned a list instead of a
8953         string.
8954         (drums-remove-whitespace): Skip comments.
8955         (drums-parse-addresses): Didn't work.
8956
8957 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8958
8959         * gnus.el: Pterodactyl Gnus v0.28 is released.
8960
8961 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
8964         starting point.
8965         (article-decode-encoded-words): Rename.
8966
8967         * message.el (message-narrow-to-headers-or-head): New function.
8968
8969         * gnus-int.el (gnus-request-accept-article): Narrow to the right
8970         region.
8971
8972         * message.el (message-send-news): Encode body after checking
8973         syntax.
8974
8975         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
8976
8977         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
8978
8979         * gnus-art.el (gnus-display-mime): Respect disposition.
8980
8981         * mm-decode.el (mm-preferred-alternative): Respect disposition.
8982
8983         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
8984         text with annotations.
8985
8986         * message.el (message-make-date): Fix sign for negative time
8987         zones.
8988
8989         * mm-view.el (mm-inline-image): Insert a space at the end of the
8990         image.
8991
8992         * mail-parse.el: New file.
8993
8994         * rfc2231.el: New file.
8995
8996         * drums.el (drums-content-type-get): Removed.
8997         (drums-parse-content-type): Ditto.
8998
8999         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9000
9001 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9002
9003         * gnus.el: Pterodactyl Gnus v0.27 is released.
9004
9005 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9006
9007         * mm-decode.el (mm-alternative-precedence): New variable.
9008         (mm-preferred-alternative): New function.
9009
9010         * gnus-art.el (gnus-mime-copy-part): New command.
9011
9012         * mm-decode.el (mm-get-part): New function.
9013
9014         * mm-view.el: New file.
9015
9016         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9017         (mm-display-part): Default to mailcap-save-binary-file.
9018
9019 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9020
9021         * gnus.el: Pterodactyl Gnus v0.26 is released.
9022
9023 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9024
9025         * mm-decode.el (mm-interactively-view-part): New function.
9026
9027         * gnus-art.el (gnus-mime-view-part): New command.
9028
9029         * mm-decode.el (mm-last-shell-command): New variable.
9030
9031         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9032
9033         * mm-decode.el (mm-save-part): New function.
9034
9035         * gnus-art.el (article-decode-charset): Protect against buggy
9036         content-types.
9037         (gnus-mime-pipe-part): New command.
9038         (gnus-mime-save-part): New command.
9039         (gnus-mime-button-map): New keymap.
9040         (gnus-mime-button-line-format): New variable.
9041         (gnus-insert-mime-button): New function.
9042         (gnus-display-mime): Use it.
9043
9044         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9045
9046         * mm-decode.el (mm-inline-text): Decode charsets.
9047
9048         * gnus-art.el (gnus-article-save): Comment fix.
9049
9050         * gnus-int.el (gnus-start-news-server): When in batch, don't
9051         prompt.
9052
9053         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9054         decode.
9055
9056         * mm-decode.el (mm-inline-media-tests): Add audio.
9057         (mm-inline-audio): New function.
9058
9059 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9060
9061         * gnus-art.el (article-make-date-line): Didn't work.
9062
9063         * parse-time.el (parse-time-string): One too many nils.
9064
9065 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9066
9067         * gnus.el: Pterodactyl Gnus v0.25 is released.
9068
9069 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9072         annotations.
9073
9074         * gnus.el ((featurep 'gnus-xmas)): New
9075         'gnus-annotation-in-region-p alias.
9076
9077 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * mm-util.el (mm-with-unibyte-buffer): New function.
9080
9081         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9082
9083         * mm-decode.el (mm-inline-media-tests): New variable.
9084
9085         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9086
9087         * gnus-art.el (gnus-article-mime-handles): New variable.
9088
9089         * drums.el (drums-narrow-to-header): New function.
9090
9091         * gnus-art.el (article-decode-charset): Use it.
9092
9093         * drums.el (drums-content-type-get): New function.
9094
9095         * mm-util.el (mm-content-type-charset): Removed.
9096
9097         * drums.el (drums-syntax-table): @ is word.
9098         (drums-parse-content-type): New function.
9099
9100         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9101         EDT" times.
9102
9103         * gnus-util.el (gnus-date-get-time): Use safe date.
9104
9105         * gnus-sum.el (gnus-show-mime): Removed.
9106         (gnus-summary-toggle-mime): Removed.
9107
9108         * gnus-art.el (gnus-strict-mime): Removed.
9109         (gnus-article-prepare): Don't do MIME.
9110         (gnus-decode-encoded-word-method): Removed.
9111         (gnus-show-mime-method): Removed.
9112
9113 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9114
9115         * gnus.el: Pterodactyl Gnus v0.24 is released.
9116
9117 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9120         PREFIX.
9121
9122         * parse-time.el (parse-time-rules): Accept times that look like
9123         "h:mm".
9124
9125         * message.el (message-make-date): Use zone properly.
9126
9127         * gnus.el: Autoload gnus-batch.
9128
9129         * gnus-art.el (article-de-quoted-unreadable): Do not do
9130         gnus-article-decode-rfc1522.
9131
9132         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9133
9134         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9135         param.
9136
9137         * message.el (message-encode-message-body): Check for us-ascii.
9138
9139         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9140         to the left.
9141
9142 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9143
9144         * gnus-art.el (article-decode-charset): Rename.
9145
9146 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9147
9148         * gnus.el: Pterodactyl Gnus v0.23 is released.
9149
9150 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * gnus-util.el (gnus-parent-id): Ditto.
9153         (gnus-put-text-property-excluding-newlines): Ditto.
9154
9155         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9156
9157 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9158
9159         * message.el (message-generate-headers): Generate User-Agent
9160         instead of X-Mailer & X-Newsreader.
9161
9162         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9163         User-Agent header format.
9164
9165 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9166
9167         * gnus.el: Pterodactyl Gnus v0.22 is released.
9168
9169 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * mm-util.el (mm-multibyte-p): Typo.
9172
9173 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9174
9175         * gnus.el: Pterodactyl Gnus v0.21 is released.
9176
9177 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9178
9179         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9180
9181 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * mm-util.el (mm-multibyte-p): New function.
9184
9185 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9186
9187         * gnus.el: Pterodactyl Gnus v0.20 is released.
9188
9189 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190
9191         * rfc2047.el (rfc2047-decode-region): Only decode when in
9192         multibyte.
9193
9194         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9195
9196         * gnus-int.el (gnus-request-replace-article): Encode.
9197         (gnus-request-accept-article): Encode.
9198
9199         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9200         here.
9201
9202         * gnus.el (gnus-article-display-hook): Take the charset functions
9203         out.
9204
9205         * time-date.el (safe-date-to-time): New function.
9206
9207         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9208
9209 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9210
9211         * gnus.el: Pterodactyl Gnus v0.19 is released.
9212
9213 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * base64.el (base64-encode-region): Accept no-line-break.
9216
9217         * mm-util.el (mm-mime-charset): New function.
9218
9219         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9220
9221 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9222
9223         * gnus.el: Pterodactyl Gnus v0.18 is released.
9224
9225 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * message.el (message-send-and-exit): Return t on success.
9228         (message-make-date): Make a proper time zone.
9229
9230         * gnus-draft.el (gnus-draft-send): Only remove article if the
9231         sending is successful.
9232
9233         * drums.el (drums-get-comment): Return the last comment.
9234         (drums-parse-address): Parse old-style From headers.
9235
9236 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9237
9238         * gnus-sum.el (gnus-data-compute-positions): Move below
9239         `gnus-save-hidden-threads' so the former is correctly detected as
9240         a macro.
9241
9242 1998-09-06  Dave Love  <fx@gnu.org>
9243
9244         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9245         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9246         time for nicer failure if it's not available.
9247
9248 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * time-date.el (time-to-seconds): Renamed.
9251
9252         * parse-time.el (parse-time-string): Downcase before handling.
9253         (parse-time-rules): Times without seconds have 0 seconds.
9254
9255         * rfc2047.el (rfc2047-encode-region): New version.
9256         (rfc2047-dissect-region): New function.
9257
9258 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259
9260         * message.el (message-make-date): Use symbolic zone.
9261
9262 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263
9264         * time-date.el (parse-time): Always use parse-time.
9265
9266         * parse-time.el (parse-time-syntax): Use vectors.
9267
9268 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9269
9270         * gnus.el: Pterodactyl Gnus v0.17 is released.
9271
9272 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * time-date.el: Renamed from "date".
9275
9276         * gnus.el: Removed all timezone dependencies.
9277
9278         * score-mode.el: Removed.
9279         (gnus-score-edit-insert-date): Use date.
9280
9281         * date.el (float-to-time): New function.
9282
9283         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9284
9285         * date.el (time-to-float): New function.
9286
9287         * message.el (message-make-date): Use format-time-string.
9288         (message-make-expires): Use make-date.
9289
9290         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9291
9292         * gnus-util.el (gnus-dd-mmm): Use date.
9293         (gnus-sortable-date): Ditto.
9294
9295         * message.el (message-make-date): Take an optional time.
9296
9297         * gnus: Applied patches from 5.6.43.
9298
9299         * date.el (if): Use parse-time.
9300
9301         * gnus-score.el (gnus-summary-score-entry): Make into a command
9302         again.
9303
9304         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9305         gnus-agent.
9306
9307         * gnus.el (gnus-agent-meta-information-header): Moved here.
9308
9309 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9310
9311         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9312         (gnus-agent-fetch-group-1): Score article headers using normal
9313         group score files if the download score rule of a category/group
9314         is `file'.
9315         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9316         deciding what articles to download.
9317         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9318         predicate processing if predicate is `true' or `false'.
9319
9320 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321
9322         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9323
9324         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9325
9326         * score-mode.el (score-mode-coding-system): New variable.
9327         (gnus-score-edit-exit): Use it.
9328
9329 1998-09-04  Jason R Mastaler  <jason@4b.org>
9330
9331         * drums.el: Corrected typo.
9332
9333 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9334
9335         * mm-bodies.el (mm-body-encoding): Faster version.
9336
9337 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338
9339         * gnus-art.el (gnus-article-decode-charset): Only decode text
9340         things.
9341
9342         * message.el (message-output): Use rmail.
9343
9344         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9345         word part.
9346
9347         * mm-util.el (mm-charset-to-coding-system): Use
9348         rfc2047-default-charset.
9349         (mm-known-charsets): New variable.
9350
9351         * message.el (message-caesar-region): Bugged out.
9352
9353 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9354
9355         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9356         specifying `agent-predicate' in a group's parameters.
9357
9358 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9359
9360         * gnus.el: Pterodactyl Gnus v0.16 is released.
9361
9362 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9363
9364         * nnmail.el (nnmail-expired-article-p): Use predicate.
9365
9366         * date.el (time-less-p): Renamed.
9367
9368         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9369         from the headers.
9370
9371         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9372         functions.
9373
9374         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9375         all.
9376         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9377         to all functions.
9378
9379 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9380
9381         * gnus.el: Pterodactyl Gnus v0.15 is released.
9382
9383 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * date.el: New file.
9386
9387         * gnus-util.el (gnus-encode-date): Removed.
9388         (gnus-time-less): Ditto.
9389
9390         * nnmail.el (nnmail-date-to-time): Removed.
9391         (nnmail-time-less): Ditto.
9392         (nnmail-days-to-time): Ditto.
9393         (nnmail-time-since): Ditto.
9394
9395         * drums.el: New file.
9396
9397 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * message.el (message-encode-message-body): Encode headers with
9400         body encoding.
9401
9402         * rfc2047.el (rfc2047-default-charset): Renamed.
9403         (rfc2047-encodable-p): Use it.
9404
9405         * base64.el (mm-util): Required.
9406
9407 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9410         servers.
9411
9412         * gnus-util.el (gnus-output-to-rmail): Removed.
9413
9414         * gnus-art.el (gnus-summary-save-in-rmail): Use
9415         gnus-output-to-rmailrmail-output-to-rmail-file.
9416
9417         * rfc2047.el (rfc2047-decode-region): Fold case.
9418         (rfc2047-decode): Use decode-string.
9419
9420         * mm-util.el: Provide mm-char-int.
9421
9422 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9423
9424         * gnus.el: Pterodactyl Gnus v0.14 is released.
9425
9426 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9427
9428         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9429         sure we have 7bit.
9430
9431 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9434         ducplicates.
9435         (gnus-inews-insert-mime-headers): Removed.
9436
9437         * message.el (message-caesar-region): Protect against MULE chars.
9438
9439 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9440
9441         * mm-util.el (if): fset the right function.
9442
9443 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9444
9445         * gnus-art.el (gnus-article-decode-charset): Use real
9446         read-coding-system.
9447
9448 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * mm-bodies.el (mm-decode-body): Protect against malformed
9451         base64.
9452         (mm-decode-body): Check that buffer-file-coding-system is
9453         non-nil.
9454
9455 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9456
9457         * gnus.el: Pterodactyl Gnus v0.13 is released.
9458
9459 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460
9461         * gnus-util.el (gnus-strip-whitespace): Already defined.
9462         Removed.
9463
9464         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9465
9466         * gnus-util.el (gnus-strip-whitespace): New function.
9467
9468         * mm-util.el (mm-content-type-charset): Downcase.
9469
9470 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9471
9472         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9473         (gnus-article-decode-charset): Don't fetch all headers.
9474
9475         * mm-util.el (mm-read-coding-system): New function.
9476
9477         * mm-bodies.el (mm-decode-body): Check the right charset.
9478
9479         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9480
9481         * gnus-art.el (gnus-article-mode-line-format): Use short group
9482         format.
9483
9484 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9485
9486         * gnus.el: Pterodactyl Gnus v0.12 is released.
9487
9488 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9489
9490         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9491
9492         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9493         (gnus-article-decode-charset): Always run.
9494
9495         * mm-bodies.el (mm-decode-body): Decode cte.
9496
9497 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9498
9499         * gnus.el: Pterodactyl Gnus v0.11 is released.
9500
9501 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * message.el (message-encode-message-body): Ditto.
9504
9505         * gnus-art.el (gnus-article-decode-mime-words): New command and
9506         keystroke.
9507         (gnus-article-decode-charset): Ditto.
9508         (gnus-article-decode-charset): Only work under MULE.
9509
9510         * mm-util.el (mm-content-type-charset): New function.
9511
9512         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9513
9514         * message.el (message-send-mail): Insert MIME headers.
9515         (message-check-news-body-syntax): Don't warn for escape sequences.
9516         (message-check-news-body-syntax): Insert MIME headers.
9517
9518         * mm-bodies.el (mm-body-encoding): New function.
9519
9520         * message.el (message-encode-message-body): New function.
9521
9522         * mm-bodies.el: New file.
9523
9524         * mm-util.el (mm-narrow-to-head): New function.
9525
9526         * rfc2047.el (rfc2047-encode): Use it.
9527
9528         * mm-util.el: Provide mm-encode-coding-region.
9529
9530         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9531
9532         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9533
9534         * mm-util.el (mm-enable-multibyte): New function.
9535
9536         * message.el (message-set-work-buffer): Set multibyte.
9537
9538         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9539
9540         * gnus-util.el (gnus-point-at-eol): Removed.
9541         (gnus-point-at-bol): Ditto.
9542
9543         * base64.el (base64-decode-region): Commented out messaging.
9544
9545 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9546
9547         * gnus-msg.el (gnus-group-mail): make it behave like
9548         gnus-group-post-news with regards to the prefix (this enables the
9549         use of posting styles).
9550
9551 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * gnus.el (gnus-article-display-hook): Added
9554         gnus-article-decode-rfc1522 to hook.
9555
9556 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9557
9558         * gnus.el: Pterodactyl Gnus v0.10 is released.
9559
9560 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561
9562         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9563         hook to be run.
9564
9565 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9568
9569         * mm-util.el (mm-charsets-in-region): Removed.
9570
9571         * rfc2047.el: Renamed file.
9572
9573         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9574
9575         * message.el (message-mode): Set multibyte.
9576
9577         * mm-util.el (mm-charsets-in-region): Copied here.
9578
9579         * gnus-util.el: Removed gnus-truncate-string.
9580
9581         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9582
9583         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9584         (rfc1522-encodable-p): New function.
9585         (rfc1522-encode-message-header): Use it.
9586
9587 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9588
9589         * gnus.el: Pterodactyl Gnus v0.9 is released.
9590
9591 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * mm-util.el: Shadow encode-coding-string.
9594
9595         * base64.el (base64-encode-region): Don't add newline.
9596
9597         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9598
9599         * mm-util.el: New file.
9600
9601         * mm-decode.el: Somewhat depleted.
9602         * mm-encode.el: Ditto.
9603
9604         * rfc1522.el: New file.
9605
9606         * mm-util.el (mm-replace-chars-in-string): Copied here.
9607
9608         * mm-encode.el (mm-q-encode-region): New function.
9609
9610         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9611         param.
9612
9613         * mm-encode.el (mm-encode-word-region): Downcase.
9614
9615 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9616
9617         * gnus.el: Pterodactyl Gnus v0.8 is released.
9618
9619 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * message.el (message-send-mail): Encode headers.
9622
9623         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9624         (quoted-printable-encode-region): Upcase.
9625
9626         * message.el (message-default-charset): New variable.
9627
9628         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9629
9630         * message.el (message-narrow-to-field): Changed name.
9631
9632         * mm-encode.el: New file.
9633
9634         * message.el (message-narrow-to-header): New function.
9635
9636         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9637         right buffer.
9638
9639 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9640
9641         * gnus.el: Pterodactyl Gnus v0.7 is released.
9642
9643 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * gnus.el: Remove autoload for
9646         gnus-article-mime-decode-quoted-printable.
9647
9648         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9649         be decoded in non-MULE Emacsen.
9650
9651         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9652
9653 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9654
9655         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9656
9657 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * mm-decode.el: Check for coding-system-list.
9660
9661 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9662
9663         * gnus.el: Pterodactyl Gnus v0.6 is released.
9664
9665 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * nnheader.el (fboundp): Protect code-coding-string.
9668
9669         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9670         is available.
9671
9672 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9673
9674         * gnus.el: Pterodactyl Gnus v0.5 is released.
9675
9676 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9679         (gnus-hack-decode-rfc1522): Removed.
9680
9681         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9682
9683 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9684
9685         * gnus.el: Gnus v0.4 is released.
9686
9687 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * gnus-art.el (gnus-article-decode-mime-words): New command and
9690         keystroke.
9691
9692         * qp.el (quoted-printable-decode-region): Don't use hexl.
9693
9694         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9695
9696         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9697         (gnus-structured-field-decoder): Removed.
9698         (gnus-unstructured-field-decoder): Ditto.
9699
9700         * mm-decode.el: New file.
9701
9702         * qp.el: New file.
9703
9704         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9705
9706         * gnus-ems.el (fboundp): Removed gnus-split-string.
9707
9708         * gnus.el (gnus-splash-face): Doc fix.
9709
9710         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9711
9712         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9713         hexl.
9714
9715         * nnheader.el (nnheader-temp-write): Removed.
9716
9717 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9718
9719         * gnus.el: Gnus v0.3 is released.
9720
9721 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9722
9723         * gnus.el: Gnus v0.2 is released.
9724
9725 ;; Local Variables:
9726 ;; coding: iso-2022-7bit
9727 ;; End: