* gnus-sum.el (gnus-get-newsgroup-headers): Search for "from:"
[gnus] / lisp / ChangeLog
1 2000-10-17  Simon Josefsson  <simon@josefsson.org>
2
3         * gnus-sum.el (gnus-get-newsgroup-headers): Search for "from:"
4         instead of "from: " for rfc822 compliance.
5
6         * gnus-uu.el (gnus-uu-digest-mail-forward): Ditto. Insert SPC.
7
8         * nnheader.el (nnheader-parse-head): Ditto.
9
10 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11
12         * mail-source.el (defvar mail-source-keyword-map): Use
13         `rmail-spool-directory' as a default directory for the `file'
14         source, if the variable is defined.  Fall back to hardcoded
15         "/usr/spool/mail/", as before.  Suggestion by Steven E. Harris
16         <seh@speakeasy.org>.
17
18 2000-10-13 12:01:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
19
20         * message.el (message-send-mail-partially): Replace the header
21          delimiter with a blank line.
22
23 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
24
25         * gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
26         Cashin <ecashin@coe.uga.edu>).
27
28 2000-10-13 10:52:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
29
30         * gnus-ems.el (gnus-article-compface-xbm): Ignore errors.
31
32 2000-10-11  John Wiegley  <johnw@gnu.org>
33
34         * gnus-topic.el (gnus-topic-mode): Use `setq' to clear
35         `gnus-group-change-level-function', instead of `remove-hook',
36         because it's not a hook!
37
38         * gnus-mlspl.el (gnus-group-split-update): Check the value of
39         `nnmail-crosspost', and use it to set the `no-crosspost'
40         argument when calling `gnus-group-split-fancy'.  Otherwise, it
41         assumes that cross-posting is always OK, no matter what
42         `nmail-crosspost' is set to.
43         (gnus-group-split-fancy): The argument order in the
44         second-to-last `push' call was wrong, but since `no-crosspost'
45         was always nil, it was never being triggered.
46
47         * gnus-art.el (gnus-treat-hide-citation-maybe): Added this
48         variable to correspond with `gnus-article-hide-citation-maybe'.
49         (gnus-treatment-function-alist): Added entry for the above
50         correlation.
51
52 2000-10-12 08:26:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
53
54         * mm-util.el (mm-with-unibyte-current-buffer): Revert to old.
55         (mm-with-unibyte-current-buffer-mule4): New function.
56         * qp.el (quoted-printable-encode-region): Use it.
57         * rfc2047.el (rfc2047-decode): Ditto.
58         * webmail.el (webmail-init): Revert to use mm-disable-multibyte.
59
60 2000-10-10 08:44:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
61
62         * rfc2047.el (rfc2047-fold-region): "=?=" is not a break point.
63
64 2000-10-10 00:00:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
65
66         * webmail.el (webmail-init): Use mm-disable-multibyte-mule4.
67
68 2000-10-09 22:50:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
69
70         * base64.el (base64-decode-region): Just give a message if the end
71         is not sane.
72
73 2000-10-09 20:09:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
74
75         * rfc2047.el (rfc2047-encode-message-header): Move fold into
76         encode-region.
77         (rfc2047-dissect-region): Rewrite.
78         (rfc2047-encode-region): Rewrite.
79         (rfc2047-fold-region): Fold any line longer than 76.
80         (rfc2047-unfold-region): New function.
81         (rfc2047-decode-region): Use it.
82         (rfc2047-q-encode-region): Don't break at bob.
83
84 2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
85
86         * nntp.el (nntp-open-connection): Kill process buffer when quit.
87         (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
88         FSF Emacs 20 and XEmacs 21.
89         * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
90
91 2000-10-09  Dave Love  <fx@gnu.org>
92
93         * gnus-audio.el: Don't require cl.
94         (gnus-audio): New custom group.
95         (gnus-audio-inline-sound): Change to work with Emacs.
96         (gnus-audio-directory, gnus-audio-directory) 
97         (gnus-audio-au-player):  Customize.
98         (gnus-audio-play): Try external player if play-sound-file fails.
99         Use file-name-extension, not string-match.
100
101         * gnus-art.el (article-de-quoted-unreadable)
102         (article-de-base64-unreadable): Fold search case rather than
103         downcasing string.  Apply mm-charset-to-coding-system to arg of
104         quoted-printable-decode-region.
105         (gnus-article-dumbquotes-map): Fix dashes.
106         (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
107         (gnus-button-reply): Just alias it.
108
109 2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
110
111         * mm-encode.el: Require CL.  At least, for `incf'.
112
113         * nnfolder.el (nnfolder-ignore-active-file): Typos.
114
115         * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
116
117         * gnus-kill.el (gnus-kill): Typo.
118
119 2000-10-09  Gerd Moellmann  <gerd@gnu.org>
120
121         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
122
123 2000-10-09  Simon Josefsson  <simon@josefsson.org>
124
125         * nnimap.el (nnimap-group-overview-filename): Create directory for
126         newfile (when use long filenames is nil).  Copy+delete file if
127         rename didn't work.
128         (nnimap-group-overview-filename): `rename-file' and `copy-file'
129         doesn't return anything useful, use ignore-errors instead.
130
131 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
132
133         * dgnushack.el (dgnushack-compile): Delete old elc files first.
134
135 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
136
137         * gnus-ems.el (gnus-kill-all-overlays): Move here.
138         * gnus-util.el (gnus-kill-all-overlays): Move out.
139         * gnus-sum.el (gnus-cache-write-active): Auto load.
140         * lpath.el: Shut up.
141         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
142         asynchronous in Exp version.
143
144 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
145
146         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
147         * gnus-ems.el: Autoload smiley.
148         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
149
150 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
151
152         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
153         (gnus-summary-select-article): Don't enable multibyte here.
154         (gnus-summary-goto-article): Ditto.
155
156 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
157
158         * gnus-draft.el (gnus-draft-send-message): Typo.
159
160 2000-10-08  Simon Josefsson  <simon@josefsson.org>
161
162         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
163         uid validity changes.
164         (nnimap-group-overview-filename): Store uidvalidity in filenames.
165         Rename old files into new format.
166
167 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
168
169         * mm-util.el (mm-enable-multibyte-mule4): New.
170         (mm-disable-multibyte-mule4): New.
171         * gnus-sum.el (gnus-summary-mode): Use it.
172         (gnus-summary-select-article): Ditto.
173         (gnus-summary-goto-article): Use enable multibyte.
174         * rfc2047.el (rfc2047-decode): Use unibyte.
175
176 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
177
178         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
179
180 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
181
182         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
183         break point.
184         (rfc2047-fold-region): Don't break the first non-LWSP characters.
185
186 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
187
188         * gnus.el (gnus-agent-fetching): New variable.
189         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
190         * gnus-score.el (gnus-score-body): Don't score body when
191         agent-fetching.
192         (gnus-score-followup): Don't score followup either. 
193
194 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
195
196         * gnus-art.el: Define dynamic variables in eval-when-compile.
197         * message.el (message-sending-message): New variable.
198         (message-send): Use it.
199         * gnus-draft.el (gnus-draft-send-message): Ditto.
200         (gnus-group-send-drafts): Ditto.
201
202 2000-10-06  Dave Love  <fx@gnu.org>
203
204         * gnus-audio.el: Don't require cl.
205         (gnus-audio): New custom group.
206         (gnus-audio-inline-sound): Change to work with Emacs.
207         (gnus-audio-directory, gnus-audio-directory) 
208         (gnus-audio-au-player):  Customize.
209         (gnus-audio-play): Try external player if play-sound-file fails.
210         Use file-name-extension, not string-match.
211
212 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
213
214         * gnus-art.el (gnus-article-prepare): Configure it again.
215
216 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
217
218         * message.el (message-default-charset): Default value for non-Mule
219         Emacsen.
220
221 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
222
223         * message.el (message-alternative-emails): New.
224         (message-use-alternative-email-as-from): New.
225         (message-setup): Use them.
226
227 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
228
229         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
230         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
231
232         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
233         gnus-overlay-start.
234         * gnus.el: Ditto.
235         * gnus-art.el (gnus-insert-mime-button): Use them.
236
237 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
238
239         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
240         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
241
242 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
243
244         * qp.el (quoted-printable-encode-region): Use
245         mm-with-unibyte-current-buffer within narrowed region.
246
247 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
248
249         * webmail.el (webmail-type-definition): Fix my-deja open url.
250
251 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
252
253         * message.el (message-setup-fill-variables): New variable.
254         (message-mode): Use it.
255
256 2000-10-05  Dave Love  <fx@gnu.org>
257
258         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
259         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
260
261         * binhex.el: Use defalias, not fset.
262
263         * rfc1843.el: Require cl when compiling.
264
265 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
266
267         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
268
269 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
270
271         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
272         adjacent.
273
274 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
275
276         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
277         (mm-find-charset-region): Merge conditions, delete ascii.
278         (mm-charset-after): Rewrite.
279         * mm-bodies.el (mm-encode-body): Use it.
280
281 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
282
283         * webmail.el (webmail-hotmail-list): Fix.
284
285 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
286
287         * nnimap.el (require): cl.
288
289 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
290
291         * gnus-art.el (gnus-article-prepare): Configure windows before
292         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
293         window might be overrided.
294
295 2000-10-04  Dave Love  <fx@gnu.org>
296
297         * gnus-ems.el (gnus-article-display-xface)
298         [gnus-article-compface-xbm]: Fix.
299         (gnus-x-splash): Bind width, height.
300
301 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
302
303         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
304         when it is called interactively.
305
306 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
307
308         * gnus-art.el (gnus-mime-action-alist): New variable.
309         (gnus-mime-action-on-part): Use it.
310         (gnus-mime-button-commands): Add command ".".
311
312 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
313
314         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
315
316 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
317
318         * lpath.el: "." is in the load-path because dgnushack.el.
319
320 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
321
322         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
323
324         * nnheader.el: ditto
325
326         * mm-util.el: ditto
327
328         * message.el: ditto
329
330         * binhex.el: ditto
331
332         * gnus-audio.el: removed unnecessary xemacs test
333
334         * earcon.el: ditto
335         
336 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * nnweb.el (nnweb-decode-entities): Work for non-character
339         entities. 
340
341 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * gnus.el: Message the quit parts.
344
345 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
346
347         * mail-source.el (mail-source-fetch-maildir): Don't insert
348         newlines.
349
350 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
351
352         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
353         lpath.el. Don't compile base64.el if there is builtin base64.
354
355 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
356
357         * base64.el (Repository): Use featurep for XEmacs test.
358
359 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
360
361         * nntp.el (nntp-retrieve-data): Don't ignore quit.
362
363 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
364
365         * gnus-art.el (gnus-article-banner-alist): New variable.
366         (article-strip-banner): Use it.
367         * gnus-cus.el (gnus-group-parameters): Allow symbol.
368
369 2000-10-02  Dave Love  <fx@gnu.org>
370
371         * smiley-ems.el: New file.
372
373         * gnus-ems.el (gnus-smiley-display): Autoload.
374         (mouse-set-point, set-face-foreground, set-face-background)
375         (x-popup-menu): Don't clobber these.
376         (gnus-article-compface-xbm): New variable.
377         (gnus-article-display-xface): Move graphic test.  Use unibyte.
378         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
379
380         * mml.el (require): Fix typo.
381         (mml-parse-1): Modify unknown encoding prompt.
382
383         * mail-source.el (mail-sources): Revert to nil.
384
385         * nnmail.el (nnmail-spool-file): Revert previous change.
386
387         * gnus.el: Don't require custom, message.
388         (gnus-message-archive-method): Wrap initializer in progn and
389         require message here.
390
391 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
392
393         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
394         image's :ascent to 80.  That gives a mode-line which is approx.
395         as tall as the normal one.
396
397 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
398
399         * webmail.el (webmail-hotmail-list): Fix.
400
401 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
402
403         Don't postpone GCC if none of GCC methods is agent-covered.  This
404         fix presumes that the post-method must be agent-covered if any Gcc
405         method is agent-covered.
406
407         * gnus-msg.el (gnus-inews-group-method): New function.
408         (gnus-inews-do-gcc): Use it.
409         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
410         (gnus-agent-possibly-save-gcc): Use it.
411         (gnus-agent-possibly-do-gcc): Ditto.
412
413 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
414
415         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
416         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
417
418 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
419
420         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
421         webmail-hotmail-list): Update.
422
423 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
424
425         * mail-source.el (mail-source-report-new-mail): Use
426         nnheader-cancel-timer.
427
428 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
429
430         * lpath.el (overlay-*): Shut up.
431         * dgnushack.el: Two implementations of smiley.
432
433 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
434
435         * gnus-ml.el: Usage.
436         (gnus-mailing-list-archive, gnus-mailing-list-owner,
437         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
438         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
439         (gnus-mailing-list-menu): Define it.
440         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
441         
442         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
443
444 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
445
446         * webmail.el (webmail-my-deja-*): Rewrite.
447
448 2000-09-30  Simon Josefsson  <simon@josefsson.org>
449
450         * nnimap.el (nnimap-request-accept-article): Remove \n's from
451         From_ lines.
452
453 2000-08-05  Simon Josefsson <simon@josefsson.org>
454
455         Make GCC to remote groups work when unplugged
456         (postpone GCC until message is actually sent).
457
458         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
459
460         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
461         (gnus-agent-restore-gcc): 
462         (gnus-agent-possibly-save-gcc): New functions.
463
464         * gnus-msg.el (gnus-inews-add-send-actions): Use
465         `gnus-agent-possibly-do-gcc' if Agentized.
466         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
467         to `message-header-hook'.
468
469         * gnus.el (gnus-agent-gcc-header): New variable.
470
471 2000-07-13  Simon Josefsson <simon@josefsson.org>
472
473         Asks the user to synch flags with server when you plug in.
474
475         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
476         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
477         (gnus-agent-toggle-plugged): Call it.
478         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
479         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
480         (gnus-agent-possibly-synchronize-flags): New function.
481         (gnus-agent-possibly-synchronize-flags-server): New function.
482
483 2000-09-30  Simon Josefsson  <simon@josefsson.org>
484
485         * starttls.el: New file, by Daiki Ueno.
486
487 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
488
489         * message.el (message-make-in-reply-to): In-Reply-To is message-id
490         (see DRUMS).
491         
492 2000-09-29  Simon Josefsson  <simon@josefsson.org>
493
494         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
495         prefetch.
496
497 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
500         sending a command; allow the rtelnet prompt as well.
501
502 2000-09-29  Simon Josefsson  <simon@josefsson.org>
503
504         * message.el (message-send): Make sure error is signalled if no
505         send method is specified.
506
507 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
508
509         * qp.el (quoted-printable-encode-region): Wrap with
510         `mm-with-unibyte-current-buffer'.
511
512 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
513
514         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
515           McEwan's proposal.
516         
517 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
518
519         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
520         the GNU assignment issue.
521
522 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
523
524         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
525
526 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
527
528         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
529
530 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
531
532         * gnus-art.el (article-strip-banner): Use
533         gnus-group-find-parameter rather than gnus-group-get-parameter, to
534         allow inheritance on the banner.
535         From elkin@tverd.astro.spbu.ru.
536
537 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
538
539         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
540
541 2000-09-26  Dave Love  <fx@gnu.org>
542
543         * gnus-draft.el: Don't require gnus-agent.
544
545         * mm-view.el: Use featurep for XEmacs test.
546         (mm-inline-message): Test for `remove-specifier'; don't use
547         condition-case.
548
549 2000-09-24  Simon Josefsson  <simon@josefsson.org>
550
551         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
552
553         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
554         support ACL's.
555
556         * nnimap.el (nnimap-acl-get): Check capability.
557
558         * mail-source.el (mail-source-imap-file-coding-system): New variable.
559         (mail-source-fetch-imap): Use it.
560
561         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
562         (rfc2104-hash): Use it.
563
564         * imap.el (imap-starttls-p): Check for starttls binary.
565         (imap-starttls-open): More verbose.
566         (imap-gssapi-auth): Ditto.
567         (imap-kerberos4-auth): Ditto.
568         (imap-cram-md5-auth): Ditto.
569         (imap-login-auth): Ditto.
570         (imap-anonymous-auth): Ditto.
571         (imap-digest-md5-auth): Ditto.
572         (imap-open): Ditto.
573         (imap-digest-md5-p): Check capability first.
574
575 2000-09-24  Simon Josefsson  <simon@josefsson.org>
576
577         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
578         (imap-login-p): Support LOGINDISABLED.
579
580 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
581
582         * rfc2104.el: Add SHA-1 example.
583
584 2000-09-22  Simon Josefsson  <simon@josefsson.org>
585
586         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
587
588 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
589
590         * lpath.el: Bind nnkiboze-score-file.
591
592 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
593
594         * gnus-score.el (gnus-score-use-all-scores): New variable.
595         (gnus-all-score-files): Use it.
596         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
597         (nnkiboze-enter-nov): Fix it when there is no xref.
598         (nnkiboze-generate-groups): List groups.
599         * gnus-group.el (gnus-group-make-kiboze-group): Use 
600         nnkiboze-score-file.
601         
602         * nnkiboze.el (nnkiboze-request-article): Use
603         gnus-cache-request-article.
604         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
605
606 2000-07-16 Dmitry Bely <dbely@mail.ru>
607
608         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
609
610 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
611
612         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
613
614 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
615
616         * message.el (message-default-charset): Set default value in
617         non-MULE XEmacsen as iso-8859-1.
618
619 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
620
621         * gnus-demon.el: Use (featurep 'xemacs).
622         * gnus-agent.el: timer vs. itimer.
623         * mail-source.el: Ditto.
624
625 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
626
627         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
628         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
629         * gnus-sum.el (gnus-nov-parse-line): Ditto.
630         * nnkiboze.el (nnkiboze-file-coding-system): New.
631         (nnkiboze-retrieve-headers): Use it.
632         (nnkiboze-request-group): Ditto.
633         (nnkiboze-close-group): Ditto.
634         (nnkiboze-generate-group): Ditto.
635         (nnkiboze-enter-nov): Insert first Xref properly.
636
637 2000-09-19  Dave Love  <fx@gnu.org>
638
639         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
640         (nnmail-get-new-mail): Test `sources' in top-level conditional.
641
642         * mail-source.el (mail-sources): Change default to '((file)).
643         Add useful custom type.
644
645 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
646
647         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
648         year).
649         (gnus-date-iso8601): Ditto.
650
651 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
652
653         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
654
655 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
656
657         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
658         pattern. Avoid using 8 bit chars.
659         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
660
661 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
662
663         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
664         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
665         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
666         functions are not implemented yet.
667         
668         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
669         x-overlay.el from the FSF Emacs black list.
670
671 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
672
673         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
674         (mm-inline-media-tests): Ditto.
675         (mm-automatic-display): Ditto.
676         * mm-view.el (mm-display-inline-fontify): Generalize from 
677         mm-display-patch-inline. 
678         (mm-display-patch-inline): Use it.
679         (mm-display-elisp-inline): Ditto.
680         
681 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
682
683         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
684         (gnus-topic-unmark-topic): Ditto.
685         (gnus-topic-mark-topic): Ditto.
686         (gnus-topic-get-new-news-this-topic): Use it.
687
688 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
689
690         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
691         display xface.
692
693 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
696         zombie or killed groups.
697         
698 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
699
700         * mml.el (mml-preview): Reinsert unibyte content. 
701         (mml-parse-1): Remove with-unibyte-current-buffer.
702         (mml-generate-mime-1): Ditto.
703         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
704         * message.el (message-forward): Ditto.
705
706 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
707
708         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
709         original article buffer.
710         (article-de-base64-unreadable): Ditto.
711         (article-wash-html): Ditto.
712
713 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
714
715         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
716         unless forward-show-mml.
717
718 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
719
720         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
721         (gnus-summary-save-parts-last-directory): New.
722         (gnus-summary-save-parts): Save history.
723
724 2000-09-14 Ben Gertzfield <che@debian.org>
725
726         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
727         variable.
728         (gnus-summary-save-parts): Use it.
729
730 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
731
732         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
733         * gnus-sum.el (gnus-summary-exit): Ditto.
734         (gnus-summary-exit-no-update): Ditto.
735         (gnus-summary-show-article): Ditto.
736
737 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
738
739         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
740         Content-Disposition.
741
742 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
743
744         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
745
746 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
747
748         * gnus-art.el (gnus-article-setup-buffer): Set
749         gnus-article-mime-handles to nil.
750         * gnus-sum.el (gnus-summary-exit): Ditto.
751         (gnus-summary-exit-no-update): Ditto.
752         (gnus-summary-show-article): Ditto.
753         (gnus-summary-save-parts): Use gnus-article-mime-handles if
754         dissected.
755         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
756
757 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
758
759         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
760         (gnus-sort-threads-1): New function. Sort threads recursively.
761         (gnus-sort-threads): Use it.
762         (gnus-sort-gathered-threads): Doc fix.
763
764 2000-09-13  Dave Love  <fx@gnu.org>
765
766         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
767
768         * gnus-ems.el (gnus-ems-redefine): Don't alias
769         gnus-summary-set-display-table.
770
771         * message.el (message-user-agent): Don't wrap ignore-errors around
772         it.
773
774         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
775         `format'.
776         (mm-content-transfer-encoding): Don't use cadar.
777
778         * uudecode.el (uudecode-decoder-program) 
779         (uudecode-decoder-switches): Customize.
780
781         * gnus-score.el (gnus-home-score-file): Improve custom type.
782
783         * gnus-cus.el (gnus-custom-mode): Conditionally set local
784         variables for Emacs 21.
785         (gnus-group-customize): Disable undo while laying out the buffer.
786
787 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
788
789         * gnus-util.el (gnus-write-active-file): Bind
790         coding-system-for-write.
791
792 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
793
794         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
795         
796         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
797         * gnus-kill.el (gnus-batch-score): Ditto.
798         * gnus-move.el (gnus-change-server): Ditto.
799         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
800
801 2000-09-12  Simon Josefsson  <simon@josefsson.org>
802
803         * gnus-sum.el (gnus-update-read-articles): Undo
804         `gnus-request-set-mark' operation.
805
806 2000-09-11  Dave Love  <fx@gnu.org>
807
808         * Changelog: Use iso-2022 coding.
809
810         * gnus-msg.el (gnus-msg-mail): New function.
811         (gnus-user-agent): New mail agent.
812
813 2000-09-10  Dave Love  <fx@gnu.org>
814
815         * message.el: Require mail-abbrevs for XEmacs for a problem with
816         keybinding despite the autoloads for it.
817
818 2000-09-08  Simon Josefsson  <simon@josefsson.org>
819
820         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
821
822         * nnimap.el (nnimap-request-update-info-internal): Remove tick
823         marks from dormant articles. (See nnimap-request-set-mark.)
824         (nnimap-retrieve-headers-progress): Demule.
825         (nnimap-open-server): Call nnoo-change-server twice, once for
826         getting the nnimap-server-buffer and once for letting n-c-s set
827         the variables in that buffer.
828
829 2000-09-08  David Edmondson <dme@dme.org>
830
831         * gnus.el (gnus-short-group-name): Guess separator.
832
833 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
834
835         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
836         XEmacs as well.
837
838 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
839
840         * gnus-group.el (gnus-group-insert-group-line): Fix.
841
842 2000-09-04  Dave Love  <fx@gnu.org>
843
844         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
845         (mm-get-image): Avoid the losing `make-glyph' from W3.
846
847 2000-09-03  Simon Josefsson  <simon@josefsson.org>
848
849         * gnus-sum.el (gnus-summary-delete-article): Check server.
850
851 2000-09-01  Simon Josefsson  <simon@josefsson.org>
852
853         * imap.el (imap-parse-flag-list): Rewrite.
854
855         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
856
857         * imap.el (imap-parse-flag-list): Hack.
858
859 2000-08-29  Dave Love  <fx@gnu.org>
860
861         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
862
863         * dgnushack.el (mapcon, union): Remove compiler macros.
864
865         * gnus-agent.el (gnus-agent-union): new function.
866         (gnus-agent-fetch-headers): Use it.
867
868         * gnus.el (gnus-group-startup-message): Specify foreground and
869         background for xpm image.  Centre image vertically.
870         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
871
872 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
873
874         * message.el (message-send-mail): Narrow-to-headers.
875
876 2000-08-24  Dave Love  <fx@gnu.org>
877
878         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
879         21.
880
881 2000-08-23  Dave Love  <fx@gnu.org>
882
883         * dgnushack.el: Remove `member-if' compiler macro.
884
885 2000-08-21  Dave Love  <fx@gnu.org>
886
887         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
888
889 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
890
891         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
892         permanent is used.
893         (gnus-topic-show-topic): Read topic when to show permanent hidden
894         topic.
895         (gnus-topic-remove-topic): Revert to the old behavior, not using
896         hide.
897
898 2000-08-21  Dave Love  <fx@gnu.org>
899
900         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
901         (gnus-xemacs): Use featurep.
902
903         * mm-util.el (mm-read-charset): Maybe use builtin.
904         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
905         (mm-multibyte-p, mm-with-unibyte-current-buffer)
906         (mm-with-unibyte): Use featurep, not string-match.
907         (mm-with-unibyte-buffer): Simplify.
908         (mm-quote-arg): Maybe use shell-quote-argument.
909
910         * mml.el (mml-make-string): Deleted (unused).
911
912         * gnus.el (gnus-mode-line-buffer-identification): Supply
913         definition for Emacs 21.
914
915         * gnus-salt.el: Small doc fixes.
916         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
917         gnus-add-minor-mode.
918
919         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
920         gnus-add-minor-mode.
921
922 2000-08-20  Simon Josefsson  <simon@josefsson.org>
923
924         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
925         function, thanks to Lloyd Zusman for debugging.
926         (nnimap-request-group): 
927         (nnimap-request-list): 
928         (nnimap-retrieve-groups): 
929         (nnimap-request-newgroups): Use it.
930
931         * nnimap.el (nnimap-request-article-part): Less verbose.
932
933 2000-08-19  Andreas Jaeger  <aj@suse.de>
934
935         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
936         subst-char-in-string since we test elsewhere whether it's bound.
937         
938 2000-08-18  Dave Love  <fx@gnu.org>
939
940         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
941         custom type.
942
943         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
944         gnus-group-running-xemacs.
945
946         * nnheader.el (nnheader-replace-chars-in-string): Use
947         subst-char-in-string if available.
948
949         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
950         (gnus-request-article-this-buffer): Use expand-file-name.
951         (gnus-mime-view-part-as-type): Simplify interactive spec.
952         (gnus-mime-button-map): Define it all in defvar.
953
954 2000-08-17  Dave Love  <fx@gnu.org>
955
956         * gnus-group.el (gnus-group-running-xemacs): Deleted.
957
958         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
959         last-nonmenu-event.
960
961         * uudecode.el (char-int): Use defalias, not fset.
962
963         * score-mode.el: Don't require easymenu.  Require mm-util.
964         (score-mode-coding-system): Use mm-auto-save-coding-system.
965
966         * nneething.el (nneething-create-mapping): Don't use cadar & al.
967         (nneething-file-name): Use expand-file-name, not concat.
968
969 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
970
971         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
972         Failure proof for email addresses.
973         (nnslashdot-sane-retrieve-headers): Ditto.
974
975 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * message.el (message-send-mail): Only insert courtesy message
978         when text/plain.
979
980 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
981
982         * message.el (message-cancel-news): Copy the From header from the
983         original article.
984
985 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * gnus-async.el (gnus-asynchronous): Removed.
988
989 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
990
991         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
992         format.
993
994 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
995
996         * nnmail.el (nnmail-expiry-target-group): Fixed.
997
998 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
999
1000         * nnmail.el (nnmail-expiry-target-group): Fix the call to
1001         gnus-request-accept-article so that body encoding is *not* done.
1002         Encoding is not done on incoming mail, so why should it be done on
1003         expired mail?
1004
1005
1006 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1007
1008         * nnml.el (nnml-request-expire-articles): Fix the calls to
1009         nnml-request-article (the filename was being passed instead of the
1010         article number) and nnmail-expiry-target-group
1011         (nnml-current-directory is changed by nnml-request-accept-article,
1012         causing it to be incorrect for the next article to be expired).
1013
1014 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1015
1016         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
1017         expiry-target group parameters. 
1018
1019 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
1022         buffer.
1023         (gnus-topic-hide-topic): Take a PERMANENT parameter.
1024         (gnus-topic-show-topic): Ditto.
1025
1026         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
1027
1028 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
1029
1030         * mail-source.el (mail-source-incoming-file-prefix): New
1031         variable. 
1032
1033 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
1036
1037         * mailcap.el (mailcap-maybe-eval): Be even more warning.
1038
1039 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
1040
1041         * message.el (message-syntax-checks): New check quotin-style: 
1042         Text must be written below quoted text.
1043         (message-check-news-body-syntax): Check it.
1044
1045 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1046
1047         * imap.el (imap-authenticator-alist): Fix typo.
1048         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
1049         Jonas Oberg for debugging.
1050
1051 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1052
1053         * gnus-async.el (gnus-asynchronous): Disable by default.
1054
1055 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * mm-view.el (mm-inline-text): Bind fill-column.
1058
1059         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
1060         list of unexpired articles.
1061
1062         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
1063         un-expired articles. 
1064
1065         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
1066         headers. 
1067
1068         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
1069         we update the right topic.. 
1070
1071         * mm-decode.el (mm-display-external): Put point at start. 
1072
1073 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1074
1075         * nnmail.el (nnmail-expiry-target): More explicit documentation.
1076
1077         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
1078
1079 2000-08-09  Simon Josefsson <simon@josefsson.org>
1080
1081         * imap.el (imap-parse-body):
1082         (imap-parse-string-list): Add bug workarounds for Stalker
1083         Communigate Pro 3.0 server.
1084         (imap-body-lines): Remove bogus comment.
1085
1086         * imap.el (imap-range-to-message-set): Move from nnimap.el.
1087
1088         * nnimap.el (nnimap-retrieve-which-headers):
1089         (nnimap-retrieve-headers-from-server):
1090         (nnimap-request-set-mark):
1091         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
1092
1093 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
1094
1095         * message.el (message-dont-reply-to-names):
1096         rmail-dont-reply-to-names may not be defined.
1097
1098 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1099
1100         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
1101         not use pop.
1102
1103 2000-07-19  Dave Love  <fx@gnu.org>
1104
1105         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
1106         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
1107         check.
1108         (gnus-article-display-xface): Special-case for dark backgrounds.
1109
1110 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
1111
1112         * imap.el (imap-calculate-literal-size-first): New variable.
1113         (imap-local-variables): Add it.
1114         (imap-kerberos4-open): Set it.
1115         (imap-send-command): Use it.
1116
1117 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1118
1119         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
1120         (mailcap-parse-mimetypes): Use it.
1121         (mailcap-extension-to-mime): Parse mimetype.
1122         (mailcap-mime-types): Ditto.
1123         * mml.el (mml-minibuffer-read-type): Ditto.
1124
1125 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1126
1127         * nndoc.el (nndoc-type-alist): Add outlook.
1128         (nndoc-outlook-type-p): New function.
1129         (nndoc-outlook-article-begin): Ditto.
1130
1131 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1132
1133         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1134         excursion.
1135
1136 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1137
1138         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1139
1140         * imap.el (imap): 
1141         (imap-kerberos4-program): 
1142         (imap-gssapi-program): 
1143         (imap-ssl-program): Customization.
1144         (imap-shell-program): 
1145         (imap-shell-host): New variables.
1146         (imap-streams): 
1147         (imap-stream-alist): Add shell.
1148         (imap-shell-p): 
1149         (imap-shell-open): New functions.
1150         (imap-open): Don't call authenticator if preauth.
1151         (imap-authenticate): Return t if already authenticated.
1152
1153 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1154
1155         * gnus.el (gnus-invalid-group-regexp): New variable.
1156         (gnus-read-group): Use it.
1157
1158 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1159
1160         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1161         expunge-below and orphan-score are "group variables".
1162
1163 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1164
1165         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1166         qualified group names to `gnus-group-read-ephemeral-group'.
1167
1168 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * dgnushack.el (srcdir): Define it before use it.
1171
1172 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1173
1174         * gnus-sum.el: `W t' is toggle-header in info.
1175
1176 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1177
1178         * lpath.el: Fbind subst-char-in-string.
1179
1180 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1181
1182         * Makefile.in: Use W3DIR and lispdir.
1183         * dgnushack.el: Ditto.
1184
1185 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1186
1187         * gnus-art.el (article-de-base64-unreadable): Typo.
1188
1189 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1190
1191         * gnus-agent.el (require): Require timer.
1192
1193 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1194
1195         * message.el (message-bounce): Call mime-to-mml.
1196
1197 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * nnslashdot.el (nnslashdot-request-close): New function.
1200
1201 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1204         right line number for the article.
1205
1206 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1207
1208         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1209         * webmail.el (webmail-fetch): Bind 
1210         url-http-silence-on-insecure-redirection.
1211
1212 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1213
1214         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1215         unibyte.
1216         (nnslashdot-sane-retrieve-headers): Ditto.
1217         (nnslashdot-request-article): Ditto.
1218
1219 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1220
1221         * mailcap.el (mailcap-parse-mimetype-file): 
1222
1223 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1224
1225         * nnweb.el (nnweb-insert): Stricter test.
1226         * webmail.el (webmail-refresh-redirect): Ditto.
1227
1228 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1229
1230         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1231
1232 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1233
1234         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1235
1236 2000-07-05  Dave Love  <fx@gnu.org>
1237
1238         * utf7.el: Doc and header fixes.
1239
1240         * gnus-sum.el: Doc fixes.
1241
1242         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1243         defalias, not fset.
1244
1245         * flow-fill.el (fill-flowed-point-at-eol)
1246         (fill-flowed-point-at-bol): Use defalias, not fset.
1247
1248         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1249         (gnus-Plain-save-name): Delete -- apparently bogus.
1250
1251 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * nnsoup.el: Use expand-file-name throughout.
1254
1255 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1256
1257         * nnmail.el (nnmail-read-incoming-hook): New example.
1258
1259 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * mm-view.el (mm-inline-text): Check whether the text has already
1262         been decoded.
1263
1264 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1265
1266         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1267
1268 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1269
1270         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1271
1272 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1273
1274         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1275         unsend flags.
1276
1277 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1278
1279         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1280         name in authinfo (.authinfo now support ports, no need for the
1281         hack).
1282         (nnimap-split-find-rule): Fix.
1283         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1284
1285 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1286
1287         * message.el (message-unquote-tokens): Remove all quotes.
1288
1289 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1290
1291         * gnus-ml.el: New file. 
1292
1293 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * nnultimate.el (nnultimate-request-close): New function.
1296
1297         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1298
1299 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1300
1301         * Makefile.in: Better support for xemacs builds
1302
1303 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1304
1305         * gnus.el: Gnus v5.8.7 is released.
1306
1307 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1310
1311 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1312
1313         * message.el (message-do-fcc): Encode MIME.
1314
1315 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1316
1317         * lpath.el: Fbind image-size.
1318
1319 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1320
1321         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1322         (nnimap-assoc-match): New function.
1323         (nnimap-split-find-rule): Support extended syntax.
1324
1325 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1326
1327         * nnimap.el (nnimap-open-connection): Use port stuff.
1328
1329         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1330         document port and defaultport.
1331
1332 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1333
1334         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1335
1336 2000-06-26  Dave Love  <fx@gnu.org>
1337
1338         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1339
1340         * message.el: Remove unnecessary `require'ments.  Defvar
1341         gnus-list-identifiers when compiling.  Don't try to autoload
1342         variable `gnus-list-identifiers'.  Autoload
1343         gnus-group-name-charset.
1344         (message-fetch-field): Don't assume `format' removes text
1345         properties.
1346         (message-strip-list-identifiers, message-reply, message-followup):
1347         Require gnus-sum.
1348         (message-mode): Tidy XEmacs conditionals.
1349         (message-replace-chars-in-string): Use subst-char-in-string when
1350         available.
1351
1352         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1353         Define if necessary.
1354
1355         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1356         removes text properties.
1357
1358         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1359
1360         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1361
1362         * gnus-score.el (gnus-summary-score-entry): Likewise.
1363
1364 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * nnimap.el (nnimap-request-post): Fix parenthesis.
1367
1368 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1369
1370         * message.el (message-unquote-tokens): New function.
1371
1372         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1373
1374         * nnimap.el (nnimap-request-post): Ditto.
1375
1376 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1377
1378         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1379
1380         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1381         patch commited 2000-04-02).
1382
1383 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1384
1385         * imap.el (imap-mailbox-examine-1): New function.
1386         (imap-message-copyuid-1):
1387         (imap-message-appenduid-1): Use it, instead of
1388         `imap-mailbox-examine' which would utf-7 encode mailbox name
1389         twice.
1390
1391 2000-06-19  Dave Love  <fx@gnu.org>
1392
1393         * mm-uu.el Don't require message.  Require cl when compiling.
1394
1395 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1396
1397         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1398         a local variable.
1399         * gnus-sum.el (gnus-orphan-score): Move here.
1400
1401 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1402
1403         * message.el (message-forward): Remove show-mml condition.
1404         (message-forward-ignored-headers): Remove X-Gnus headers.
1405
1406 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1407
1408         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1409
1410 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1411
1412         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1413
1414 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1415
1416         * message.el (message-syntax-checks): Add type.
1417
1418 2000-06-07  Dave Love  <fx@gnu.org>
1419
1420         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1421         put-image.
1422         (mm-inline-image): Defalias, not fset.
1423
1424         * gnus.el (gnus-group-startup-message): Don't specify string for
1425         insert-image.
1426
1427         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1428         add-minor-mode is available.
1429         (gnus-article-display-xface): Don't specify string for
1430         insert-image.
1431
1432 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1433
1434         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1435         (gnus-topic-insert-topic-line): Use shownp.
1436         (gnus-topic-hide-topic): Don't use hidden.
1437         (gnus-topic-show-topic): Don't use hidden.
1438
1439 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1440
1441         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1442         system.
1443         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1444         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1445         * gnus-util.el (gnus-output-to-rmail): Ditto.
1446         (gnus-output-to-mail): Ditto.
1447         (gnus-write-buffer): Ditto.
1448         * gnus-uu.el (gnus-uu-save-article): Ditto.
1449
1450 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1451
1452         * message.el (message-read-from-minibuffer): Typo.
1453
1454 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1455
1456         * gnus-art.el (article-decode-charset): Override non-MIME forward
1457         charset.
1458
1459 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1460
1461         * mml.el (mml-quote-region): Correct the regexp.
1462         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1463
1464 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1465
1466         * message.el (message-forward): Insert raw text.
1467         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1468         (mml-generate-mime-1): Insert raw text in unibyte mode.
1469
1470 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1471
1472         * mm-bodies.el (mm-body-encoding): Always encoded if
1473         `mm-use-ultra-safe-encoding' is set.
1474
1475 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1476
1477         * mml.el (ange-ftp-name-format): Typo.
1478
1479 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1480
1481         * gnus-start.el (gnus-get-unread-articles): If
1482         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1483         try to do anything on that server.
1484         
1485 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1486
1487         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1488         from latest draft.
1489
1490 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1491
1492         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1493         is open.
1494
1495 2000-05-24  Dave Love  <fx@gnu.org>
1496
1497         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1498
1499 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1500
1501         * gnus.el (gnus-redefine-select-method-widget): new function, call
1502         it once. Add an "other" entry for unknown but editable backend
1503         name symbols.
1504         * gnus-start.el (gnus-declare-backend): use it.
1505
1506 2000-05-19  Dave Love  <fx@gnu.org>
1507
1508         * gnus-art.el (gnus-article-next-page): Revert last change.
1509
1510 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1511
1512         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1513
1514 2000-05-19  Dave Love  <fx@gnu.org>
1515
1516         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1517         not mm-inline-large-images.
1518
1519 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1520
1521         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1522
1523 2000-05-18  Dave Love  <fx@gnu.org>
1524
1525         * gnus-art.el: Use defalias, not fset.
1526         (gnus-article-x-face-command): Don't test for xbm.
1527         (gnus-article-next-page): Redisplay before testing point in window.
1528
1529 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1530
1531         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1532         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1533
1534 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1535
1536         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1537         gnus-summary-save-in-rmail.
1538         * message.el (message-output): Ditto.
1539
1540 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1543
1544 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1545
1546         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1547         is a charset.
1548         * message.el (message-send-news): Check group name charset.
1549         * gnus-msg.el (gnus-post-news): Decode group name.
1550         (gnus-inews-do-gcc): Encode group name.
1551
1552 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1553
1554         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1555         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1556
1557 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1558
1559         * gnus-group.el (gnus-group-mark-line-p): New function.
1560         (gnus-group-goto-group): New parameter.
1561         (gnus-group-remove-mark): Use it.
1562         * gnus-topic.el (gnus-topic-move-group): Ditto.
1563         (gnus-topic-remove-group): Ditto.
1564
1565 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1566
1567         * gnus-group.el (gnus-group-list-dormant): New function.
1568
1569 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1570
1571         * gnus-agent.el (gnus-agent-synchronize): Use
1572         nnheader-insert-file-contents.
1573         (gnus-agent-save-active-1): Ditto.
1574         (gnus-agent-write-active): Ditto.
1575         (gnus-agent-expire): Ditto.
1576         * gnus-cache.el (gnus-cache-read-active): Ditto.
1577         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1578         * gnus-sum.el (gnus-summary-import-article): Ditto.
1579
1580         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1581         (gnus-agent-save-group-info): Ditto.
1582         (gnus-agent-save-alist): Ditto.
1583         * gnus-util.el (gnus-make-directory): Ditto.
1584
1585         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1586
1587 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1588
1589         * mml.el (mml-generate-mime-preprocess-function): New variable.
1590         (mml-generate-mime-postprocess-function): New variable.
1591         (mml-generate-mime-1): Use them.
1592
1593 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1594
1595         * gnus-group.el (gnus-group-apropos): Group name charset.
1596         * gnus-sum.el (gnus-set-mode-line): Ditto.
1597         * gnus-group.el (gnus-group-decoded-name): New function.
1598         (gnus-group-edit-group): Use it.
1599         * gnus-cus.el (gnus-group-customize): Use it.
1600
1601 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1602
1603         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1604
1605 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1606
1607         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1608         (gnus-group-name-charset-group-alist): Ditto.
1609         (gnus-group-name-charset): New function.
1610         (gnus-group-name-decode): New function.
1611         (gnus-group-insert-group-line): Use them.
1612         (gnus-group-prepare-flat-list-dead): Ditto.
1613         (gnus-group-list-active): Ditto.
1614         (gnus-group-describe-all-groups): Ditto.
1615         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1616         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1617         add gnus-group property.
1618         (gnus-browse-group-name): Read gnus-group property.
1619
1620 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1621
1622         * nnfolder.el (nnfolder-possibly-change-group): Use
1623         file-name-coding-system instead of pathname-coding-system.
1624         * nnmail.el (nnmail-find-file): Ditto.
1625         (nnmail-write-region): Ditto.
1626         * nnmh.el (nnmh-retrieve-headers): Ditto.
1627         (nnmh-request-article): Ditto.
1628         (nnmh-request-group): Ditto.
1629         (nnmh-request-list): Ditto.
1630         (nnmh-possibly-change-directory): Ditto.
1631         (nnmh-active-number): Ditto.
1632         * nnml.el (nnml-possibly-change-directory): Ditto.
1633         (nnml-request-list): Ditto.
1634         (nnml-request-article): Ditto.
1635         (nnml-retrieve-headers): Ditto.
1636
1637 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1638
1639         * nnimap.el (nnimap-request-accept-article): Don't unselect
1640         mailbox if no mailbox is selected.
1641
1642 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1643
1644         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1645         Recognize domain names starting with `www.' as starting an URL.
1646
1647 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1648
1649         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1650         (mail-source-keyword-map): Add "subdirs" for maildir.
1651
1652 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1653
1654         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1655         (nnmail-get-new-mail): Use it.
1656         * gnus-start.el (gnus-get-unread-articles): Ditto.
1657
1658 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1659
1660         * gnus-sum.el (gnus-summary-edit-article): Better support for
1661         nndraft:drafts.
1662         * nndraft.el (nndraft-request-replace-article): New function,
1663         bind nnmail-file-coding-system.
1664
1665 2000-05-14  Dave Love  <fx@gnu.org>
1666
1667         * nnheader.el: Replace uses of `fset' with `defalias'.
1668         (jka-compr-compression-info-list): Only defvar when compiling.
1669
1670 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1671
1672         * webmail.el (webmail-netaddress-article): Refresh redirect.
1673
1674 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1675
1676         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1677
1678 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1679
1680         * webmail.el: Translate &nbsp; to SP.
1681
1682 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1683
1684         * message.el (message-bounce): Doc typo.
1685
1686 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1687
1688         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1689         (gnus-soup-store): Ditto.
1690         (gnus-soup-send-packet): Ditto.
1691         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1692         (nnsoup-dissect-buffer): Ditto.
1693         (nnsoup-narrow-to-article): Ditto.
1694         (nnsoup-make-active): Ditto
1695
1696 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1697
1698         * message.el (message-mode): Two parameters for local-variable-p.
1699
1700 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1701
1702         * message.el (message-strip-list-identifiers): New function.
1703         (message-reply): Use it and use message-strip-subject-re.
1704         (message-followup): Ditto.
1705         * gnus-art.el (article-hide-list-identifiers): Remove more.
1706         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1707
1708 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1709
1710         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1711         mail-parset-charset and use non-numeric argument.
1712
1713 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1714
1715         * mml.el (mml-buffer-list): New variable.
1716         (mml-generate-new-buffer): New function.
1717         (mml-destroy-buffers): Ditto.
1718         (mml-insert-mime): Use them.
1719         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1720         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1721         * message.el (message-mode): Ditto.
1722         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1723         (gnus-uu-save-article): Support show-as-mml.
1724         * message.el (message-forward): Ditto.
1725
1726 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1727
1728         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1729         (nndoc-mime-digest-type-p): Locate article head precisely.
1730         * mml.el (mml-generate-default-type): New variable.
1731         (mml-generate-mime-1): Use it.
1732         (mml-insert-mime-headers): Use it.
1733         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1734         (gnus-uu-digest-mail-forward): Use it and call message-forward
1735         with argument digest.
1736         (gnus-uu-save-article): Support message-forward-as-mime.
1737         * message.el (message-forward): Add parameter digest.
1738         * mm-decode.el (mm-dissect-default-type): New variable.
1739         (mm-dissect-buffer): Use it.
1740
1741 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1742
1743         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1744         newline and paragraph to nil when got a non-ascii character. Test
1745         paragraph before newline.
1746
1747 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1748
1749         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1750         limit to 76.
1751
1752 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * nnslashdot.el (nnslashdot-sid-strip): New function.
1755         (nnslashdot-threaded-retrieve-headers): New format.
1756         (nnslashdot-sane-retrieve-headers): Ditto.
1757         (nnslashdot-request-article): Ditto.
1758         (nnslashdot-threaded-retrieve-headers): Thread properly.
1759         (nnslashdot-request-article): Be more lenient.
1760         (nnslashdot-threaded-retrieve-headers): Regexp search.
1761
1762 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1763
1764         * gnus-sum.el (gnus-with-article): Define it before use it.
1765
1766 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1767
1768         * message.el (message-supersede): Use mime-to-mml.
1769         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1770
1771 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * gnus-group.el (gnus-group-list-cached): Don't use
1774         `subst-char-in-string'.
1775
1776 2000-05-08  Dave Love  <fx@gnu.org>
1777
1778         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1779
1780 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1781
1782         * mm-decode.el (mm-interactively-view-part): Append %s if the
1783         method is a single word.
1784         * nnwarchive.el (nnwarchive-type-definition): Typo.
1785
1786 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1787
1788         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1789         function.
1790         (gnus-group-prepare-flat-predicate): Use it.
1791         (gnus-group-list-cached): List dead groups.
1792
1793 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1794
1795         * gnus-art.el (article-decode-charset): Don't decode message with
1796         format.
1797
1798 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1799
1800         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1801         evaluate the Lisp code.
1802
1803 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1804
1805         * gnus-art.el (article-wash-html): New function.
1806         (gnus-article-wash-html): Bind.
1807         (gnus-article-make-menu-bar): Menu item.
1808         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1809         (gnus-summary-make-menu-bar): Menu item.
1810         * gnus.el: Autoload.
1811
1812 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1813
1814         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1815         (gnus-uu-unshar-article): Use it.
1816
1817         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1818         (mailcap-maybe-eval): Use it.
1819
1820         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1821         in docstring.
1822
1823         * mml.el (mml-generate-mime-1): Small comment.
1824
1825 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1826
1827         * gnus-art.el (article-de-base64-unreadable): New function.
1828         (gnus-article-de-base64-unreadable): Bind.
1829         (gnus-article-make-menu-bar): Menu item.
1830         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1831         (gnus-summary-make-menu-bar): Menu item.
1832         * gnus.el: Autoload.
1833
1834 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1835
1836         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1837         (gnus-summary-select-article): Add en/disable multibyte.
1838
1839 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1840
1841         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1842         (gnus-summary-edit-article): New feature: editing raw articles.
1843
1844 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1845
1846         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1847         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1848         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1849         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1850         * mm-decode.el (mm-insert-part): Ditto.
1851
1852 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1853
1854         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1855         (nndoc-forward-type-p): Ditto.
1856
1857 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1858
1859         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1860         value of enable-multibyte-characters.
1861
1862 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1863
1864         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1865
1866 2000-05-03  Dave Love  <fx@gnu.org>
1867
1868         * gnus-ems.el (gnus-article-xface-ring-internal)
1869         (gnus-article-xface-ring-size): New variable.
1870         (gnus-article-display-xface): Use them to cache data.  Don't try
1871         to use XPM.  Set up binary coding for PBM's sake.
1872
1873 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1874
1875         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1876         * gnus-int.el (gnus-request-accept-article): Ditto.
1877         (gnus-request-replace-article): Ditto.
1878         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1879
1880 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1881
1882         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1883
1884 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1885
1886         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1887         field.
1888         * mml.el (mml-to-mime): Use message-default-charset.
1889         (mml-preview): Narrow to headers.
1890         * message.el (message-send-mail): Use message-default-charset.
1891         (message-send-news): Narrow to headers;
1892         use message-default-charset.
1893
1894 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1895
1896         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1897         detect.
1898         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1899         restriction.
1900         (mml-parse-1): Warning message.
1901         (mml-preview): Disable multibyte.
1902
1903 2000-05-03  Dave Love  <fx@gnu.org>
1904
1905         * gnus.el (gnus-group-startup-message): Add newline before image.
1906
1907 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1908
1909         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1910         * message.el (message-send-mail): Use unibyte-buffer.
1911         (message-send-mail): Ditto.
1912
1913 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1914
1915         * gnus.el: Gnus v5.8.6 is released.
1916
1917 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1918
1919         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1920
1921 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1922
1923         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1924
1925 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1926
1927         * message.el (message-send-mail-partially): Use forward-line.
1928
1929 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1930
1931         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1932
1933 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1934
1935         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1936         (mml-insert-mime): No markup only for text/plain.
1937         (mime-to-mml): Remove MIME headers.
1938
1939 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1940
1941         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1942         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1943         as 8-bit.
1944         * lpath.el: Fbind image functions.
1945
1946 2000-04-28  Dave Love  <fx@gnu.org>
1947
1948         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1949         21.
1950
1951         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1952         search order.  Use parse-colon-path and remove some redundancy.
1953         Doc fix.
1954         (mailcap-parse-mimetypes): Code consistently with
1955         mailcap-parse-mailcaps.  Doc fix.
1956
1957         * gnus-start.el (gnus-unload): Iterate over `features', not
1958         `load-history'.
1959
1960 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1961
1962         * mml.el (mml-parse-1): Don't create blank parts.
1963         (mml-read-part): Fix mml tag.
1964         (mml-insert-mime): Convert message/rfc822.
1965         (mml-insert-mml-markup): Add mmlp parameter.
1966
1967 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1968
1969         * message.el (message-send-mail-partially): Remove CTE.
1970
1971 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1972
1973         * lpath.el: Fbind put-image for XEmacs.
1974         * mm-view.el (mm-inline-image): Fset it.
1975
1976 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1977
1978         * nndoc.el (nndoc-type-alist): Change forward regexp.
1979
1980 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1981
1982         * message.el (message-send-mail-partially-limit): Change the
1983         default value.
1984
1985 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1986
1987         * gnus-util.el (gnus-extract-address-components): Name might be
1988         "".
1989
1990 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1991
1992         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1993         (gnus-summary-post-forward): Ditto.
1994         * message.el (message-forward-show-mml): New variable.
1995         (message-forward): Use it.
1996         * mml.el (mml-parse-1): Add tag mml.
1997         (mml-read-part): Ditto.
1998         (mml-generate-mime): Support reentance.
1999         (mml-generate-mime-1): Support mml tag.
2000
2001 2000-04-27  Dave Love  <fx@gnu.org>
2002
2003         * gnus-art.el: Don't bother to require custom, browse-url.
2004         (gnus-article-x-face-command): Include gnus-article-display-xface.
2005
2006         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
2007         Use defalias, not fset.
2008         (gnus-article-display-xface): New function.
2009
2010         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
2011
2012         * mm-decode.el: Small doc fixes.  Require cl when compiling.
2013         (mm-xemacs-p): Deleted.
2014         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
2015         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
2016         use create-image and don't special-case xbm.
2017         (mm-valid-image-format-p): Use display-graphic-p.
2018
2019 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2020
2021         * message.el (message-send-mail-partially-limit): New variable.
2022         (message-send-mail-partially): New function.
2023         (message-send-mail): Use it.
2024         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2025         all blank lines inside of base64.
2026         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
2027         blank lines.
2028
2029 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2030
2031         * mml.el (mml-insert-tag): Match more special characters.
2032
2033 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
2034
2035         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
2036
2037 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2038
2039         * mm-decode.el (mm-inline-media-tests): Add message/partial.
2040         (mm-inlined-types): Ditto.
2041         * mm-partial.el: New file.
2042
2043 2000-04-27  Dave Love  <fx@gnu.org>
2044
2045         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
2046         matter in Emacs 21.
2047
2048 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
2049
2050         * mm-bodies.el (mm-encode-body): Remove reference to
2051         mm-default-charset in comment.
2052
2053 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
2054
2055         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
2056
2057 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2058
2059         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
2060         let.
2061
2062 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
2063
2064         * gnus-draft.el (gnus-draft-setup): Fix comments.
2065
2066 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2067
2068         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
2069         if nnmbox-file-coding-system-for-write is nil.
2070
2071 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2072
2073         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
2074         header if nil.
2075
2076 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2077
2078         * mm-view.el (mm-inline-text): Insert directly if decoded.
2079         * mml.el (autoload): Typo.
2080
2081 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2082
2083         * mml.el (mml-preview): Set up posting-charset.
2084         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
2085
2086 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2087
2088         * webmail.el: Fix yahoo mail.
2089
2090 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2091
2092         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
2093         word if not necessary.
2094         (rfc2047-encode-region): Put space between encoded words.
2095
2096 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2097
2098         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
2099
2100 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2101
2102         * gnus-draft.el (gnus-draft-setup): Restore mml only when
2103         required.
2104         (gnus-draft-edit-message): Require restoration.
2105
2106 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2107
2108         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
2109         back.
2110
2111 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2112
2113         * gnus-art.el (gnus-treat-article): Make sure that the summary
2114         buffer is live.
2115
2116 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2117
2118         * mailcap.el (mailcap-parse-mailcaps): Reorder.
2119         (mailcap-parse-mailcap): Backwards parsing.
2120         (mailcap-possible-viewers): Remove nreverse.
2121         (mailcap-mime-info): Ditto.
2122         (mailcap-add-mailcap-entry): Keep alternative viewer.
2123
2124 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2125
2126         * gnus.el: Gnus v5.8.5 is released.
2127
2128 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2131
2132         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2133
2134         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2135
2136 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2137
2138         * mm-view.el (mm-inline-message): Disable prepare-hook.
2139
2140 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus.el: Fix copyright statements.
2143
2144         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2145         variable.
2146         (gnus-articles-to-read): Use it.
2147
2148         * message.el (message-get-reply-headers): Bind free variable.
2149
2150 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2151
2152         * message.el (message-get-reply-headers): Fix to-address.
2153
2154 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2155
2156         * webmail.el: Hotmail fix. Add a debug function.
2157
2158 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * gnus-sum.el (t): M-down and M-up.
2161
2162 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2163
2164         * gnus-sum.el: Doc fix.
2165
2166 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2167
2168         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2169
2170 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2173         string.
2174         (nnweb-request-group): Don't scan twice.
2175         (nnweb-request-scan): Don't nix out the hashtb.
2176
2177         * message.el (message-get-reply-headers): Return a value.
2178
2179 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2180
2181         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2182         urls.
2183
2184 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2187         order messages are inserted.
2188
2189         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2190         message/rfc822 parts.
2191
2192         * gnus-art.el (gnus-article-read-summary-keys): Check for
2193         numerical values.
2194
2195         * message.el (message-get-headers): Made into own function.
2196         (message-reply): Use it.
2197         (message-get-reply-headers): Renamed.
2198         (message-widen-reply): New command.
2199
2200 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2201
2202         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2203
2204 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2205
2206         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2207         non-base64 text at the end if not found.
2208
2209 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2210
2211         * gnus-sum.el (gnus-read-move-group-name):
2212         (gnus-summary-move-article): Use `gnus-group-method' to find out
2213         what method the manually entered group belong to.
2214         `gnus-group-name-to-method' doesn't return any method parameters
2215         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2216         for new groups so they wouldn't work.
2217
2218 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2221         override.
2222
2223 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2224
2225         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2226         probably good to do, or something.  I dunno.  I just write these
2227         ChangeLog entries, and my name is Lars.
2228
2229 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2230
2231         * message.el (message-caesar-region): Use translate-region.
2232
2233 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2234
2235         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2236
2237 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2240         variables, because that makes Emacs flash.
2241
2242         * gnus-group.el (gnus-group-insert-group-line): Don't call
2243         gnus-group-add-icon unconditionally.
2244
2245         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2246
2247         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2248         xmas.
2249         (gnus-group-glyph-directory): Removed.
2250
2251 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2252
2253         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2254         gnus-newsgroup-name is "".
2255
2256 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2257
2258         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2259         in conjunction with MULE-UCS.
2260
2261 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2262
2263         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2264
2265 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * dgnushack.el (last, mapcon, member-if, union): New compiler
2268         macros for emulating cl functions.
2269
2270 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2271
2272         * message.el (message-shorten-references): Only cater to broken
2273         INN for news. This caters for broken smtpd.
2274
2275 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * mailcap.el (mailcap-mime-info): Use the first match; not the
2278         last.
2279
2280         * gnus-agent.el (gnus-category-kill): Save the category list.
2281
2282 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2283
2284         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2285
2286 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2289
2290 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2293
2294 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2295
2296         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2297         (gnus-group-list-cached): Use it.
2298
2299 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus.el: Update all the copyright notices.
2302
2303 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2304
2305         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2306         non-base64 text at the end.
2307
2308 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2311
2312 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * nnheader.el: Don't autoload cancel-function-timers.
2315
2316         * message.el (message-fetch-field): Fold case.
2317
2318 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2319
2320         * message.el (message-forward-before-signature): New variable.
2321
2322 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2323
2324         * gnus-mlspl.el: Fix stuff.
2325
2326 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2329         subjects when unthreaded.
2330
2331 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2332
2333         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2334         well.
2335
2336 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2337
2338         * gnus-art.el (gnus-article-mode): Fix variable name.
2339
2340 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * mm-view.el: Fix autoload.
2343
2344         * flow-fill.el (flow-fill): Fix provide.
2345
2346         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2347         nil.
2348
2349 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2350
2351         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2352
2353 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * gnus-util.el (gnus-netrc-machine): Didn't work.
2356
2357 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2358
2359         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2360
2361 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * flow-fill.el: Renamed from fill-flowed.
2364
2365         * message.el (message-forward-ignored-headers): Default to
2366         removing CTE.
2367
2368 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2369
2370         * message.el (message-mode): Don't fill headers.
2371
2372 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * message.el (message-pipe-buffer-body): Use shell
2375
2376 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2377
2378         * nnvirtual.el (nnvirtual-request-article):
2379         Bind gnus-override-method to nil.
2380         (nnvirtual-request-update-mark): Don't update mark when
2381         article is not there.
2382
2383 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2384
2385         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2386
2387 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * gnus-util.el (gnus-parse-netrc): Allow "port".
2390         (gnus-netrc-machine): Take a port param.
2391         (gnus-netrc-machine):
2392
2393         * gnus-art.el (gnus-request-article-this-buffer): Allow
2394         re-selecting referenced articles.
2395
2396         * message.el (message-cancel-news): Allow editing.
2397         (message-cancel-message): Add newline.
2398
2399 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2400
2401         * mm-view.el (mm-inline-image-emacs): New function.
2402
2403 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * mail-source.el (mail-source-delete-incoming): Change default in
2406         cvs.
2407
2408 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2409
2410         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2411         function.
2412
2413 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * nnml.el (nnml-request-expire-articles): Use it.
2416
2417         * nnmail.el (nnmail-expiry-target): New variable.
2418         (nnmail-expiry-target-group): New function.
2419
2420 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2421
2422         * message.el (message-forward): Add non-MIME separators.
2423
2424 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * message.el (message-generate-headers): Respect the syntax check
2427         spec.
2428
2429         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2430         (gnus-remove-thread): Don't show all threads.
2431
2432 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2433
2434         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2435
2436 2000-04-19  Dave Love  <fx@gnu.org>
2437
2438         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2439
2440 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2441
2442         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2443         (nnwarchive-egroups-*): Ditto.
2444         (nnwarchive-url): Unibyte buffer and single line cookie.
2445
2446 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2447
2448         * mm-util.el (mm-char-or-char-int-p): New alias.
2449         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2450         entities.
2451
2452 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2453
2454         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2455         article case insensitively.
2456
2457 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2458
2459         * mail-source.el (mail-source-fetch-webmail): Use the default
2460         password provided in mail-sources; use webmail:subtype:user as
2461         the key.
2462
2463 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2464
2465         * mail-source.el (mail-source-fetch-webmail): Use
2466         mail-source-password-cache.
2467
2468 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2469
2470         * webmail.el: Add netscape mail and fix HotMail mail.
2471
2472 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2473
2474         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2475
2476 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2477
2478         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2479         RFC822.PEEK if server support IMAP4rev1.
2480         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2481         RFC822.TEXT.PEEK if server support IMAP4rev1.
2482         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2483         RFC822.HEADER if server support IMAP4rev1.
2484         (nnimap-request-article-part): Support bodydetail in response
2485         data.
2486
2487 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2488
2489         * fill-flowed.el: New file.
2490
2491         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2492         text/plain parts with `format' parameters.
2493
2494         * mm-view.el (autoload): Autoload fill-flowed.
2495         (mm-inline-text): For "plain" parts with a format=flowed
2496         parameter, call `fill-flowed'.
2497
2498 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2501         slashdot ids.
2502
2503 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2506         format.
2507
2508 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2509
2510         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2511         `imtest' too.
2512         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2513         (imap-gssapi-program): New variable.
2514         (imap-streams): Add gssapi.
2515         (imap-stream-alist): Ditto.
2516         (imap-authenticators): Ditto.
2517         (imap-authenticator-alist): Ditto.
2518         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2519         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2520         1.6.x `imtest' syntax.
2521         (imap-gssapi-stream-p): New function.
2522         (imap-gssapi-open): Ditto.
2523         (imap-gssapi-auth-p): Ditto.
2524         (imap-gssapi-auth): Ditto.
2525         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2526         (imap-send-command): Use buffer-local `imap-client-eol' value.
2527
2528         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2529         lines and turn TAB into SPC before parsing.
2530
2531 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2532
2533         * nnheader.el (nnheader-group-pathname): Make sure to return a
2534         directory.
2535         * nnmail.el (nnmail-group-pathname): Ditto.
2536
2537 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2538
2539         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2540         might split in the middle of a message-id.
2541
2542 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2545         groups from the server.
2546
2547         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2548         (gnus-summary-toggle-header): Update the wash status.
2549
2550         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2551         Moved here.
2552
2553         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2554         setting.
2555
2556         * nnmail.el (nnmail-get-active): Use it.
2557         (nnmail-parse-active): New function.
2558
2559         * mm-view.el (mm-inline-text): Support the new version of
2560         vcard.el.
2561
2562         * gnus-sum.el (gnus-summary-move-article): Only delete article
2563         when moving junk.
2564         (gnus-deaden-summary): Bury the buffer.
2565
2566         * nnmail.el (nnmail-group-pathname): Ditto.
2567
2568         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2569
2570 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2571
2572         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2573         whether Mule.
2574
2575 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * message.el (message-send-mail): Protect against unloaded Gnus.
2578
2579         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2580         parent.
2581         (gnus-topic-update-topic-line): Yes, do.
2582         (gnus-topic-goto-missing-group): Tally the correct number of
2583         unread articles before inserting the topic line.
2584
2585 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2588
2589 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * mm-decode.el (mm-dissect-buffer): Ditto.
2592
2593         * gnus-art.el (article-decode-charset): Strip CTE.
2594
2595         * ietf-drums.el (ietf-drums-strip): New function.
2596
2597         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2598         when prompting in read-only groups.
2599
2600 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2601
2602         * imap.el (imap-send-command): Change EOL-chars when
2603         `imap-client-eol' differs from default, not only for kerberos4.
2604         (imap-mailbox-status): Get encoded mailbox's status.
2605
2606 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2607
2608         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2609         into `mail-source-password-cache'.
2610
2611 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2612
2613         * mm-util.el (mm-mime-charset): Check for presence of
2614         `coding-system-get' and `get-charset-property' (recent XEmacs has
2615         the former, but not the latter).
2616
2617 2000-01-28  Dave Love  <fx@gnu.org>
2618
2619         * message.el (message-check-news-header-syntax): Fix typo
2620         `newsgroyps'.
2621         (message-talkative-question): Put temp buffer in fundamental-mode.
2622         (message-recover): Use fundamental-mode in the right buffer.
2623
2624         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2625         right buffer.
2626
2627 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2628
2629         * qp.el (quoted-printable-decode-region): Add charset parameter.
2630         (quoted-printable-decode-string): Ditto.
2631
2632         * gnus-art.el (article-de-quoted-unreadable): Use it.
2633
2634 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2635
2636         * nnimap.el (nnimap-split-predicate): New variable.
2637         (nnimap-split-articles): Use it.
2638
2639 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2640
2641         * utf7.el: Change email address.
2642
2643 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * gnus-group.el (gnus-group-catchup): Purge split history.
2646
2647 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2648
2649         * nnmail.el (nnmail-generate-active): Support extended group name.
2650         (nnmail-get-active): Ditto.
2651
2652 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2653
2654         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2655         group names, don't remove anything.
2656
2657 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2658
2659         * webmail.el (webmail-my-deja-open): My-deja changes.
2660
2661 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2662
2663         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2664
2665 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2666
2667         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2668
2669 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2670
2671         * gnus.el (gnus-other-frame): Fix typo.
2672
2673 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2674
2675         * gnus-cus.el (gnus-group-customize): Fix typo.
2676
2677 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * nnweb.el (nnweb-insert): Simplified.
2680
2681 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-art.el (gnus-article-mode-map): "e" is
2684         gnus-summary-edit-article.
2685
2686 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2687
2688         * mailcap.el (mailcap-mime-extensions): Add .diff.
2689
2690 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2691
2692         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2693         there is no "%s" in the method.
2694
2695 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2696
2697         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2698
2699 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2702
2703         * gnus.el: Really always pop up a new frame.
2704
2705         * parse-time.el (parse-time-rules): Allow 100-110 to be
2706         2000-2010.
2707
2708         * time-date.el (date-to-time): Don't use timezone.
2709
2710 2000-01-06  Dave Love  <fx@gnu.org>
2711
2712         * time-date.el: Add keywords.
2713         (date-to-time): Add autoload cookie.  Canonicalize with
2714         timezone-make-date-arpa-standard.
2715         (time-to-seconds): Avoid caddr.
2716         (safe-date-to-time): Add autoload cookie.
2717
2718         * base64.el: Require cl when compiling.
2719
2720 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2721
2722         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2723         eyecandy.
2724         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2725         group line using gnus-group-add-icon.
2726         (gnus-group-icons): Added customize group.
2727         (gnus-group-icon-list): Added variable.
2728         (gnus-group-glyph-directory): Added variable.
2729         (gnus-group-icon-cache): Added variable.
2730         (gnus-group-running-xemacs): Added variable.
2731         (gnus-group-add-icon): Added function. Add an icon to the current
2732         line according to gnus-group-icon-list.
2733         (gnus-group-icon-create-glyph): Added function.
2734
2735 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-sum.el (gnus-summary-select-article): Return whether we
2738         selected something new.
2739         (gnus-summary-search-article): Start searching at the window
2740         point.
2741
2742         * gnus-group.el (gnus-fetch-group): Complete over
2743         gnus-active-hashtb.
2744
2745 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2746
2747         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2748
2749 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * gnus-sum.el (gnus-preserve-marks): New variable.
2752         (gnus-summary-move-article): Use it.
2753         (gnus-group-charset-alist): Added more entries.
2754
2755 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2758
2759         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2760         as the default score.
2761
2762         * gnus-score.el (gnus-score-delta-default): Changed name.
2763
2764 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2765
2766         * imap.el (imap-parse-literal):
2767         (imap-parse-flag-list): Don't care about props.
2768         (imap-parse-string): Handle quoted characters.
2769
2770 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2773         (gnus-summary-mark-article): Doc fix.
2774         (gnus-summary-mark-forward): Doc fix.
2775         (t): Changed keystroke for gnus-summary-customize-parameters.
2776
2777         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2778         "e".
2779         (gnus-article-mode-map): No, don't.
2780
2781         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2782         of the final article.
2783
2784         * mm-decode.el (mm-interactively-view-part): Error on no method.
2785
2786 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2787
2788         * gnus-score.el (gnus-score-insert-help): Something.
2789
2790         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2791
2792         * gnus-win.el (gnus-configure-frame): Ditto.
2793
2794         * gnus-mh.el (gnus-summary-save-in-folder): Use
2795         with-current-buffer.
2796
2797 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * nnwarchive.el: Changed file perms.
2800
2801 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus-group.el (gnus-group-delete-groups): New command.
2804         (gnus-group-delete-group): Extra no-prompt parameters.
2805
2806 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2809         <p>.
2810
2811 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2812
2813         * webmail.el (webmail-hotmail-article): Don't insert message id.
2814
2815 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2816
2817         * nnimap.el (nnimap-split-fancy): New variable.
2818         (nnimap-split-fancy): New function.
2819
2820 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2821
2822         (nnimap-split-rule): Document symbol value.
2823
2824 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2825
2826         * nnimap.el (nnimap-retrieve-headers-progress): Let
2827         `nnheader-parse-head' parse article.
2828         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2829         request headers needed by `nnheader-parse-head'.
2830
2831 1999-12-23  Florian Weimer  <fw@s.netic.de>
2832
2833         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2834         value (crosspostings are handled), improve documentation.
2835
2836         * smiley.el: Declare file coding system as iso-8859-1.
2837
2838         * nnultimate.el: Dito.
2839
2840         * message.el: Dito.
2841
2842         * gnus-cite.el: Dito.
2843
2844         * gnus-spec.el: Dito.
2845
2846 1999-12-21  Florian Weimer  <fw@s.netic.de>
2847
2848         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2849         (gnus-setup-message): No longer make `message-posting-charset'
2850         buffer-local.
2851         (gnus-setup-posting-charset): Reflect the new layout of
2852         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2853
2854         * message.el (message-send-mail): Bind `message-this-is-mail' and
2855         `message-posting-charset'.
2856         (message-send-news): Dito, and honour new layout of
2857         `message-posting-charset'.
2858         (message-encode-message-body): Ignore `message-posting-charset'.
2859
2860         * mm-bodies.el (mm-body-encoding): Consider
2861         `message-posting-charset' when deciding whether to use 8bit.
2862
2863         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2864         (rfc2047-encodable-p): Now solely for headers; use
2865         `message-posting-charset'.
2866
2867 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2868
2869         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2870
2871 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2872
2873         * nnagent.el (nnagent-server-opened): Optional.
2874         (nnagent-status-message): Optional.
2875
2876 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2877
2878         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2879         end (referenced by instructions in
2880         `gnus-cited-opened-text-button-line-format-alist').
2881
2882 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2883
2884         * imap.el (imap-starttls-open): Typo.
2885
2886 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2887
2888         * mm-util.el (mm-charset-after): Non-MULE case.
2889         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2890         * rfc2047.el (rfc2047-dissect-region): Bind it.
2891
2892 1999-12-18  Florian Weimer  <fw@s.netic.de>
2893
2894         * mml.el (mml-generate-multipart-alist): Correct default value.
2895
2896         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2897         (mm-safer-encoding): New function.
2898         (mm-content-transfer-encoding): Use both.
2899
2900         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2901         * qp.el (quoted-printable-encode-region): Dito.
2902
2903 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2904
2905         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2906
2907 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2908
2909         * webmail.el (webmail-hotmail-list): raw=0.
2910
2911 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2912
2913         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2914         group name.
2915
2916 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2917
2918         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2919
2920 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2921
2922         * imap.el: Don't autoload digest-md5.
2923         (imap-starttls-open): Bind coding-system-for-{read,write}.
2924         (imap-starttls-p): Check if we can find starttls.el.
2925         (imap-digest-md5-p): Check if we can find digest-md5.el.
2926
2927 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2928
2929         * base64.el (base64-encode-string): Accept 2nd argument
2930         `no-line-break'.
2931
2932         * imap.el: Require `digest-md5' when compiling; add autoload
2933         settings for `digest-md5-parse-digest-challenge',
2934         `digest-md5-digest-response', `starttls-open-stream' and
2935         `starttls-negotiate'.
2936         (imap-authenticators): Add `digest-md5'.
2937         (imap-authenticator-alist): Setup for `digest-md5'.
2938         (imap-digest-md5-p): New function.
2939         (imap-digest-md5-auth): New function.
2940         (imap-stream-alist): Add STARTTLS entry.
2941         (imap-starttls-p): New function.
2942         (imap-starttls-open): New function.
2943
2944 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2945
2946         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2947
2948 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2949
2950         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2951         string-to-x function.
2952
2953 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2954
2955         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2956
2957 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2958
2959         * webmail.el: Enhance hotmail-snarf.
2960
2961 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2962
2963         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2964
2965 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2966
2967         * webmail.el (webmail-hotmail-list): Search no-error.
2968
2969 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * nnwarchive.el: Support nov-is-evil.
2972         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2973         Set it if non-nil.
2974         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2975
2976 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2977
2978         * nnagent.el (nnagent-server-opened): Redefine.
2979         (nnagent-status-message): Ditto.
2980
2981 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2982
2983         * rfc1843.el (rfc1843-decode-region): Use
2984         buffer-substring-no-properties.
2985         * gnus-art.el (article-decode-HZ): New function.
2986
2987 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2988
2989         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2990
2991 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2992
2993         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2994         MIME charset not a MULE charset.
2995
2996 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2997
2998         * gnus-ems.el: Translate more ugly characters.
2999         * nnheader.el (nnheader-translate-file-chars): Don't translate
3000         the second ':'.
3001
3002 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3003
3004         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
3005         method if cannot find the article.
3006
3007 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3008
3009         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
3010         method if overrided.
3011
3012 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3013
3014         * mail-source.el (mail-source-fetch-webmail): Parameter
3015         dontexpunge.
3016
3017 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
3018
3019         * webmail.el: Support my-deja. Better error report.
3020
3021 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3022
3023         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
3024         is bad.
3025         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
3026         is not 1.
3027
3028 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3029
3030         * nnslashdot.el (nnslashdot-request-article): A space.
3031
3032 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
3033
3034         * nnagent.el: Support different backend with same name.
3035
3036 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3037
3038         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
3039         archived group.
3040         (nnslashdot-sane-retrieve-headers): Ditto.
3041         (nnslashdot-request-article): Ditto.
3042
3043 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
3044
3045         * nnweb.el (nnweb-insert): Narrow to point.
3046
3047 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3048
3049         * nnweb.el (nnweb-insert): Follow refresh url.
3050         * nnslashdot.el: Use it.
3051
3052 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3053
3054         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
3055         (nnweb-decode-entities-string): New function.
3056
3057         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
3058         nnweb-* and move to nnweb.el.
3059         * nnwarchive.el: Use nnweb-decode-entities, etc.
3060         * webmail.el: Ditto.
3061
3062         * nnslashdot.el: Use nnweb-decode-entities-string.
3063         (nnslashdot-decode-entities): Remove.
3064
3065 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
3066
3067         * nnslashdot.el: Decode entities.
3068
3069 1999-12-12  Dave Love  <fx@gnu.org>
3070
3071         * gnus-agent.el (gnus-category-edit-groups)
3072         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
3073         expansion of setf, fixed.
3074
3075 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
3076
3077         * gnus-agent.el: Revoke last Dave Love's patch, because of
3078         incompatibility of XEmacs.
3079
3080 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * mm-uu.el: Change headers.
3083         * rfc1843.el: Ditto.
3084         * uudecode.el: Ditto.
3085
3086 1999-12-07  Dave Love  <fx@gnu.org>
3087
3088         * gnus-agent.el (gnus-category-edit-predicate)
3089         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
3090         inside backquote to avoid it at runtime.
3091
3092 1999-12-07  Dave Love  <fx@gnu.org>
3093
3094         * binhex.el: Require cl when compiling.
3095
3096 1999-12-04  Dave Love  <fx@gnu.org>
3097
3098         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
3099
3100 1999-12-04  Dave Love  <fx@gnu.org>
3101
3102         * mm-util.el (mm-delete-duplicates): New function.
3103         (mm-write-region): Use it.
3104
3105         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
3106
3107         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
3108         mm-delete-duplicates.
3109
3110         * imap.el (imap-open, imap-debug): Avoid mapc.
3111
3112         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
3113
3114         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
3115         (gnus-multi-decode-encoded-word-string): Avoid mapc.
3116
3117         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
3118         runtime.
3119
3120         * gnus.el (gnus-select-method): Likewise.
3121
3122         * nnheader.el (nnheader-nov-read-integer): Likewise.
3123
3124         * mm-view.el (mm-inline-message): Require cl when compiling.
3125         Avoid ignore-errors at runtime.
3126         (mm-inline-text): Avoid mapc.
3127
3128 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3129
3130         * gnus-art.el (article-decode-charset): Widen is bad.
3131
3132 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3133
3134         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3135
3136 1999-12-12  Florian Weimer  <fw@s.netic.de>
3137
3138         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3139         indicate that only US-ASCII is permitted.
3140         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3141         use unencoded 8-bit characters in message headers.
3142
3143 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3144
3145         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3146         CRLF.
3147
3148 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3149
3150         * webmail.el: Require url-cookie.
3151
3152 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3153
3154         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3155         new function to make modified caesar table.
3156         (nnwarchive-from-r13): Use it.
3157         (nnwarchive-mail-archive-article): Improved.
3158
3159 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3160
3161         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3162
3163 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3164
3165         * nnweb.el (nnweb-request-article): Return cons.
3166
3167 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3168
3169         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3170
3171 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3172
3173         * mm-util.el (mm-with-unibyte): New macro.
3174         * nnweb.el (nnweb-init): Use it.
3175
3176 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3177
3178         * mm-util.el (mm-charset-after): New function.
3179         (mm-find-mime-charset-region): Set charsets after
3180         delete-duplicates and use find-coding-systems-region.
3181         (mm-find-charset-region): Remove composition.
3182
3183         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3184
3185         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3186
3187 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3188
3189         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3190         * mml.el (mml-confirmation-set): New variable.
3191         (mml-parse-1): Ask user to confirm.
3192
3193 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3194
3195         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3196         are scanned when we have directory mail-sources (the mail source
3197         is modified in that case, so we must scan it for all
3198         groups/methods).
3199
3200 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3201
3202         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3203         and nnml-article-file-alist.
3204
3205 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3206
3207         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3208         nnmail-fetched-sources.
3209
3210 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3211
3212         * mm-util.el (mm-find-charset-region): Use the last charset.
3213
3214 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3215
3216         * gnus.el (gnus-select-method): Made the option list prettier.
3217
3218 1999-12-08  Florian Weimer  <fw@s.netic.de>
3219
3220         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3221         for the `de' newsgroups hierarchy, as it is common practice there.
3222
3223
3224 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3225
3226         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3227         buffer-string arguments. Fix references.
3228
3229 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3230
3231         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3232         (gnus-agent-batch-fetch): Use it.
3233         (gnus-agent-fetch-session): Use it.
3234
3235 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3236
3237         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3238
3239 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3240
3241         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3242         nil.
3243
3244 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3245
3246         * nnslashdot.el (nnslashdot-request-list): There were two
3247         top-level body-forms.  Put a `progn' around them.
3248
3249         * gnus.el (gnus-select-method): Use `condition-case'
3250         instead of `ignore-errors', since cl may not be loaded when the
3251         form is evaluated.
3252
3253 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3254
3255         * nnwarchive.el: Support www.mail-archive.com.
3256
3257 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3258
3259         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3260         do anything.
3261
3262 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3263
3264         * utf7.el: New file, written by Jon K Hellan.
3265
3266         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3267         default to t.
3268
3269 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3272
3273         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3274         current.
3275         (gnus-refer-article-methods): New function.
3276         (gnus-summary-refer-article): Use it.
3277
3278 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3279
3280         * nnimap.el (nnimap-retrieve-groups): Return active format.
3281
3282         * nnimap.el (nnimap-replace-in-string): Removed.
3283         (nnimap-request-list):
3284         (nnimap-retrieve-groups):
3285         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3286
3287 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3288
3289         * imap.el: Use format-spec for ssl program.
3290         * imap.el (imap-ssl-arguments): Removed.
3291         (imap-ssl-open-{1,2}): Removed.
3292
3293 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3294
3295         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3296         instead of `ignore-errors', since cl may not be loaded when the
3297         form is evaluated.
3298
3299 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3300
3301         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3302         (mm-7bit-chars): New variable.
3303         (mm-body-7-or-8): Use it in both cases.
3304
3305 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3306
3307         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3308           defcustom definitions.
3309
3310 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3311
3312         * mm-decode.el (mm-display-part): Let mm-display-external return
3313         inline or external.
3314         (mm-display-external): For copiousoutput methods, insert output in
3315         buffer.
3316
3317 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3318
3319         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3320         buffer.
3321
3322 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * gnus-audio.el: An M too far.
3325
3326         * gnus-msg.el (gnus-setup-message): One backtick too many.
3327
3328         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3329         a function, not a variable.
3330
3331 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3332
3333         * gnus-score.el (gnus-score-body): Widen before requesting.
3334
3335 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3338
3339 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3340
3341         * mail-source.el (mail-source-fetch-webmail): Bind
3342         mail-source-string.
3343
3344 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3345
3346         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3347         (gnus-uu-unmark-by-regexp): Ditto.
3348
3349         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3350         dead groups.
3351
3352 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3355         do their real thing.
3356
3357         * nnmh.el (nnmh-be-safe): Doc fix.
3358
3359         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3360
3361         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3362         status line has arrived before we count it.
3363
3364         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3365
3366         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3367         Whitespace problems.
3368
3369         * gnus-win.el (gnus-configure-windows): Error fix.
3370
3371         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3372         right function.
3373
3374         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3375         Indent all functions.  Fix all comments to match the comment
3376         conventions.  Double-space after full stop.
3377
3378 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3379
3380         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3381         value to divide received mails into my favorite groups and I met
3382         an error.  It takes place if the length of a element "VALUE" in
3383         nnmail-split-fancy is less than two.
3384
3385 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3386
3387         * mml.el (mml-insert-part): New function.
3388
3389 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * lpath.el: Add `sc-cite-regexp'.
3392
3393 1999-12-02  Dave Love  <fx@gnu.org>
3394
3395         * mm-decode.el: Customize.
3396
3397 1999-12-03  Dave Love  <fx@gnu.org>
3398
3399         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3400         the W3 stuff isn't available.
3401
3402 1999-12-03  Dave Love  <fx@gnu.org>
3403
3404         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3405         at runtime.
3406
3407 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3408
3409         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3410
3411 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3412
3413         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3414         don't be fooled by "From nobody" lines added by respooling.
3415
3416         * pop3.el (pop3-movemail): Write crashbox in binary.
3417         (pop3-get-message-count): New function.
3418
3419         * mail-source.el (mail-source-primary-source): New variable.
3420         (mail-source-report-new-mail-interval): New variable.
3421         (mail-source-idle-time-delay): New variable.
3422         (mail-source-new-mail-available): New internal variable.
3423         (mail-source-fetch-pop): Clear new mail flag, when mail from
3424         primary source has been fetched.
3425         (mail-source-check-pop): New function.
3426         (mail-source-new-mail-p): New function.
3427         (mail-source-start-idle-timer): New function.
3428         (mail-source-report-new-mail): New function.
3429         (mail-source-report-new-mail): New internal variable.
3430         (mail-source-report-new-mail-timer): New internal variable.
3431         (mail-source-report-new-mail-idle-timer): New internal variables.
3432
3433 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3434
3435         * gnus-cus.el (gnus-group-customize): Customize fix.
3436
3437 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3438
3439         * message.el (message-send-mail-with-sendmail): Use
3440         message-make-address.
3441
3442 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3443
3444         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3445
3446 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3447
3448         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3449
3450 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3451
3452         * mml.el (mml-insert-tag): Don't close the tag.
3453         (mml-insert-empty-tag): New function.
3454         (mml-attach-file): Use mml-insert-empty-tag instead of
3455         mml-insert-tag.
3456         (mml-attach-buffer): Ditto.
3457         (mml-attach-external): Ditto.
3458         (mml-insert-multipart): Ditto.
3459
3460 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3461
3462         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3463         the article number.
3464
3465 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3466
3467         * gnus.el (gnus-find-method-for-group): The method of a new group
3468         is not the native one.
3469
3470 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3473
3474 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * nnultimate.el (nnultimate-retrieve-headers): Use
3477         mm-with-unibyte-current-buffer.
3478         (nnultimate-request-article): Ditto.
3479
3480 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3481
3482         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3483
3484 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3485
3486         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3487         * nnweb.el (nnweb-retrieve-headers): Use it.
3488         (nnweb-request-article): Use it.
3489
3490         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3491         case matching failed.
3492
3493 1999-12-02  John Wiegley <jwiegley@inprise.com>
3494
3495         * mail-source.el (mail-source-keyword-map): Add backslash to
3496         Delete-flag.
3497
3498 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3501         Latin-1.
3502         (gnus-group-charset-alist): No, don't.
3503
3504         * nnweb.el (nnweb-init): Make the buffer unibyte.
3505
3506 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3507
3508         * mail-source.el (mail-source-set-common-1): Fix to get the
3509         default value.
3510
3511 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3514
3515         * nnultimate.el (nnultimate-request-list): Use unibyte.
3516
3517         * gnus-uu.el (gnus-uu-grab-articles): Bind
3518         gnus-display-mime-function to nil.
3519
3520         * message.el (message-send-mail-with-sendmail): Use the
3521         user-mail-address variable.
3522
3523         * gnus-art.el (gnus-ignored-headers): More headers.
3524
3525         * message.el (message-shorten-1): Use list.
3526
3527 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3530         signatures.
3531
3532         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3533         (nnweb-dejanews-create-mapping): Do the properish date.
3534
3535 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3536
3537         * mail-source.el (mail-source-common-keyword-map): New variable.
3538         (mail-source-bind-common): New macro.
3539         (mail-source-fetch): Support plugged mail source.
3540         * gnus-int.el (gnus-request-scan): Use them.
3541
3542 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * mm-view.el (mm-inline-message): Check whether charset is a
3545         string.
3546
3547         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3548
3549         * message.el (message-mode-map): Changed keystroke for
3550         message-yank-buffer.
3551
3552 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3553
3554         * message.el (message-shorten-references): Cut references to 31
3555         elements, then either fold them or shorten them to 988 characters.
3556         (message-shorten-1): New function.
3557         (message-cater-to-broken-inn): New variable.
3558
3559 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3560
3561         * nnslashdot.el (nnslashdot-lose): New function.
3562
3563 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * mm-view.el (mm-inline-message): Not the right type of charset is
3566         being fetched here.  Let the group charset rule.
3567         (mm-inline-message): Ignore us-ascii.
3568
3569 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3570
3571         * mail-source.el (mail-source-fetch-maildir): work around the
3572         ommitted "file-regular-p" in efs/ange-ftp
3573
3574 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3577         (mml-generate-mime-1): Use the encoding param.
3578
3579         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3580
3581         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3582         gnus-art before binding its variables.
3583
3584         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3585         after the MIME.
3586
3587 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3588
3589         * message.el (message-clone-locals): Use it.
3590
3591         * gnus-msg.el (gnus-configure-posting-styles): Make
3592         user-mail-address local.
3593
3594 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3595
3596         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3597         once.
3598
3599 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3602         (message-clone-locals): Ditto.
3603
3604         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3605         group inherit reply-to or from.
3606
3607 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3608
3609         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3610         for charset.
3611         (gnus-summary-show-article-charset-alist): New variable.
3612
3613         * mm-bodies.el (mm-decode-string): Support gnus-all and
3614         gnus-unknown.
3615         (mm-decode-body): Ditto.
3616         * rfc2047.el (rfc2047-decode): Ditto.
3617
3618 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * mail-source.el (mail-source-delete-incoming): Change default to
3621         t.
3622
3623 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3624
3625         * gnus.el: Pterodactyl Gnus v0.99 is released.
3626
3627 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3630
3631         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3632         spec.
3633
3634         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3635         (gnus-configure-posting-styles): No, don't.
3636         (gnus-configure-posting-styles): Allow overriding files.
3637
3638         * gnus-art.el (gnus-header-button-alist): Use browse-url
3639         directly.
3640
3641         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3642
3643         * gnus-msg.el (gnus-summary-yank-message): New command and
3644         keystroke.
3645
3646         * message.el (message-yank-buffer): New command.
3647         (message-buffers): New function.
3648
3649         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3650         next group in a more normal fasion.
3651
3652         * mml.el (mml-boundary-function): New variable.
3653         (mml-compute-boundary): Use it.
3654
3655         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3656         that exist for them.
3657
3658         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3659         (gnus-async-timer): New variable.
3660
3661 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * nnultimate.el (nnultimate-request-list): Be more lenient with
3664         root addresses.
3665
3666 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * gnus-art.el (gnus-treatment-function-alist): Do
3669         gnus-treat-capitalize-sentences.
3670
3671 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3672
3673         * webmail.el (webmail-hotmail-article): Hotmail changes the
3674         format.
3675
3676 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3677
3678         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3679         switch to buffer after calling program.
3680         (mm-display-external): Use `shell-command-switch' instead of "-c".
3681
3682 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3685         read groups file.
3686
3687         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3688         <p>.
3689
3690 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * message.el (message-mode): Doc fix.
3693
3694 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3695
3696         * gnus-art.el (article-emphasize): Check group variable.
3697         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3698
3699 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3700
3701         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3702         type.
3703
3704 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3705
3706         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3707
3708 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3709
3710         * mml.el (mml-quote-region): Insert ! after the hash.
3711
3712 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3713
3714         * gnus-group.el (gnus-group-warchive-address-history): Change to
3715         nil.
3716
3717 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3718
3719         * webmail.el: Support mail.yahoo.com.
3720
3721         * mail-source.el (mail-source-fetch-webmail): Add password check.
3722         (mail-source-keyword-map): Use `subtype'.
3723
3724 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3725
3726         * mail-source.el (mail-source-keyword-map): Add webmail.
3727         (mail-source-fetcher-alist): Ditto.
3728         (mail-source-fetch-webmail): New function.
3729         * webmail.el: New file.
3730
3731 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3732
3733         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3734
3735 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3736
3737         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3738
3739 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3742         (nnultimate-prune-days): New function.
3743         (nnultimate-create-mapping): Use it.
3744         (nnultimate-request-group): Only fetch the groups list if it has
3745         not been done before.
3746         (nnultimate-retrieve-headers): Don't write groups.
3747         (nnultimate-create-mapping): Off-by-one error.
3748
3749 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3752         threaded subjects.
3753
3754 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3755
3756         * nnwarchive.el: Lots of changes make agent happy.
3757
3758 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3759
3760         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3761         hashtb.
3762
3763 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3764
3765         * mm-decode.el (mm-display-external): Write region with binary
3766         mode.
3767
3768 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3769
3770         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3771
3772 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3773
3774         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3775         (mm-uu-test): Now it is in restricted region.
3776
3777         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3778
3779         * mm-view.el (mm-view-message): Fix buffer leak.
3780         (mm-inline-message): Support 'gnus-decoded.
3781
3782         * mm-bodies.el (mm-decode-body): Ditto.
3783
3784         * rfc2047.el (rfc2047-decode-region): Ditto.
3785
3786 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3787
3788         * imap.el (require): Added autoload for base64-encode-string.
3789
3790 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3791
3792         * gnus.el (gnus-refer-article-method): Made list value
3793         customizable.
3794
3795 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3796
3797         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3798         NOFORCE in Emacs case.
3799
3800 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3801
3802         * gnus-art.el (gnus-request-article-this-buffer): Set
3803         gnus-newsgroup-name.
3804
3805 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3806
3807         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3808         NOFORCE.
3809
3810 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3811
3812         * gnus-start.el (gnus-get-unread-articles): Check server before
3813         scanning.
3814
3815 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3818
3819         * nnslashdot.el (nnslashdot-login-name): New variable.
3820         (nnslashdot-password): Ditto.
3821         (nnslashdot-request-post): New function.
3822
3823         * gnus-art.el (gnus-treat-buttonize): More testing.
3824
3825         * mm-encode.el: Another CVS test.
3826
3827         * gnus-art.el (gnus-treat-emphasize): Change default.
3828         (gnus-treat-buttonize): Ditto.
3829         (gnus-treat-buttonize): This is a test.
3830
3831         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3832         (gnus-build-sparse-threads): Ditto.
3833         (gnus-build-all-threads): Ditto.
3834
3835         * nnheader.el (make-full-mail-header): Make into a subst.
3836
3837         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3838         unless w3 is supplied.
3839
3840         * gnus.el (gnus-refer-article-method): Doc fix.
3841
3842         * gnus-sum.el: Do not accept a prefix.
3843         (gnus-summary-refer-article): Accept a list of select methods.
3844
3845 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3846
3847         * Makefile.in: Change `^  *' to `\t'.
3848
3849 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3850
3851         * message.el (message-forward): Pay attention to prefix argument
3852         again and forward all headers when it is set, regardless of the
3853         value of message-forward-ignored-headers.
3854
3855 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3856
3857         * dgnushack.el (dgnushack-compile): Vpath file.
3858
3859         * Makefile.in (SHELL): VPATH support.
3860
3861 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * gnus-ems.el: Check for cygwin32.
3864
3865 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3866
3867         * mm-decode.el (mm-display-external): Use 'non-viewer.
3868
3869 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3870
3871         * base64.el (base64-encode-string): An alias for base64-encode for
3872         compatibility.
3873
3874 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3875
3876         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3877         nntp-inhibit-erase.
3878
3879 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3880
3881         * gnus-start.el (gnus-get-unread-articles): Use
3882         nnfoo-retrieve-groups to find new news, if available.
3883         (gnus-read-active-file-2): New function.
3884         (gnus-get-unread-articles): Use it.
3885         (gnus-read-active-file-1): Ditto.
3886
3887 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * mm-util.el (mm-find-mime-charset-region): Make sure
3890         find-coding-systems-for-charsets is fbound.
3891
3892         * gnus-ems.el: Typo fix.
3893
3894 1999-11-13  Florian Weimer  <fw@s.netic.de>
3895
3896         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3897         it's available and makes sense.
3898
3899 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3900
3901         * gnus-score.el (gnus-score-save): Translate score file.
3902
3903 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3904
3905         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3906         added fetchflag and dontexpunge keywords.
3907         (mail-source-fetch-imap): Use them.
3908
3909 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3910
3911         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3912         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3913         `defconst'.
3914
3915         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3916         `defconst'.
3917         Mention that it is both for group and topic parameters.
3918         (gnus-extra-topic-parameters): New constant, including `subscribe'
3919         parameter.
3920         (gnus-extra-group-parameters): New constant.
3921         (gnus-group-customize): Use them.
3922
3923         * gnus.el (gnus-select-method): Added default value and tag.
3924         (gnus-refer-article-method): Added `DejaNews' customization option.
3925
3926 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3929
3930         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3931         syntax.
3932
3933         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3934
3935         * nnslashdot.el (nnslashdot-group-number): Changed default.
3936
3937         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3938         (nnweb-dejanews-wash-article): Removed.
3939         (nnweb-type-definition): Fetch by id.
3940
3941         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3942         we mean it.
3943
3944         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3945         (nnslashdot-request-list): Use Ultramode as well.
3946         (nnslashdot-date-to-date): Be more lenient.
3947         (nnslashdot-threaded): New function.
3948
3949 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3952
3953 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3954
3955         * nnweb.el (nnweb-type-definition): /=dnc
3956
3957 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3960         dates.
3961         (nnultimate-retrieve-headers): Wrong ordering.
3962
3963 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3964
3965         * message.el (message-forward-as-mime): New variable.
3966
3967 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3970
3971 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3972
3973         * mail-source.el (mail-source-movemail-and-remove): New function.
3974         (mail-source-keyword-map): Add `function' for `maildir'.
3975         (mail-source-fetch-maildir): Use it.
3976
3977 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3978
3979         * nnwarchive.el: New file.
3980         * gnus-group.el (gnus-group-make-warchive-group): New function.
3981         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3982
3983 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3986         subjects.
3987
3988 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3989
3990         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3991
3992 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * nnultimate.el (nnultimate-open-server): Do address.
3995         (nnultimate-forum-table-p): New function.
3996
3997         * nnweb.el (nnweb-insert-html): Renamed.
3998         (nnweb-insert): New function.
3999
4000         * nnultimate.el (nnultimate-insert-html): New function.
4001
4002         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
4003         if nov is evil.
4004         (nnslashdot-retrieve-headers): use the sane version instead.
4005
4006 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * nnslashdot.el (nnslashdot-request-article): Fold case.
4009
4010         * nnultimate.el: New file.
4011
4012         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
4013         unless wanted.
4014
4015         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
4016         (gnus-read-active-file-1): Separated into own function.
4017         (gnus-read-active-file): Catch quits.
4018
4019         * nnslashdot.el (nnslashdot-request-article): Search better on
4020         first article.
4021         (nnslashdot-request-list): Fold case.
4022         (nnslashdot-retrieve-headers): Ditto.
4023
4024 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus.el: Autoload gnus-subscribe-topics.
4027
4028 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
4029
4030         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
4031         before dot.
4032         * gnus-util.el (gnus-write-active-file): Ditto.
4033
4034 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4035
4036         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
4037         function.
4038         * gnus-cache.el (gnus-cache-file-name): Use it.
4039         * gnus-agent.el (gnus-agent-group-path): Use it.
4040         * nnmail.el (nnmail-group-pathname): Use it.
4041
4042 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
4043
4044         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
4045         if cooked.
4046         * gnus-util.el (gnus-write-active-file): Write cooked active file.
4047         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
4048         * gnus.el (gnus-short-group-name): "..." proof.
4049
4050 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4051
4052         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
4053         support nnslashdot.
4054
4055 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
4058         many articles.
4059         (nnslashdot-generate-active): New function.
4060         (nnslashdot-request-newgroups): Use it.
4061
4062         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
4063         names.
4064
4065         * nnslashdot.el (nnslashdot-request-newgroups): New function.
4066         (nnslashdot-request-list): Not moderated.
4067
4068 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
4069
4070         * nnimap.el (nnimap-open-server): Remove error signal if
4071         nnimap-server-buffer is nil (the check should've been `boundp').
4072
4073         * imap.el (imap-log):
4074         * nnimap.el (nnimap-debug): Disable debugging by default.
4075
4076 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
4079
4080         * gnus-topic.el (gnus-subscribe-topic): New function.
4081
4082         * nnslashdot.el (nnslashdot-request-list): Give out extended group
4083         names.
4084
4085         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
4086         if starting with a quote.
4087
4088 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4089
4090         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
4091         group name.
4092
4093 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * nnslashdot.el: New file.
4096
4097         * nnheader.el (nnheader-insert-header): New function.
4098
4099         * gnus-art.el (gnus-mime-internalize-part): Bind
4100         mm-inlined-types.
4101
4102         * nndraft.el (nndraft-request-expire-articles): Do all the backup
4103         files.
4104
4105 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4106
4107         * emacs-mime.texi (Customization): Document mm-inline-override-types
4108
4109 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4110
4111         * emacs-mime.texi (Customization): Document mm-inline-override-types
4112
4113 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4114
4115         * emacs-mime.texi (Customization): Document mm-inline-override-types
4116
4117 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
4118
4119         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
4120         (smiley-toggle-buffer): New function.
4121         (smiley-buffer): Don't quote the function.
4122         (smiley-toggle-extents): Ditto.
4123
4124 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4127         empty buffers.
4128
4129 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * gnus-art.el (gnus-article-mode-map): Use the summary article
4132         edit.
4133
4134 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4135
4136         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4137
4138 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4141
4142 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4143
4144         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4145         is list or not before condition.
4146
4147 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4148
4149         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4150
4151 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4152
4153         * gnus-art.el (gnus-emphasis-alist): New value.
4154
4155 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4156
4157         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4158         `buffer-substring'.
4159
4160 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * gnus-art.el (article-date-ut): Keep the updated timer.
4163         (gnus-emphasis-underline-italic): Doc fix.
4164
4165         * gnus-msg.el (gnus-post-method): Doc fix.
4166         (gnus-post-method): Change default.
4167
4168 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4169
4170         * message.el (message-newline-and-reformat): Improvements.
4171
4172 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * message.el (message-newline-and-reformat): Don't insert too many
4175         newlines.
4176         (message-newline-and-reformat): Work even if not sc.
4177
4178         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4179
4180         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4181
4182 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4183
4184         * mm-view.el (mm-display-patch-inline): New function.
4185
4186 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4187
4188         * mm-view.el (mm-display-patch-inline): New function.
4189
4190 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4193         group.
4194
4195         * message.el (message-forward): Narrow to the right header.
4196
4197         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4198         dates.
4199
4200         * gnus-msg.el (gnus-configure-posting-styles): Use the
4201         user-full-name function.
4202
4203         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4204         (mm-body-charset-encoding-alist): Default to nil.
4205
4206         * message.el (message-elide-ellipsis): Fix typo.
4207         (message-elide-region): Ditto.
4208         (message-elide-region): Don't insert a newline first.
4209
4210 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4213         gnus-fetch-old-headers.
4214         (gnus-cut-threads): Ditto.
4215         (gnus-summary-initial-limit): Ditto.
4216         (gnus-summary-limit-children): Ditto.
4217
4218         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4219         matches.
4220
4221 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4222
4223         * gnus-art.el (article-decode-encoded-words):
4224         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4225         live.
4226
4227         * gnus.el (gnus-read-method): Add methods from
4228         `gnus-opened-servers' to completion. Map entered method/address
4229         into existing methods if possible.
4230
4231         * gnus-group.el (gnus-group-make-group): Simplify method.
4232
4233         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4234
4235         * mml.el (mml-preview): Remove mail-header-separator before
4236         encoding.
4237
4238 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * message.el (message-read-from-minibuffer): New function.
4241
4242 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4243
4244         * gnus.el: Pterodactyl Gnus v0.98 is released.
4245
4246 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4247
4248         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4249
4250 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4251
4252         * mml.el (mml-generate-mime-1): Read attached binary file in
4253         binary mode.
4254
4255 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4256
4257         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4258
4259 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4260
4261         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4262
4263 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4264
4265         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4266
4267 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4268
4269         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4270         (gnus-article-mime-match-handle-function): New variable.
4271         (gnus-article-view-part): Make `b' customizable.
4272
4273 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4274
4275         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4276
4277 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4278
4279         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4280
4281 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4282
4283         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4284
4285 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4286
4287         * gnus-srvr.el (gnus-browse-foreign-server): Use
4288         `buffer-substring' instead of `read'.
4289
4290 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4291
4292         * nnimap.el, imap.el, rfc2104.el: New files.
4293
4294         * gnus.el (gnus-valid-select-methods): Add nnimap.
4295
4296         * gnus-group.el (gnus-group-group-map): Add
4297         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4298         (gnus-group-nnimap-expunge): New function.
4299         (gnus-group-nnimap-edit-acl): New function.
4300
4301         * gnus-agent.el (gnus-agent-group-mode-map): Add
4302         gnus-agent-synchronize.
4303         (gnus-agent-synchronize): New function.
4304         (gnus-agent-fetch-group-1): Check if server is open.
4305
4306         * nnagent.el (nnagent-request-set-mark): Save marks.
4307
4308         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4309         (mail-source-fetcher-alist): Map to imap fetcher function.
4310         (mail-source-fetch-imap): New function.
4311
4312         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4313         Hash:.
4314
4315 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4316
4317         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4318         (gnus-topic-sort-topics): New function.
4319         (gnus-topic-make-menu-bar): Add sort-topics.
4320         (gnus-topic-move): New function.
4321         (gnus-topic-move-group): Move the topic if no group selected.
4322
4323 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4324
4325         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4326
4327 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4328
4329         * mm-view.el (mm-inline-message): Fix leaving group bug.
4330
4331 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4332
4333         * gnus-msg.el (gnus-post-method): Use normal method if current is
4334         not available.
4335
4336 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4337
4338         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4339         (nnmail-insert-lines): Ditto.
4340
4341 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4342
4343         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4344         line.
4345
4346         * message.el (message-unsent-separator): One more separator.
4347
4348 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4349
4350         * nnfolder.el (nnfolder-request-move-article): For empty article,
4351         search till (point-max).
4352         (nnfolder-retrieve-headers): Ditto.
4353         (nnfolder-request-accept-article): Ditto.
4354         (nnfolder-save-mail): Ditto.
4355         (nnfolder-insert-newsgroup-line): Ditto.
4356
4357 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4358
4359         * qp.el (quoted-printable-encode-region): Check eobp.
4360
4361 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4362
4363         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4364
4365 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4366
4367         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4368         wait-for-reply.
4369
4370 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4371
4372         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4373         (mm-uu-forward-end-line): Ditto.
4374
4375 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4376
4377         * binhex.el (binhex-decode-region): don't consider the value of
4378         `enable-multibyte-characters' in XEmacs.
4379
4380         * gnus-start.el (gnus-read-descriptions-file): ditto.
4381
4382         * mm-util.el (mm-multibyte-p): ditto.
4383         (mm-with-unibyte-buffer): ditto.
4384         (mm-find-charset-region): use `mm-multibyte-p'.
4385
4386         * mm-bodies.el (mm-decode-body): ditto.
4387         (mm-decode-string): ditto.
4388
4389         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4390         `enable-multibyte-characters' in XEmacs.
4391
4392 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4393
4394         * mm-util.el (mm-binary-coding-system): Try binary first.
4395
4396 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4397
4398         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4399
4400 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4401
4402         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4403         format.
4404         (article-date-ut): Find correct insert position.
4405
4406 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4407
4408         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4409         forwarded message.
4410
4411 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4414         groups.
4415
4416         * message.el (message-resend): Use message mode when prompting.
4417
4418         * gnus-art.el (article-hide-headers): Mark wash.
4419         (article-emphasize): Ditto.
4420
4421 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4422
4423         * message.el (message-newline-and-reformat): Work for SC.
4424
4425 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4428
4429         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4430
4431 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4432
4433         * mm-decode.el mm-inline-override-types: New variable
4434
4435         * mm-decode.el (mm-inline-override-p): New function
4436
4437         * mm-decode.el (mm-inlined-p): Use it
4438
4439 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4440
4441         * mm-decode.el mm-inline-override-types: New variable
4442
4443         * mm-decode.el (mm-inline-override-p): New function
4444
4445         * mm-decode.el (mm-inlined-p): Use it
4446
4447 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4448
4449         * gnus.el: Pterodactyl Gnus v0.97 is released.
4450
4451 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4452
4453         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4454         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4455         3 args.
4456
4457 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458
4459         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4460         buffer for params.
4461
4462         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4463         line.
4464
4465         * message.el (message-forward-ignored-headers): New variable.
4466
4467         * gnus-art.el (gnus-article-prepare-display): Nix out
4468         gnus-article-wash-types.
4469
4470         * gnus-agent.el (gnus-agent-create-buffer): New function.
4471         (gnus-agent-fetch-group-1): Use it.
4472         (gnus-agent-start-fetch): Ditto.
4473
4474         * gnus-sum.el (gnus-summary-exit): Don't use
4475         `gnus-use-adaptive-scoring'.
4476
4477         * mail-source.el (mail-source-fetch-pop): Only store password when
4478         successful.
4479
4480         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4481
4482 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * message.el (message-reply): Use it.
4485         (message-dont-reply-to-names): New variable.
4486
4487         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4488
4489         * mm-util.el (mm-preferred-coding-system): Typo fix.
4490
4491         * message.el (message-bounce): Work for non-MIME.
4492
4493         * gnus.el (gnus-short-group-name): Short the right parts of the
4494         name.
4495
4496 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4497
4498         * mm-encode.el (mm-qp-or-base64): New version.
4499
4500 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4501
4502         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4503
4504 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4505
4506         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4507         of restricted region.
4508         (gnus-mime-display-single): Set beg at correct point.
4509
4510 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4511
4512         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4513
4514 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4515
4516         * gnus-msg.el (gnus-configure-posting-styles): Let
4517         `gnus-posting-styles' have its say in posting-style: local
4518         variable `styles' is already bound to `gnus-posting-styles' so
4519         don't rebind it to nil.
4520
4521 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4522
4523         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4524         Message-ID.
4525
4526 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4527
4528         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4529         quoted-printable-encode-region.
4530
4531         * qp.el (quoted-printable-encode-region): Assume charset
4532         encoded. Fold every line in the region.
4533
4534 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4535
4536         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4537         of active file.
4538
4539 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4540
4541         * message.el (message-mode): allows whitespaces between multiple
4542         instances of the fill character ">".
4543
4544 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4545
4546         * mm-encode.el (mm-qp-or-base64): Fix.
4547
4548 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * message.el (message-send): Too much and.
4551
4552 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4553
4554         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4555
4556 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-score.el (gnus-score-headers): Work for nil scores.
4559
4560 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * gnus-cache.el (gnus-cache-write-active): Write full names.
4563
4564         * gnus-util.el (gnus-write-active-file): Accept full name.
4565
4566         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4567         (mm-assoc-string-match): New function.
4568         (mm-display-inline): Use it.
4569
4570         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4571
4572         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4573
4574 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4575
4576         * mml.el (mml-generate-multipart-alist): New variable.
4577
4578 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4581
4582 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4583
4584         * message.el (message-send): More helpful error message if sending
4585         fails
4586
4587 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4588
4589         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4590         in newer emacsen, where ?r isn't equal 114.
4591
4592 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4593
4594         * gnus.el: Pterodactyl Gnus v0.96 is released.
4595
4596 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4597
4598         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4599         to get active info if method is covered by agent, otherwise
4600         active info is lost.
4601
4602 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4603
4604         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4605
4606 1999-08-09  Dave Love  <fx@gnu.org>
4607
4608         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4609
4610 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4611
4612         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4613           (already matched by "^X-Pgp"), removed duplicate
4614           X-Mailing-List, added several new junk headers.
4615
4616 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4617
4618         * gnus-art.el (article-decode-charset): Don't assume
4619         gnus-summary-buffer is live.
4620
4621 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4622
4623         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4624
4625 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4626
4627         * gnus-score.el (gnus-home-score-file): Work with absolute path
4628         names.
4629
4630 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4631
4632         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4633         nothing else in the group.
4634
4635 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4636
4637         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4638         the article.
4639
4640 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4641
4642         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4643
4644 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4645
4646         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4647         from mutt.
4648
4649 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4650
4651         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4652         whitespace.
4653
4654 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4655
4656         * mm-util.el (mm-text-coding-system-for-write): New variable.
4657         (mm-append-to-file): New function.
4658         (mm-write-region): New function.
4659
4660         * gnus-art.el (gnus-output-to-file): Use it.
4661         * gnus-util.el (gnus-output-to-rmail): Ditto.
4662         (gnus-output-to-mail): Ditto.
4663         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4664
4665 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4666
4667         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4668
4669         * nnheader.el (nnheader-insert-file-contents): Revert and use
4670         mm-insert-file-contents.
4671         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4672         (nnheader-auto-mode-alist): Removed.
4673
4674         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4675         (mm-insert-file-contents): Add a new parameter for inserting
4676         compressed file literally.
4677
4678         * mml.el (mml-generate-mime-1): Insert non-text literally.
4679
4680         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4681
4682 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4683
4684         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4685
4686 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4687
4688         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4689         koi8-r.
4690
4691 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4692
4693         * mml.el (mml-insert-mime): Decode text.
4694         (mml-to-mime): Narrow to headers-or-head.
4695
4696 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4697
4698         * mm-view.el (mm-inline-text): Check
4699         w3-meta-content-type-charset-regexp.
4700
4701 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4702
4703        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4704        predicate.
4705
4706 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4707
4708         * gnus-mlspl.el: Documentation fixes.
4709
4710 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4711
4712         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4713
4714 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4715
4716         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4717         variables.
4718
4719 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4720
4721         * nnmail.el (nnmail-get-new-mail): "Done".
4722
4723 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4726         interactive.
4727
4728 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4729
4730         * gnus-art.el (article-decode-charset): Fix broken CT.
4731
4732 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4733
4734         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4735         overview buffer if it is killed.
4736
4737 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4738
4739         * gnus-art.el (article-babel): New version.
4740
4741 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4742
4743         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4744
4745 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4746
4747         * gnus.texi (More Threading): Document new variable
4748         `gnus-sort-gathered-threads-function'.
4749
4750 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4751
4752         * gnus.texi (More Threading): Document new variable
4753         `gnus-sort-gathered-threads-function'.
4754
4755 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4756
4757         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4758         usage.
4759
4760 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4761
4762         * mm-util.el (mm-running-xemacs): Removed.
4763         (mm-coding-system-p): New function.
4764         (mm-binary-coding-system): Safe guess.
4765         (mm-text-coding-system): Ditto.
4766         (mm-auto-save-coding-system): Ditto.
4767
4768 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4771         (mm-qp-or-base64): Reversed logic.
4772
4773         * mm-decode.el (mm-save-part-to-file): Let coding system be
4774         binary.
4775
4776 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4777
4778         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4779         be set in topic parameters.
4780
4781 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4782
4783         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4784         (gnus-sort-gathered-threads): Allow the user to specify the
4785         function to use when sorting gathered threads.
4786
4787         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4788         mark cached articles as `undownloaded'.
4789
4790 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4791
4792         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4793         to have buffer local values.
4794
4795 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4796
4797         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4798         types 'g' for 'guess group type.
4799
4800 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4801
4802         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4803         after each regexp in nnmail-list-identifiers, not just after last
4804         one.
4805
4806         * gnus-sum.el (gnus-list-identifiers): New variable.
4807         (gnus-summary-remove-list-identifiers): New function.
4808         (gnus-select-newsgroup): Use it.
4809         (gnus-summary-wash-hide-map): Bind
4810         `gnus-article-hide-list-identifiers' to W W l.
4811         (gnus-summary-make-menu-bar): Add list-identifiers command.
4812
4813         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4814         (gnus-treatment-function-alist): Add variable.
4815         (article-hide-list-identifiers): New function.
4816         (mapcar): Add function.
4817         (gnus-article-hide): Use it.
4818
4819 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4820
4821         * gnus.el: Pterodactyl Gnus v0.95 is released.
4822
4823 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * mm-decode.el (mm-mailcap-command): New function.
4826         (mm-display-external): Use it.
4827
4828         * gnus-art.el (article-make-date-line): Work for India.
4829
4830         * mm-encode.el (mm-qp-or-base64): Typo.
4831
4832         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4833
4834 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4835
4836         * gnus.el: Pterodactyl Gnus v0.94 is released.
4837
4838 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4839
4840         * pop3.el: New version.
4841
4842 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * mm-encode.el (mm-qp-or-base64): New function.
4845         (mm-content-transfer-encoding): Use it.
4846
4847         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4848
4849 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4850
4851         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4852
4853         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4854
4855 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4858         keystroke.
4859
4860         * mailcap.el (mailcap-mime-types): New function.
4861
4862         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4863
4864         * message.el (message-goto-eoh): Really go to the end.
4865
4866 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4867
4868         * message.el (message-make-date): Do the right thing in with
4869         sub-hour time zones.
4870
4871 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4874         report.
4875
4876 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4877
4878         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4879
4880 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4881
4882         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4883         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4884         and use t as default value.
4885
4886 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4887
4888         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4889         gnus-summary-buffer is live.
4890
4891 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4892
4893         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4894
4895 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * message.el (message-bounce): Do MIME bounces MIMEy.
4898
4899         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4900
4901 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * mailcap.el (mailcap-mime-extensions): Changed patch to
4904         text/x-patch.
4905
4906         * mm-decode.el (mm-display-external): Wrong placement of paren.
4907
4908 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4909
4910         * gnus.el: Pterodactyl Gnus v0.93 is released.
4911
4912 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4913
4914         * gnus-cus.el (gnus-group-parameters): New entries for
4915         gnus-group-split.
4916
4917         * gnus-mlspl.el: Renamed functions and variables so as to
4918         start with gnus-group-split.
4919         * gnus.el: Adjust autoload entries.
4920
4921 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4922
4923         * gnus-mlspl.el: Removed trailing t from comment and provide.
4924         Renamed functions and variables to start with gnus-mlsplit.
4925         Added autoload comments.
4926         * gnus.el: Added autoload entries.
4927
4928 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4929
4930         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4931         so that matches excluded by RESTRICTs do not cause the whole split
4932         to be ignored.  This also fixes a long-standing bug in which a
4933         split with \N substitutions wouldn't cause cross-posting as
4934         expected.
4935
4936         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4937         (nnmail-split-it): Implement them.
4938
4939         * nnmail.el (nnmail-split-fancy): Document ! splits.
4940
4941 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4942
4943         * pop3.el: New version.
4944
4945 1999-07-05  Simon Josefsson
4946
4947         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4948
4949 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4952
4953 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4954
4955         * gnus-util.el (gnus-write-active-file): Use real name.
4956
4957         * gnus-agent.el (gnus-agent-expire): Update active file
4958         method by method.
4959
4960 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4961
4962         * nndraft.el (nndraft-request-article): Use difference
4963         coding-systems for queue and drafts.
4964
4965         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4966         nndraft:drafts.
4967
4968         * mm-util.el (mm-auto-save-coding-system): New coding system.
4969
4970         * message.el (message-draft-coding-system): Use it.
4971
4972 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4973
4974         * mm-uu.el: More customizable and less aggressive.
4975
4976 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4979         when plugged.
4980
4981         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4982         (mml-insert-mml-markup): Accept a nofile.
4983         (mml-insert-mime): Insert nofile.
4984
4985         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4986
4987         * mm-decode.el (mm-handle-media-type): New function.
4988         (mm-handle-media-supertype): New function.
4989         (mm-handle-media-subtype): New function.
4990         Use new functions throughout. "/"))
4991
4992 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-art.el (gnus-treat-predicate): Typo.
4995
4996 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4999
5000 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus-art.el (article-date-ut): UT!  Default it!
5003
5004 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5005
5006         * gnus.el: Pterodactyl Gnus v0.92 is released.
5007
5008 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
5009
5010         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
5011
5012 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * nntp.el (nntp-retrieve-groups): Don't do anything when not
5015         connected.
5016
5017         * gnus-start.el (gnus-active-to-gnus-format): Only save active
5018         when plugged.
5019
5020         * mm-view.el (mm-inline-message): Ignore remove-spec.
5021
5022         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
5023         is bound.
5024
5025         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
5026
5027         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
5028
5029         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
5030         start.
5031
5032         * message.el (message-fill-yanked-message): Remove `t' arg.
5033
5034         * gnus-group.el (gnus-group-kill-group): Message killing of
5035         groups.
5036
5037         * mm-util.el (mm-preferred-coding-system): New function.
5038         (mm-mime-charset): Use it.
5039
5040         * mml.el (mml-generate-mime-1): Charset-encode message parts.
5041
5042 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
5043
5044         * gnus-mlsplt.el: New file.
5045
5046 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
5049         functions.
5050         (mm-attachment-override-p): Take a handle instead of a type.
5051         (mm-inlined-p): Ditto.
5052         (mm-automatic-display-p): Ditto,
5053         (mm-inlinable-p): Ditto.
5054
5055         * nndraft.el (nndraft-request-expire-articles): Delete backup
5056         files.
5057
5058         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
5059
5060         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
5061
5062 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
5063
5064         * nnmail.el (nnmail-split-it): Allow .*.
5065
5066 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * mm-decode.el (mm-inline-large-images-p): Renamed.
5069
5070         * gnus-art.el (article-date-ut): Always look in the current buffer
5071         for the Date header.
5072
5073         * mml.el (mml-validate): New command.
5074
5075         * mailcap.el (mailcap-possible-viewers): Revert to string-match
5076         since we are dealing with regexps.
5077
5078 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5079
5080         * gnus.el: Pterodactyl Gnus v0.91 is released.
5081
5082 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * gnus-agent.el (gnus-agent-save-active-1): New function.
5085         (gnus-agent-save-active): use it.
5086         (gnus-agent-save-groups): Ditto.
5087
5088         * gnus-cache.el (gnus-cache-write-active): Use it.
5089
5090         * gnus-agent.el (gnus-agent-write-active): Use it.
5091
5092         * gnus-util.el (gnus-write-active-file): New function.
5093
5094         * gnus-agent.el (gnus-agent-write-active): New function to keep
5095         lower boundaries and canceled groups.
5096         (gnus-agent-save-groups): Use it.
5097         (gnus-agent-save-active): Use it.
5098         (gnus-agent-save-group-info): Only write active files.
5099         (gnus-agent-expire): Update active file.
5100
5101         * mm-decode.el (mm-inlinable-part-p): Removed.
5102         (mm-user-display-methods): Default to nil.
5103         (mm-user-display-methods): Removed.
5104         (add-mime-display-method): Removed.
5105         (mm-automatic-display): Renamed.
5106         (mm-automatic-display-p): Use it.
5107         (mm-inlined-types): New variable.
5108         (mm-inlined-p): New function.
5109
5110         * message.el (message-reply): Bind message-this-is-mail.
5111
5112 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
5113
5114         * smiley.el (smiley-buffer): Fix for NT.
5115
5116 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
5119
5120         * message.el (message-check-news-header-syntax): Protect against
5121         nil froms.
5122
5123         * mm-util.el (mm-auto-mode-alist): New.
5124
5125         * mml.el (mml-generate-mime-1): Ditto.
5126
5127         * gnus.el: Use mm-insert-file-contents throughout instead of
5128         nnheader.
5129
5130         * mm-util.el (mm-insert-file-contents): New function.
5131
5132 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5133
5134         * gnus.el: Pterodactyl Gnus v0.90 is released.
5135
5136 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5137
5138         * mailcap.el (mailcap-possible-viewers): Use string=.
5139
5140 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5143         (mm-uu-forward-end-line): New variable.
5144         (mm-uu-begin-line): Handle forwarded message.
5145         (mm-uu-identifier-alist): Ditto.
5146         (mm-uu-dissect): Ditto.
5147
5148 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5149
5150         * lpath.el: Two free variables.
5151
5152 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5153
5154         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5155         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5156         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5157
5158         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5159         (nnfolder-file-coding-system-for-write): New variable.
5160         (nnfolder-active-file-coding-system): New variable.
5161         (nnfolder-active-file-coding-system-for-write): New variable.
5162         (nnfolder-save-active): New function.
5163         (nnfolder-save-buffer): Use them.
5164         (nnfolder-possibly-change-group): Ditto.
5165         (nnfolder-request-list-newsgroups): Ditto.
5166         (nnfolder-request-create-group): Ditto.
5167         (nnfolder-request-expire-articles): Ditto.
5168         (nnfolder-request-move-article): Ditto.
5169         (nnfolder-request-accept-article): Ditto.
5170         (nnfolder-request-delete-group): Ditto.
5171         (nnfolder-request-rename-group): Ditto.
5172         (nnfolder-possibly-change-folder): Ditto.
5173         (nnfolder-read-folder): Ditto.
5174         (nnfolder-request-list): Remove pathname-coding-system.
5175         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5176
5177         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5178         (nnmail-file-coding-system-1): Removed.
5179         (nnmail-find-file): Use nnmail-pathname-coding-system.
5180         (nnmail-write-region): Ditto.
5181
5182         * nnmbox.el (nnmbox-file-coding-system): New variable.
5183         (nnmbox-file-coding-system-for-write): New variable.
5184         (nnmbox-active-file-coding-system): New variable.
5185         (nnmbox-active-file-coding-system-for-write): New variable.
5186         (nnmbox-save-buffer): New function.
5187         (nnmbox-save-active): New function.
5188         (nnmbox-request-scan): Use them.
5189         (nnmbox-request-expire-articles): Ditto.
5190         (nnmbox-request-move-article): Ditto.
5191         (nnmbox-request-accept-article): Ditto.
5192         (nnmbox-request-replace-article): Ditto.
5193         (nnmbox-request-delete-group): Ditto.
5194         (nnmbox-request-rename-group): Ditto.
5195         (nnmbox-request-create-group): Ditto.
5196
5197         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5198         (mm-running-ntemacs): Removed.
5199
5200         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5201
5202 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5203
5204         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5205
5206 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5207
5208         * qp.el (quoted-printable-encoding-characters): Support lower case.
5209
5210 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5211
5212         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5213         (rfc2047-b-encode-region): Encode line by line.
5214
5215 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * mm-util.el (mm-find-mime-charset-region): Fix.
5218
5219 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5220
5221         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5222         (mm-find-mime-charset-region): Ditto.
5223
5224 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5225
5226         * gnus-sum.el (gnus-summary-move-article): Fix something or
5227         other.
5228
5229 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5230
5231         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5232         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5233         (gnus-summary-enter-digest-group): Use them.
5234         (gnus-summary-setup-default-charset): Ditto.
5235
5236 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5237
5238         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5239
5240 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5241
5242         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5243           gnus-newsgroup-name is nil.
5244
5245 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5246
5247         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5248
5249 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5250
5251         * gnus-art.el (article-emphasize): Use correct
5252         gnus-article-emphasis-alist.
5253
5254 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5255
5256         * mm-view.el (mm-inline-text): Fix text/html bug.
5257
5258 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5259
5260         * gnus.el: Pterodactyl Gnus v0.89 is released.
5261
5262 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5263
5264         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5265         * message.el (message-draft-coding-system): Ditto.
5266         * mm-util.el (mm-running-ntemacs): Ditto.
5267
5268 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5269
5270         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5271         cause problem.
5272
5273 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5274
5275         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5276
5277 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5278
5279         * mml.el: require mm-decode.
5280
5281 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5284
5285 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5286
5287         * mm-view.el (mm-inline-image): Fix image undisplayer.
5288
5289 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5290
5291         * mml.el (mml-insert-multipart): Error in compeling-read.
5292         (mml-insert-tag): Match tags.
5293
5294 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5295
5296         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5297         (gnus-cache-braid-heads): Ditto.
5298         (gnus-cache-retrieve-headers): Ditto.
5299
5300 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5301
5302         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5303
5304 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5307         to string under XEmacs.
5308
5309 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5310
5311         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5312
5313 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5314
5315         * mm-view.el (mm-inline-message): Fix message view bug.
5316         * gnus-art.el (gnus-article-prepare): Ditto.
5317
5318 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5319
5320         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5321
5322 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5323
5324         * gnus.el: Pterodactyl Gnus v0.88 is released.
5325
5326 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5329         usage.
5330
5331         * nnmail.el (nnmail-get-new-mail): Save info.
5332
5333 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5334
5335         * gnus.el: Pterodactyl Gnus v0.87 is released.
5336
5337 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338
5339         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5340         (mail-source-run-script): New function.
5341         (mail-source-fetch-pop): Use it.
5342
5343 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5346
5347 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5348
5349         * gnus.el: Pterodactyl Gnus v0.86 is released.
5350
5351 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * gnus-art.el (gnus-treat-translate): New variable.
5354         (gnus-treat-predicate): Accept a list of regexps.
5355         (gnus-article-treat-custom): Allow a list of regexps.
5356
5357 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5358
5359         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5360         type.
5361
5362 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-art.el (article-babel): Narrow a bit.
5365
5366         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5367
5368 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5369
5370         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5371         only unread ones.
5372         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5373         articles, not only unread ones.
5374
5375 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5378         keystroke.
5379
5380         * gnus-art.el (gnus-article-x-face-command): Ditto.
5381
5382         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5383
5384         * gnus.el (gnus-method-simplify): Accept server names.
5385
5386 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5387
5388         * gnus-art.el (article-babel-prompt): New function.
5389         (article-babel): New command.
5390
5391 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5394
5395         * mml.el (mml-generate-mime-1): Don't insert literally.
5396
5397         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5398         (gnus-netrc-syntax-table): Removed.
5399         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5400
5401 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5402
5403         * mm-view.el (mm-inline-text): Fix charset for text/html.
5404
5405 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5406
5407         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5408
5409 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * nnmail.el (nnmail-split-incoming): Return the number of split
5412         mails.
5413         (nnmail-process-babyl-mail-format): Ditto.
5414         (nnmail-process-unix-mail-format): Ditto.
5415         (nnmail-process-mmdf-mail-format): Ditto.
5416         (nnmail-process-maildir-mail-format): Ditto.
5417
5418         * mail-source.el (mail-source-callback): Return the number from
5419         the callback.
5420
5421         * message.el (message-send-mail): Generate Lines.
5422
5423         * mail-source.el (mail-source-call-script): New function.
5424         (mail-source-call-script): New function.
5425
5426 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5427
5428         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5429         (gnus-select-newsgroup): Use it.
5430         (gnus-group-highlight-words-alist): New variable.
5431         (gnus-newsgroup-emphasis-alist): New variable.
5432         (gnus-summary-local-variables):  Use it.
5433         * lpath.el: Use it.
5434         * gnus-art.el (article-emphasize): Use it.
5435         (gnus-emphasis-highlight-words): New face.
5436         * gnus-cus.el (gnus-group-parameters): New parameter.
5437
5438 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5439
5440         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5441         parameter `headers'.
5442         (gnus-cache-enter-article): Ditto.
5443         (gnus-cache-update-article): Ditto.
5444         * gnus-sum.el (gnus-summary-move-article): Ditto.
5445         (gnus-summary-mark-article-as-unread): Ditto.
5446         (gnus-summary-mark-article): Ditto.
5447
5448 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5451         (gnus-posting-style-alist): Removed.
5452         (gnus-message-style-insertions): Ditto.
5453         (gnus-configure-posting-styles): Reimplementation.
5454
5455         * mail-source.el (mail-source-fetch): Error the message.
5456
5457         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5458
5459 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5460
5461         * gnus.el: Pterodactyl Gnus v0.85 is released.
5462
5463 1999-04-20  Michael Cook  <cook@sightpath.com>
5464
5465         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5466           Outlook citation regex.
5467
5468 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5469
5470         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5471         semicolon.
5472
5473 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5474
5475         * gnus-range.el (gnus-remove-from-range): Document range1
5476         modification, protect range2.
5477
5478 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5479
5480         * gnus-sum.el (gnus-update-marks): Protect lists from
5481         gnus-remove-from-range, don't sort twice.
5482
5483 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5484
5485         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5486         function in backend.
5487
5488 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5489
5490         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5491         request-accept-article function in the backend instead of using
5492         the 'respool capability.
5493
5494 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5495
5496         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5497         spurious whitespace at eob.
5498
5499 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5500
5501         * nnmail.el (nnmail-get-new-mail): Check right variable.
5502
5503 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5504
5505         * mailcap.el (mailcap-mime-data): Fix rfc822.
5506
5507 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5508
5509         * nndoc.el (nndoc-nsmail-type-p): New function.
5510         (nndoc-type-alist): Recognize nsmail.
5511
5512 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5513
5514         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5515         *before* `article-hide-headers' deletes the information.
5516
5517 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * gnus-sum.el (gnus-summary-save-parts): New command and
5520         keystroke.
5521         (gnus-summary-save-parts-1): New function.
5522         (gnus-summary-iterate): Buggy.
5523
5524         * mm-decode.el (mm-save-part-to-file): Made into own function.
5525
5526 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * gnus-group.el (gnus-group-set-info): Resist nils.
5529
5530 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * mailcap.el (mailcap-mime-data): Ditto.
5533
5534         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5535
5536         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5537
5538 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5539
5540         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5541         gnus-article-date-lapsed-new-header is t.
5542
5543 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5544
5545         * gnus.el: Pterodactyl Gnus v0.84 is released.
5546
5547 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * gnus-msg.el (gnus-bug-message): Mime change.
5550
5551 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5552
5553         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5554
5555 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5556
5557         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5558         `x-uue'.
5559
5560 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5561
5562         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5563         when authentication is 'password.
5564
5565 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5566
5567         * gnus-win.el (gnus-configure-windows): Accept a setting.
5568
5569 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * mm-util.el (mm-quote-arg): Moved here.
5572
5573         * mm-decode.el (mm-quote-arg): Quote more chars.
5574
5575 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5578         with newlines would create buggy .nov files.
5579
5580         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5581
5582         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5583         end of lines.
5584
5585         * message.el (message-mode): Doc fix.
5586
5587         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5588
5589         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5590
5591         * gnus-art.el (article-date-ut): Rewrite.
5592
5593         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5594         order.
5595
5596         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5597         headers.
5598
5599         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5600
5601 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5602
5603         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5604         (article-date-ut): use it.
5605
5606 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * mail-source.el (mail-source-fetch-pop): Call script
5609         asynchronously.
5610
5611 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5612
5613         * gnus.el: Pterodactyl Gnus v0.83 is released.
5614
5615 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5618
5619         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5620
5621         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5622
5623         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5624
5625         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5626
5627         * message.el (message-generate-headers): Accept continuation
5628         headers.
5629
5630 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5631
5632         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5633
5634 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus-art.el (gnus-treatment-function-alist): use
5637         maybe-hide-headers.
5638
5639         * message.el (message-inhibit-body-encoding): Typo.
5640         (message-resend): Inhibit encoding.
5641
5642         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5643
5644         * gnus-art.el (article-remove-cr): Use re-search.
5645
5646         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5647         headers.
5648
5649         * mm-decode.el (mm-quote-arg): Quote '.
5650
5651         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5652
5653         * mm-decode.el (mm-insert-part): Use multibyte for text.
5654
5655         * gnus-start.el (gnus-read-newsrc-file): New variable.
5656         (gnus-read-newsrc-file): Use it.
5657
5658 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659
5660         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5661
5662         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5663         function.
5664
5665 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5666
5667         * gnus.el: Pterodactyl Gnus v0.82 is released.
5668
5669 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5670
5671         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5672         for iso8859-2.
5673
5674 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5677         synonym alist.
5678
5679 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5680
5681         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5682
5683 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5684
5685         * mail-source.el (mail-source-fetch): Ask before bugging out.
5686
5687 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5688
5689         * uudecode.el (uudecode-decode-region-external): Don't assume
5690         uudecode-temporary-file-directory ends with a slash.
5691
5692 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5693
5694         * gnus-sum.el (gnus-update-marks):
5695         (gnus-update-read-articles):
5696         (gnus-summary-expire-articles): Check server.
5697
5698 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5699
5700         * mml.el (mml-preview): New function.
5701
5702 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5703
5704         * mail-source.el (mail-source-fetch-file): Return the right
5705         value.
5706
5707 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * mml.el (mml-insert-parameter): New function.
5710         (mml-insert-parameter-string): New function.
5711
5712         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5713
5714         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5715         (gnus-mime-display-part): Use it.
5716
5717         * mm-decode.el (mm-alternative-precedence): Removed.
5718         (mm-discouraged-alternatives): New variable.
5719         (mm-preferred-alternative-precedence): New function.
5720
5721         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5722
5723         * mail-source.el (mail-sources): New variable.
5724
5725         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5726
5727         * mm-decode.el (mm-valid-image-format-p): New function.
5728         (mm-inline-media-tests): Use it.
5729         (mm-valid-and-fit-image-p): New function.
5730
5731         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5732         (gnus-agent-fetch-group): Ditto.
5733
5734 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5735
5736         * nnmail.el (nnmail-article-group): in case of a group name
5737         containing "\\n" constructs, be sure to pass the expanded value to
5738         nn*-save-mail.
5739
5740 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5741
5742         * gnus.el: Pterodactyl Gnus v0.81 is released.
5743
5744 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745
5746         * gnus-sum.el (gnus-get-split-value): Reverse result.
5747
5748 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5751
5752 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * mml.el (mml-insert-tag): Insert concluding part.
5755
5756         * message.el (message-send-mail): Encode later.
5757         (message-send-news): Ditto.
5758
5759         * nnfolder.el: Don't use mail delim.
5760
5761 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762
5763         * gnus-cus.el (gnus-group-customize): Put point at min.
5764
5765         * mm-view.el (mm-inline-text): Allow toggling html.
5766
5767 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5768
5769         * mail-source.el: Added prescript and postscript to file.
5770
5771 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * nnmail.el: Reverted.
5774
5775         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5776         (gnus-setup-posting-charset): Did work.
5777
5778 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5779
5780         * gnus.el (gnus-short-group-name): Use
5781         gnus-group-uncollapsed-levels.
5782
5783 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5784
5785         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5786
5787 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5790         (article-strip-headers-from-body): New command and keystroke.
5791
5792 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5795
5796         * nnheader.el (nnheader-insert-file-contents): Bind
5797         enable-local-eval to nil.
5798         (nnheader-find-file-noselect): Ditto.
5799
5800         * nnmail.el (nnmail-article-group): Don't remove long lines.
5801         (nnmail-remove-long-lines): New function.
5802         (nnmail-split-header-length-limit): Removed.
5803
5804         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5805
5806         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5807
5808 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-sum.el (gnus-summary-generic-mark): New function.
5811
5812         * nnmail.el (nnmail-split-header-length-limit): Increased.
5813         (nnmail-article-group): Allow nil.
5814
5815         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5816
5817         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5818         first.
5819
5820         * mml.el (mml-minibuffer-read-type): Include types from
5821         mailcap-mime-data.
5822
5823         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5824
5825 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5826
5827         * mml.el (mml-insert-tag): New function.
5828         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5829         confusion with functions like `mml-read-tag'.
5830         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5831         (mml-minibuffer-read-description): Ditto with
5832         `mml-minibuffer-read-description'.
5833         (mml-attach-buffer): New function.
5834         (mml-mode-map): New entry for /.
5835         (mml-minibuffer-read-type): Accept DEFAULT.
5836
5837         * mml.el (mml-quote-region): Narrow the region.
5838
5839         * message.el (message-mode-menu): message-mime-attach-file is now
5840         mml-attach-file.
5841
5842 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5845
5846 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5847
5848         * mml.el (mml-attach-buffer): New command.
5849
5850 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5851
5852         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5853         with a proper range. Compress range.
5854
5855         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5856
5857 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5860
5861 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5864         (gnus-picons-convert-x-face): Removed.
5865         (gnus-picons-article-display-x-face): Removed.
5866         (gnus-picons-x-face-sentinel): Ditto.
5867         (gnus-picons-display-x-face): Ditto.
5868
5869 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5870
5871         * gnus.el: Pterodactyl Gnus v0.80 is released.
5872
5873 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5876
5877         * gnus-sum.el (gnus-with-article): Moved here.
5878
5879         * mail-source.el (mail-source-fetch-pop): Ask for password even
5880         when program.
5881
5882 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * gnus-msg.el (gnus-bug): Add description.
5885
5886         * mml.el (mml-insert-mml-markup): Insert disposition.
5887
5888         * message.el (message-send-mail): Always encode mail headers.
5889
5890         * smiley.el (gnus-smiley-display): Goto body.
5891
5892 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5893
5894         * smiley.el (gnus-smiley-display): Don't search to blank line.
5895
5896 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897
5898         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5899         when requested.
5900
5901         * nnmail.el (nnmail-current-spool): Removed.
5902
5903         * gnus-salt.el (gnus-tree-inhibit): New varible.
5904
5905         * gnus.el (mm-util): Required.
5906
5907 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5908
5909         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5910
5911 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * mail-source.el (mail-source-bind): Doc fix.
5914
5915 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * message.el (message-mode): Doc fix.
5918
5919         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5920         encoding.
5921
5922         * gnus.el (gnus-methods-equal-p): Moved here.
5923
5924         * mail-source.el: pop at 110.
5925
5926         * pop3.el (pop3-movemail): Use write-region instead of
5927         append-to-file to avoid excessive messaging.
5928
5929 1999-02-27  lantz moore  <lmoore@contigo.com>
5930
5931         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5932         type directory.
5933
5934 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5935
5936         * gnus-art.el (article-hide-boring-headers): Field names must not
5937         contain whitespace.
5938
5939 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5940
5941         * gnus.el: Pterodactyl Gnus v0.79 is released.
5942
5943 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5946
5947         * mml.el (mml-mode): Don't use add-minor-mode.
5948
5949         * message.el (messgage-inhibit-body-encoding): New variable.
5950         (message-encode-message-body): Use it.
5951
5952 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5953
5954         * gnus.el: Pterodactyl Gnus v0.78 is released.
5955
5956 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * message.el (message-mode): Switch on MML mode.
5959
5960         * mml.el: Included commands and functions.
5961         (mml-mode-map): New keymap.
5962
5963         * message.el: Removed the insertion commands and functions.
5964
5965         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5966
5967         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5968         keystroke.
5969
5970         * gnus-art.el (gnus-narrow-to-page): Revert.
5971
5972         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5973         (gnus-cite-parse-maybe): Always reparse.
5974
5975         * message.el (message-encode-message-body): Don't insert
5976         "multipart warning".
5977
5978         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5979
5980 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5981
5982         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5983
5984         * nnmail.el: Require mm-util.
5985
5986 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5987
5988         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5989         group.
5990
5991 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5992
5993         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5994
5995 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5996
5997         * gnus-msg.el (gnus-extended-version): Better regexp.
5998
5999 1999-02-25  Didier Verna  <verna@inf.enst.fr>
6000
6001         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
6002         is called with the result of SPLIT and should return a new split.
6003
6004         * gnus.texi: update the doc.
6005
6006 1999-02-23  Didier Verna  <verna@inf.enst.fr>
6007
6008         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
6009         displayed in the article buffer, output bars if
6010         `gnus-picons-display-article-move-p'.
6011
6012 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
6013
6014         * mail-source.el (mail-source-fetch-pop): Typo.
6015
6016 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017
6018         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6019
6020 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
6023
6024 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6025
6026         * mml.el (mml-insert-buffer): New function.
6027
6028         * message.el (message-forward): Insert the buffer in the buffer.
6029
6030 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6031
6032         * mm-view.el (mm-inline-message): Insert part in narrowed region.
6033
6034 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6035
6036         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6037
6038 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6039
6040         * gnus.el: Pterodactyl Gnus v0.77 is released.
6041
6042 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6043
6044         * gnus-art.el (gnus-displaying-mime): New variable.
6045         (article-narrow-to-head): New function.
6046
6047         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
6048         Default to pop instead of pop3.
6049
6050 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6051
6052         * gnus-art.el (article-hide-pgp): Goto body.
6053
6054         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
6055
6056         * gnus-cite.el: Don't use goto-line.
6057
6058         * gnus-art.el (gnus-article-treat-html): Removed.
6059         (gnus-treat-article): Save restriction.
6060
6061 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6062
6063         * message.el (message-send-mail): Don't untabify.
6064         (message-mode): Don't use tabs for indentation.
6065
6066 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * message.el (message-send-mail): Don't untabify.
6069
6070         * nnml.el (nnml-save-mail): Typo fix.
6071
6072 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6073
6074         * message.el (message-cite-function): Add
6075         `message-cite-original-without-signature' customization option.
6076
6077 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6078
6079         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
6080         `nnmail-prepare-incoming-header-hook'.
6081
6082 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
6083
6084         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
6085
6086 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
6089
6090 1999-02-18  Michael Cook  <cook@sightpath.com>
6091
6092         * Recognize Microsoft Outlook's cite attribution conventions.
6093
6094 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
6095
6096         * gnus-sum.el: Bind M.
6097
6098 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
6099
6100         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
6101
6102 1999-02-15  Didier Verna  <verna@inf.enst.fr>
6103
6104         * gnus-picon.el (gnus-group-display-picons): ensures that
6105         `article-goto-body' really goes to the article body.
6106
6107 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
6110
6111         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
6112
6113         * mm-view.el (mm-view-message): Enable multibyte.
6114
6115 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * nnmail.el (nnmail-get-new-mail): Message later.
6118
6119         * mm-util.el (mm-find-charset-region): Revert to checking
6120         multibyte.
6121
6122 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
6123
6124       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6125       attachment.
6126
6127 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6128
6129         * gnus.el: Pterodactyl Gnus v0.76 is released.
6130
6131 1999-02-06  Felix Lee  <flee@cygnus.com>
6132
6133         * gnus.el (gnus-group-change-level-function): Typo.
6134
6135 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * gnus-sum.el (gnus-nov-skip-field): Removed.
6138         (gnus-nov-field): Ditto.
6139         (gnus-nov-parse-extra): Ditto.
6140         (gnus-nov-read-integer): Ditto.
6141
6142 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * nnheader.el (nnheader-nov-read-message-id): New macro.
6145         (nnheader-parse-nov): Use it.
6146
6147         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6148         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6149         `(eq (char-after) ?\n)'.
6150
6151 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6152
6153         * gnus.el (gnus-other-frame): Always pop up a new frame.
6154
6155 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6156
6157         * gnus-range.el (gnus-range-add): Rewrite.
6158
6159 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6160
6161         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6162         format.
6163         (nnmail-process-maildir-mail-format): New function.
6164
6165         * mail-source.el (mail-source-fetch-maildir): New function.
6166         (mail-source-keyword-map): Add default for maildir method.
6167         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6168
6169 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6172
6173         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6174         (nndoc-mime-digest-type-p): Removed.
6175
6176 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6179         where it is supposed to be.
6180         (gnus-treat-play-sounds): New variable.
6181
6182         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6183
6184         * gnus-art.el (article-display-x-face): Narrow to head.
6185         (gnus-article-washed-types): New variable.
6186         (article-hide-pgp): Is not a toggle.
6187         (gnus-article-hide-text-type): Save types.
6188         (article-decode-charset): Use it.
6189
6190         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6191
6192         * message.el (message-forward-start-separator): Removed.
6193         (message-forward-end-separator): Removed.
6194         (message-signature-before-forwarded-message): Removed.
6195         (message-included-forward-headers): Removed.
6196         (message-check-news-body-syntax): Don't check forward.
6197         (message-forward): Use MIME.
6198
6199         * nnvirtual.el (nnvirtual-request-article): Bind
6200         gnus-article-decode-hook to nil.
6201
6202 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6205         us-ascii.
6206
6207 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * format-spec.el (format-spec): Be more robust.
6210
6211         * message.el (message-encode-message-body): Default
6212         mail-parse-charset to mail-parse-charset.
6213
6214         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6215         (gnus-summary-edit-article): Bind mail-parse-charset.
6216
6217         * mml.el (mml-read-tag): Ignore white space after end of tag.
6218
6219         * message.el (message-goto-body): Also work in separatorless
6220         articles.
6221
6222         * mml.el (mml-translate-from-mime): New function.
6223         (mml-insert-mime): Ditto.
6224         (mml-to-mime): New function.
6225         (mime-to-mml): New name.
6226
6227         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6228         article.
6229
6230         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6231
6232         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6233         special-case nndraft groups.
6234
6235 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6238         (gnus-get-newsgroup-headers): Already bound.
6239
6240         * message.el (message-encode-message-body): Use posting charset.
6241
6242         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6243         (mm-body-encoding): Do CTE.
6244         (mm-body-7-or-8): New function.
6245
6246         * mm-util.el (mm-mime-charset): Always fall back on alist.
6247         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6248         (mm-mime-mule-charset-alist): Add arabic-*-column.
6249         (mm-find-mime-charset-region): New function.
6250
6251         * format-spec.el (format-spec-make): New function.
6252
6253         * mail-source.el (format-spec): Required.
6254         (mail-source-fetch-with-program): Removed.
6255         (mail-source-fetch-with-program): New function.
6256
6257         * format-spec.el: New file.
6258
6259 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6260
6261         * mail-source.el (mail-source-fetch-with-program): Take optional
6262         parameter.
6263
6264 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6265
6266         * gnus-start.el: Ignore some groups.
6267         (gnus-setup-news): Bind nnmail-fetched-sources.
6268
6269         * message.el (message-send-mail): Remove all tabs.
6270
6271         * mm-util.el (mm-find-charset-region): Just check whether
6272         find-charset-region is defined.
6273
6274 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * gnus-group.el (gnus-group-get-new-news): Use
6277         nnmail-fetched-sources.
6278
6279         * nnmail.el (nnmail-fetched-sources): New variable.
6280         (nnmail-get-new-mail): Use it.
6281
6282         * mail-source.el (mail-source-fetched-sources): New variable.
6283         (mail-source-fetch): Use it.
6284
6285 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6286
6287         * gnus.el (gnus-getenv-nntpserver): if the file that
6288         gnus-nntpserver-file names has a trailing newline, the
6289         string-match will always match, and thus the file will never be
6290         read.  (^ matches start of "line", \\` matches start of "buffer",
6291         which is what was intended...)
6292
6293 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6294
6295         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6296
6297 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6300         select methods.
6301
6302 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6303
6304         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6305
6306 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6307
6308         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6309
6310 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6311
6312         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6313         a typo.
6314         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6315         charset to nil.
6316         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6317         * gnus-start.el (gnus-start-draft-setup): Ditto.
6318
6319 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6322         (mail-source-value): Don't do variables.
6323
6324         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6325
6326         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6327
6328 1999-02-01  Michael Cook  <cook@sightpath.com>
6329
6330         * Defenestrate spurious ?a.
6331
6332 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * mail-source.el (mail-source-fetch-pop): Instead use
6335         :authentication.
6336
6337 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6338
6339         * lisp/mail-source.el : Support APOP authentication scheme.
6340
6341 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6342
6343         * pop3.el (pop3-movemail): Return t.
6344
6345 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * rfc2047.el (rfc2047-fold-region): New function.
6348         (rfc2047-encode-message-header): Use it.
6349
6350 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6351
6352         * gnus-sum.el (gnus-group-charset-alist): Add more.
6353
6354 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6355
6356         * gnus.el: Pterodactyl Gnus v0.75 is released.
6357
6358 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * gnus-art.el (article-display-x-face): Don't narrow to head.
6361
6362 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6363
6364         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6365
6366 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * mail-source.el (mail-source-fetch-directory): Ignore
6369         directories.
6370
6371         * gnus-cus.el (gnus-group-parameters): Addition.
6372
6373         * gnus-art.el (article-strip-banner): Do symbolic banners.
6374         (article-strip-banner): New keystroke.
6375
6376 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6377
6378         * gnus-art.el (article-strip-banner): New command.
6379
6380 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6381
6382         * gnus-art.el (gnus-treat-strip-banners): New variable.
6383
6384 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6387         has been exist.
6388
6389 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6390
6391         * message.el (message-draft-coding-system): Check coding-system.
6392         * mm-util.el (mm-text-coding-system): Ditto.
6393
6394 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * mail-source.el (mail-source-fetch-pop): Save excursion.
6397
6398 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399
6400         * mail-source.el (mail-source-movemail-args): Not constant.
6401         (mail-source-movemail-args): Removed.
6402         (mail-source-fetch-with-program): New function.
6403         (mail-source-fetch-pop): Use program and function.
6404         (mail-source-movemail-program): Removed.
6405
6406         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6407         (gnus-treat-date-user-defined): New variable.
6408
6409 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6410
6411         * nnmail.el (nnmail-fix-eudora-headers): New function.
6412
6413 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414
6415         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6416
6417 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6420         (smiley-nosey-regexp-alist): Ditto.
6421
6422         * gnus-art.el (gnus-treatment-function-alist): Do
6423         gnus-article-add-buttons-to-head later.
6424         (gnus-treat-capitalize-sentences): New variable.
6425         (article-capitalize-sentences): New command and keystroke.
6426
6427         * gnus-group.el (gnus-group-catchup-current): Do group.
6428
6429         * message.el (message-default-charset): Add group.
6430
6431 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6432
6433         * gnus.el: Pterodactyl Gnus v0.74 is released.
6434
6435 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6436
6437         * gnus-art.el (article-fill-long-lines): Renamed.
6438         (article-fill-long-lines): New keystroke.
6439
6440 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6443
6444         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6445         displayed.
6446         (gnus-group-catchup-current): Be more robus.
6447
6448         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6449         headers.
6450
6451 1999-01-25  Dave Love  <fx@gnu.org>
6452
6453         * message.el (message-mode-menu): Add message-mime-attach-file.
6454         (message-mode): Doc fix.
6455
6456 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * nnmail.el (nnmail-check-duplication): Insert the mail source
6459         string.
6460
6461         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6462         (mail-source-fetch-directory): Ditto.
6463         (mail-source-fetch-file): Ditto.
6464         (mail-source-string): New variable.
6465
6466         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6467         the level.
6468
6469         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6470         before handling.
6471
6472         * mm-util.el (mm-mime-charset): Use the parameters.
6473         (mm-mime-charset): Removed region paremeters.
6474
6475         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6476         source.
6477
6478 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6479
6480         * nnmail.el (nnmail-get-split-group): Quote right.
6481
6482 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6485         buffer.
6486
6487 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6490         (gnus-group-mode): Don't hook.
6491
6492         * mail-source.el (mail-source-bind): Doc fix.
6493         (mail-source-bind): Take only one param.
6494
6495         * gnus-art.el (gnus-treat-highlight-signature): typep.
6496
6497         * mail-source.el (mail-source-movemail): Ignore empty file.
6498         (mail-source-callback): Check before deleting.
6499
6500         * message.el (message-mime-attach-file): Include name.
6501
6502 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * mm-util.el (mm-read-charset): Return a symbol.
6505
6506         * mm-view.el (mm-inline-text): Insert signature separator.
6507
6508         * gnus-art.el (gnus-treat-predicate): New function.
6509         (gnus-treat-article): Allow all types to be checked.
6510
6511         * gnus-util.el (gnus-or): New function.
6512         (gnus-and): Ditto.
6513
6514         * gnus-art.el (gnus-mime-display-single): Use override.
6515
6516         * mm-decode.el (mm-attachment-override-types): New variable.
6517         (mm-attachment-override-p): New function.
6518
6519         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6520
6521 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6522
6523         * mm-view.el (mm-inline-text): Do vcards.
6524
6525 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6526
6527         * gnus.el: Pterodactyl Gnus v0.73 is released.
6528
6529 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6532         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6533         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6534         (nnmail-movemail-program): Removed.
6535         (nnmail-movemail-args): Removed.
6536         (nnmail-pop-password-required): Ditto.
6537         (nnmail-tmp-directory): Ditto.
6538         (nnmail-delete-incoming): Removed.
6539         (nnmail-pop-password, nnmail-moved-inboxes,
6540         nnmail-internal-password, nnmail-move-inbox): Removed.
6541         (nnmail-read-passwd): Ditto.
6542         (nnmail-get-spool-files): Removed.
6543         (nnmail-resplit-incoming): Reinstated.
6544
6545         * mail-source.el: New file.
6546
6547 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6548
6549         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6550
6551 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6554
6555 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6558
6559         * gnus-picon.el (gnus-group-display-picons): Goto body.
6560
6561         * gnus.el: Indented all functions; broke long lines; changed all
6562         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6563
6564 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6565
6566         * gnus.el: Pterodactyl Gnus v0.72 is released.
6567
6568 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6569
6570         * gnus.el: Cleaned up trailing whitespace.
6571
6572         * mm-util.el (mm-read-charset): Work.
6573
6574 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6575
6576         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6577         nnheader-translate-file-chars'd group name.
6578
6579 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580
6581         * message.el (message-encode-message-body): Fold case.
6582
6583 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6584
6585         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6586
6587 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6588
6589         * mailcap.el (mailcap-add): New function.
6590
6591 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6594         (article-goto-body): Use it.
6595         (gnus-treat-article): Ditto.
6596
6597         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6598         downloaded articles from the downloadeble list.
6599
6600 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6601
6602         * message.el (message-encode-message-body): Bind
6603         mail-parse-charset.
6604
6605         * mm-util.el (mm-charset-synonym-alist): New variable.
6606         (mm-charset-to-coding-system): Use it.
6607         (mm-charset-coding-system-alist): Removed.
6608         (mm-charset-to-coding-system): Don't use it.
6609         (mm-find-charset-region): Use mail-parse-charset.
6610
6611         * gnus-art.el (gnus-treatment-function-alist): Use
6612         gnus-article-display-picons.
6613         (gnus-treat-display-xface): Only do if we have xface feature.
6614         (gnus-part-display-hook): New function.
6615         (gnus-treat-article): Use it.
6616         (gnus-treat-article): Use gnus-visual.
6617
6618         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6619
6620         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6621         displaying.
6622
6623         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6624
6625         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6626         regexp file names.
6627
6628 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6629
6630         * gnus.el: Pterodactyl Gnus v0.71 is released.
6631
6632 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6633
6634         * mm-view.el (mm-inline-image): Don't add a dot.
6635
6636         * gnus-art.el (gnus-treat-article): New function.
6637
6638         * gnus.el (gnus-article-display-hook): Removed.
6639
6640         * gnus-art.el (gnus-article-treat-custom): New variable.
6641
6642         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6643
6644         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6645         functions.
6646
6647         * message.el (message-posting-charset): New variable.
6648         (message-send-mail): Use it.
6649
6650         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6651         (gnus-setup-posting-charset): New function.
6652         (gnus-setup-message): Use it.
6653
6654         * message.el (message-encode-message-body): Just look for
6655         Content-Type before inserting a new one.
6656
6657 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6658
6659         * rfc2047.el (rfc2047-default-charset): Removed.
6660
6661         * mail-prsvr.el: New file.
6662         (mail-parse-charset): New variable.
6663
6664         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6665         Changed name.
6666
6667         * gnus.el (gnus-charset): New group.
6668
6669         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6670
6671         * gnus-sum.el (gnus-default-charset): Default to nil.
6672         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6673         (gnus-newsgroup-iso-8859-1-forced): Removed.
6674
6675         * mm-util.el (mm-known-charsets): Removed.
6676         (mm-default-coding-system): Removed.
6677         (mm-default-charset): Removed.
6678         (mm-read-charset): New function.
6679
6680         * message.el (message-default-charset): Removed.
6681
6682         * rfc2047.el (rfc2047-default-charset): Default to nil.
6683
6684         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6685
6686 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6687
6688         * gnus.el: Pterodactyl Gnus v0.70 is released.
6689
6690 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6691
6692         * mm-decode.el (mm-save-part): Use mm-get-part.
6693         (mm-insert-part): New function.
6694         (mm-get-part): Use it.
6695         (mm-get-image): Ditto.
6696         (mm-display-external): Ditto.
6697
6698         * mm-view.el (mm-inline-text): Ditto.
6699
6700         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6701         ranges.
6702
6703         * mm-decode.el (mm-display-external): Save the buffer.
6704         (mm-remove-part): Kill it.
6705
6706         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6707
6708         * nnagent.el (nnagent-request-set-mark): Defined stub.
6709
6710 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711
6712         * gnus-score.el (gnus-score-load-score-alist): Bind
6713         coding-system-for-read.
6714
6715         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6716         prepare-exit-hook.
6717
6718         * mm-view.el (mm-setup-w3): Require w3.
6719
6720 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6721
6722         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6723         body.
6724
6725 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * mm-encode.el: Ditto.
6728
6729         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6730         error.
6731
6732         * mailcap.el (mailcap-mime-data): SAFER ps.
6733
6734         * message.el (message-encode-message-body): Always insert a
6735         Content-Type header.
6736
6737         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6738         shown inline.
6739
6740         * mm-view.el (mm-inline-text): Handle all sorts of text.
6741
6742         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6743         don't view.
6744
6745         * mm-decode.el (mm-display-external): Use it.
6746
6747         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6748
6749         * mm-decode.el (mm-save-part): Removed double code.
6750
6751 1999-01-12  Dave Love  <fx@gnu.org>
6752
6753         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6754         application/octet-stream .gz & al files with jka-compr.
6755
6756 1999-01-12  Dave Love  <fx@gnu.org>
6757
6758         * gnus-ems.el (gnus-down-mouse-3): New variable.
6759         * gnus-art.el (gnus-mime-button-map): Use it.
6760         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6761
6762 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6763
6764         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6765
6766 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6769         buffers.
6770
6771         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6772
6773         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6774
6775 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6776
6777         * mml.el (mml-parameter-string): Strip directory component.
6778
6779 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780
6781         * gnus.el (gnus-use-demon): Removed.
6782
6783 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * nnmail.el (nnmail-article-group): Don't infloop.
6786
6787 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6788
6789         * gnus-art.el (article-update-date-lapsed): Made it work with
6790         picons, and make it update on all visible frames.
6791         (article-date-ut): Get summary-buffer's current-headers.
6792
6793 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6796         (gnus-picons-setup-p): New variable.
6797
6798 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6799
6800         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6801
6802 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803
6804         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6805         (gnus-summary-exit-no-update): Use mapcar.
6806
6807 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6808
6809         * gnus-agent.el (gnus-category-write): Make directory.
6810
6811 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6812
6813         * gnus-sum.el (gnus-update-read-articles):
6814         (gnus-update-marks): Request backend update of mark.
6815
6816 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817
6818         * mm-bodies.el (mm-body-encoding): Use mm-find.
6819
6820 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6821
6822         * gnus-picon.el (gnus-article-display-picons): Fix.
6823
6824 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6825
6826         * gnus.el: Pterodactyl Gnus v0.69 is released.
6827
6828 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6829
6830         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6831
6832         * gnus-agent.el (gnus-agent-remove-group): New command and
6833         keystroke.
6834
6835         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6836
6837 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6838
6839         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6840
6841 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6842
6843         * mm-view.el (mm-inline-text): Bind current id.
6844
6845         * mm-decode.el (mm-handle-id): New macro.
6846         (mm-make-handle): Accept id.
6847         (mm-dissect-singlepart): Use it.
6848
6849 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6850
6851       * message.el (message-cite-original-without-signature): Use
6852       message-signature-separator when searching for signature in
6853       message-cite-original-without-signature.
6854
6855 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6856
6857         * gnus.el (gnus-server-to-method): Check named methods.
6858
6859 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * mm-view.el (mm-view-message): Goto point-min.
6862
6863         * nnmail.el (nnmail-article-group): Don't delete lines, only
6864         shorten them.
6865
6866         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6867         values.
6868
6869         * nnheader.el (nnheader-temp-directory): New variable.
6870         (nnheader-temp-directory): Removed.
6871
6872 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6873
6874         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6875         list of files to check for mailcap entries under windows-nt.
6876
6877 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6880         summary buffer exists.
6881
6882 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6883
6884         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6885         irrelevant Sun sendmail bug.
6886         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6887
6888         * message.el (message-send-news): Bind mail-header-separator to
6889         "" when asking backend to post.
6890
6891 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6892
6893         * mm-uu.el (mm-dissect-disposition): New variable.
6894         (mm-uu-dissect): Use it.
6895
6896 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897
6898         * mm-view.el (mm-inline-text): Bind url-current-object.
6899
6900 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6901
6902         * gnus-range.el (gnus-remove-from-range): Rewrite.
6903
6904 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6905
6906         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6907
6908 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6909
6910         * message.el (message-encode-message-body): Insert `MIME-Version'
6911         instead of `Mime-Version'.
6912
6913 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6914
6915         * message.el (message-insert-mime-part): Add the attachment
6916         disposition.
6917         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6918         (message-mime-query-type): New function.
6919         (message-mime-query-description): Ditto.
6920         (message-mime-query-file): Ditto.
6921         (message-insert-mime-part): Use them.
6922         (message-mime-insert-external): Use the new stuff.
6923
6924 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * nnmail.el (nnmail-split-header-length-limit): New variable.
6927
6928         * mm-decode.el (mm-dissect-buffer): Check syntax.
6929
6930         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6931
6932         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6933         (rfc2047-dissect-region): Ditto.
6934
6935 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * mm-view.el (mm-view-message): Decode charset.
6938
6939 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6942         CT headers.
6943
6944 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6945
6946         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6947         mm-uu-*-function.
6948         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6949
6950 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * message.el (message-send-mail): Do MML first.
6953         (message-send-news): Ditto.
6954
6955 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * gnus-picon.el (gnus-picons-face): New face.
6958         (gnus-picons-try-face): Use it.
6959
6960 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6961
6962         * gnus.el: Pterodactyl Gnus v0.68 is released.
6963
6964 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6965
6966         * gnus.el: Pterodactyl Gnus v0.67 is released.
6967
6968 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6969
6970         * gnus.el: Pterodactyl Gnus v0.66 is released.
6971
6972 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * gnus-art.el (gnus-insert-mime-button): Decode description.
6975
6976 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6977
6978         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6979         (gnus-decode-header-methods): Ditto.
6980         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6981
6982 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6983
6984         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6985
6986 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * mml.el (mml-insert-mime-headers): Encode description.
6989
6990         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6991         line.
6992
6993         * gnus-sum.el (gnus-default-charset): Doc fix.
6994
6995 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6996
6997         * mm-decode.el (mm-display-part): Forward a line.
6998
6999 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7000
7001         * mm-util.el (mm-running-ntemacs): New variable.
7002         (mm-text-coding-system): Ditto.
7003         * nnmail.el (nnmail-incoming-coding-system): Ditto.
7004         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
7005
7006 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
7009         buffer.
7010
7011         * message.el (message-insert-headers): New command and keystroke.
7012
7013 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
7016         (mm-get-image): Ditto.
7017
7018         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
7019         base64, uudecode and binhex.
7020
7021 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7022
7023         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
7024         in text/plain.
7025         * mm-uu.el (mm-uu-dissect): Use inline.
7026
7027 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * mm-view.el (mm-view-message): New function.
7030
7031         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
7032         qp.
7033
7034 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
7035
7036         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
7037         entry for message/rfc822 as 8bit.
7038
7039 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7040
7041         * mailcap.el (mailcap-mime-extensions): Add patch.
7042
7043 1998-12-05  Dale Hagglund  <rdh@best.com>
7044
7045         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
7046         argument to force all multipart/* to look like multipart/mixed.
7047
7048         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
7049         variable.
7050         (gnus-mime-display-part): Use it.
7051
7052 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7053
7054         * gnus-draft.el (gnus-draft-send): Only disable checks for
7055         non-interactive use.
7056         (gnus-draft-send-message): Use it.
7057
7058 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7059
7060         * gnus.el: Pterodactyl Gnus v0.65 is released.
7061
7062 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
7065
7066         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
7067
7068 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7069
7070         * gnus.el: Pterodactyl Gnus v0.64 is released.
7071
7072 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * mm-view.el (mm-setup-w3): Don't load.
7075
7076         * gnus-msg.el (gnus-setup-message): Set group name.
7077         (gnus-group-mail): Avoid leaking local vars.
7078
7079         * message.el (message-attach-file): Renamed.
7080         (message-mime-attach-file): Renamed again.
7081
7082 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7083
7084         * gnus-art.el (article-decode-encoded-words): Bind
7085         rfc2047-default-charset here.
7086
7087         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
7088
7089 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7090
7091         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
7092         (gnus-picons-setup-hook): New hook.
7093
7094 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7095
7096         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
7097         string.
7098         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
7099         line.
7100
7101 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * gnus-art.el (gnus-article-prepare-display): Setup w3.
7104         (gnus-mime-view-part): Ditto.
7105         (gnus-mime-inline-part): Dotii.
7106         (gnus-mime-externalize-part): Daddo.
7107         (gnus-mime-internalize-part): Tutti frutti.
7108         (gnus-widget-press-button): Da da do.
7109
7110         * mm-view.el (mm-setup-w3): Require url-vars.
7111
7112 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7113
7114         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
7115         * mm-util.el (mm-find-charset-region): Ditto.
7116
7117 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * message.el (message-send): Don't encode here.
7120         (message-send-mail): But here.
7121         (message-send-news): And here.
7122
7123 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7124
7125         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7126
7127 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7128
7129         * gnus.el: Pterodactyl Gnus v0.63 is released.
7130
7131 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * mml.el (mml-base-boundary): Shorten.
7134
7135         * message.el (message-insert-mime-part): Use default.
7136
7137         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7138
7139 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7140
7141         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7142         buttons, not [*].
7143
7144 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7145
7146         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7147
7148 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7149
7150         * gnus-art.el (gnus-insert-mime-button): Fix.
7151
7152 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7153
7154         * message.el (message-insert-mime-part): Nicify prompts.
7155         (message-insert-mime-part): Really delete duplicates.
7156         (message-insert-mime-part): Check against common errors.
7157         (message-insert-mime-part): Fix docstring.
7158
7159 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7162
7163 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7164
7165         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7166         (gnus-insert-mime-button): Modify accordingly.
7167
7168 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7169
7170         * gnus-art.el (gnus-display-mime): Set window point.
7171
7172         * mm-decode.el (mm-display-external): Only decode when not
7173         saving.
7174         (mm-alternative-precedence): Prefer multiparts.
7175         (mm-inline-media-tests): Inline multiparts.
7176
7177         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7178         Ignore errors when requiring url.
7179
7180         * mml.el (mml-quote-region): New command.
7181
7182         * message.el (message-cite-original): Use it.
7183         (message-cite-original-without-signature): Ditto.
7184
7185 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7186
7187         * gnus.el: Pterodactyl Gnus v0.62 is released.
7188
7189 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7192
7193 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7194
7195         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7196         `point-max-marker'.
7197
7198 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7199
7200         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7201
7202         * gnus-art.el (gnus-mime-display-single): Check for attachment
7203         before other tests.
7204
7205 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7206
7207         * gnus-msg.el (gnus-configure-posting-styles): find a
7208         posting-style entry in the group parameters, if any, and honor it
7209         at the end.
7210
7211 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7212
7213         * nntp.el (nntp-after-change-function): Fix.
7214
7215 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7216
7217         * mml.el (mml-generate-mime-1): Insert literally.
7218
7219 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7220
7221         * mml.el (mml-insert-mime-headers): Removed debug.
7222
7223 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7226         prefixed.
7227
7228         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7229         application/emacs-lisp to 8bit.
7230
7231 1998-12-03  Dale Hagglund  <rdh@best.com>
7232
7233         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7234
7235 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7236
7237         * gnus.el: Pterodactyl Gnus v0.61 is released.
7238
7239 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240
7241         * mml.el (mml-parse-1): Skipped parts.
7242         (mml-insert-mime-headers): Nil is a list.
7243         (mml-generate-mime-1): Don't insert literally.
7244         (mml-read-tag): Drop text props.
7245         (mml-read-part): Ditto.
7246         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7247
7248 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7249
7250         * gnus.el: Pterodactyl Gnus v0.60 is released.
7251
7252 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * mml.el (mml-parse-1): Don't throw contents away.
7255
7256 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7257
7258         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7259
7260 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261
7262         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7263         function.
7264         (mml-parse-1): Use it.
7265
7266 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7267
7268         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7269         Use gnus-newsgroup-default-charset.
7270         (article-decode-encoded-words): Remove charset codes.
7271         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7272         gnus-default-charset.
7273
7274 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * message.el (message-send-mail): Don't encode here.
7277         (message-send-news): Nor here.
7278         (message-send): ... but here instead.
7279
7280         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7281         default to nil.
7282         (gnus-article-display-picons): Replace From line.
7283         (gnus-group-display-picons): Replace Newsgroups line.
7284         (gnus-picons-display-glyph): Set baseline.
7285         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7286         (gnus-picons-xbm-face): Revert to old, standard colors.
7287
7288         * message.el (message-fetch-field): Remove text props.
7289
7290         * gnus-art.el (gnus-article-normalized-header-length): New
7291         variable.
7292         (article-normalize-headers): New command and keystroke.
7293
7294         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7295
7296 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7297
7298         * gnus.el: Pterodactyl Gnus v0.59 is released.
7299
7300 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7303
7304         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7305
7306 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7307
7308         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7309
7310 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311
7312         * mm-decode.el (mm-all-images-fit): New variable.
7313         (mm-image-fit-p): Use it.
7314
7315         * gnus-art.el (gnus-mime-display-single): Use it.
7316         (gnus-mime-internalize-part): New command and keystroke.
7317
7318         * mm-decode.el (mm-user-automatic-external-display): New
7319         variable.
7320         (mm-automatic-external-display-p): New function.
7321
7322         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7323         colors.
7324
7325 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326
7327         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7328
7329         * gnus-art.el (gnus-with-article): Work in the original article
7330         buffer.
7331         (gnus-with-article): Work in read-only groups.
7332
7333 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7334
7335         * mm-bodies.el (mm-decode-string): Return original string if not
7336         decode.
7337
7338 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7339
7340         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7341
7342 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7343
7344         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7345
7346 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7347
7348         * gnus.el: Pterodactyl Gnus v0.58 is released.
7349
7350 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7351
7352         * mm-decode.el (mm-get-image): Return a glyph, not an image
7353         specifier.
7354
7355 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7356
7357         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7358
7359 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * mail-parse.el (rfc2045): Required.
7362
7363 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7364
7365         * mm-view.el (mm-inline-text): Remove props.
7366
7367 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7368
7369         * mm-view.el (mm-setup-w3): Protect url-misc.
7370
7371         * message.el (message-ignored-resent-headers): Remove
7372         Gnus-Warning.
7373
7374         * mml.el (mml-insert-mime-headers): Use encoding.
7375         (mml-parameter-string): Ditto.
7376
7377         * rfc2045.el: New file.
7378         (rfc2045-encode-string): New function.
7379
7380 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381
7382         * mail-parse.el (mail-header-encode-parameter): New function.
7383
7384         * rfc2231.el (rfc2231-encode-string): New function.
7385
7386 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7387
7388         * mm-bodies.el (mm-decode-string): New function.
7389         * mm-view.el (mm-inline-text): Use mm-decode-string.
7390
7391 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7392
7393         * gnus.el: Pterodactyl Gnus v0.57 is released.
7394
7395 1998-11-23  Felix Lee  <flee@cygnus.com>
7396
7397         * nntp.el (nntp-async-needs-kluge): new setting.
7398         (nntp-async-timer): new var.
7399         (nntp-async-process-list): new var.
7400         (nntp-async-kluge): new function.
7401         (nntp-async-timer-handler): new function.
7402         (nntp-async-wait): new function.
7403         (nntp-async-stop): new function.
7404         (nntp-after-change-function): renamed, and split apart.
7405         (nntp-async-trigger): new function.
7406         (nntp-do-callback): new function.
7407         (nntp-accept-process-output): add optional timeout arg.
7408
7409         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7410         (gnus-async-wait-for-article): new function.
7411         (gnus-async-with-semaphore): s/asynch/async/.
7412
7413 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7414
7415         * gnus-art.el (gnus-with-article): Don't encode.
7416         (gnus-insert-mime-button): Fall back on filename from C-D.
7417         (gnus-mime-display-single): Have dots right on text/plain
7418         attachments.
7419
7420         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7421         broken parts.
7422
7423         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7424
7425         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7426         binhex.
7427
7428         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7429         (gnus-summary-repair-multipart): New command and keystroke.
7430
7431         * gnus-art.el (gnus-with-article-buffer): New macro.
7432
7433 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7434
7435         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7436         undisplay the part.
7437
7438 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7439
7440         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7441
7442         * mml.el (mml-read-part): Partition right.
7443
7444         * mm-decode.el (mm-handle-set-cache): New macro.
7445         (mm-handle-cache): Ditto.
7446         (mm-make-handle): Ditto.
7447         (mm-dissect-singlepart): Use it.
7448         (mm-get-image): Use the cache.
7449
7450 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7451
7452         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7453         (gnus-mime-display-single): Don't insert lines between parts.
7454
7455 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7456
7457         * nnmail.el (nnmail-file-coding-system-1): New variable.
7458         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7459         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7460         * nnml.el (nnml-file-coding-system): New variable.
7461         (nnml-request-article): Use nnml-file-coding-system.
7462
7463 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7464
7465         * gnus.el: Pterodactyl Gnus v0.56 is released.
7466
7467 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * gnus-art.el (gnus-mime-display-part): New function.
7470         (gnus-mime-display-mixed): Use it.
7471
7472         * mm-view.el (mm-setup-w3): Don't register.
7473
7474         * message.el (message-cite-original): Cite parts.
7475
7476 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * mml.el (mml-parameter-string): New function.
7479         (mml-insert-mime-headers): Separated into new function.
7480
7481 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7482
7483         * mml.el (mml-make-boundary): Use `make-string'.
7484
7485 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7486
7487         * binhex.el (binhex-insert-char): Ditto.
7488
7489         * base64.el (base64-insert-char): Ditto.
7490
7491         * uudecode.el (uudecode-insert-char): Code correctly.
7492
7493 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7494
7495         * mml.el (mml-generate-mime): Don't generate multiparts for
7496         empties.
7497
7498         * gnus-art.el (gnus-display-mime): Save excursion.
7499
7500         * message.el (message-remove-first-header): New function.
7501         (message-encode-message-body): Use it.
7502
7503 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7504
7505         * gnus.el: Pterodactyl Gnus v0.55 is released.
7506
7507 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * mm-view.el (mm-setup-w3): New function.
7510
7511         * mm-decode.el (mm-content-id-get-contents): New function.
7512         (mm-content-id-get-type): Ditto.
7513         (mm-content-id-get-encoding): Ditto.
7514         (mm-get-handle-by-content-id): Removed.
7515
7516 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7517
7518         * message.el (message-generate-new-buffers): Fix tag.
7519
7520 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * message.el (message-buffer-name): Check for unique first.
7523
7524         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7525         gnus-inhibit-mime-unbuttonizing.
7526
7527         * gnus-sum.el (t): Bind M-t.
7528         (gnus-inhibit-unbuttonizing): New variable.
7529         (gnus-summary-toggle-display-buttonized): New command.
7530
7531         * gnus-art.el (gnus-display-mime): Select article window.
7532         (article-strip-trailing-space): New command and keystroke.
7533
7534         * nneething.el (nneething-include-files): New variable.
7535         (nneething-create-mapping): Use it.
7536
7537         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7538
7539         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7540         ayto-expirable marks.
7541
7542 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7545
7546         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7547         ARG.
7548
7549         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7550
7551 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7552
7553         * mm-util.el (mm-binary-coding-system): New variable.
7554         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7555         * mm-decode.el (mm-display-external): Ditto.
7556
7557 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7558
7559         * gnus.el: Pterodactyl Gnus v0.54 is released.
7560
7561 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7564
7565 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * mm-decode.el (mm-save-part): Unquote.
7568
7569 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7570
7571         * mm-decode.el (mm-save-part): Bind coding system for write.
7572
7573 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * gnus-art.el (gnus-article-mode-line-format): New default.
7576         (gnus-article-mime-part-status): New function.
7577
7578         * message.el (message-send-news): Check the body syntax before
7579         encoding.
7580
7581         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7582         (gnus-mime-display-single): Use it.
7583         (gnus-mime-display-alternative): Ditto.
7584
7585         * mm-decode.el: Check for whether we are running under a term.
7586
7587 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * mm-decode.el (mm-preferred-alternative): Default to first
7590         alternative.
7591         (mm-preferred-alternative): No, we dont.
7592
7593 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7594
7595         * mm-decode.el (mm-display-external): Use binary instead of
7596         no-conversion.
7597         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7598         * nnheader.el (nnheader-file-coding-system): Ditto.
7599         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7600
7601 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7602
7603         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7604         name without method.
7605
7606 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7607
7608         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7609         coding-system -> default-charset.
7610         (gnus-newsgroup-default-charset-alist): Ditto.
7611         (gnus-summary-local-variables): Ditto.
7612         (gnus-set-global-variables): Ditto.
7613         (gnus-get-newsgroup-headers): Ditto.
7614         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7615         (gnus-get-newsgroup-headers-xover): Ditto.
7616         (gnus-newsgroup-setup-default-charset): Ditto.
7617         (article-decode-mime-words): Ditto.
7618         (article-decode-charset): Ditto.
7619         (article-decode-encoded-words): Ditto.
7620         (article-de-quoted-unreadable): Ditto.
7621         (gnus-mime-view-all-parts): Ditto.
7622         (gnus-mime-externalize-part): Ditto.
7623         (gnus-mm-display-part): Ditto.
7624         (gnus-mime-display-single): Ditto.
7625         (gnus-mime-display-alternative): Ditto.
7626         * lpath.el : Ditto.
7627
7628 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7629
7630         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7631         * gnus-art.el (article-decode-charset): Overlay
7632         rfc2047-default-charset.
7633         * message.el (message-draft-coding-system): New variable.
7634         (message-set-auto-save-file-name): Use message-draft-coding-system.
7635         * nndraft.el (nndraft-request-article): Ditto.
7636         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7637         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7638
7639 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7640
7641         * mm-uu.el (mm-uu-test): New function.
7642         (mm-uu-dissect): Inherit charset and cte from head.
7643         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7644
7645 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7646
7647         * gnus.el: Pterodactyl Gnus v0.53 is released.
7648
7649 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7650
7651         * mm-decode.el (mm-get-image): New function.
7652         (mm-image-fit-p): New function.
7653
7654         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7655
7656         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7657
7658         * gnus-art.el (gnus-article-insert-newline): New function.
7659         (article-goto-body): New function.
7660
7661 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7662
7663         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7664         buttons.
7665
7666         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7667         keystroke.
7668
7669         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7670         line between parts.
7671
7672         * message.el (message-remove-header): Go to end if wanted.
7673
7674 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7675
7676         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7677         movement with save-window-excursion.
7678
7679 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7680
7681         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7682
7683 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7686
7687 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7688
7689         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7690         gnus-newsgroup-coding-system.
7691         (gnus-get-newsgroup-headers): Ditto.
7692         (gnus-get-newsgroup-headers-xover): Ditto.
7693         (gnus-set-global-variables): Ditto.
7694         * gnus-art.el (article-decode-mime-words): Ditto.
7695         (article-decode-charset): Ditto.
7696         (article-decode-encoded-words): Ditto.
7697         (article-de-quoted-unreadable): Ditto.
7698         (gnus-mime-view-all-parts): Ditto.
7699         (gnus-mime-externalize-part): Ditto.
7700         (gnus-mm-display-part): Ditto.
7701         (gnus-mime-display-alternative): Ditto.
7702         (gnus-mime-display-single): Ditto.
7703         * mm-view.el (mm-inline-text): Use default coding system.
7704
7705 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7706
7707         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7708         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7709         (gnus-newsgroup-coding-system): New local variable.
7710         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7711         (gnus-summary-local-variables): Add two new local variables.
7712         (gnus-newsgroup-setup-coding-system): New function.
7713         (gnus-select-newsgroup): Setup coding system.
7714         * lpath.el: Add two new variables.
7715         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7716         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7717         * gnus-cus.el (gnus-group-parameters): Customizable
7718         iso-8859-1-forced.
7719
7720 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7721
7722         * gnus.el: Pterodactyl Gnus v0.52 is released.
7723
7724 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7727         encoding.
7728
7729         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7730         undisplayed text types.
7731
7732         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7733         types.
7734
7735 1998-11-19  Felix Lee  <flee@cygnus.com>
7736
7737         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7738
7739 1998-11-19  Felix Lee  <flee@cygnus.com>
7740
7741         * gnus-async.el (gnus-asynch-obarray): rename to
7742         gnus-async-hashtb, and don't buffer-local it.
7743
7744         (gnus-async-article-callback): new function.
7745         (gnus-make-async-article-function): use it.
7746
7747         (gnus-async-current-prefetch-group): new var.
7748         (gnus-async-current-prefetch-article): new var.
7749         (gnus-async-request-fetched-article): are we fetching it already?
7750
7751         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7752
7753 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * gnus-sum.el (gnus-summary-show-article): Require.
7756
7757         * message.el: Provide before hooks.
7758         (message-send-news): Do MIME before headers.
7759
7760         * gnus-art.el (gnus-article-check-buffer): New function.
7761         (gnus-article-read-summary-keys): Use it.
7762
7763         * mm-decode.el (mm-user-automatic-display): Display all inline
7764         images.
7765
7766         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7767         much.
7768         (gnus-unbuttonized-mime-types): New variable.
7769
7770 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7773
7774         * mm-decode.el (mm-quote-arg): Quote semicolons.
7775
7776         * gnus-art.el (gnus-mime-display-single): Don't display
7777         attachments.
7778         (gnus-mime-externalize-part): New command and keystroke.
7779
7780         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7781         (mm-alternative-precedence): Changed order.
7782
7783 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7784
7785         * gnus.el (gnus-method-simplify): New function.
7786         (gnus-native-method-p): New function.
7787         (gnus-secondary-method-p): Use gnus-method-equal.
7788
7789         * gnus-start.el (gnus-group-change-level): Shorten select method.
7790
7791 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7792
7793         * gnus.el: Pterodactyl Gnus v0.51 is released.
7794
7795 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * gnus.el: Applied patches from 5.6.45.
7798
7799         * gnus-score.el (gnus-score-find-trace): Print complete file
7800         paths.
7801         (gnus-score-find-trace): Truncate lines.
7802
7803         * gnus.el (gnus-message-archive-group): Allow function.
7804
7805         * message.el (message-encode-message-body): Remove Mime-Version
7806         before inserting.
7807
7808         * gnus-cus.el (gnus-group-customize): Optional topic.
7809
7810         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7811         keystroke.
7812
7813 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7814
7815         * message.el (message-encode-message-body): Rewrite.
7816
7817 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7818
7819         * mml.el (mml-base-boundary): New variable.
7820         (mml-make-boundary): New function.
7821
7822         * gnus-cache.el (gnus-cache-coding-system): New variable.
7823         (gnus-cache-request-article): Use it.
7824
7825         * message.el (message-insert-mime-part): Delete duplicates.
7826
7827 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7828
7829         * gnus-art.el (gnus-mime-display-alternative): Set end of
7830         multipart and display even when nothing is preferred.
7831
7832 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7833
7834         * gnus.el: Pterodactyl Gnus v0.50 is released.
7835
7836 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7839         fbound.
7840
7841         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7842
7843 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7844
7845         * gnus.el (gnus-similar-server-opened): Compare backend.
7846
7847 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7848
7849         * gnus-topic.el (gnus-topic-expire-articles): New function.
7850         (gnus-topic-mode-map): Bind it.
7851
7852         * gnus.texi (Topic Commands): New expiry command. Reordered.
7853
7854 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7855
7856         * gnus-sum.el
7857         (gnus-auto-expirable-marks): New variable.
7858         (gnus-inhibit-user-auto-expire): New variable.
7859         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7860         When looking to see if we should expire instead, check
7861         gnus-auto-expirable-marks instead of using a hard-wired list.
7862         (gnus-summary-mark-as-read-forward,
7863         gnus-summary-mark-as-read-backward):
7864         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7865         gnus-summary-mark-forward, instead of `t'.
7866
7867 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * mml.el (mml-compute-boundary): New function.
7870         (mml-compute-boundary-1): New function.
7871         (mml-generate-mime-1): Use it.
7872
7873 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7874
7875         * mml.el (mml-generate-mime-1): Always precede closing boundary
7876         with newline.
7877
7878 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * mml.el (mml-generate-mime-1): Do right boundaries when several
7881         multiparts.
7882
7883         * mm-decode.el (mm-user-automatic-display): Default to inline
7884         jpeg.
7885
7886         * mml.el (mml-generate-mime-1): Encode non-text parts.
7887
7888 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7889
7890         * gnus.el: Pterodactyl Gnus v0.49 is released.
7891
7892 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893
7894         * mm-view.el (mm-inline-text): Require w3-vars.
7895
7896         * gnus-setup.el (gnus-use-tm): Removed.
7897
7898         * gnus-art.el (gnus-article-goto-part): Don't beep.
7899         (gnus-article-view-part): Check return value.
7900         (gnus-mime-display-alternative): Don't display when there is
7901         nothing to display.
7902
7903         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7904         (mml-generate-mime-1): Use unibyte for binaries.
7905
7906         * gnus-art.el (gnus-display-mime): Call
7907         gnus-article-mime-part-function.
7908         (gnus-mime-part-function): New function.
7909         (gnus-article-mime-part-function): New function.
7910
7911         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7912
7913 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7916
7917         * message.el (message-font-lock-keywords): Highlight MML.
7918         (message-mml-face): New font.
7919
7920 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7921
7922         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7923         (gnus-mm-display-part): Do not select-window if the article window
7924         is not found.
7925
7926 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7929
7930 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7931
7932         * gnus.el: Pterodactyl Gnus v0.48 is released.
7933
7934 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7937
7938         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7939
7940         * message.el (message-cite-original-without-signature): Ditto.
7941         (message-cite-original): Quote parts.
7942
7943 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7944
7945         * gnus.el: Pterodactyl Gnus v0.47 is released.
7946
7947 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * message.el (message-encode-message-body): Insert MIME warning.
7950
7951         * mml.el (mml-read-tag): Look for #tag.
7952
7953         * mm-util.el (mm-find-charset-region): Check whether
7954         enable-multibyte-characters is bound.
7955
7956 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7957
7958         * gnus.el: Pterodactyl Gnus v0.46 is released.
7959
7960 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7961
7962         * message.el (message-encode-message-body): Insert headers at the
7963         right spot.
7964
7965 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7966
7967         * gnus.el: Pterodactyl Gnus v0.45 is released.
7968
7969 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * nndraft.el (nndraft-save-mime-part): Removed.
7972         (nndraft-get-mime-part): Ditto.
7973
7974         * message.el (message-format-mime-old): Removed.
7975         (message-encode-message-body): Removed.
7976         (message-encode-message-body): Renamed.
7977
7978 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7981
7982         * message.el (message-format-mime): Check message-mime-part.
7983
7984         * mm-encode.el (mm-mime-file-types): Removed.
7985         (mm-default-file-encoding): New definition.
7986
7987 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7988
7989         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7990         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7991
7992 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7993
7994         * gnus.el: Pterodactyl Gnus v0.44 is released.
7995
7996 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997
7998         * message.el (message-format-mime): New function.
7999
8000         * nndraft.el (nndraft-save-mime-part): New function.
8001         (nndraft-get-mime-part): New function.
8002
8003         * mm-encode.el (mm-default-file-encoding): New function.
8004         (mm-content-transfer-encoding): New function.
8005         (mm-encode-buffer): New function.
8006
8007         * message.el: New command.
8008         (message-mime-part): New variable.
8009         (message-insert-mime-part): New command.
8010
8011         * mm-encode.el (mm-encode-content-transfer-encoding): New
8012         function.
8013
8014         * mm-util.el (mm-content-transfer-encoding-defaults): New
8015         variable.
8016         (mm-mime-file-types): Taken from TM.
8017
8018 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8019
8020         * gnus.el: Pterodactyl Gnus v0.43 is released.
8021
8022 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
8023
8024         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
8025         * gnus-score.el (gnus-score-default-header): Ditto.
8026         (gnus-header-index): Ditto.
8027         (gnus-summary-increase-score): Ditto, & process "extra" requests.
8028         (gnus-summary-header): Handle extra headers.
8029         (gnus-summary-score-entry): Ditto, & provide new score element.
8030         (gnus-summary-score-effect): Ditto.
8031         (gnus-score-string): Avoid "extra" string sort, & modify match in
8032         "extra" case.
8033         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
8034
8035 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8036
8037         * message.el (message-resend): Bind message-required-mail-headers
8038         to nil.
8039
8040         * mm-view.el (mm-inline-text): Bind w3-strict-width.
8041
8042         * nngateway.el (require): Require cl.
8043
8044         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
8045         things.
8046
8047 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8048
8049         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
8050         when no articles.
8051
8052 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * message.el (message-ignored-resent-headers): Remove X-Gnus.
8055
8056 1998-11-10  Colin Rafferty  <colin@xemacs.org>
8057
8058         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
8059         user-mail-address if non-nil.
8060
8061 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
8064         (gnus-make-sort-function-1): Ditto.
8065
8066         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
8067         window.
8068
8069 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * mm-util.el (mm-with-unibyte-buffer): Ditto.
8072
8073         * binhex.el (binhex-decode-region): Quote.
8074
8075 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8076
8077         * gnus-art.el (article-decode-charset): Don't downcase charset.
8078
8079         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
8080
8081 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8082
8083         * gnus.el: Pterodactyl Gnus v0.42 is released.
8084
8085 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8086
8087         * gnus-art.el (gnus-display-mime): Add id for alternative part.
8088
8089 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
8090
8091         * nntp.el (nntp-send-mode-reader): Revert.
8092
8093 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
8096
8097 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8098
8099         * message.el (message-make-date): Fix for negative time zones.
8100
8101 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8102
8103         * gnus.el: Pterodactyl Gnus v0.41 is released.
8104
8105 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
8106
8107         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8108
8109 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
8110
8111         * gnus.el (gnus-short-group-name): When shortening foreign select
8112         methods, do not scan for plusses beyond the first colon.
8113
8114 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
8115
8116         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
8117         lines where `group' is the last thing on the line.
8118
8119 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * gnus-art.el (gnus-article-view-part): Do alternative.
8122         (gnus-mime-display-alternative): Insert marker.
8123
8124 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8127
8128         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8129         dates.
8130
8131         * gnus-cus.el (gnus-topic): Required.
8132
8133         * nnheader.el (nnheader-parse-nov): Parse extra.
8134         (nnheader-nov-parse-extra): New macro.
8135
8136 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8137
8138         * gnus-art.el (gnus-article-view-part): Internal move.
8139
8140 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8141
8142         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8143         (gnus-group-customize): Support editing topic parameters.
8144
8145 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8146
8147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8148         indicators.
8149
8150 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8151
8152         * gnus-art.el (gnus-mm-display-part): Return.
8153         (gnus-article-view-part): Only go if external.
8154         (gnus-article-dumbquotes-map): Do 205.
8155
8156         * mm-decode.el (mm-display-part): Return what was done.
8157
8158         * message.el (message-buffer-naming-style): New variable.
8159         (message-generate-new-buffers): Extended.
8160         (message-buffer-naming-style): Removed.
8161         (message-buffer-name): Use it.
8162         (message-do-send-housekeeping): Rename new styling.
8163
8164         * gnus-sum.el (gnus-summary-recenter): Allow
8165         gnus-auto-center-summary to be a number.
8166
8167 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8168
8169         * pop3.el (pop3-open-server): Use "binary" instead of
8170         "no-conversion".
8171
8172 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8173
8174         * gnus-srvr.el (gnus-browse-foreign-server): Set
8175         gnus-browse-current-method to the result of gnus-server-to-method.
8176
8177 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8178
8179         * gnus-util.el (gnus-pull): Another optional argument.
8180         * nnweb.el (nnweb-request-delete-group): Delete from
8181         nnweb-group-alist and update active file.
8182
8183 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8184
8185         * gnus-group.el (gnus-group-make-group): Accept group of new
8186         method.
8187
8188 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8189
8190         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8191
8192 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8193
8194         * mm-view.el (mm-inline-text): Postion of html portion.
8195
8196 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * nntp.el (nntp-list-active-group): Waited for short strings.
8199         (nntp-send-mode-reader): Ditto.
8200         (nntp-open-connection): Ditto.
8201
8202         * gnus-int.el (gnus-request-group-articles): New function.
8203
8204         * nntp.el (nntp-request-listgroup): New function.
8205         (nntp-request-group-articles): Renamed.
8206
8207 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8208
8209         * nnheader.el (nnheader-parse-nov): Supply extra.
8210
8211 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212
8213         * gnus-art.el (gnus-button-push): Don't go to
8214         gnus-article-buffer.
8215
8216         * mm-view.el (mm-inline-image): Add a newline.
8217
8218         * gnus-start.el (gnus-check-first-time-used): Check more.
8219
8220 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8221
8222         * gnus-start.el (gnus-check-first-time-used): Check current.
8223
8224 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225
8226         * mm-util.el (mm-find-charset-region): New function.
8227
8228         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8229
8230         * gnus-art.el (gnus-mime-button-menu): Fix.
8231
8232 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8233
8234         * gnus-art.el (gnus-mime-button-menu): New definition.
8235
8236 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * gnus-art.el (article-decode-charset): Downcase charset.
8239         (article-decode-charset): Pass on type.
8240         (article-decode-charset): Check nil charsets.
8241         (article-remove-cr): Translate CR to LF.
8242         (gnus-ignored-mime-types): Default to nil.
8243
8244         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8245
8246         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8247         user-mail-address.
8248         (gnus-nov-parse-extra): Didn't return right thing.
8249
8250 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8251
8252         * gnus-xmas.el: Use compiled-function-p.
8253
8254 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8255
8256         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8257
8258 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8259
8260         * gnus.el: Pterodactyl Gnus v0.40 is released.
8261
8262 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8265
8266         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8267
8268         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8269
8270         * nnml.el (nnml-possibly-create-directory): Check before making.
8271
8272 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8273
8274         * nnheader.el (nnheader-insert-nov): Don't infloop.
8275
8276 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8279         set up.
8280
8281 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8282
8283         * nneething.el (nneething-file-name): New definition.
8284
8285 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-art.el (gnus-treatment-function-alist): Fix.
8288         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8289
8290         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8291
8292 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8293
8294         * gnus.el: Pterodactyl Gnus v0.39 is released.
8295
8296 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * gnus-art.el (gnus-ignored-mime-types): New variable.
8299         (gnus-mime-display-single): Use it.
8300         (gnus-treatment-function-alist): New variable.
8301
8302         * gnus.el (gnus-mime): New group.
8303
8304         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8305         things for other parts.
8306         (gnus-mime-display-alternative): Place point.
8307
8308         * gnus.el: autoload gnus-uu-post-news.
8309
8310         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8311         needsterm/DISPLAY.
8312
8313         * mm-decode.el (mm-display-part): Default to inline text/.*
8314         parts.
8315
8316         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8317         8bit.
8318
8319         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8320         (gnus-mime-display-single): Inline all text parts.
8321         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8322
8323 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324
8325         * nnml.el (nnml-possibly-create-directory): Rewrite.
8326         (nnml-request-create-group): Change to right server.
8327
8328         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8329
8330         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8331
8332         * gnus.el: rmail-output-to-rmail-file autoload.
8333
8334         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8335         Gnus.
8336
8337         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8338
8339         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8340
8341 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8342
8343         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8344         mixed part.
8345
8346 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8347
8348         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8349
8350         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8351
8352 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8353
8354         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8355
8356 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357
8358         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8359         value.
8360
8361         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8362         hidden.
8363
8364         * gnus-spec.el (gnus-update-format-specifications): Use the
8365         article mode line spec.
8366
8367         * gnus-art.el (gnus-insert-mime-button): Put right type.
8368         (gnus-insert-prev-page-button): Ditto.
8369         (gnus-insert-next-page-button): Dutti.
8370
8371         * pop3.el: New version installed.
8372
8373 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8374
8375         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8376         and display last part.
8377
8378 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8379
8380         * gnus.el: Pterodactyl Gnus v0.38 is released.
8381
8382 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8385         Removed.
8386         (article-de-quoted-unreadable): Narrow to default.
8387
8388         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8389
8390         * gnus-art.el (article-decode-charset): Decode even when broken
8391         MIME.
8392
8393         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8394         name.
8395
8396         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8397
8398         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8399         nnheader.
8400
8401         * nnmail.el (nnmail-extra-headers): New variable.
8402
8403         * nnheader.el (nnheader-insert-nov): Insert extra.
8404
8405         * gnus.el (gnus-summary-line-format): Doc fix.
8406
8407         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8408         (gnus-nov-parse-line): Ditto.
8409         (gnus-nov-parse-extra): New macro.
8410         (gnus-header): New function.
8411         (gnus-update-summary-mark-positions): Change.
8412         (gnus-ignored-from-addresses): New variable.
8413         (gnus-summary-insert-from-or-to): New function.
8414
8415         * gnus.el (gnus-extra-headers): New variable.
8416
8417         * nnheader.el (make-mail-header): Expand.
8418         (mail-header-extra): New macro.
8419         (mail-header-set-extra): Ditto.
8420         (make-full-mail-header): Expand.
8421
8422 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8423
8424         * gnus.el: Pterodactyl Gnus v0.37 is released.
8425
8426 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427
8428         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8429
8430         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8431         on.
8432
8433 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8434
8435         * gnus-spec.el (gnus-balloon-face-function): new function
8436         (gnus-parse-format): understand the %< %> specifiers
8437         (gnus-parse-complex-format): ditto.
8438
8439 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * gnus.el: Changed following-char to char-after throughout.
8442
8443 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * mm-decode.el (mm-display-external): Protect more and message.
8446
8447 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8448
8449         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8450         position.
8451
8452 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8455         mixed part.
8456
8457 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8458
8459         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8460
8461         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8462
8463 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8464
8465         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8466
8467 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8468
8469         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8470
8471         * mm-decode.el (mm-display-external): Set undisplayer to mm
8472         buffer, not the current buffer; use unwind-protect.
8473
8474 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8477         (gnus-summary-exit-no-update): Ditto.
8478
8479 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * mm-decode.el (mm-inline-media-tests): Look for w3.
8482
8483         * mailcap.el (mailcap-mime-data): Inline html.
8484
8485 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8486
8487         * gnus.el: Pterodactyl Gnus v0.36 is released.
8488
8489 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * gnus-art.el (article-translate-strings):
8492         (gnus-article-dumbquotes-map): Don't dot.
8493
8494         * pop3.el (pop3-open-server): Set point right.
8495
8496         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8497         (mm-dissect-buffer): Ditto.
8498         (mm-destroy-part): Ignore non-handles.
8499         (mm-remove-part): Ditto.
8500         (mm-destroy-parts): New function.
8501         (mm-remove-parts): Ditto.
8502
8503         * gnus-art.el (gnus-mm-display-part): Don't move point.
8504
8505 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8506
8507         * mm-uu.el : New file.
8508
8509         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8510
8511         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8512         a function.
8513
8514 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515
8516         * mm-decode.el (mm-display-external): Check before selecting.
8517
8518 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8519
8520         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8521
8522         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8523
8524         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8525         variable.
8526
8527         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8528
8529         * gnus-art.el (gnus-decode-header-methods): New variable.
8530
8531         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8532
8533         * gnus-art.el (gnus-multi-decode-header): New function.
8534
8535 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8536
8537         * gnus.el: Pterodactyl Gnus v0.35 is released.
8538
8539 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8540
8541         * uudecode.el (uudecode-decode-region-external): Insert
8542         literally.
8543
8544         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8545
8546         * mm-bodies.el (mm-decode-body): Optional encoding.
8547
8548 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * gnus-ems.el (gnus-mouse-3): New variable.
8551
8552         * binhex.el (binhex-decode-region-external): Don't use -internally.
8553
8554 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8555
8556         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8557         files.
8558
8559 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8560
8561         * gnus-group.el (gnus-add-marked-articles): Request backend update
8562         of flags.
8563
8564 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8565
8566         * gnus-sum.el (gnus-update-read-articles):
8567         (gnus-update-marks): Request backend update of mark.
8568
8569 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8570
8571         * gnus.texi (Optional Backend Functions): New item,
8572         nnchoke-request-set-mark.
8573
8574 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8575
8576         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8577           list to range.
8578
8579 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8580
8581         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8582
8583 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8584
8585         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8586         first used.
8587
8588 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8589
8590         * mm-view.el: Require mm-decode for macros.
8591
8592         * mm-decode.el (mm-handle-type): Move macro declarations above the
8593         place where they are used.
8594
8595 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8596
8597         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8598         buffer.
8599
8600 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8601
8602         * nnagent.el (nnagent-open-server): Error message.
8603
8604 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8605
8606         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8607
8608 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8609
8610         * score-mode.el (gnus-score-mode-map): Ditto.
8611
8612         * message.el (message-mode-map): Ditto.
8613
8614         * gnus-uu.el (gnus-uu-post-news): Ditto.
8615
8616         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8617
8618         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8619
8620         * gnus-art.el (gnus-article-edit-mode-map): Use
8621         `set-keymap-parent' rather than `copy-keymap'.
8622
8623 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8624
8625         * gnus-art.el (gnus-mime-button-commands): New variable.
8626         (gnus-mime-button-map): Initialize it from
8627         `gnus-mime-button-commands'.
8628         (gnus-mime-button-menu): New function.
8629         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8630
8631 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8632
8633         * message.el (message-insert-to): Make `nobody' and `poster'
8634         synonymous to `never' and `always' in Mail-Copies-To.
8635         (message-reply): Ditto.
8636         (message-followup): Ditto.
8637
8638 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8639
8640         * mailcap.el (mailcap-mime-data): Save sound.
8641
8642 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8643
8644         * message.el (message-ignored-supersedes-headers): Include
8645         `NNTP-Posting-Date'.
8646
8647 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8648
8649         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8650
8651 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8654         uudecode.
8655
8656 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657
8658         * mm-decode.el (mm-display-external): Don't switch on save.
8659
8660 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8661
8662         * nnmail.el (nnmail-movemail-args): New variable.
8663
8664 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * gnus-art.el (article-translate-strings):
8667
8668 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * gnus-art.el (gnus-article-view-part): Use it.
8671         (gnus-mm-display-part): New function.
8672         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8673
8674         * mm-decode.el (mm-handle-displayed-p): New function.
8675
8676         * gnus-art.el (gnus-mime-copy-part): Create better names.
8677         (gnus-mime-button-line-format): Include dots spec.
8678
8679 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8680
8681       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8682       forward buffer first.
8683
8684 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8685
8686         * gnus-util.el (gnus-set-window-start): New function.
8687
8688         * message.el (message-send): Don't check changed.
8689
8690 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691
8692         * gnus-art.el (gnus-article-setup-buffer): Set params.
8693
8694         * mm-decode.el (mm-user-display-methods): Inline
8695         "message/delivery-status".
8696
8697 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * message.el (message-auto-save-directory): Rename.
8700         (message-mode): Dof fix.
8701
8702         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8703         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8704
8705         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8706
8707         * message.el (message-make-date): Avoid locale.
8708
8709         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8710         cache.
8711
8712         * mm-decode.el (mm-display-inline): Goto point-min.
8713
8714         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8715
8716         * mm-decode.el (mm-display-external): Reverse before sorting.
8717
8718         * gnus-draft.el (gnus-draft-send): Allow mail.
8719
8720 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8721
8722         * message.el (message-check): Move message-check macro above where
8723         it is first used.
8724
8725         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8726
8727 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8728
8729         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8730
8731 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8732
8733         * gnus.el: Pterodactyl Gnus v0.34 is released.
8734
8735 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736
8737         * mm-decode.el (mm-inline-media-tests): delivery-status.
8738
8739         * mm-view.el (mm-inline-text): Provide default.
8740
8741 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8742
8743         * mailcap.el (mailcap-possible-viewers): Fix nils.
8744
8745 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8748         (article-update-date-lapsed): Record the buffer.
8749         (article-update-date-lapsed): Do all windows that display article
8750         buffers.
8751
8752         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8753
8754         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8755
8756         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8757         annoations.
8758
8759         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8760
8761 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * gnus-agent.el (gnus-category-add): Change default category to
8764         'false.
8765
8766         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8767         scores.
8768
8769         * gnus-draft.el (gnus-draft-send): Check server more.
8770
8771         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8772         (gnus-article-goto-part): New function.
8773
8774         * mm-view.el (mm-inline-text): Insert richtext properly.
8775
8776         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8777
8778 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779
8780         * parse-time.el (parse-time-rules): Accept dates far into the past
8781         and the future, and parse single-digit numbers as years.
8782
8783 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * mm-decode.el (mm-display-external): Chop off directories.
8786
8787 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * uudecode.el (uu-decode-region-external): Use
8790         insert-file-contents-literally.
8791
8792         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8793
8794 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8795
8796         * uudecode.el: New file.
8797
8798         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8799         x-uuencode.
8800
8801 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8802
8803         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8804
8805         * message.el (message-fetch-field): Unfold properly.
8806
8807         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8808         in text/plain.
8809
8810 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8811
8812         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8813         (gnus-auto-select-first): Removed.
8814         (gnus-auto-select-first): Extended.
8815         (gnus-summary-read-group-1): Use new value.
8816
8817 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * message.el (message-fix-before-sending): Space.
8820
8821         * nnmail.el (nnmail-find-file): Don't erase.
8822
8823 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8824
8825         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8826
8827 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8828
8829         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8830
8831 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8832
8833         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8834
8835 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8836
8837         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8838         20.4.
8839
8840 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * gnus-art.el (gnus-mime-view-all-parts): New command and
8843         keystroke.
8844
8845         * mm-decode.el (mm-display-external): Translate slashes.
8846
8847         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8848
8849         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8850
8851         * mm-decode.el (mm-quote-arg): Quote spaces.
8852         (mm-display-external): Quote args.
8853
8854 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * mm-decode.el (mm-inlinable-part-p): New function.
8857
8858 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8859
8860        * mm-util.el (mm-disable-multibyte): New function.
8861
8862 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8863
8864         * gnus.el: Pterodactyl Gnus v0.33 is released.
8865
8866 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8869
8870         * mm-decode.el (mm-display-external): Don't switch for externals.
8871         (mm-dissect-multipart): Don't include end-sep.
8872
8873         * mm-util.el (mm-get-coding-system-list): New function.
8874         (mm-coding-system-list): New variable.
8875
8876 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8877
8878         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8879
8880 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8881
8882         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8883         group
8884
8885 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8886
8887         * base64.el (base64-run-command-on-region): External base64
8888         decoder do not use coding system
8889
8890 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8891
8892         * mm-decode.el (mm-interactively-view-part): Typo.
8893
8894 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8895
8896         * mm-decode.el (mm-dissect-multipart): Display last part when the
8897         article has no close-delimiter
8898
8899 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8900
8901         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8902         content-type.
8903
8904 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8905
8906         * gnus-art.el (gnus-display-mime): Typo.
8907
8908 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8909
8910         * gnus.el: Pterodactyl Gnus v0.32 is released.
8911
8912 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8913
8914         * gnus-kill.el (gnus-batch-score): Protect against errors.
8915
8916         * gnus-art.el: Protect against broken headers.
8917
8918         * mm-decode.el (mm-display-external): Respect needsterm.
8919         (mm-display-external): Create buffer for external commands.
8920
8921 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8924
8925         * mm-decode.el (mm-display-external): Use file name.
8926
8927 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8928
8929         * gnus-util.el (gnus-output-to-rmail):  adjust to
8930           `rmail-output-to-rmail-file'
8931
8932 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8935
8936         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8937         headers.
8938
8939         * gnus-art.el (article-decode-charset): Fold case.
8940
8941 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8942
8943         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8944
8945 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8946
8947         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8948         after being stored.
8949
8950 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8951
8952         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8953         come.
8954
8955 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * gnus-xmas.el (wid-edit): Required.
8958
8959         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8960
8961 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8962
8963         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8964
8965 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8966
8967         * gnus-art.el (article-decode-charset): Narrow to the correct
8968         region.
8969
8970         * mm-bodies.el: Fix autoload.
8971
8972 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8973
8974         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8975
8976 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8977
8978         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8979
8980 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8983         (gnus-article-add-button): Ditto.
8984
8985         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8986
8987         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8988         (gnus-article-prepare-display): Bind url-standalone-mode.
8989
8990         * mm-decode.el (mm-remove-part): Also delete directory.
8991         (mm-display-external): Create a private sub-dir.
8992
8993         * mailcap.el (mailcap-binary-suffixes): New variable.
8994         (mailcap-command-p): Use it.
8995
8996 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997
8998         * nnmbox.el (nnmbox-request-group): Change server.
8999         (nnmbox-possibly-change-newsgroup): Enable multibyte.
9000
9001         * message.el (message-encode-message-body): Don't stomp MIME
9002         headers.
9003
9004         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
9005         unless useful.
9006         (gnus-summary-exit): Check for a live article buffer.
9007         (gnus-summary-exit-no-update): Ditto.
9008
9009         * gnus-int.el (gnus-request-replace-article): Accept no-encode
9010         param.
9011
9012         * gnus-sum.el (gnus-article-decoded-p): New variable.
9013
9014         * mm-decode.el (mm-display-external): Use no-conv.
9015
9016         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
9017         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
9018
9019         * gnus-art.el (gnus-article-mode-map): Bind button2 to
9020         mouse-click.
9021
9022 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
9025
9026 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9027
9028         * gnus.el: Pterodactyl Gnus v0.31 is released.
9029
9030 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
9033
9034         * mm-decode.el (mm-display-part): Accept no-default.
9035
9036         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
9037         a parameter.
9038
9039         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
9040         (gnus-summary-prepare-threads): Ditto.
9041
9042         * gnus.el (gnus-article-mode-map): Make sparse keymap.
9043
9044         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
9045         (gnus-mime-button-line-format): Doc fix.
9046         (gnus-insert-mime-button): Use it.
9047         (gnus-article-add-button): Use widget-convert-button.
9048
9049         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
9050         ignore.
9051
9052         * mm-decode.el (mm-alternative-precedence): Ditto.
9053
9054 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
9055
9056         * mm-decode.el (mm-user-automatic-display): Use enriched.
9057
9058 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
9059
9060         * mm-decode.el (mm-dissect-multipart): Have the part start on the
9061         right place.
9062
9063 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064
9065         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
9066
9067         * gnus-art.el (article-update-date-lapsed): Only update header if
9068         buffer is dispalyed in frame.
9069         (gnus-article-prepare-display): New function.
9070         (gnus-article-prepare): Use it.
9071
9072 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
9075
9076         * mm-view.el (mm-insert-inline): New function.
9077
9078         * mm-decode.el (mm-pipe-part): Bugged.
9079
9080         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
9081
9082         * mm-bodies.el (mm-encode-body): Move over the body.
9083
9084         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
9085
9086         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
9087
9088 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
9089
9090         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
9091           related functions.  Handle message/rfc822 parts.  Display subject on
9092           multipart summary lines.  Display name on sub-parts when available.
9093
9094 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9095
9096         * mailcap.el (mailcap-command-p): New version.
9097
9098 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
9099
9100         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
9101         groups.
9102
9103 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * message.el (message-make-date): Remove weekday name.
9106
9107         * mm-decode.el (mm-dissect-buffer): Protect against broken
9108         headers.
9109
9110         * mailcap.el (mailcap-command-in-path-p): New function.
9111         (mailcap-command-p): Renamed.
9112
9113 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9114
9115         * rfc2047.el (eval): Autoload.
9116
9117 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
9120         (gnus-multi-decode-encoded-word-string): New function.
9121         (gnus-encoded-word-method-alist): New variable.
9122         (gnus-decode-encoded-word-functions): Removed.
9123
9124 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9125
9126         * gnus-int.el (gnus-request-replace-article): Replace
9127         message-narrow-to-headers with message-narrow-to-head
9128
9129 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130
9131         * drums.el (drums-quote-string): Reversed match.
9132
9133         * message.el (message-make-date): Use weekday name.
9134
9135 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9136
9137         * gnus.el: Pterodactyl Gnus v0.30 is released.
9138
9139 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * gnus-art.el (article-decode-encoded-words): Use it.
9142         (gnus-decode-header-function): New variable.
9143
9144         * gnus-sum.el (gnus-nov-parse-line): Use it.
9145         (gnus-decode-encoded-word-function): New variable.
9146
9147         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9148         buffer.
9149
9150         * gnus-art.el (gnus-insert-mime-button): Use widget.
9151         (gnus-widget-press-button): New function.
9152         (gnus-article-prev-button): Removed.
9153         (gnus-article-next-button): Ditto.
9154         (gnus-article-add-button): Ditto.
9155
9156         * gnus.el (gnus-article-mode-map): Inherit from widget.
9157         (gnus-article-mode-map): No, don't.
9158
9159         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9160         (mm-content-id-alist): New variable.
9161         (mm-get-content-id): New function.
9162
9163         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9164         articles if we are fetching to the article buffer.
9165
9166 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9167
9168         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9169         articles.
9170
9171 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9172
9173         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9174         (mm-default-mime-charset): New variable.
9175
9176         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9177
9178         * drums.el (drums-quote-string): Reversed test.
9179
9180 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9181
9182         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9183         string.
9184
9185         * drums.el (drums-quote-string): New function.
9186
9187         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9188         (rfc2047-b-encode-region): Chop lines.
9189         (rfc2047-q-encode-region): Ditto.
9190
9191 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9192
9193         * gnus.el: Pterodactyl Gnus v0.29 is released.
9194
9195 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9196
9197         * mm-decode.el (mm-save-part): Message right.
9198
9199 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * drums.el (drums-parse-address): Returned a list instead of a
9202         string.
9203         (drums-remove-whitespace): Skip comments.
9204         (drums-parse-addresses): Didn't work.
9205
9206 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9207
9208         * gnus.el: Pterodactyl Gnus v0.28 is released.
9209
9210 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9211
9212         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9213         starting point.
9214         (article-decode-encoded-words): Rename.
9215
9216         * message.el (message-narrow-to-headers-or-head): New function.
9217
9218         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9219         region.
9220
9221         * message.el (message-send-news): Encode body after checking
9222         syntax.
9223
9224         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9225
9226         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9227
9228         * gnus-art.el (gnus-display-mime): Respect disposition.
9229
9230         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9231
9232         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9233         text with annotations.
9234
9235         * message.el (message-make-date): Fix sign for negative time
9236         zones.
9237
9238         * mm-view.el (mm-inline-image): Insert a space at the end of the
9239         image.
9240
9241         * mail-parse.el: New file.
9242
9243         * rfc2231.el: New file.
9244
9245         * drums.el (drums-content-type-get): Removed.
9246         (drums-parse-content-type): Ditto.
9247
9248         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9249
9250 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9251
9252         * gnus.el: Pterodactyl Gnus v0.27 is released.
9253
9254 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9255
9256         * mm-decode.el (mm-alternative-precedence): New variable.
9257         (mm-preferred-alternative): New function.
9258
9259         * gnus-art.el (gnus-mime-copy-part): New command.
9260
9261         * mm-decode.el (mm-get-part): New function.
9262
9263         * mm-view.el: New file.
9264
9265         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9266         (mm-display-part): Default to mailcap-save-binary-file.
9267
9268 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9269
9270         * gnus.el: Pterodactyl Gnus v0.26 is released.
9271
9272 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * mm-decode.el (mm-interactively-view-part): New function.
9275
9276         * gnus-art.el (gnus-mime-view-part): New command.
9277
9278         * mm-decode.el (mm-last-shell-command): New variable.
9279
9280         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9281
9282         * mm-decode.el (mm-save-part): New function.
9283
9284         * gnus-art.el (article-decode-charset): Protect against buggy
9285         content-types.
9286         (gnus-mime-pipe-part): New command.
9287         (gnus-mime-save-part): New command.
9288         (gnus-mime-button-map): New keymap.
9289         (gnus-mime-button-line-format): New variable.
9290         (gnus-insert-mime-button): New function.
9291         (gnus-display-mime): Use it.
9292
9293         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9294
9295         * mm-decode.el (mm-inline-text): Decode charsets.
9296
9297         * gnus-art.el (gnus-article-save): Comment fix.
9298
9299         * gnus-int.el (gnus-start-news-server): When in batch, don't
9300         prompt.
9301
9302         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9303         decode.
9304
9305         * mm-decode.el (mm-inline-media-tests): Add audio.
9306         (mm-inline-audio): New function.
9307
9308 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9309
9310         * gnus-art.el (article-make-date-line): Didn't work.
9311
9312         * parse-time.el (parse-time-string): One too many nils.
9313
9314 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9315
9316         * gnus.el: Pterodactyl Gnus v0.25 is released.
9317
9318 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9321         annotations.
9322
9323         * gnus.el ((featurep 'gnus-xmas)): New
9324         'gnus-annotation-in-region-p alias.
9325
9326 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * mm-util.el (mm-with-unibyte-buffer): New function.
9329
9330         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9331
9332         * mm-decode.el (mm-inline-media-tests): New variable.
9333
9334         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9335
9336         * gnus-art.el (gnus-article-mime-handles): New variable.
9337
9338         * drums.el (drums-narrow-to-header): New function.
9339
9340         * gnus-art.el (article-decode-charset): Use it.
9341
9342         * drums.el (drums-content-type-get): New function.
9343
9344         * mm-util.el (mm-content-type-charset): Removed.
9345
9346         * drums.el (drums-syntax-table): @ is word.
9347         (drums-parse-content-type): New function.
9348
9349         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9350         EDT" times.
9351
9352         * gnus-util.el (gnus-date-get-time): Use safe date.
9353
9354         * gnus-sum.el (gnus-show-mime): Removed.
9355         (gnus-summary-toggle-mime): Removed.
9356
9357         * gnus-art.el (gnus-strict-mime): Removed.
9358         (gnus-article-prepare): Don't do MIME.
9359         (gnus-decode-encoded-word-method): Removed.
9360         (gnus-show-mime-method): Removed.
9361
9362 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9363
9364         * gnus.el: Pterodactyl Gnus v0.24 is released.
9365
9366 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9367
9368         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9369         PREFIX.
9370
9371         * parse-time.el (parse-time-rules): Accept times that look like
9372         "h:mm".
9373
9374         * message.el (message-make-date): Use zone properly.
9375
9376         * gnus.el: Autoload gnus-batch.
9377
9378         * gnus-art.el (article-de-quoted-unreadable): Do not do
9379         gnus-article-decode-rfc1522.
9380
9381         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9382
9383         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9384         param.
9385
9386         * message.el (message-encode-message-body): Check for us-ascii.
9387
9388         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9389         to the left.
9390
9391 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * gnus-art.el (article-decode-charset): Rename.
9394
9395 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9396
9397         * gnus.el: Pterodactyl Gnus v0.23 is released.
9398
9399 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-util.el (gnus-parent-id): Ditto.
9402         (gnus-put-text-property-excluding-newlines): Ditto.
9403
9404         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9405
9406 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9407
9408         * message.el (message-generate-headers): Generate User-Agent
9409         instead of X-Mailer & X-Newsreader.
9410
9411         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9412         User-Agent header format.
9413
9414 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9415
9416         * gnus.el: Pterodactyl Gnus v0.22 is released.
9417
9418 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * mm-util.el (mm-multibyte-p): Typo.
9421
9422 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9423
9424         * gnus.el: Pterodactyl Gnus v0.21 is released.
9425
9426 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9427
9428         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9429
9430 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * mm-util.el (mm-multibyte-p): New function.
9433
9434 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9435
9436         * gnus.el: Pterodactyl Gnus v0.20 is released.
9437
9438 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * rfc2047.el (rfc2047-decode-region): Only decode when in
9441         multibyte.
9442
9443         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9444
9445         * gnus-int.el (gnus-request-replace-article): Encode.
9446         (gnus-request-accept-article): Encode.
9447
9448         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9449         here.
9450
9451         * gnus.el (gnus-article-display-hook): Take the charset functions
9452         out.
9453
9454         * time-date.el (safe-date-to-time): New function.
9455
9456         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9457
9458 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9459
9460         * gnus.el: Pterodactyl Gnus v0.19 is released.
9461
9462 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * base64.el (base64-encode-region): Accept no-line-break.
9465
9466         * mm-util.el (mm-mime-charset): New function.
9467
9468         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9469
9470 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9471
9472         * gnus.el: Pterodactyl Gnus v0.18 is released.
9473
9474 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * message.el (message-send-and-exit): Return t on success.
9477         (message-make-date): Make a proper time zone.
9478
9479         * gnus-draft.el (gnus-draft-send): Only remove article if the
9480         sending is successful.
9481
9482         * drums.el (drums-get-comment): Return the last comment.
9483         (drums-parse-address): Parse old-style From headers.
9484
9485 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9486
9487         * gnus-sum.el (gnus-data-compute-positions): Move below
9488         `gnus-save-hidden-threads' so the former is correctly detected as
9489         a macro.
9490
9491 1998-09-06  Dave Love  <fx@gnu.org>
9492
9493         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9494         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9495         time for nicer failure if it's not available.
9496
9497 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * time-date.el (time-to-seconds): Renamed.
9500
9501         * parse-time.el (parse-time-string): Downcase before handling.
9502         (parse-time-rules): Times without seconds have 0 seconds.
9503
9504         * rfc2047.el (rfc2047-encode-region): New version.
9505         (rfc2047-dissect-region): New function.
9506
9507 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * message.el (message-make-date): Use symbolic zone.
9510
9511 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * time-date.el (parse-time): Always use parse-time.
9514
9515         * parse-time.el (parse-time-syntax): Use vectors.
9516
9517 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9518
9519         * gnus.el: Pterodactyl Gnus v0.17 is released.
9520
9521 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * time-date.el: Renamed from "date".
9524
9525         * gnus.el: Removed all timezone dependencies.
9526
9527         * score-mode.el: Removed.
9528         (gnus-score-edit-insert-date): Use date.
9529
9530         * date.el (float-to-time): New function.
9531
9532         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9533
9534         * date.el (time-to-float): New function.
9535
9536         * message.el (message-make-date): Use format-time-string.
9537         (message-make-expires): Use make-date.
9538
9539         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9540
9541         * gnus-util.el (gnus-dd-mmm): Use date.
9542         (gnus-sortable-date): Ditto.
9543
9544         * message.el (message-make-date): Take an optional time.
9545
9546         * gnus: Applied patches from 5.6.43.
9547
9548         * date.el (if): Use parse-time.
9549
9550         * gnus-score.el (gnus-summary-score-entry): Make into a command
9551         again.
9552
9553         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9554         gnus-agent.
9555
9556         * gnus.el (gnus-agent-meta-information-header): Moved here.
9557
9558 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9559
9560         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9561         (gnus-agent-fetch-group-1): Score article headers using normal
9562         group score files if the download score rule of a category/group
9563         is `file'.
9564         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9565         deciding what articles to download.
9566         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9567         predicate processing if predicate is `true' or `false'.
9568
9569 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9570
9571         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9572
9573         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9574
9575         * score-mode.el (score-mode-coding-system): New variable.
9576         (gnus-score-edit-exit): Use it.
9577
9578 1998-09-04  Jason R Mastaler  <jason@4b.org>
9579
9580         * drums.el: Corrected typo.
9581
9582 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9583
9584         * mm-bodies.el (mm-body-encoding): Faster version.
9585
9586 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9587
9588         * gnus-art.el (gnus-article-decode-charset): Only decode text
9589         things.
9590
9591         * message.el (message-output): Use rmail.
9592
9593         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9594         word part.
9595
9596         * mm-util.el (mm-charset-to-coding-system): Use
9597         rfc2047-default-charset.
9598         (mm-known-charsets): New variable.
9599
9600         * message.el (message-caesar-region): Bugged out.
9601
9602 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9603
9604         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9605         specifying `agent-predicate' in a group's parameters.
9606
9607 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9608
9609         * gnus.el: Pterodactyl Gnus v0.16 is released.
9610
9611 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * nnmail.el (nnmail-expired-article-p): Use predicate.
9614
9615         * date.el (time-less-p): Renamed.
9616
9617         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9618         from the headers.
9619
9620         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9621         functions.
9622
9623         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9624         all.
9625         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9626         to all functions.
9627
9628 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9629
9630         * gnus.el: Pterodactyl Gnus v0.15 is released.
9631
9632 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * date.el: New file.
9635
9636         * gnus-util.el (gnus-encode-date): Removed.
9637         (gnus-time-less): Ditto.
9638
9639         * nnmail.el (nnmail-date-to-time): Removed.
9640         (nnmail-time-less): Ditto.
9641         (nnmail-days-to-time): Ditto.
9642         (nnmail-time-since): Ditto.
9643
9644         * drums.el: New file.
9645
9646 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * message.el (message-encode-message-body): Encode headers with
9649         body encoding.
9650
9651         * rfc2047.el (rfc2047-default-charset): Renamed.
9652         (rfc2047-encodable-p): Use it.
9653
9654         * base64.el (mm-util): Required.
9655
9656 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9659         servers.
9660
9661         * gnus-util.el (gnus-output-to-rmail): Removed.
9662
9663         * gnus-art.el (gnus-summary-save-in-rmail): Use
9664         gnus-output-to-rmailrmail-output-to-rmail-file.
9665
9666         * rfc2047.el (rfc2047-decode-region): Fold case.
9667         (rfc2047-decode): Use decode-string.
9668
9669         * mm-util.el: Provide mm-char-int.
9670
9671 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9672
9673         * gnus.el: Pterodactyl Gnus v0.14 is released.
9674
9675 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9678         sure we have 7bit.
9679
9680 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9681
9682         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9683         ducplicates.
9684         (gnus-inews-insert-mime-headers): Removed.
9685
9686         * message.el (message-caesar-region): Protect against MULE chars.
9687
9688 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9689
9690         * mm-util.el (if): fset the right function.
9691
9692 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * gnus-art.el (gnus-article-decode-charset): Use real
9695         read-coding-system.
9696
9697 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698
9699         * mm-bodies.el (mm-decode-body): Protect against malformed
9700         base64.
9701         (mm-decode-body): Check that buffer-file-coding-system is
9702         non-nil.
9703
9704 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9705
9706         * gnus.el: Pterodactyl Gnus v0.13 is released.
9707
9708 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9709
9710         * gnus-util.el (gnus-strip-whitespace): Already defined.
9711         Removed.
9712
9713         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9714
9715         * gnus-util.el (gnus-strip-whitespace): New function.
9716
9717         * mm-util.el (mm-content-type-charset): Downcase.
9718
9719 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9722         (gnus-article-decode-charset): Don't fetch all headers.
9723
9724         * mm-util.el (mm-read-coding-system): New function.
9725
9726         * mm-bodies.el (mm-decode-body): Check the right charset.
9727
9728         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9729
9730         * gnus-art.el (gnus-article-mode-line-format): Use short group
9731         format.
9732
9733 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9734
9735         * gnus.el: Pterodactyl Gnus v0.12 is released.
9736
9737 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9740
9741         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9742         (gnus-article-decode-charset): Always run.
9743
9744         * mm-bodies.el (mm-decode-body): Decode cte.
9745
9746 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9747
9748         * gnus.el: Pterodactyl Gnus v0.11 is released.
9749
9750 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * message.el (message-encode-message-body): Ditto.
9753
9754         * gnus-art.el (gnus-article-decode-mime-words): New command and
9755         keystroke.
9756         (gnus-article-decode-charset): Ditto.
9757         (gnus-article-decode-charset): Only work under MULE.
9758
9759         * mm-util.el (mm-content-type-charset): New function.
9760
9761         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9762
9763         * message.el (message-send-mail): Insert MIME headers.
9764         (message-check-news-body-syntax): Don't warn for escape sequences.
9765         (message-check-news-body-syntax): Insert MIME headers.
9766
9767         * mm-bodies.el (mm-body-encoding): New function.
9768
9769         * message.el (message-encode-message-body): New function.
9770
9771         * mm-bodies.el: New file.
9772
9773         * mm-util.el (mm-narrow-to-head): New function.
9774
9775         * rfc2047.el (rfc2047-encode): Use it.
9776
9777         * mm-util.el: Provide mm-encode-coding-region.
9778
9779         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9780
9781         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9782
9783         * mm-util.el (mm-enable-multibyte): New function.
9784
9785         * message.el (message-set-work-buffer): Set multibyte.
9786
9787         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9788
9789         * gnus-util.el (gnus-point-at-eol): Removed.
9790         (gnus-point-at-bol): Ditto.
9791
9792         * base64.el (base64-decode-region): Commented out messaging.
9793
9794 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9795
9796         * gnus-msg.el (gnus-group-mail): make it behave like
9797         gnus-group-post-news with regards to the prefix (this enables the
9798         use of posting styles).
9799
9800 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * gnus.el (gnus-article-display-hook): Added
9803         gnus-article-decode-rfc1522 to hook.
9804
9805 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9806
9807         * gnus.el: Pterodactyl Gnus v0.10 is released.
9808
9809 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9812         hook to be run.
9813
9814 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9817
9818         * mm-util.el (mm-charsets-in-region): Removed.
9819
9820         * rfc2047.el: Renamed file.
9821
9822         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9823
9824         * message.el (message-mode): Set multibyte.
9825
9826         * mm-util.el (mm-charsets-in-region): Copied here.
9827
9828         * gnus-util.el: Removed gnus-truncate-string.
9829
9830         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9831
9832         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9833         (rfc1522-encodable-p): New function.
9834         (rfc1522-encode-message-header): Use it.
9835
9836 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9837
9838         * gnus.el: Pterodactyl Gnus v0.9 is released.
9839
9840 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * mm-util.el: Shadow encode-coding-string.
9843
9844         * base64.el (base64-encode-region): Don't add newline.
9845
9846         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9847
9848         * mm-util.el: New file.
9849
9850         * mm-decode.el: Somewhat depleted.
9851         * mm-encode.el: Ditto.
9852
9853         * rfc1522.el: New file.
9854
9855         * mm-util.el (mm-replace-chars-in-string): Copied here.
9856
9857         * mm-encode.el (mm-q-encode-region): New function.
9858
9859         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9860         param.
9861
9862         * mm-encode.el (mm-encode-word-region): Downcase.
9863
9864 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9865
9866         * gnus.el: Pterodactyl Gnus v0.8 is released.
9867
9868 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * message.el (message-send-mail): Encode headers.
9871
9872         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9873         (quoted-printable-encode-region): Upcase.
9874
9875         * message.el (message-default-charset): New variable.
9876
9877         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9878
9879         * message.el (message-narrow-to-field): Changed name.
9880
9881         * mm-encode.el: New file.
9882
9883         * message.el (message-narrow-to-header): New function.
9884
9885         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9886         right buffer.
9887
9888 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9889
9890         * gnus.el: Pterodactyl Gnus v0.7 is released.
9891
9892 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * gnus.el: Remove autoload for
9895         gnus-article-mime-decode-quoted-printable.
9896
9897         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9898         be decoded in non-MULE Emacsen.
9899
9900         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9901
9902 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9903
9904         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9905
9906 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * mm-decode.el: Check for coding-system-list.
9909
9910 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9911
9912         * gnus.el: Pterodactyl Gnus v0.6 is released.
9913
9914 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * nnheader.el (fboundp): Protect code-coding-string.
9917
9918         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9919         is available.
9920
9921 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9922
9923         * gnus.el: Pterodactyl Gnus v0.5 is released.
9924
9925 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9926
9927         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9928         (gnus-hack-decode-rfc1522): Removed.
9929
9930         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9931
9932 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9933
9934         * gnus.el: Gnus v0.4 is released.
9935
9936 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * gnus-art.el (gnus-article-decode-mime-words): New command and
9939         keystroke.
9940
9941         * qp.el (quoted-printable-decode-region): Don't use hexl.
9942
9943         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9944
9945         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9946         (gnus-structured-field-decoder): Removed.
9947         (gnus-unstructured-field-decoder): Ditto.
9948
9949         * mm-decode.el: New file.
9950
9951         * qp.el: New file.
9952
9953         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9954
9955         * gnus-ems.el (fboundp): Removed gnus-split-string.
9956
9957         * gnus.el (gnus-splash-face): Doc fix.
9958
9959         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9960
9961         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9962         hexl.
9963
9964         * nnheader.el (nnheader-temp-write): Removed.
9965
9966 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9967
9968         * gnus.el: Gnus v0.3 is released.
9969
9970 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9971
9972         * gnus.el: Gnus v0.2 is released.
9973
9974 ;; Local Variables:
9975 ;; coding: iso-2022-7bit
9976 ;; End: