2000-10-21 09:38:27 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2000-10-21 09:38:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path,
4         because they are files, not paths.
5         (mailcap-parse-mimetypes): Ditto.
6
7 2000-10-20 19:55:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
8
9         * gnus-art.el (gnus-mime-inline-part): Check validity of charset.
10
11 2000-10-18  Dave Love  <fx@gnu.org>
12
13         * mail-source.el (mm-util): Require.
14         (defvar): Use rmail-spool-directory unconditionally.
15
16         * gnus-nocem.el (gnus-nocem-issuers): Update.
17         (gnus-nocem-check-from): New option.
18         (gnus-nocem-scan-groups): Use it.
19         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
20
21 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
22
23         * gnus-nocem.el (gnus-nocem-check-article-limit): New variable.
24         (gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'.
25
26 2000-10-18  Simon Josefsson  <simon@josefsson.org>
27
28         * nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
29
30         * gnus-sum.el (gnus-get-newsgroup-headers): Ditto.
31
32 2000-10-17  Simon Josefsson  <simon@josefsson.org>
33
34         * gnus-sum.el (gnus-get-newsgroup-headers): Search for "from:"
35         instead of "from: " for rfc822 compliance.
36
37         * gnus-uu.el (gnus-uu-digest-mail-forward): Ditto. Insert SPC.
38
39         * nnheader.el (nnheader-parse-head): Ditto.
40
41 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
42
43         * mail-source.el (mail-source-keyword-map): Use
44         `rmail-spool-directory' as a default directory for the `file'
45         source, if the variable is defined.  Fall back to hardcoded
46         "/usr/spool/mail/", as before.  Suggestion by Steven E. Harris
47         <seh@speakeasy.org>.
48
49 2000-10-13 12:01:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
50
51         * message.el (message-send-mail-partially): Replace the header
52          delimiter with a blank line.
53
54 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
55
56         * gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
57         Cashin <ecashin@coe.uga.edu>).
58
59 2000-10-13 10:52:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
60
61         * gnus-ems.el (gnus-article-compface-xbm): Ignore errors.
62
63 2000-10-11  John Wiegley  <johnw@gnu.org>
64
65         * gnus-topic.el (gnus-topic-mode): Use `setq' to clear
66         `gnus-group-change-level-function', instead of `remove-hook',
67         because it's not a hook!
68
69         * gnus-mlspl.el (gnus-group-split-update): Check the value of
70         `nnmail-crosspost', and use it to set the `no-crosspost'
71         argument when calling `gnus-group-split-fancy'.  Otherwise, it
72         assumes that cross-posting is always OK, no matter what
73         `nmail-crosspost' is set to.
74         (gnus-group-split-fancy): The argument order in the
75         second-to-last `push' call was wrong, but since `no-crosspost'
76         was always nil, it was never being triggered.
77
78         * gnus-art.el (gnus-treat-hide-citation-maybe): Added this
79         variable to correspond with `gnus-article-hide-citation-maybe'.
80         (gnus-treatment-function-alist): Added entry for the above
81         correlation.
82
83 2000-10-12 08:26:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
84
85         * mm-util.el (mm-with-unibyte-current-buffer): Revert to old.
86         (mm-with-unibyte-current-buffer-mule4): New function.
87         * qp.el (quoted-printable-encode-region): Use it.
88         * rfc2047.el (rfc2047-decode): Ditto.
89         * webmail.el (webmail-init): Revert to use mm-disable-multibyte.
90
91 2000-10-10 08:44:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
92
93         * rfc2047.el (rfc2047-fold-region): "=?=" is not a break point.
94
95 2000-10-10 00:00:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
96
97         * webmail.el (webmail-init): Use mm-disable-multibyte-mule4.
98
99 2000-10-09 22:50:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
100
101         * base64.el (base64-decode-region): Just give a message if the end
102         is not sane.
103
104 2000-10-09 20:09:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
105
106         * rfc2047.el (rfc2047-encode-message-header): Move fold into
107         encode-region.
108         (rfc2047-dissect-region): Rewrite.
109         (rfc2047-encode-region): Rewrite.
110         (rfc2047-fold-region): Fold any line longer than 76.
111         (rfc2047-unfold-region): New function.
112         (rfc2047-decode-region): Use it.
113         (rfc2047-q-encode-region): Don't break at bob.
114
115 2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
116
117         * nntp.el (nntp-open-connection): Kill process buffer when quit.
118         (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
119         FSF Emacs 20 and XEmacs 21.
120         * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
121
122 2000-10-09  Dave Love  <fx@gnu.org>
123
124         * gnus-audio.el: Don't require cl.
125         (gnus-audio): New custom group.
126         (gnus-audio-inline-sound): Change to work with Emacs.
127         (gnus-audio-directory, gnus-audio-directory) 
128         (gnus-audio-au-player):  Customize.
129         (gnus-audio-play): Try external player if play-sound-file fails.
130         Use file-name-extension, not string-match.
131
132         * gnus-art.el (article-de-quoted-unreadable)
133         (article-de-base64-unreadable): Fold search case rather than
134         downcasing string.  Apply mm-charset-to-coding-system to arg of
135         quoted-printable-decode-region.
136         (gnus-article-dumbquotes-map): Fix dashes.
137         (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
138         (gnus-button-reply): Just alias it.
139
140 2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
141
142         * mm-encode.el: Require CL.  At least, for `incf'.
143
144         * nnfolder.el (nnfolder-ignore-active-file): Typos.
145
146         * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
147
148         * gnus-kill.el (gnus-kill): Typo.
149
150 2000-10-09  Gerd Moellmann  <gerd@gnu.org>
151
152         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
153
154 2000-10-09  Simon Josefsson  <simon@josefsson.org>
155
156         * nnimap.el (nnimap-group-overview-filename): Create directory for
157         newfile (when use long filenames is nil).  Copy+delete file if
158         rename didn't work.
159         (nnimap-group-overview-filename): `rename-file' and `copy-file'
160         doesn't return anything useful, use ignore-errors instead.
161
162 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
163
164         * dgnushack.el (dgnushack-compile): Delete old elc files first.
165
166 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
167
168         * gnus-ems.el (gnus-kill-all-overlays): Move here.
169         * gnus-util.el (gnus-kill-all-overlays): Move out.
170         * gnus-sum.el (gnus-cache-write-active): Auto load.
171         * lpath.el: Shut up.
172         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
173         asynchronous in Exp version.
174
175 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
176
177         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
178         * gnus-ems.el: Autoload smiley.
179         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
180
181 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
182
183         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
184         (gnus-summary-select-article): Don't enable multibyte here.
185         (gnus-summary-goto-article): Ditto.
186
187 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
188
189         * gnus-draft.el (gnus-draft-send-message): Typo.
190
191 2000-10-08  Simon Josefsson  <simon@josefsson.org>
192
193         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
194         uid validity changes.
195         (nnimap-group-overview-filename): Store uidvalidity in filenames.
196         Rename old files into new format.
197
198 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
199
200         * mm-util.el (mm-enable-multibyte-mule4): New.
201         (mm-disable-multibyte-mule4): New.
202         * gnus-sum.el (gnus-summary-mode): Use it.
203         (gnus-summary-select-article): Ditto.
204         (gnus-summary-goto-article): Use enable multibyte.
205         * rfc2047.el (rfc2047-decode): Use unibyte.
206
207 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
208
209         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
210
211 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
212
213         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
214         break point.
215         (rfc2047-fold-region): Don't break the first non-LWSP characters.
216
217 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
218
219         * gnus.el (gnus-agent-fetching): New variable.
220         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
221         * gnus-score.el (gnus-score-body): Don't score body when
222         agent-fetching.
223         (gnus-score-followup): Don't score followup either. 
224
225 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
226
227         * gnus-art.el: Define dynamic variables in eval-when-compile.
228         * message.el (message-sending-message): New variable.
229         (message-send): Use it.
230         * gnus-draft.el (gnus-draft-send-message): Ditto.
231         (gnus-group-send-drafts): Ditto.
232
233 2000-10-06  Dave Love  <fx@gnu.org>
234
235         * gnus-audio.el: Don't require cl.
236         (gnus-audio): New custom group.
237         (gnus-audio-inline-sound): Change to work with Emacs.
238         (gnus-audio-directory, gnus-audio-directory) 
239         (gnus-audio-au-player):  Customize.
240         (gnus-audio-play): Try external player if play-sound-file fails.
241         Use file-name-extension, not string-match.
242
243 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
244
245         * gnus-art.el (gnus-article-prepare): Configure it again.
246
247 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
248
249         * message.el (message-default-charset): Default value for non-Mule
250         Emacsen.
251
252 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
253
254         * message.el (message-alternative-emails): New.
255         (message-use-alternative-email-as-from): New.
256         (message-setup): Use them.
257
258 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
259
260         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
261         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
262
263         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
264         gnus-overlay-start.
265         * gnus.el: Ditto.
266         * gnus-art.el (gnus-insert-mime-button): Use them.
267
268 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
269
270         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
271         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
272
273 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
274
275         * qp.el (quoted-printable-encode-region): Use
276         mm-with-unibyte-current-buffer within narrowed region.
277
278 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
279
280         * webmail.el (webmail-type-definition): Fix my-deja open url.
281
282 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
283
284         * message.el (message-setup-fill-variables): New variable.
285         (message-mode): Use it.
286
287 2000-10-05  Dave Love  <fx@gnu.org>
288
289         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
290         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
291
292         * binhex.el: Use defalias, not fset.
293
294         * rfc1843.el: Require cl when compiling.
295
296 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
297
298         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
299
300 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
301
302         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
303         adjacent.
304
305 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
306
307         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
308         (mm-find-charset-region): Merge conditions, delete ascii.
309         (mm-charset-after): Rewrite.
310         * mm-bodies.el (mm-encode-body): Use it.
311
312 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
313
314         * webmail.el (webmail-hotmail-list): Fix.
315
316 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
317
318         * nnimap.el (require): cl.
319
320 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
321
322         * gnus-art.el (gnus-article-prepare): Configure windows before
323         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
324         window might be overrided.
325
326 2000-10-04  Dave Love  <fx@gnu.org>
327
328         * gnus-ems.el (gnus-article-display-xface)
329         [gnus-article-compface-xbm]: Fix.
330         (gnus-x-splash): Bind width, height.
331
332 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
333
334         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
335         when it is called interactively.
336
337 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
338
339         * gnus-art.el (gnus-mime-action-alist): New variable.
340         (gnus-mime-action-on-part): Use it.
341         (gnus-mime-button-commands): Add command ".".
342
343 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
344
345         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
346
347 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
348
349         * lpath.el: "." is in the load-path because dgnushack.el.
350
351 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
352
353         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
354
355         * nnheader.el: ditto
356
357         * mm-util.el: ditto
358
359         * message.el: ditto
360
361         * binhex.el: ditto
362
363         * gnus-audio.el: removed unnecessary xemacs test
364
365         * earcon.el: ditto
366         
367 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * nnweb.el (nnweb-decode-entities): Work for non-character
370         entities. 
371
372 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus.el: Message the quit parts.
375
376 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
377
378         * mail-source.el (mail-source-fetch-maildir): Don't insert
379         newlines.
380
381 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
382
383         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
384         lpath.el. Don't compile base64.el if there is builtin base64.
385
386 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
387
388         * base64.el (Repository): Use featurep for XEmacs test.
389
390 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
391
392         * nntp.el (nntp-retrieve-data): Don't ignore quit.
393
394 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
395
396         * gnus-art.el (gnus-article-banner-alist): New variable.
397         (article-strip-banner): Use it.
398         * gnus-cus.el (gnus-group-parameters): Allow symbol.
399
400 2000-10-02  Dave Love  <fx@gnu.org>
401
402         * smiley-ems.el: New file.
403
404         * gnus-ems.el (gnus-smiley-display): Autoload.
405         (mouse-set-point, set-face-foreground, set-face-background)
406         (x-popup-menu): Don't clobber these.
407         (gnus-article-compface-xbm): New variable.
408         (gnus-article-display-xface): Move graphic test.  Use unibyte.
409         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
410
411         * mml.el (require): Fix typo.
412         (mml-parse-1): Modify unknown encoding prompt.
413
414         * mail-source.el (mail-sources): Revert to nil.
415
416         * nnmail.el (nnmail-spool-file): Revert previous change.
417
418         * gnus.el: Don't require custom, message.
419         (gnus-message-archive-method): Wrap initializer in progn and
420         require message here.
421
422 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
423
424         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
425         image's :ascent to 80.  That gives a mode-line which is approx.
426         as tall as the normal one.
427
428 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
429
430         * webmail.el (webmail-hotmail-list): Fix.
431
432 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
433
434         Don't postpone GCC if none of GCC methods is agent-covered.  This
435         fix presumes that the post-method must be agent-covered if any Gcc
436         method is agent-covered.
437
438         * gnus-msg.el (gnus-inews-group-method): New function.
439         (gnus-inews-do-gcc): Use it.
440         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
441         (gnus-agent-possibly-save-gcc): Use it.
442         (gnus-agent-possibly-do-gcc): Ditto.
443
444 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
445
446         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
447         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
448
449 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
450
451         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
452         webmail-hotmail-list): Update.
453
454 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
455
456         * mail-source.el (mail-source-report-new-mail): Use
457         nnheader-cancel-timer.
458
459 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
460
461         * lpath.el (overlay-*): Shut up.
462         * dgnushack.el: Two implementations of smiley.
463
464 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
465
466         * gnus-ml.el: Usage.
467         (gnus-mailing-list-archive, gnus-mailing-list-owner,
468         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
469         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
470         (gnus-mailing-list-menu): Define it.
471         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
472         
473         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
474
475 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
476
477         * webmail.el (webmail-my-deja-*): Rewrite.
478
479 2000-09-30  Simon Josefsson  <simon@josefsson.org>
480
481         * nnimap.el (nnimap-request-accept-article): Remove \n's from
482         From_ lines.
483
484 2000-08-05  Simon Josefsson <simon@josefsson.org>
485
486         Make GCC to remote groups work when unplugged
487         (postpone GCC until message is actually sent).
488
489         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
490
491         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
492         (gnus-agent-restore-gcc): 
493         (gnus-agent-possibly-save-gcc): New functions.
494
495         * gnus-msg.el (gnus-inews-add-send-actions): Use
496         `gnus-agent-possibly-do-gcc' if Agentized.
497         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
498         to `message-header-hook'.
499
500         * gnus.el (gnus-agent-gcc-header): New variable.
501
502 2000-07-13  Simon Josefsson <simon@josefsson.org>
503
504         Asks the user to synch flags with server when you plug in.
505
506         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
507         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
508         (gnus-agent-toggle-plugged): Call it.
509         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
510         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
511         (gnus-agent-possibly-synchronize-flags): New function.
512         (gnus-agent-possibly-synchronize-flags-server): New function.
513
514 2000-09-30  Simon Josefsson  <simon@josefsson.org>
515
516         * starttls.el: New file, by Daiki Ueno.
517
518 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
519
520         * message.el (message-make-in-reply-to): In-Reply-To is message-id
521         (see DRUMS).
522         
523 2000-09-29  Simon Josefsson  <simon@josefsson.org>
524
525         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
526         prefetch.
527
528 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
531         sending a command; allow the rtelnet prompt as well.
532
533 2000-09-29  Simon Josefsson  <simon@josefsson.org>
534
535         * message.el (message-send): Make sure error is signalled if no
536         send method is specified.
537
538 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
539
540         * qp.el (quoted-printable-encode-region): Wrap with
541         `mm-with-unibyte-current-buffer'.
542
543 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
544
545         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
546           McEwan's proposal.
547         
548 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
549
550         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
551         the GNU assignment issue.
552
553 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
554
555         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
556
557 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
558
559         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
560
561 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
562
563         * gnus-art.el (article-strip-banner): Use
564         gnus-group-find-parameter rather than gnus-group-get-parameter, to
565         allow inheritance on the banner.
566         From elkin@tverd.astro.spbu.ru.
567
568 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
569
570         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
571
572 2000-09-26  Dave Love  <fx@gnu.org>
573
574         * gnus-draft.el: Don't require gnus-agent.
575
576         * mm-view.el: Use featurep for XEmacs test.
577         (mm-inline-message): Test for `remove-specifier'; don't use
578         condition-case.
579
580 2000-09-24  Simon Josefsson  <simon@josefsson.org>
581
582         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
583
584         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
585         support ACL's.
586
587         * nnimap.el (nnimap-acl-get): Check capability.
588
589         * mail-source.el (mail-source-imap-file-coding-system): New variable.
590         (mail-source-fetch-imap): Use it.
591
592         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
593         (rfc2104-hash): Use it.
594
595         * imap.el (imap-starttls-p): Check for starttls binary.
596         (imap-starttls-open): More verbose.
597         (imap-gssapi-auth): Ditto.
598         (imap-kerberos4-auth): Ditto.
599         (imap-cram-md5-auth): Ditto.
600         (imap-login-auth): Ditto.
601         (imap-anonymous-auth): Ditto.
602         (imap-digest-md5-auth): Ditto.
603         (imap-open): Ditto.
604         (imap-digest-md5-p): Check capability first.
605
606 2000-09-24  Simon Josefsson  <simon@josefsson.org>
607
608         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
609         (imap-login-p): Support LOGINDISABLED.
610
611 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
612
613         * rfc2104.el: Add SHA-1 example.
614
615 2000-09-22  Simon Josefsson  <simon@josefsson.org>
616
617         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
618
619 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
620
621         * lpath.el: Bind nnkiboze-score-file.
622
623 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
624
625         * gnus-score.el (gnus-score-use-all-scores): New variable.
626         (gnus-all-score-files): Use it.
627         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
628         (nnkiboze-enter-nov): Fix it when there is no xref.
629         (nnkiboze-generate-groups): List groups.
630         * gnus-group.el (gnus-group-make-kiboze-group): Use 
631         nnkiboze-score-file.
632         
633         * nnkiboze.el (nnkiboze-request-article): Use
634         gnus-cache-request-article.
635         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
636
637 2000-07-16 Dmitry Bely <dbely@mail.ru>
638
639         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
640
641 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
642
643         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
644
645 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
646
647         * message.el (message-default-charset): Set default value in
648         non-MULE XEmacsen as iso-8859-1.
649
650 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
651
652         * gnus-demon.el: Use (featurep 'xemacs).
653         * gnus-agent.el: timer vs. itimer.
654         * mail-source.el: Ditto.
655
656 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
657
658         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
659         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
660         * gnus-sum.el (gnus-nov-parse-line): Ditto.
661         * nnkiboze.el (nnkiboze-file-coding-system): New.
662         (nnkiboze-retrieve-headers): Use it.
663         (nnkiboze-request-group): Ditto.
664         (nnkiboze-close-group): Ditto.
665         (nnkiboze-generate-group): Ditto.
666         (nnkiboze-enter-nov): Insert first Xref properly.
667
668 2000-09-19  Dave Love  <fx@gnu.org>
669
670         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
671         (nnmail-get-new-mail): Test `sources' in top-level conditional.
672
673         * mail-source.el (mail-sources): Change default to '((file)).
674         Add useful custom type.
675
676 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
677
678         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
679         year).
680         (gnus-date-iso8601): Ditto.
681
682 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
683
684         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
685
686 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
687
688         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
689         pattern. Avoid using 8 bit chars.
690         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
691
692 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
693
694         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
695         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
696         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
697         functions are not implemented yet.
698         
699         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
700         x-overlay.el from the FSF Emacs black list.
701
702 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
703
704         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
705         (mm-inline-media-tests): Ditto.
706         (mm-automatic-display): Ditto.
707         * mm-view.el (mm-display-inline-fontify): Generalize from 
708         mm-display-patch-inline. 
709         (mm-display-patch-inline): Use it.
710         (mm-display-elisp-inline): Ditto.
711         
712 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
713
714         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
715         (gnus-topic-unmark-topic): Ditto.
716         (gnus-topic-mark-topic): Ditto.
717         (gnus-topic-get-new-news-this-topic): Use it.
718
719 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
720
721         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
722         display xface.
723
724 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
727         zombie or killed groups.
728         
729 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
730
731         * mml.el (mml-preview): Reinsert unibyte content. 
732         (mml-parse-1): Remove with-unibyte-current-buffer.
733         (mml-generate-mime-1): Ditto.
734         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
735         * message.el (message-forward): Ditto.
736
737 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
738
739         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
740         original article buffer.
741         (article-de-base64-unreadable): Ditto.
742         (article-wash-html): Ditto.
743
744 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
745
746         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
747         unless forward-show-mml.
748
749 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
750
751         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
752         (gnus-summary-save-parts-last-directory): New.
753         (gnus-summary-save-parts): Save history.
754
755 2000-09-14 Ben Gertzfield <che@debian.org>
756
757         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
758         variable.
759         (gnus-summary-save-parts): Use it.
760
761 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
762
763         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
764         * gnus-sum.el (gnus-summary-exit): Ditto.
765         (gnus-summary-exit-no-update): Ditto.
766         (gnus-summary-show-article): Ditto.
767
768 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
769
770         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
771         Content-Disposition.
772
773 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
774
775         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
776
777 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
778
779         * gnus-art.el (gnus-article-setup-buffer): Set
780         gnus-article-mime-handles to nil.
781         * gnus-sum.el (gnus-summary-exit): Ditto.
782         (gnus-summary-exit-no-update): Ditto.
783         (gnus-summary-show-article): Ditto.
784         (gnus-summary-save-parts): Use gnus-article-mime-handles if
785         dissected.
786         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
787
788 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
789
790         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
791         (gnus-sort-threads-1): New function. Sort threads recursively.
792         (gnus-sort-threads): Use it.
793         (gnus-sort-gathered-threads): Doc fix.
794
795 2000-09-13  Dave Love  <fx@gnu.org>
796
797         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
798
799         * gnus-ems.el (gnus-ems-redefine): Don't alias
800         gnus-summary-set-display-table.
801
802         * message.el (message-user-agent): Don't wrap ignore-errors around
803         it.
804
805         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
806         `format'.
807         (mm-content-transfer-encoding): Don't use cadar.
808
809         * uudecode.el (uudecode-decoder-program) 
810         (uudecode-decoder-switches): Customize.
811
812         * gnus-score.el (gnus-home-score-file): Improve custom type.
813
814         * gnus-cus.el (gnus-custom-mode): Conditionally set local
815         variables for Emacs 21.
816         (gnus-group-customize): Disable undo while laying out the buffer.
817
818 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
819
820         * gnus-util.el (gnus-write-active-file): Bind
821         coding-system-for-write.
822
823 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
824
825         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
826         
827         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
828         * gnus-kill.el (gnus-batch-score): Ditto.
829         * gnus-move.el (gnus-change-server): Ditto.
830         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
831
832 2000-09-12  Simon Josefsson  <simon@josefsson.org>
833
834         * gnus-sum.el (gnus-update-read-articles): Undo
835         `gnus-request-set-mark' operation.
836
837 2000-09-11  Dave Love  <fx@gnu.org>
838
839         * Changelog: Use iso-2022 coding.
840
841         * gnus-msg.el (gnus-msg-mail): New function.
842         (gnus-user-agent): New mail agent.
843
844 2000-09-10  Dave Love  <fx@gnu.org>
845
846         * message.el: Require mail-abbrevs for XEmacs for a problem with
847         keybinding despite the autoloads for it.
848
849 2000-09-08  Simon Josefsson  <simon@josefsson.org>
850
851         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
852
853         * nnimap.el (nnimap-request-update-info-internal): Remove tick
854         marks from dormant articles. (See nnimap-request-set-mark.)
855         (nnimap-retrieve-headers-progress): Demule.
856         (nnimap-open-server): Call nnoo-change-server twice, once for
857         getting the nnimap-server-buffer and once for letting n-c-s set
858         the variables in that buffer.
859
860 2000-09-08  David Edmondson <dme@dme.org>
861
862         * gnus.el (gnus-short-group-name): Guess separator.
863
864 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
865
866         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
867         XEmacs as well.
868
869 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
870
871         * gnus-group.el (gnus-group-insert-group-line): Fix.
872
873 2000-09-04  Dave Love  <fx@gnu.org>
874
875         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
876         (mm-get-image): Avoid the losing `make-glyph' from W3.
877
878 2000-09-03  Simon Josefsson  <simon@josefsson.org>
879
880         * gnus-sum.el (gnus-summary-delete-article): Check server.
881
882 2000-09-01  Simon Josefsson  <simon@josefsson.org>
883
884         * imap.el (imap-parse-flag-list): Rewrite.
885
886         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
887
888         * imap.el (imap-parse-flag-list): Hack.
889
890 2000-08-29  Dave Love  <fx@gnu.org>
891
892         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
893
894         * dgnushack.el (mapcon, union): Remove compiler macros.
895
896         * gnus-agent.el (gnus-agent-union): new function.
897         (gnus-agent-fetch-headers): Use it.
898
899         * gnus.el (gnus-group-startup-message): Specify foreground and
900         background for xpm image.  Centre image vertically.
901         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
902
903 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
904
905         * message.el (message-send-mail): Narrow-to-headers.
906
907 2000-08-24  Dave Love  <fx@gnu.org>
908
909         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
910         21.
911
912 2000-08-23  Dave Love  <fx@gnu.org>
913
914         * dgnushack.el: Remove `member-if' compiler macro.
915
916 2000-08-21  Dave Love  <fx@gnu.org>
917
918         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
919
920 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
921
922         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
923         permanent is used.
924         (gnus-topic-show-topic): Read topic when to show permanent hidden
925         topic.
926         (gnus-topic-remove-topic): Revert to the old behavior, not using
927         hide.
928
929 2000-08-21  Dave Love  <fx@gnu.org>
930
931         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
932         (gnus-xemacs): Use featurep.
933
934         * mm-util.el (mm-read-charset): Maybe use builtin.
935         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
936         (mm-multibyte-p, mm-with-unibyte-current-buffer)
937         (mm-with-unibyte): Use featurep, not string-match.
938         (mm-with-unibyte-buffer): Simplify.
939         (mm-quote-arg): Maybe use shell-quote-argument.
940
941         * mml.el (mml-make-string): Deleted (unused).
942
943         * gnus.el (gnus-mode-line-buffer-identification): Supply
944         definition for Emacs 21.
945
946         * gnus-salt.el: Small doc fixes.
947         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
948         gnus-add-minor-mode.
949
950         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
951         gnus-add-minor-mode.
952
953 2000-08-20  Simon Josefsson  <simon@josefsson.org>
954
955         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
956         function, thanks to Lloyd Zusman for debugging.
957         (nnimap-request-group): 
958         (nnimap-request-list): 
959         (nnimap-retrieve-groups): 
960         (nnimap-request-newgroups): Use it.
961
962         * nnimap.el (nnimap-request-article-part): Less verbose.
963
964 2000-08-19  Andreas Jaeger  <aj@suse.de>
965
966         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
967         subst-char-in-string since we test elsewhere whether it's bound.
968         
969 2000-08-18  Dave Love  <fx@gnu.org>
970
971         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
972         custom type.
973
974         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
975         gnus-group-running-xemacs.
976
977         * nnheader.el (nnheader-replace-chars-in-string): Use
978         subst-char-in-string if available.
979
980         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
981         (gnus-request-article-this-buffer): Use expand-file-name.
982         (gnus-mime-view-part-as-type): Simplify interactive spec.
983         (gnus-mime-button-map): Define it all in defvar.
984
985 2000-08-17  Dave Love  <fx@gnu.org>
986
987         * gnus-group.el (gnus-group-running-xemacs): Deleted.
988
989         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
990         last-nonmenu-event.
991
992         * uudecode.el (char-int): Use defalias, not fset.
993
994         * score-mode.el: Don't require easymenu.  Require mm-util.
995         (score-mode-coding-system): Use mm-auto-save-coding-system.
996
997         * nneething.el (nneething-create-mapping): Don't use cadar & al.
998         (nneething-file-name): Use expand-file-name, not concat.
999
1000 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
1001
1002         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
1003         Failure proof for email addresses.
1004         (nnslashdot-sane-retrieve-headers): Ditto.
1005
1006 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * message.el (message-send-mail): Only insert courtesy message
1009         when text/plain.
1010
1011 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
1012
1013         * message.el (message-cancel-news): Copy the From header from the
1014         original article.
1015
1016 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-async.el (gnus-asynchronous): Removed.
1019
1020 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1021
1022         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
1023         format.
1024
1025 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
1026
1027         * nnmail.el (nnmail-expiry-target-group): Fixed.
1028
1029 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1030
1031         * nnmail.el (nnmail-expiry-target-group): Fix the call to
1032         gnus-request-accept-article so that body encoding is *not* done.
1033         Encoding is not done on incoming mail, so why should it be done on
1034         expired mail?
1035
1036
1037 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1038
1039         * nnml.el (nnml-request-expire-articles): Fix the calls to
1040         nnml-request-article (the filename was being passed instead of the
1041         article number) and nnmail-expiry-target-group
1042         (nnml-current-directory is changed by nnml-request-accept-article,
1043         causing it to be incorrect for the next article to be expired).
1044
1045 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1046
1047         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
1048         expiry-target group parameters. 
1049
1050 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
1053         buffer.
1054         (gnus-topic-hide-topic): Take a PERMANENT parameter.
1055         (gnus-topic-show-topic): Ditto.
1056
1057         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
1058
1059 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
1060
1061         * mail-source.el (mail-source-incoming-file-prefix): New
1062         variable. 
1063
1064 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
1067
1068         * mailcap.el (mailcap-maybe-eval): Be even more warning.
1069
1070 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
1071
1072         * message.el (message-syntax-checks): New check quotin-style: 
1073         Text must be written below quoted text.
1074         (message-check-news-body-syntax): Check it.
1075
1076 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1077
1078         * imap.el (imap-authenticator-alist): Fix typo.
1079         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
1080         Jonas Oberg for debugging.
1081
1082 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1083
1084         * gnus-async.el (gnus-asynchronous): Disable by default.
1085
1086 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * mm-view.el (mm-inline-text): Bind fill-column.
1089
1090         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
1091         list of unexpired articles.
1092
1093         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
1094         un-expired articles. 
1095
1096         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
1097         headers. 
1098
1099         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
1100         we update the right topic.. 
1101
1102         * mm-decode.el (mm-display-external): Put point at start. 
1103
1104 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1105
1106         * nnmail.el (nnmail-expiry-target): More explicit documentation.
1107
1108         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
1109
1110 2000-08-09  Simon Josefsson <simon@josefsson.org>
1111
1112         * imap.el (imap-parse-body):
1113         (imap-parse-string-list): Add bug workarounds for Stalker
1114         Communigate Pro 3.0 server.
1115         (imap-body-lines): Remove bogus comment.
1116
1117         * imap.el (imap-range-to-message-set): Move from nnimap.el.
1118
1119         * nnimap.el (nnimap-retrieve-which-headers):
1120         (nnimap-retrieve-headers-from-server):
1121         (nnimap-request-set-mark):
1122         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
1123
1124 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
1125
1126         * message.el (message-dont-reply-to-names):
1127         rmail-dont-reply-to-names may not be defined.
1128
1129 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1130
1131         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
1132         not use pop.
1133
1134 2000-07-19  Dave Love  <fx@gnu.org>
1135
1136         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
1137         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
1138         check.
1139         (gnus-article-display-xface): Special-case for dark backgrounds.
1140
1141 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
1142
1143         * imap.el (imap-calculate-literal-size-first): New variable.
1144         (imap-local-variables): Add it.
1145         (imap-kerberos4-open): Set it.
1146         (imap-send-command): Use it.
1147
1148 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1149
1150         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
1151         (mailcap-parse-mimetypes): Use it.
1152         (mailcap-extension-to-mime): Parse mimetype.
1153         (mailcap-mime-types): Ditto.
1154         * mml.el (mml-minibuffer-read-type): Ditto.
1155
1156 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1157
1158         * nndoc.el (nndoc-type-alist): Add outlook.
1159         (nndoc-outlook-type-p): New function.
1160         (nndoc-outlook-article-begin): Ditto.
1161
1162 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1163
1164         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1165         excursion.
1166
1167 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1168
1169         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1170
1171         * imap.el (imap): 
1172         (imap-kerberos4-program): 
1173         (imap-gssapi-program): 
1174         (imap-ssl-program): Customization.
1175         (imap-shell-program): 
1176         (imap-shell-host): New variables.
1177         (imap-streams): 
1178         (imap-stream-alist): Add shell.
1179         (imap-shell-p): 
1180         (imap-shell-open): New functions.
1181         (imap-open): Don't call authenticator if preauth.
1182         (imap-authenticate): Return t if already authenticated.
1183
1184 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1185
1186         * gnus.el (gnus-invalid-group-regexp): New variable.
1187         (gnus-read-group): Use it.
1188
1189 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1190
1191         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1192         expunge-below and orphan-score are "group variables".
1193
1194 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1195
1196         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1197         qualified group names to `gnus-group-read-ephemeral-group'.
1198
1199 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * dgnushack.el (srcdir): Define it before use it.
1202
1203 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1204
1205         * gnus-sum.el: `W t' is toggle-header in info.
1206
1207 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1208
1209         * lpath.el: Fbind subst-char-in-string.
1210
1211 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1212
1213         * Makefile.in: Use W3DIR and lispdir.
1214         * dgnushack.el: Ditto.
1215
1216 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1217
1218         * gnus-art.el (article-de-base64-unreadable): Typo.
1219
1220 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1221
1222         * gnus-agent.el (require): Require timer.
1223
1224 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1225
1226         * message.el (message-bounce): Call mime-to-mml.
1227
1228 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnslashdot.el (nnslashdot-request-close): New function.
1231
1232 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1235         right line number for the article.
1236
1237 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1238
1239         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1240         * webmail.el (webmail-fetch): Bind 
1241         url-http-silence-on-insecure-redirection.
1242
1243 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1244
1245         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1246         unibyte.
1247         (nnslashdot-sane-retrieve-headers): Ditto.
1248         (nnslashdot-request-article): Ditto.
1249
1250 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1251
1252         * mailcap.el (mailcap-parse-mimetype-file): 
1253
1254 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1255
1256         * nnweb.el (nnweb-insert): Stricter test.
1257         * webmail.el (webmail-refresh-redirect): Ditto.
1258
1259 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1260
1261         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1262
1263 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1264
1265         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1266
1267 2000-07-05  Dave Love  <fx@gnu.org>
1268
1269         * utf7.el: Doc and header fixes.
1270
1271         * gnus-sum.el: Doc fixes.
1272
1273         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1274         defalias, not fset.
1275
1276         * flow-fill.el (fill-flowed-point-at-eol)
1277         (fill-flowed-point-at-bol): Use defalias, not fset.
1278
1279         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1280         (gnus-Plain-save-name): Delete -- apparently bogus.
1281
1282 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * nnsoup.el: Use expand-file-name throughout.
1285
1286 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1287
1288         * nnmail.el (nnmail-read-incoming-hook): New example.
1289
1290 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * mm-view.el (mm-inline-text): Check whether the text has already
1293         been decoded.
1294
1295 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1296
1297         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1298
1299 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1300
1301         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1302
1303 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1304
1305         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1306         unsend flags.
1307
1308 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1309
1310         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1311         name in authinfo (.authinfo now support ports, no need for the
1312         hack).
1313         (nnimap-split-find-rule): Fix.
1314         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1315
1316 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1317
1318         * message.el (message-unquote-tokens): Remove all quotes.
1319
1320 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1321
1322         * gnus-ml.el: New file. 
1323
1324 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * nnultimate.el (nnultimate-request-close): New function.
1327
1328         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1329
1330 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1331
1332         * Makefile.in: Better support for xemacs builds
1333
1334 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1335
1336         * gnus.el: Gnus v5.8.7 is released.
1337
1338 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1341
1342 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1343
1344         * message.el (message-do-fcc): Encode MIME.
1345
1346 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1347
1348         * lpath.el: Fbind image-size.
1349
1350 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1351
1352         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1353         (nnimap-assoc-match): New function.
1354         (nnimap-split-find-rule): Support extended syntax.
1355
1356 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1357
1358         * nnimap.el (nnimap-open-connection): Use port stuff.
1359
1360         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1361         document port and defaultport.
1362
1363 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1364
1365         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1366
1367 2000-06-26  Dave Love  <fx@gnu.org>
1368
1369         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1370
1371         * message.el: Remove unnecessary `require'ments.  Defvar
1372         gnus-list-identifiers when compiling.  Don't try to autoload
1373         variable `gnus-list-identifiers'.  Autoload
1374         gnus-group-name-charset.
1375         (message-fetch-field): Don't assume `format' removes text
1376         properties.
1377         (message-strip-list-identifiers, message-reply, message-followup):
1378         Require gnus-sum.
1379         (message-mode): Tidy XEmacs conditionals.
1380         (message-replace-chars-in-string): Use subst-char-in-string when
1381         available.
1382
1383         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1384         Define if necessary.
1385
1386         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1387         removes text properties.
1388
1389         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1390
1391         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1392
1393         * gnus-score.el (gnus-summary-score-entry): Likewise.
1394
1395 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * nnimap.el (nnimap-request-post): Fix parenthesis.
1398
1399 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1400
1401         * message.el (message-unquote-tokens): New function.
1402
1403         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1404
1405         * nnimap.el (nnimap-request-post): Ditto.
1406
1407 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1408
1409         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1410
1411         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1412         patch commited 2000-04-02).
1413
1414 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1415
1416         * imap.el (imap-mailbox-examine-1): New function.
1417         (imap-message-copyuid-1):
1418         (imap-message-appenduid-1): Use it, instead of
1419         `imap-mailbox-examine' which would utf-7 encode mailbox name
1420         twice.
1421
1422 2000-06-19  Dave Love  <fx@gnu.org>
1423
1424         * mm-uu.el Don't require message.  Require cl when compiling.
1425
1426 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1427
1428         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1429         a local variable.
1430         * gnus-sum.el (gnus-orphan-score): Move here.
1431
1432 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1433
1434         * message.el (message-forward): Remove show-mml condition.
1435         (message-forward-ignored-headers): Remove X-Gnus headers.
1436
1437 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1438
1439         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1440
1441 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1442
1443         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1444
1445 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1446
1447         * message.el (message-syntax-checks): Add type.
1448
1449 2000-06-07  Dave Love  <fx@gnu.org>
1450
1451         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1452         put-image.
1453         (mm-inline-image): Defalias, not fset.
1454
1455         * gnus.el (gnus-group-startup-message): Don't specify string for
1456         insert-image.
1457
1458         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1459         add-minor-mode is available.
1460         (gnus-article-display-xface): Don't specify string for
1461         insert-image.
1462
1463 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1464
1465         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1466         (gnus-topic-insert-topic-line): Use shownp.
1467         (gnus-topic-hide-topic): Don't use hidden.
1468         (gnus-topic-show-topic): Don't use hidden.
1469
1470 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1471
1472         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1473         system.
1474         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1475         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1476         * gnus-util.el (gnus-output-to-rmail): Ditto.
1477         (gnus-output-to-mail): Ditto.
1478         (gnus-write-buffer): Ditto.
1479         * gnus-uu.el (gnus-uu-save-article): Ditto.
1480
1481 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1482
1483         * message.el (message-read-from-minibuffer): Typo.
1484
1485 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1486
1487         * gnus-art.el (article-decode-charset): Override non-MIME forward
1488         charset.
1489
1490 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1491
1492         * mml.el (mml-quote-region): Correct the regexp.
1493         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1494
1495 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1496
1497         * message.el (message-forward): Insert raw text.
1498         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1499         (mml-generate-mime-1): Insert raw text in unibyte mode.
1500
1501 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1502
1503         * mm-bodies.el (mm-body-encoding): Always encoded if
1504         `mm-use-ultra-safe-encoding' is set.
1505
1506 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1507
1508         * mml.el (ange-ftp-name-format): Typo.
1509
1510 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1511
1512         * gnus-start.el (gnus-get-unread-articles): If
1513         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1514         try to do anything on that server.
1515         
1516 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1517
1518         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1519         from latest draft.
1520
1521 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1522
1523         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1524         is open.
1525
1526 2000-05-24  Dave Love  <fx@gnu.org>
1527
1528         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1529
1530 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1531
1532         * gnus.el (gnus-redefine-select-method-widget): new function, call
1533         it once. Add an "other" entry for unknown but editable backend
1534         name symbols.
1535         * gnus-start.el (gnus-declare-backend): use it.
1536
1537 2000-05-19  Dave Love  <fx@gnu.org>
1538
1539         * gnus-art.el (gnus-article-next-page): Revert last change.
1540
1541 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1542
1543         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1544
1545 2000-05-19  Dave Love  <fx@gnu.org>
1546
1547         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1548         not mm-inline-large-images.
1549
1550 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1551
1552         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1553
1554 2000-05-18  Dave Love  <fx@gnu.org>
1555
1556         * gnus-art.el: Use defalias, not fset.
1557         (gnus-article-x-face-command): Don't test for xbm.
1558         (gnus-article-next-page): Redisplay before testing point in window.
1559
1560 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1561
1562         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1563         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1564
1565 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1566
1567         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1568         gnus-summary-save-in-rmail.
1569         * message.el (message-output): Ditto.
1570
1571 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1574
1575 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1576
1577         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1578         is a charset.
1579         * message.el (message-send-news): Check group name charset.
1580         * gnus-msg.el (gnus-post-news): Decode group name.
1581         (gnus-inews-do-gcc): Encode group name.
1582
1583 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1584
1585         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1586         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1587
1588 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1589
1590         * gnus-group.el (gnus-group-mark-line-p): New function.
1591         (gnus-group-goto-group): New parameter.
1592         (gnus-group-remove-mark): Use it.
1593         * gnus-topic.el (gnus-topic-move-group): Ditto.
1594         (gnus-topic-remove-group): Ditto.
1595
1596 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1597
1598         * gnus-group.el (gnus-group-list-dormant): New function.
1599
1600 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1601
1602         * gnus-agent.el (gnus-agent-synchronize): Use
1603         nnheader-insert-file-contents.
1604         (gnus-agent-save-active-1): Ditto.
1605         (gnus-agent-write-active): Ditto.
1606         (gnus-agent-expire): Ditto.
1607         * gnus-cache.el (gnus-cache-read-active): Ditto.
1608         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1609         * gnus-sum.el (gnus-summary-import-article): Ditto.
1610
1611         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1612         (gnus-agent-save-group-info): Ditto.
1613         (gnus-agent-save-alist): Ditto.
1614         * gnus-util.el (gnus-make-directory): Ditto.
1615
1616         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1617
1618 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1619
1620         * mml.el (mml-generate-mime-preprocess-function): New variable.
1621         (mml-generate-mime-postprocess-function): New variable.
1622         (mml-generate-mime-1): Use them.
1623
1624 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1625
1626         * gnus-group.el (gnus-group-apropos): Group name charset.
1627         * gnus-sum.el (gnus-set-mode-line): Ditto.
1628         * gnus-group.el (gnus-group-decoded-name): New function.
1629         (gnus-group-edit-group): Use it.
1630         * gnus-cus.el (gnus-group-customize): Use it.
1631
1632 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1633
1634         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1635
1636 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1637
1638         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1639         (gnus-group-name-charset-group-alist): Ditto.
1640         (gnus-group-name-charset): New function.
1641         (gnus-group-name-decode): New function.
1642         (gnus-group-insert-group-line): Use them.
1643         (gnus-group-prepare-flat-list-dead): Ditto.
1644         (gnus-group-list-active): Ditto.
1645         (gnus-group-describe-all-groups): Ditto.
1646         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1647         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1648         add gnus-group property.
1649         (gnus-browse-group-name): Read gnus-group property.
1650
1651 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1652
1653         * nnfolder.el (nnfolder-possibly-change-group): Use
1654         file-name-coding-system instead of pathname-coding-system.
1655         * nnmail.el (nnmail-find-file): Ditto.
1656         (nnmail-write-region): Ditto.
1657         * nnmh.el (nnmh-retrieve-headers): Ditto.
1658         (nnmh-request-article): Ditto.
1659         (nnmh-request-group): Ditto.
1660         (nnmh-request-list): Ditto.
1661         (nnmh-possibly-change-directory): Ditto.
1662         (nnmh-active-number): Ditto.
1663         * nnml.el (nnml-possibly-change-directory): Ditto.
1664         (nnml-request-list): Ditto.
1665         (nnml-request-article): Ditto.
1666         (nnml-retrieve-headers): Ditto.
1667
1668 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1669
1670         * nnimap.el (nnimap-request-accept-article): Don't unselect
1671         mailbox if no mailbox is selected.
1672
1673 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1674
1675         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1676         Recognize domain names starting with `www.' as starting an URL.
1677
1678 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1679
1680         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1681         (mail-source-keyword-map): Add "subdirs" for maildir.
1682
1683 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1684
1685         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1686         (nnmail-get-new-mail): Use it.
1687         * gnus-start.el (gnus-get-unread-articles): Ditto.
1688
1689 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1690
1691         * gnus-sum.el (gnus-summary-edit-article): Better support for
1692         nndraft:drafts.
1693         * nndraft.el (nndraft-request-replace-article): New function,
1694         bind nnmail-file-coding-system.
1695
1696 2000-05-14  Dave Love  <fx@gnu.org>
1697
1698         * nnheader.el: Replace uses of `fset' with `defalias'.
1699         (jka-compr-compression-info-list): Only defvar when compiling.
1700
1701 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1702
1703         * webmail.el (webmail-netaddress-article): Refresh redirect.
1704
1705 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1706
1707         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1708
1709 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1710
1711         * webmail.el: Translate &nbsp; to SP.
1712
1713 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1714
1715         * message.el (message-bounce): Doc typo.
1716
1717 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1718
1719         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1720         (gnus-soup-store): Ditto.
1721         (gnus-soup-send-packet): Ditto.
1722         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1723         (nnsoup-dissect-buffer): Ditto.
1724         (nnsoup-narrow-to-article): Ditto.
1725         (nnsoup-make-active): Ditto
1726
1727 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1728
1729         * message.el (message-mode): Two parameters for local-variable-p.
1730
1731 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1732
1733         * message.el (message-strip-list-identifiers): New function.
1734         (message-reply): Use it and use message-strip-subject-re.
1735         (message-followup): Ditto.
1736         * gnus-art.el (article-hide-list-identifiers): Remove more.
1737         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1738
1739 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1740
1741         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1742         mail-parset-charset and use non-numeric argument.
1743
1744 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1745
1746         * mml.el (mml-buffer-list): New variable.
1747         (mml-generate-new-buffer): New function.
1748         (mml-destroy-buffers): Ditto.
1749         (mml-insert-mime): Use them.
1750         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1751         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1752         * message.el (message-mode): Ditto.
1753         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1754         (gnus-uu-save-article): Support show-as-mml.
1755         * message.el (message-forward): Ditto.
1756
1757 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1758
1759         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1760         (nndoc-mime-digest-type-p): Locate article head precisely.
1761         * mml.el (mml-generate-default-type): New variable.
1762         (mml-generate-mime-1): Use it.
1763         (mml-insert-mime-headers): Use it.
1764         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1765         (gnus-uu-digest-mail-forward): Use it and call message-forward
1766         with argument digest.
1767         (gnus-uu-save-article): Support message-forward-as-mime.
1768         * message.el (message-forward): Add parameter digest.
1769         * mm-decode.el (mm-dissect-default-type): New variable.
1770         (mm-dissect-buffer): Use it.
1771
1772 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1773
1774         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1775         newline and paragraph to nil when got a non-ascii character. Test
1776         paragraph before newline.
1777
1778 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1779
1780         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1781         limit to 76.
1782
1783 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * nnslashdot.el (nnslashdot-sid-strip): New function.
1786         (nnslashdot-threaded-retrieve-headers): New format.
1787         (nnslashdot-sane-retrieve-headers): Ditto.
1788         (nnslashdot-request-article): Ditto.
1789         (nnslashdot-threaded-retrieve-headers): Thread properly.
1790         (nnslashdot-request-article): Be more lenient.
1791         (nnslashdot-threaded-retrieve-headers): Regexp search.
1792
1793 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1794
1795         * gnus-sum.el (gnus-with-article): Define it before use it.
1796
1797 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1798
1799         * message.el (message-supersede): Use mime-to-mml.
1800         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1801
1802 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * gnus-group.el (gnus-group-list-cached): Don't use
1805         `subst-char-in-string'.
1806
1807 2000-05-08  Dave Love  <fx@gnu.org>
1808
1809         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1810
1811 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1812
1813         * mm-decode.el (mm-interactively-view-part): Append %s if the
1814         method is a single word.
1815         * nnwarchive.el (nnwarchive-type-definition): Typo.
1816
1817 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1818
1819         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1820         function.
1821         (gnus-group-prepare-flat-predicate): Use it.
1822         (gnus-group-list-cached): List dead groups.
1823
1824 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1825
1826         * gnus-art.el (article-decode-charset): Don't decode message with
1827         format.
1828
1829 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1830
1831         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1832         evaluate the Lisp code.
1833
1834 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1835
1836         * gnus-art.el (article-wash-html): New function.
1837         (gnus-article-wash-html): Bind.
1838         (gnus-article-make-menu-bar): Menu item.
1839         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1840         (gnus-summary-make-menu-bar): Menu item.
1841         * gnus.el: Autoload.
1842
1843 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1844
1845         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1846         (gnus-uu-unshar-article): Use it.
1847
1848         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1849         (mailcap-maybe-eval): Use it.
1850
1851         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1852         in docstring.
1853
1854         * mml.el (mml-generate-mime-1): Small comment.
1855
1856 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1857
1858         * gnus-art.el (article-de-base64-unreadable): New function.
1859         (gnus-article-de-base64-unreadable): Bind.
1860         (gnus-article-make-menu-bar): Menu item.
1861         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1862         (gnus-summary-make-menu-bar): Menu item.
1863         * gnus.el: Autoload.
1864
1865 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1866
1867         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1868         (gnus-summary-select-article): Add en/disable multibyte.
1869
1870 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1871
1872         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1873         (gnus-summary-edit-article): New feature: editing raw articles.
1874
1875 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1876
1877         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1878         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1879         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1880         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1881         * mm-decode.el (mm-insert-part): Ditto.
1882
1883 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1884
1885         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1886         (nndoc-forward-type-p): Ditto.
1887
1888 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1889
1890         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1891         value of enable-multibyte-characters.
1892
1893 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1894
1895         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1896
1897 2000-05-03  Dave Love  <fx@gnu.org>
1898
1899         * gnus-ems.el (gnus-article-xface-ring-internal)
1900         (gnus-article-xface-ring-size): New variable.
1901         (gnus-article-display-xface): Use them to cache data.  Don't try
1902         to use XPM.  Set up binary coding for PBM's sake.
1903
1904 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1905
1906         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1907         * gnus-int.el (gnus-request-accept-article): Ditto.
1908         (gnus-request-replace-article): Ditto.
1909         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1910
1911 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1912
1913         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1914
1915 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1916
1917         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1918         field.
1919         * mml.el (mml-to-mime): Use message-default-charset.
1920         (mml-preview): Narrow to headers.
1921         * message.el (message-send-mail): Use message-default-charset.
1922         (message-send-news): Narrow to headers;
1923         use message-default-charset.
1924
1925 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1926
1927         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1928         detect.
1929         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1930         restriction.
1931         (mml-parse-1): Warning message.
1932         (mml-preview): Disable multibyte.
1933
1934 2000-05-03  Dave Love  <fx@gnu.org>
1935
1936         * gnus.el (gnus-group-startup-message): Add newline before image.
1937
1938 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1939
1940         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1941         * message.el (message-send-mail): Use unibyte-buffer.
1942         (message-send-mail): Ditto.
1943
1944 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1945
1946         * gnus.el: Gnus v5.8.6 is released.
1947
1948 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1949
1950         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1951
1952 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1953
1954         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1955
1956 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1957
1958         * message.el (message-send-mail-partially): Use forward-line.
1959
1960 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1961
1962         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1963
1964 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1965
1966         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1967         (mml-insert-mime): No markup only for text/plain.
1968         (mime-to-mml): Remove MIME headers.
1969
1970 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1971
1972         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1973         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1974         as 8-bit.
1975         * lpath.el: Fbind image functions.
1976
1977 2000-04-28  Dave Love  <fx@gnu.org>
1978
1979         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1980         21.
1981
1982         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1983         search order.  Use parse-colon-path and remove some redundancy.
1984         Doc fix.
1985         (mailcap-parse-mimetypes): Code consistently with
1986         mailcap-parse-mailcaps.  Doc fix.
1987
1988         * gnus-start.el (gnus-unload): Iterate over `features', not
1989         `load-history'.
1990
1991 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1992
1993         * mml.el (mml-parse-1): Don't create blank parts.
1994         (mml-read-part): Fix mml tag.
1995         (mml-insert-mime): Convert message/rfc822.
1996         (mml-insert-mml-markup): Add mmlp parameter.
1997
1998 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1999
2000         * message.el (message-send-mail-partially): Remove CTE.
2001
2002 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2003
2004         * lpath.el: Fbind put-image for XEmacs.
2005         * mm-view.el (mm-inline-image): Fset it.
2006
2007 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2008
2009         * nndoc.el (nndoc-type-alist): Change forward regexp.
2010
2011 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2012
2013         * message.el (message-send-mail-partially-limit): Change the
2014         default value.
2015
2016 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
2017
2018         * gnus-util.el (gnus-extract-address-components): Name might be
2019         "".
2020
2021 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
2022
2023         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
2024         (gnus-summary-post-forward): Ditto.
2025         * message.el (message-forward-show-mml): New variable.
2026         (message-forward): Use it.
2027         * mml.el (mml-parse-1): Add tag mml.
2028         (mml-read-part): Ditto.
2029         (mml-generate-mime): Support reentance.
2030         (mml-generate-mime-1): Support mml tag.
2031
2032 2000-04-27  Dave Love  <fx@gnu.org>
2033
2034         * gnus-art.el: Don't bother to require custom, browse-url.
2035         (gnus-article-x-face-command): Include gnus-article-display-xface.
2036
2037         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
2038         Use defalias, not fset.
2039         (gnus-article-display-xface): New function.
2040
2041         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
2042
2043         * mm-decode.el: Small doc fixes.  Require cl when compiling.
2044         (mm-xemacs-p): Deleted.
2045         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
2046         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
2047         use create-image and don't special-case xbm.
2048         (mm-valid-image-format-p): Use display-graphic-p.
2049
2050 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2051
2052         * message.el (message-send-mail-partially-limit): New variable.
2053         (message-send-mail-partially): New function.
2054         (message-send-mail): Use it.
2055         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2056         all blank lines inside of base64.
2057         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
2058         blank lines.
2059
2060 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2061
2062         * mml.el (mml-insert-tag): Match more special characters.
2063
2064 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
2065
2066         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
2067
2068 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2069
2070         * mm-decode.el (mm-inline-media-tests): Add message/partial.
2071         (mm-inlined-types): Ditto.
2072         * mm-partial.el: New file.
2073
2074 2000-04-27  Dave Love  <fx@gnu.org>
2075
2076         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
2077         matter in Emacs 21.
2078
2079 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
2080
2081         * mm-bodies.el (mm-encode-body): Remove reference to
2082         mm-default-charset in comment.
2083
2084 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
2085
2086         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
2087
2088 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2089
2090         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
2091         let.
2092
2093 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
2094
2095         * gnus-draft.el (gnus-draft-setup): Fix comments.
2096
2097 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2098
2099         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
2100         if nnmbox-file-coding-system-for-write is nil.
2101
2102 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2103
2104         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
2105         header if nil.
2106
2107 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2108
2109         * mm-view.el (mm-inline-text): Insert directly if decoded.
2110         * mml.el (autoload): Typo.
2111
2112 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2113
2114         * mml.el (mml-preview): Set up posting-charset.
2115         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
2116
2117 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2118
2119         * webmail.el: Fix yahoo mail.
2120
2121 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2122
2123         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
2124         word if not necessary.
2125         (rfc2047-encode-region): Put space between encoded words.
2126
2127 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2128
2129         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
2130
2131 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2132
2133         * gnus-draft.el (gnus-draft-setup): Restore mml only when
2134         required.
2135         (gnus-draft-edit-message): Require restoration.
2136
2137 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2138
2139         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
2140         back.
2141
2142 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2143
2144         * gnus-art.el (gnus-treat-article): Make sure that the summary
2145         buffer is live.
2146
2147 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2148
2149         * mailcap.el (mailcap-parse-mailcaps): Reorder.
2150         (mailcap-parse-mailcap): Backwards parsing.
2151         (mailcap-possible-viewers): Remove nreverse.
2152         (mailcap-mime-info): Ditto.
2153         (mailcap-add-mailcap-entry): Keep alternative viewer.
2154
2155 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2156
2157         * gnus.el: Gnus v5.8.5 is released.
2158
2159 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2162
2163         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2164
2165         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2166
2167 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2168
2169         * mm-view.el (mm-inline-message): Disable prepare-hook.
2170
2171 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus.el: Fix copyright statements.
2174
2175         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2176         variable.
2177         (gnus-articles-to-read): Use it.
2178
2179         * message.el (message-get-reply-headers): Bind free variable.
2180
2181 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2182
2183         * message.el (message-get-reply-headers): Fix to-address.
2184
2185 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2186
2187         * webmail.el: Hotmail fix. Add a debug function.
2188
2189 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-sum.el (t): M-down and M-up.
2192
2193 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2194
2195         * gnus-sum.el: Doc fix.
2196
2197 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2198
2199         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2200
2201 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2204         string.
2205         (nnweb-request-group): Don't scan twice.
2206         (nnweb-request-scan): Don't nix out the hashtb.
2207
2208         * message.el (message-get-reply-headers): Return a value.
2209
2210 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2211
2212         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2213         urls.
2214
2215 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2218         order messages are inserted.
2219
2220         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2221         message/rfc822 parts.
2222
2223         * gnus-art.el (gnus-article-read-summary-keys): Check for
2224         numerical values.
2225
2226         * message.el (message-get-headers): Made into own function.
2227         (message-reply): Use it.
2228         (message-get-reply-headers): Renamed.
2229         (message-widen-reply): New command.
2230
2231 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2232
2233         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2234
2235 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2236
2237         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2238         non-base64 text at the end if not found.
2239
2240 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2241
2242         * gnus-sum.el (gnus-read-move-group-name):
2243         (gnus-summary-move-article): Use `gnus-group-method' to find out
2244         what method the manually entered group belong to.
2245         `gnus-group-name-to-method' doesn't return any method parameters
2246         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2247         for new groups so they wouldn't work.
2248
2249 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2252         override.
2253
2254 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2255
2256         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2257         probably good to do, or something.  I dunno.  I just write these
2258         ChangeLog entries, and my name is Lars.
2259
2260 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2261
2262         * message.el (message-caesar-region): Use translate-region.
2263
2264 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2265
2266         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2267
2268 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2271         variables, because that makes Emacs flash.
2272
2273         * gnus-group.el (gnus-group-insert-group-line): Don't call
2274         gnus-group-add-icon unconditionally.
2275
2276         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2277
2278         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2279         xmas.
2280         (gnus-group-glyph-directory): Removed.
2281
2282 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2283
2284         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2285         gnus-newsgroup-name is "".
2286
2287 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2288
2289         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2290         in conjunction with MULE-UCS.
2291
2292 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2293
2294         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2295
2296 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * dgnushack.el (last, mapcon, member-if, union): New compiler
2299         macros for emulating cl functions.
2300
2301 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2302
2303         * message.el (message-shorten-references): Only cater to broken
2304         INN for news. This caters for broken smtpd.
2305
2306 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * mailcap.el (mailcap-mime-info): Use the first match; not the
2309         last.
2310
2311         * gnus-agent.el (gnus-category-kill): Save the category list.
2312
2313 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2314
2315         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2316
2317 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2320
2321 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2324
2325 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2326
2327         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2328         (gnus-group-list-cached): Use it.
2329
2330 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * gnus.el: Update all the copyright notices.
2333
2334 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2335
2336         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2337         non-base64 text at the end.
2338
2339 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2342
2343 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * nnheader.el: Don't autoload cancel-function-timers.
2346
2347         * message.el (message-fetch-field): Fold case.
2348
2349 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2350
2351         * message.el (message-forward-before-signature): New variable.
2352
2353 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2354
2355         * gnus-mlspl.el: Fix stuff.
2356
2357 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2360         subjects when unthreaded.
2361
2362 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2363
2364         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2365         well.
2366
2367 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2368
2369         * gnus-art.el (gnus-article-mode): Fix variable name.
2370
2371 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * mm-view.el: Fix autoload.
2374
2375         * flow-fill.el (flow-fill): Fix provide.
2376
2377         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2378         nil.
2379
2380 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2381
2382         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2383
2384 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-util.el (gnus-netrc-machine): Didn't work.
2387
2388 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2389
2390         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2391
2392 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * flow-fill.el: Renamed from fill-flowed.
2395
2396         * message.el (message-forward-ignored-headers): Default to
2397         removing CTE.
2398
2399 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2400
2401         * message.el (message-mode): Don't fill headers.
2402
2403 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * message.el (message-pipe-buffer-body): Use shell
2406
2407 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2408
2409         * nnvirtual.el (nnvirtual-request-article):
2410         Bind gnus-override-method to nil.
2411         (nnvirtual-request-update-mark): Don't update mark when
2412         article is not there.
2413
2414 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2415
2416         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2417
2418 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-util.el (gnus-parse-netrc): Allow "port".
2421         (gnus-netrc-machine): Take a port param.
2422         (gnus-netrc-machine):
2423
2424         * gnus-art.el (gnus-request-article-this-buffer): Allow
2425         re-selecting referenced articles.
2426
2427         * message.el (message-cancel-news): Allow editing.
2428         (message-cancel-message): Add newline.
2429
2430 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2431
2432         * mm-view.el (mm-inline-image-emacs): New function.
2433
2434 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * mail-source.el (mail-source-delete-incoming): Change default in
2437         cvs.
2438
2439 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2440
2441         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2442         function.
2443
2444 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * nnml.el (nnml-request-expire-articles): Use it.
2447
2448         * nnmail.el (nnmail-expiry-target): New variable.
2449         (nnmail-expiry-target-group): New function.
2450
2451 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2452
2453         * message.el (message-forward): Add non-MIME separators.
2454
2455 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * message.el (message-generate-headers): Respect the syntax check
2458         spec.
2459
2460         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2461         (gnus-remove-thread): Don't show all threads.
2462
2463 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2464
2465         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2466
2467 2000-04-19  Dave Love  <fx@gnu.org>
2468
2469         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2470
2471 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2472
2473         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2474         (nnwarchive-egroups-*): Ditto.
2475         (nnwarchive-url): Unibyte buffer and single line cookie.
2476
2477 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2478
2479         * mm-util.el (mm-char-or-char-int-p): New alias.
2480         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2481         entities.
2482
2483 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2484
2485         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2486         article case insensitively.
2487
2488 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2489
2490         * mail-source.el (mail-source-fetch-webmail): Use the default
2491         password provided in mail-sources; use webmail:subtype:user as
2492         the key.
2493
2494 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2495
2496         * mail-source.el (mail-source-fetch-webmail): Use
2497         mail-source-password-cache.
2498
2499 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2500
2501         * webmail.el: Add netscape mail and fix HotMail mail.
2502
2503 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2504
2505         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2506
2507 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2508
2509         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2510         RFC822.PEEK if server support IMAP4rev1.
2511         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2512         RFC822.TEXT.PEEK if server support IMAP4rev1.
2513         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2514         RFC822.HEADER if server support IMAP4rev1.
2515         (nnimap-request-article-part): Support bodydetail in response
2516         data.
2517
2518 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2519
2520         * fill-flowed.el: New file.
2521
2522         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2523         text/plain parts with `format' parameters.
2524
2525         * mm-view.el (autoload): Autoload fill-flowed.
2526         (mm-inline-text): For "plain" parts with a format=flowed
2527         parameter, call `fill-flowed'.
2528
2529 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2532         slashdot ids.
2533
2534 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2537         format.
2538
2539 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2540
2541         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2542         `imtest' too.
2543         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2544         (imap-gssapi-program): New variable.
2545         (imap-streams): Add gssapi.
2546         (imap-stream-alist): Ditto.
2547         (imap-authenticators): Ditto.
2548         (imap-authenticator-alist): Ditto.
2549         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2550         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2551         1.6.x `imtest' syntax.
2552         (imap-gssapi-stream-p): New function.
2553         (imap-gssapi-open): Ditto.
2554         (imap-gssapi-auth-p): Ditto.
2555         (imap-gssapi-auth): Ditto.
2556         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2557         (imap-send-command): Use buffer-local `imap-client-eol' value.
2558
2559         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2560         lines and turn TAB into SPC before parsing.
2561
2562 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2563
2564         * nnheader.el (nnheader-group-pathname): Make sure to return a
2565         directory.
2566         * nnmail.el (nnmail-group-pathname): Ditto.
2567
2568 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2569
2570         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2571         might split in the middle of a message-id.
2572
2573 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2576         groups from the server.
2577
2578         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2579         (gnus-summary-toggle-header): Update the wash status.
2580
2581         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2582         Moved here.
2583
2584         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2585         setting.
2586
2587         * nnmail.el (nnmail-get-active): Use it.
2588         (nnmail-parse-active): New function.
2589
2590         * mm-view.el (mm-inline-text): Support the new version of
2591         vcard.el.
2592
2593         * gnus-sum.el (gnus-summary-move-article): Only delete article
2594         when moving junk.
2595         (gnus-deaden-summary): Bury the buffer.
2596
2597         * nnmail.el (nnmail-group-pathname): Ditto.
2598
2599         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2600
2601 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2602
2603         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2604         whether Mule.
2605
2606 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * message.el (message-send-mail): Protect against unloaded Gnus.
2609
2610         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2611         parent.
2612         (gnus-topic-update-topic-line): Yes, do.
2613         (gnus-topic-goto-missing-group): Tally the correct number of
2614         unread articles before inserting the topic line.
2615
2616 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2619
2620 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * mm-decode.el (mm-dissect-buffer): Ditto.
2623
2624         * gnus-art.el (article-decode-charset): Strip CTE.
2625
2626         * ietf-drums.el (ietf-drums-strip): New function.
2627
2628         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2629         when prompting in read-only groups.
2630
2631 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2632
2633         * imap.el (imap-send-command): Change EOL-chars when
2634         `imap-client-eol' differs from default, not only for kerberos4.
2635         (imap-mailbox-status): Get encoded mailbox's status.
2636
2637 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2638
2639         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2640         into `mail-source-password-cache'.
2641
2642 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2643
2644         * mm-util.el (mm-mime-charset): Check for presence of
2645         `coding-system-get' and `get-charset-property' (recent XEmacs has
2646         the former, but not the latter).
2647
2648 2000-01-28  Dave Love  <fx@gnu.org>
2649
2650         * message.el (message-check-news-header-syntax): Fix typo
2651         `newsgroyps'.
2652         (message-talkative-question): Put temp buffer in fundamental-mode.
2653         (message-recover): Use fundamental-mode in the right buffer.
2654
2655         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2656         right buffer.
2657
2658 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2659
2660         * qp.el (quoted-printable-decode-region): Add charset parameter.
2661         (quoted-printable-decode-string): Ditto.
2662
2663         * gnus-art.el (article-de-quoted-unreadable): Use it.
2664
2665 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2666
2667         * nnimap.el (nnimap-split-predicate): New variable.
2668         (nnimap-split-articles): Use it.
2669
2670 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2671
2672         * utf7.el: Change email address.
2673
2674 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * gnus-group.el (gnus-group-catchup): Purge split history.
2677
2678 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2679
2680         * nnmail.el (nnmail-generate-active): Support extended group name.
2681         (nnmail-get-active): Ditto.
2682
2683 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2684
2685         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2686         group names, don't remove anything.
2687
2688 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2689
2690         * webmail.el (webmail-my-deja-open): My-deja changes.
2691
2692 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2693
2694         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2695
2696 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2697
2698         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2699
2700 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2701
2702         * gnus.el (gnus-other-frame): Fix typo.
2703
2704 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2705
2706         * gnus-cus.el (gnus-group-customize): Fix typo.
2707
2708 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * nnweb.el (nnweb-insert): Simplified.
2711
2712 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * gnus-art.el (gnus-article-mode-map): "e" is
2715         gnus-summary-edit-article.
2716
2717 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2718
2719         * mailcap.el (mailcap-mime-extensions): Add .diff.
2720
2721 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2722
2723         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2724         there is no "%s" in the method.
2725
2726 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2727
2728         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2729
2730 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2733
2734         * gnus.el: Really always pop up a new frame.
2735
2736         * parse-time.el (parse-time-rules): Allow 100-110 to be
2737         2000-2010.
2738
2739         * time-date.el (date-to-time): Don't use timezone.
2740
2741 2000-01-06  Dave Love  <fx@gnu.org>
2742
2743         * time-date.el: Add keywords.
2744         (date-to-time): Add autoload cookie.  Canonicalize with
2745         timezone-make-date-arpa-standard.
2746         (time-to-seconds): Avoid caddr.
2747         (safe-date-to-time): Add autoload cookie.
2748
2749         * base64.el: Require cl when compiling.
2750
2751 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2752
2753         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2754         eyecandy.
2755         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2756         group line using gnus-group-add-icon.
2757         (gnus-group-icons): Added customize group.
2758         (gnus-group-icon-list): Added variable.
2759         (gnus-group-glyph-directory): Added variable.
2760         (gnus-group-icon-cache): Added variable.
2761         (gnus-group-running-xemacs): Added variable.
2762         (gnus-group-add-icon): Added function. Add an icon to the current
2763         line according to gnus-group-icon-list.
2764         (gnus-group-icon-create-glyph): Added function.
2765
2766 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus-sum.el (gnus-summary-select-article): Return whether we
2769         selected something new.
2770         (gnus-summary-search-article): Start searching at the window
2771         point.
2772
2773         * gnus-group.el (gnus-fetch-group): Complete over
2774         gnus-active-hashtb.
2775
2776 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2777
2778         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2779
2780 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-sum.el (gnus-preserve-marks): New variable.
2783         (gnus-summary-move-article): Use it.
2784         (gnus-group-charset-alist): Added more entries.
2785
2786 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2789
2790         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2791         as the default score.
2792
2793         * gnus-score.el (gnus-score-delta-default): Changed name.
2794
2795 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2796
2797         * imap.el (imap-parse-literal):
2798         (imap-parse-flag-list): Don't care about props.
2799         (imap-parse-string): Handle quoted characters.
2800
2801 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2804         (gnus-summary-mark-article): Doc fix.
2805         (gnus-summary-mark-forward): Doc fix.
2806         (t): Changed keystroke for gnus-summary-customize-parameters.
2807
2808         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2809         "e".
2810         (gnus-article-mode-map): No, don't.
2811
2812         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2813         of the final article.
2814
2815         * mm-decode.el (mm-interactively-view-part): Error on no method.
2816
2817 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2818
2819         * gnus-score.el (gnus-score-insert-help): Something.
2820
2821         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2822
2823         * gnus-win.el (gnus-configure-frame): Ditto.
2824
2825         * gnus-mh.el (gnus-summary-save-in-folder): Use
2826         with-current-buffer.
2827
2828 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * nnwarchive.el: Changed file perms.
2831
2832 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * gnus-group.el (gnus-group-delete-groups): New command.
2835         (gnus-group-delete-group): Extra no-prompt parameters.
2836
2837 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2840         <p>.
2841
2842 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2843
2844         * webmail.el (webmail-hotmail-article): Don't insert message id.
2845
2846 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2847
2848         * nnimap.el (nnimap-split-fancy): New variable.
2849         (nnimap-split-fancy): New function.
2850
2851 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2852
2853         (nnimap-split-rule): Document symbol value.
2854
2855 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2856
2857         * nnimap.el (nnimap-retrieve-headers-progress): Let
2858         `nnheader-parse-head' parse article.
2859         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2860         request headers needed by `nnheader-parse-head'.
2861
2862 1999-12-23  Florian Weimer  <fw@s.netic.de>
2863
2864         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2865         value (crosspostings are handled), improve documentation.
2866
2867         * smiley.el: Declare file coding system as iso-8859-1.
2868
2869         * nnultimate.el: Dito.
2870
2871         * message.el: Dito.
2872
2873         * gnus-cite.el: Dito.
2874
2875         * gnus-spec.el: Dito.
2876
2877 1999-12-21  Florian Weimer  <fw@s.netic.de>
2878
2879         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2880         (gnus-setup-message): No longer make `message-posting-charset'
2881         buffer-local.
2882         (gnus-setup-posting-charset): Reflect the new layout of
2883         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2884
2885         * message.el (message-send-mail): Bind `message-this-is-mail' and
2886         `message-posting-charset'.
2887         (message-send-news): Dito, and honour new layout of
2888         `message-posting-charset'.
2889         (message-encode-message-body): Ignore `message-posting-charset'.
2890
2891         * mm-bodies.el (mm-body-encoding): Consider
2892         `message-posting-charset' when deciding whether to use 8bit.
2893
2894         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2895         (rfc2047-encodable-p): Now solely for headers; use
2896         `message-posting-charset'.
2897
2898 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2899
2900         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2901
2902 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2903
2904         * nnagent.el (nnagent-server-opened): Optional.
2905         (nnagent-status-message): Optional.
2906
2907 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2908
2909         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2910         end (referenced by instructions in
2911         `gnus-cited-opened-text-button-line-format-alist').
2912
2913 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2914
2915         * imap.el (imap-starttls-open): Typo.
2916
2917 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2918
2919         * mm-util.el (mm-charset-after): Non-MULE case.
2920         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2921         * rfc2047.el (rfc2047-dissect-region): Bind it.
2922
2923 1999-12-18  Florian Weimer  <fw@s.netic.de>
2924
2925         * mml.el (mml-generate-multipart-alist): Correct default value.
2926
2927         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2928         (mm-safer-encoding): New function.
2929         (mm-content-transfer-encoding): Use both.
2930
2931         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2932         * qp.el (quoted-printable-encode-region): Dito.
2933
2934 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2935
2936         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2937
2938 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2939
2940         * webmail.el (webmail-hotmail-list): raw=0.
2941
2942 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2943
2944         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2945         group name.
2946
2947 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2948
2949         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2950
2951 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2952
2953         * imap.el: Don't autoload digest-md5.
2954         (imap-starttls-open): Bind coding-system-for-{read,write}.
2955         (imap-starttls-p): Check if we can find starttls.el.
2956         (imap-digest-md5-p): Check if we can find digest-md5.el.
2957
2958 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2959
2960         * base64.el (base64-encode-string): Accept 2nd argument
2961         `no-line-break'.
2962
2963         * imap.el: Require `digest-md5' when compiling; add autoload
2964         settings for `digest-md5-parse-digest-challenge',
2965         `digest-md5-digest-response', `starttls-open-stream' and
2966         `starttls-negotiate'.
2967         (imap-authenticators): Add `digest-md5'.
2968         (imap-authenticator-alist): Setup for `digest-md5'.
2969         (imap-digest-md5-p): New function.
2970         (imap-digest-md5-auth): New function.
2971         (imap-stream-alist): Add STARTTLS entry.
2972         (imap-starttls-p): New function.
2973         (imap-starttls-open): New function.
2974
2975 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2976
2977         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2978
2979 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2980
2981         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2982         string-to-x function.
2983
2984 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2985
2986         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2987
2988 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2989
2990         * webmail.el: Enhance hotmail-snarf.
2991
2992 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2993
2994         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2995
2996 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2997
2998         * webmail.el (webmail-hotmail-list): Search no-error.
2999
3000 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3001
3002         * nnwarchive.el: Support nov-is-evil.
3003         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
3004         Set it if non-nil.
3005         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
3006
3007 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
3008
3009         * nnagent.el (nnagent-server-opened): Redefine.
3010         (nnagent-status-message): Ditto.
3011
3012 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
3013
3014         * rfc1843.el (rfc1843-decode-region): Use
3015         buffer-substring-no-properties.
3016         * gnus-art.el (article-decode-HZ): New function.
3017
3018 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3019
3020         * nnheader.el (nnheader-translate-file-chars): Only in full path.
3021
3022 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
3023
3024         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
3025         MIME charset not a MULE charset.
3026
3027 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3028
3029         * gnus-ems.el: Translate more ugly characters.
3030         * nnheader.el (nnheader-translate-file-chars): Don't translate
3031         the second ':'.
3032
3033 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3034
3035         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
3036         method if cannot find the article.
3037
3038 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3039
3040         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
3041         method if overrided.
3042
3043 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3044
3045         * mail-source.el (mail-source-fetch-webmail): Parameter
3046         dontexpunge.
3047
3048 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
3049
3050         * webmail.el: Support my-deja. Better error report.
3051
3052 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3053
3054         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
3055         is bad.
3056         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
3057         is not 1.
3058
3059 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3060
3061         * nnslashdot.el (nnslashdot-request-article): A space.
3062
3063 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
3064
3065         * nnagent.el: Support different backend with same name.
3066
3067 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3068
3069         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
3070         archived group.
3071         (nnslashdot-sane-retrieve-headers): Ditto.
3072         (nnslashdot-request-article): Ditto.
3073
3074 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
3075
3076         * nnweb.el (nnweb-insert): Narrow to point.
3077
3078 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3079
3080         * nnweb.el (nnweb-insert): Follow refresh url.
3081         * nnslashdot.el: Use it.
3082
3083 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3084
3085         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
3086         (nnweb-decode-entities-string): New function.
3087
3088         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
3089         nnweb-* and move to nnweb.el.
3090         * nnwarchive.el: Use nnweb-decode-entities, etc.
3091         * webmail.el: Ditto.
3092
3093         * nnslashdot.el: Use nnweb-decode-entities-string.
3094         (nnslashdot-decode-entities): Remove.
3095
3096 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
3097
3098         * nnslashdot.el: Decode entities.
3099
3100 1999-12-12  Dave Love  <fx@gnu.org>
3101
3102         * gnus-agent.el (gnus-category-edit-groups)
3103         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
3104         expansion of setf, fixed.
3105
3106 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
3107
3108         * gnus-agent.el: Revoke last Dave Love's patch, because of
3109         incompatibility of XEmacs.
3110
3111 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3112
3113         * mm-uu.el: Change headers.
3114         * rfc1843.el: Ditto.
3115         * uudecode.el: Ditto.
3116
3117 1999-12-07  Dave Love  <fx@gnu.org>
3118
3119         * gnus-agent.el (gnus-category-edit-predicate)
3120         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
3121         inside backquote to avoid it at runtime.
3122
3123 1999-12-07  Dave Love  <fx@gnu.org>
3124
3125         * binhex.el: Require cl when compiling.
3126
3127 1999-12-04  Dave Love  <fx@gnu.org>
3128
3129         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
3130
3131 1999-12-04  Dave Love  <fx@gnu.org>
3132
3133         * mm-util.el (mm-delete-duplicates): New function.
3134         (mm-write-region): Use it.
3135
3136         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
3137
3138         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
3139         mm-delete-duplicates.
3140
3141         * imap.el (imap-open, imap-debug): Avoid mapc.
3142
3143         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
3144
3145         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
3146         (gnus-multi-decode-encoded-word-string): Avoid mapc.
3147
3148         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
3149         runtime.
3150
3151         * gnus.el (gnus-select-method): Likewise.
3152
3153         * nnheader.el (nnheader-nov-read-integer): Likewise.
3154
3155         * mm-view.el (mm-inline-message): Require cl when compiling.
3156         Avoid ignore-errors at runtime.
3157         (mm-inline-text): Avoid mapc.
3158
3159 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3160
3161         * gnus-art.el (article-decode-charset): Widen is bad.
3162
3163 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3164
3165         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3166
3167 1999-12-12  Florian Weimer  <fw@s.netic.de>
3168
3169         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3170         indicate that only US-ASCII is permitted.
3171         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3172         use unencoded 8-bit characters in message headers.
3173
3174 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3175
3176         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3177         CRLF.
3178
3179 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3180
3181         * webmail.el: Require url-cookie.
3182
3183 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3184
3185         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3186         new function to make modified caesar table.
3187         (nnwarchive-from-r13): Use it.
3188         (nnwarchive-mail-archive-article): Improved.
3189
3190 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3191
3192         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3193
3194 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3195
3196         * nnweb.el (nnweb-request-article): Return cons.
3197
3198 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3199
3200         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3201
3202 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3203
3204         * mm-util.el (mm-with-unibyte): New macro.
3205         * nnweb.el (nnweb-init): Use it.
3206
3207 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3208
3209         * mm-util.el (mm-charset-after): New function.
3210         (mm-find-mime-charset-region): Set charsets after
3211         delete-duplicates and use find-coding-systems-region.
3212         (mm-find-charset-region): Remove composition.
3213
3214         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3215
3216         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3217
3218 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3219
3220         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3221         * mml.el (mml-confirmation-set): New variable.
3222         (mml-parse-1): Ask user to confirm.
3223
3224 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3225
3226         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3227         are scanned when we have directory mail-sources (the mail source
3228         is modified in that case, so we must scan it for all
3229         groups/methods).
3230
3231 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3232
3233         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3234         and nnml-article-file-alist.
3235
3236 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3237
3238         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3239         nnmail-fetched-sources.
3240
3241 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3242
3243         * mm-util.el (mm-find-charset-region): Use the last charset.
3244
3245 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3246
3247         * gnus.el (gnus-select-method): Made the option list prettier.
3248
3249 1999-12-08  Florian Weimer  <fw@s.netic.de>
3250
3251         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3252         for the `de' newsgroups hierarchy, as it is common practice there.
3253
3254
3255 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3256
3257         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3258         buffer-string arguments. Fix references.
3259
3260 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3261
3262         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3263         (gnus-agent-batch-fetch): Use it.
3264         (gnus-agent-fetch-session): Use it.
3265
3266 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3267
3268         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3269
3270 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3271
3272         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3273         nil.
3274
3275 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3276
3277         * nnslashdot.el (nnslashdot-request-list): There were two
3278         top-level body-forms.  Put a `progn' around them.
3279
3280         * gnus.el (gnus-select-method): Use `condition-case'
3281         instead of `ignore-errors', since cl may not be loaded when the
3282         form is evaluated.
3283
3284 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3285
3286         * nnwarchive.el: Support www.mail-archive.com.
3287
3288 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3289
3290         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3291         do anything.
3292
3293 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3294
3295         * utf7.el: New file, written by Jon K Hellan.
3296
3297         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3298         default to t.
3299
3300 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3303
3304         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3305         current.
3306         (gnus-refer-article-methods): New function.
3307         (gnus-summary-refer-article): Use it.
3308
3309 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3310
3311         * nnimap.el (nnimap-retrieve-groups): Return active format.
3312
3313         * nnimap.el (nnimap-replace-in-string): Removed.
3314         (nnimap-request-list):
3315         (nnimap-retrieve-groups):
3316         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3317
3318 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3319
3320         * imap.el: Use format-spec for ssl program.
3321         * imap.el (imap-ssl-arguments): Removed.
3322         (imap-ssl-open-{1,2}): Removed.
3323
3324 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3325
3326         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3327         instead of `ignore-errors', since cl may not be loaded when the
3328         form is evaluated.
3329
3330 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3331
3332         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3333         (mm-7bit-chars): New variable.
3334         (mm-body-7-or-8): Use it in both cases.
3335
3336 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3337
3338         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3339           defcustom definitions.
3340
3341 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3342
3343         * mm-decode.el (mm-display-part): Let mm-display-external return
3344         inline or external.
3345         (mm-display-external): For copiousoutput methods, insert output in
3346         buffer.
3347
3348 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3349
3350         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3351         buffer.
3352
3353 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus-audio.el: An M too far.
3356
3357         * gnus-msg.el (gnus-setup-message): One backtick too many.
3358
3359         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3360         a function, not a variable.
3361
3362 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3363
3364         * gnus-score.el (gnus-score-body): Widen before requesting.
3365
3366 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3369
3370 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3371
3372         * mail-source.el (mail-source-fetch-webmail): Bind
3373         mail-source-string.
3374
3375 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3376
3377         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3378         (gnus-uu-unmark-by-regexp): Ditto.
3379
3380         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3381         dead groups.
3382
3383 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3386         do their real thing.
3387
3388         * nnmh.el (nnmh-be-safe): Doc fix.
3389
3390         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3391
3392         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3393         status line has arrived before we count it.
3394
3395         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3396
3397         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3398         Whitespace problems.
3399
3400         * gnus-win.el (gnus-configure-windows): Error fix.
3401
3402         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3403         right function.
3404
3405         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3406         Indent all functions.  Fix all comments to match the comment
3407         conventions.  Double-space after full stop.
3408
3409 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3410
3411         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3412         value to divide received mails into my favorite groups and I met
3413         an error.  It takes place if the length of a element "VALUE" in
3414         nnmail-split-fancy is less than two.
3415
3416 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3417
3418         * mml.el (mml-insert-part): New function.
3419
3420 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * lpath.el: Add `sc-cite-regexp'.
3423
3424 1999-12-02  Dave Love  <fx@gnu.org>
3425
3426         * mm-decode.el: Customize.
3427
3428 1999-12-03  Dave Love  <fx@gnu.org>
3429
3430         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3431         the W3 stuff isn't available.
3432
3433 1999-12-03  Dave Love  <fx@gnu.org>
3434
3435         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3436         at runtime.
3437
3438 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3439
3440         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3441
3442 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3443
3444         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3445         don't be fooled by "From nobody" lines added by respooling.
3446
3447         * pop3.el (pop3-movemail): Write crashbox in binary.
3448         (pop3-get-message-count): New function.
3449
3450         * mail-source.el (mail-source-primary-source): New variable.
3451         (mail-source-report-new-mail-interval): New variable.
3452         (mail-source-idle-time-delay): New variable.
3453         (mail-source-new-mail-available): New internal variable.
3454         (mail-source-fetch-pop): Clear new mail flag, when mail from
3455         primary source has been fetched.
3456         (mail-source-check-pop): New function.
3457         (mail-source-new-mail-p): New function.
3458         (mail-source-start-idle-timer): New function.
3459         (mail-source-report-new-mail): New function.
3460         (mail-source-report-new-mail): New internal variable.
3461         (mail-source-report-new-mail-timer): New internal variable.
3462         (mail-source-report-new-mail-idle-timer): New internal variables.
3463
3464 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3465
3466         * gnus-cus.el (gnus-group-customize): Customize fix.
3467
3468 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3469
3470         * message.el (message-send-mail-with-sendmail): Use
3471         message-make-address.
3472
3473 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3474
3475         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3476
3477 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3478
3479         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3480
3481 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3482
3483         * mml.el (mml-insert-tag): Don't close the tag.
3484         (mml-insert-empty-tag): New function.
3485         (mml-attach-file): Use mml-insert-empty-tag instead of
3486         mml-insert-tag.
3487         (mml-attach-buffer): Ditto.
3488         (mml-attach-external): Ditto.
3489         (mml-insert-multipart): Ditto.
3490
3491 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3492
3493         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3494         the article number.
3495
3496 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3497
3498         * gnus.el (gnus-find-method-for-group): The method of a new group
3499         is not the native one.
3500
3501 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3504
3505 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * nnultimate.el (nnultimate-retrieve-headers): Use
3508         mm-with-unibyte-current-buffer.
3509         (nnultimate-request-article): Ditto.
3510
3511 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3512
3513         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3514
3515 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3516
3517         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3518         * nnweb.el (nnweb-retrieve-headers): Use it.
3519         (nnweb-request-article): Use it.
3520
3521         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3522         case matching failed.
3523
3524 1999-12-02  John Wiegley <jwiegley@inprise.com>
3525
3526         * mail-source.el (mail-source-keyword-map): Add backslash to
3527         Delete-flag.
3528
3529 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3532         Latin-1.
3533         (gnus-group-charset-alist): No, don't.
3534
3535         * nnweb.el (nnweb-init): Make the buffer unibyte.
3536
3537 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3538
3539         * mail-source.el (mail-source-set-common-1): Fix to get the
3540         default value.
3541
3542 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3545
3546         * nnultimate.el (nnultimate-request-list): Use unibyte.
3547
3548         * gnus-uu.el (gnus-uu-grab-articles): Bind
3549         gnus-display-mime-function to nil.
3550
3551         * message.el (message-send-mail-with-sendmail): Use the
3552         user-mail-address variable.
3553
3554         * gnus-art.el (gnus-ignored-headers): More headers.
3555
3556         * message.el (message-shorten-1): Use list.
3557
3558 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3561         signatures.
3562
3563         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3564         (nnweb-dejanews-create-mapping): Do the properish date.
3565
3566 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3567
3568         * mail-source.el (mail-source-common-keyword-map): New variable.
3569         (mail-source-bind-common): New macro.
3570         (mail-source-fetch): Support plugged mail source.
3571         * gnus-int.el (gnus-request-scan): Use them.
3572
3573 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * mm-view.el (mm-inline-message): Check whether charset is a
3576         string.
3577
3578         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3579
3580         * message.el (message-mode-map): Changed keystroke for
3581         message-yank-buffer.
3582
3583 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3584
3585         * message.el (message-shorten-references): Cut references to 31
3586         elements, then either fold them or shorten them to 988 characters.
3587         (message-shorten-1): New function.
3588         (message-cater-to-broken-inn): New variable.
3589
3590 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3591
3592         * nnslashdot.el (nnslashdot-lose): New function.
3593
3594 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * mm-view.el (mm-inline-message): Not the right type of charset is
3597         being fetched here.  Let the group charset rule.
3598         (mm-inline-message): Ignore us-ascii.
3599
3600 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3601
3602         * mail-source.el (mail-source-fetch-maildir): work around the
3603         ommitted "file-regular-p" in efs/ange-ftp
3604
3605 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3608         (mml-generate-mime-1): Use the encoding param.
3609
3610         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3611
3612         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3613         gnus-art before binding its variables.
3614
3615         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3616         after the MIME.
3617
3618 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3619
3620         * message.el (message-clone-locals): Use it.
3621
3622         * gnus-msg.el (gnus-configure-posting-styles): Make
3623         user-mail-address local.
3624
3625 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3626
3627         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3628         once.
3629
3630 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3633         (message-clone-locals): Ditto.
3634
3635         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3636         group inherit reply-to or from.
3637
3638 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3639
3640         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3641         for charset.
3642         (gnus-summary-show-article-charset-alist): New variable.
3643
3644         * mm-bodies.el (mm-decode-string): Support gnus-all and
3645         gnus-unknown.
3646         (mm-decode-body): Ditto.
3647         * rfc2047.el (rfc2047-decode): Ditto.
3648
3649 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * mail-source.el (mail-source-delete-incoming): Change default to
3652         t.
3653
3654 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3655
3656         * gnus.el: Pterodactyl Gnus v0.99 is released.
3657
3658 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3661
3662         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3663         spec.
3664
3665         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3666         (gnus-configure-posting-styles): No, don't.
3667         (gnus-configure-posting-styles): Allow overriding files.
3668
3669         * gnus-art.el (gnus-header-button-alist): Use browse-url
3670         directly.
3671
3672         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3673
3674         * gnus-msg.el (gnus-summary-yank-message): New command and
3675         keystroke.
3676
3677         * message.el (message-yank-buffer): New command.
3678         (message-buffers): New function.
3679
3680         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3681         next group in a more normal fasion.
3682
3683         * mml.el (mml-boundary-function): New variable.
3684         (mml-compute-boundary): Use it.
3685
3686         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3687         that exist for them.
3688
3689         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3690         (gnus-async-timer): New variable.
3691
3692 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * nnultimate.el (nnultimate-request-list): Be more lenient with
3695         root addresses.
3696
3697 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * gnus-art.el (gnus-treatment-function-alist): Do
3700         gnus-treat-capitalize-sentences.
3701
3702 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3703
3704         * webmail.el (webmail-hotmail-article): Hotmail changes the
3705         format.
3706
3707 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3708
3709         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3710         switch to buffer after calling program.
3711         (mm-display-external): Use `shell-command-switch' instead of "-c".
3712
3713 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3716         read groups file.
3717
3718         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3719         <p>.
3720
3721 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * message.el (message-mode): Doc fix.
3724
3725 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3726
3727         * gnus-art.el (article-emphasize): Check group variable.
3728         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3729
3730 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3731
3732         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3733         type.
3734
3735 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3736
3737         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3738
3739 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3740
3741         * mml.el (mml-quote-region): Insert ! after the hash.
3742
3743 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3744
3745         * gnus-group.el (gnus-group-warchive-address-history): Change to
3746         nil.
3747
3748 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3749
3750         * webmail.el: Support mail.yahoo.com.
3751
3752         * mail-source.el (mail-source-fetch-webmail): Add password check.
3753         (mail-source-keyword-map): Use `subtype'.
3754
3755 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3756
3757         * mail-source.el (mail-source-keyword-map): Add webmail.
3758         (mail-source-fetcher-alist): Ditto.
3759         (mail-source-fetch-webmail): New function.
3760         * webmail.el: New file.
3761
3762 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3763
3764         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3765
3766 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3767
3768         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3769
3770 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3773         (nnultimate-prune-days): New function.
3774         (nnultimate-create-mapping): Use it.
3775         (nnultimate-request-group): Only fetch the groups list if it has
3776         not been done before.
3777         (nnultimate-retrieve-headers): Don't write groups.
3778         (nnultimate-create-mapping): Off-by-one error.
3779
3780 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3783         threaded subjects.
3784
3785 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * nnwarchive.el: Lots of changes make agent happy.
3788
3789 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3790
3791         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3792         hashtb.
3793
3794 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3795
3796         * mm-decode.el (mm-display-external): Write region with binary
3797         mode.
3798
3799 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3800
3801         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3802
3803 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3804
3805         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3806         (mm-uu-test): Now it is in restricted region.
3807
3808         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3809
3810         * mm-view.el (mm-view-message): Fix buffer leak.
3811         (mm-inline-message): Support 'gnus-decoded.
3812
3813         * mm-bodies.el (mm-decode-body): Ditto.
3814
3815         * rfc2047.el (rfc2047-decode-region): Ditto.
3816
3817 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3818
3819         * imap.el (require): Added autoload for base64-encode-string.
3820
3821 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3822
3823         * gnus.el (gnus-refer-article-method): Made list value
3824         customizable.
3825
3826 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3827
3828         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3829         NOFORCE in Emacs case.
3830
3831 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3832
3833         * gnus-art.el (gnus-request-article-this-buffer): Set
3834         gnus-newsgroup-name.
3835
3836 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3837
3838         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3839         NOFORCE.
3840
3841 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3842
3843         * gnus-start.el (gnus-get-unread-articles): Check server before
3844         scanning.
3845
3846 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3849
3850         * nnslashdot.el (nnslashdot-login-name): New variable.
3851         (nnslashdot-password): Ditto.
3852         (nnslashdot-request-post): New function.
3853
3854         * gnus-art.el (gnus-treat-buttonize): More testing.
3855
3856         * mm-encode.el: Another CVS test.
3857
3858         * gnus-art.el (gnus-treat-emphasize): Change default.
3859         (gnus-treat-buttonize): Ditto.
3860         (gnus-treat-buttonize): This is a test.
3861
3862         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3863         (gnus-build-sparse-threads): Ditto.
3864         (gnus-build-all-threads): Ditto.
3865
3866         * nnheader.el (make-full-mail-header): Make into a subst.
3867
3868         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3869         unless w3 is supplied.
3870
3871         * gnus.el (gnus-refer-article-method): Doc fix.
3872
3873         * gnus-sum.el: Do not accept a prefix.
3874         (gnus-summary-refer-article): Accept a list of select methods.
3875
3876 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3877
3878         * Makefile.in: Change `^  *' to `\t'.
3879
3880 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3881
3882         * message.el (message-forward): Pay attention to prefix argument
3883         again and forward all headers when it is set, regardless of the
3884         value of message-forward-ignored-headers.
3885
3886 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3887
3888         * dgnushack.el (dgnushack-compile): Vpath file.
3889
3890         * Makefile.in (SHELL): VPATH support.
3891
3892 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * gnus-ems.el: Check for cygwin32.
3895
3896 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3897
3898         * mm-decode.el (mm-display-external): Use 'non-viewer.
3899
3900 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3901
3902         * base64.el (base64-encode-string): An alias for base64-encode for
3903         compatibility.
3904
3905 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3906
3907         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3908         nntp-inhibit-erase.
3909
3910 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3911
3912         * gnus-start.el (gnus-get-unread-articles): Use
3913         nnfoo-retrieve-groups to find new news, if available.
3914         (gnus-read-active-file-2): New function.
3915         (gnus-get-unread-articles): Use it.
3916         (gnus-read-active-file-1): Ditto.
3917
3918 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * mm-util.el (mm-find-mime-charset-region): Make sure
3921         find-coding-systems-for-charsets is fbound.
3922
3923         * gnus-ems.el: Typo fix.
3924
3925 1999-11-13  Florian Weimer  <fw@s.netic.de>
3926
3927         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3928         it's available and makes sense.
3929
3930 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3931
3932         * gnus-score.el (gnus-score-save): Translate score file.
3933
3934 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3935
3936         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3937         added fetchflag and dontexpunge keywords.
3938         (mail-source-fetch-imap): Use them.
3939
3940 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3941
3942         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3943         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3944         `defconst'.
3945
3946         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3947         `defconst'.
3948         Mention that it is both for group and topic parameters.
3949         (gnus-extra-topic-parameters): New constant, including `subscribe'
3950         parameter.
3951         (gnus-extra-group-parameters): New constant.
3952         (gnus-group-customize): Use them.
3953
3954         * gnus.el (gnus-select-method): Added default value and tag.
3955         (gnus-refer-article-method): Added `DejaNews' customization option.
3956
3957 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3960
3961         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3962         syntax.
3963
3964         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3965
3966         * nnslashdot.el (nnslashdot-group-number): Changed default.
3967
3968         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3969         (nnweb-dejanews-wash-article): Removed.
3970         (nnweb-type-definition): Fetch by id.
3971
3972         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3973         we mean it.
3974
3975         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3976         (nnslashdot-request-list): Use Ultramode as well.
3977         (nnslashdot-date-to-date): Be more lenient.
3978         (nnslashdot-threaded): New function.
3979
3980 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3983
3984 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3985
3986         * nnweb.el (nnweb-type-definition): /=dnc
3987
3988 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3991         dates.
3992         (nnultimate-retrieve-headers): Wrong ordering.
3993
3994 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3995
3996         * message.el (message-forward-as-mime): New variable.
3997
3998 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
4001
4002 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4003
4004         * mail-source.el (mail-source-movemail-and-remove): New function.
4005         (mail-source-keyword-map): Add `function' for `maildir'.
4006         (mail-source-fetch-maildir): Use it.
4007
4008 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4009
4010         * nnwarchive.el: New file.
4011         * gnus-group.el (gnus-group-make-warchive-group): New function.
4012         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
4013
4014 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
4017         subjects.
4018
4019 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
4020
4021         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
4022
4023 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * nnultimate.el (nnultimate-open-server): Do address.
4026         (nnultimate-forum-table-p): New function.
4027
4028         * nnweb.el (nnweb-insert-html): Renamed.
4029         (nnweb-insert): New function.
4030
4031         * nnultimate.el (nnultimate-insert-html): New function.
4032
4033         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
4034         if nov is evil.
4035         (nnslashdot-retrieve-headers): use the sane version instead.
4036
4037 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * nnslashdot.el (nnslashdot-request-article): Fold case.
4040
4041         * nnultimate.el: New file.
4042
4043         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
4044         unless wanted.
4045
4046         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
4047         (gnus-read-active-file-1): Separated into own function.
4048         (gnus-read-active-file): Catch quits.
4049
4050         * nnslashdot.el (nnslashdot-request-article): Search better on
4051         first article.
4052         (nnslashdot-request-list): Fold case.
4053         (nnslashdot-retrieve-headers): Ditto.
4054
4055 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus.el: Autoload gnus-subscribe-topics.
4058
4059 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
4060
4061         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
4062         before dot.
4063         * gnus-util.el (gnus-write-active-file): Ditto.
4064
4065 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4066
4067         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
4068         function.
4069         * gnus-cache.el (gnus-cache-file-name): Use it.
4070         * gnus-agent.el (gnus-agent-group-path): Use it.
4071         * nnmail.el (nnmail-group-pathname): Use it.
4072
4073 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
4074
4075         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
4076         if cooked.
4077         * gnus-util.el (gnus-write-active-file): Write cooked active file.
4078         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
4079         * gnus.el (gnus-short-group-name): "..." proof.
4080
4081 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4082
4083         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
4084         support nnslashdot.
4085
4086 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
4089         many articles.
4090         (nnslashdot-generate-active): New function.
4091         (nnslashdot-request-newgroups): Use it.
4092
4093         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
4094         names.
4095
4096         * nnslashdot.el (nnslashdot-request-newgroups): New function.
4097         (nnslashdot-request-list): Not moderated.
4098
4099 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
4100
4101         * nnimap.el (nnimap-open-server): Remove error signal if
4102         nnimap-server-buffer is nil (the check should've been `boundp').
4103
4104         * imap.el (imap-log):
4105         * nnimap.el (nnimap-debug): Disable debugging by default.
4106
4107 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
4110
4111         * gnus-topic.el (gnus-subscribe-topic): New function.
4112
4113         * nnslashdot.el (nnslashdot-request-list): Give out extended group
4114         names.
4115
4116         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
4117         if starting with a quote.
4118
4119 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4120
4121         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
4122         group name.
4123
4124 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * nnslashdot.el: New file.
4127
4128         * nnheader.el (nnheader-insert-header): New function.
4129
4130         * gnus-art.el (gnus-mime-internalize-part): Bind
4131         mm-inlined-types.
4132
4133         * nndraft.el (nndraft-request-expire-articles): Do all the backup
4134         files.
4135
4136 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4137
4138         * emacs-mime.texi (Customization): Document mm-inline-override-types
4139
4140 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4141
4142         * emacs-mime.texi (Customization): Document mm-inline-override-types
4143
4144 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4145
4146         * emacs-mime.texi (Customization): Document mm-inline-override-types
4147
4148 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
4149
4150         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
4151         (smiley-toggle-buffer): New function.
4152         (smiley-buffer): Don't quote the function.
4153         (smiley-toggle-extents): Ditto.
4154
4155 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4158         empty buffers.
4159
4160 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * gnus-art.el (gnus-article-mode-map): Use the summary article
4163         edit.
4164
4165 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4166
4167         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4168
4169 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4172
4173 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4174
4175         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4176         is list or not before condition.
4177
4178 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4179
4180         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4181
4182 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4183
4184         * gnus-art.el (gnus-emphasis-alist): New value.
4185
4186 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4187
4188         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4189         `buffer-substring'.
4190
4191 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192
4193         * gnus-art.el (article-date-ut): Keep the updated timer.
4194         (gnus-emphasis-underline-italic): Doc fix.
4195
4196         * gnus-msg.el (gnus-post-method): Doc fix.
4197         (gnus-post-method): Change default.
4198
4199 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4200
4201         * message.el (message-newline-and-reformat): Improvements.
4202
4203 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * message.el (message-newline-and-reformat): Don't insert too many
4206         newlines.
4207         (message-newline-and-reformat): Work even if not sc.
4208
4209         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4210
4211         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4212
4213 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4214
4215         * mm-view.el (mm-display-patch-inline): New function.
4216
4217 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4218
4219         * mm-view.el (mm-display-patch-inline): New function.
4220
4221 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4224         group.
4225
4226         * message.el (message-forward): Narrow to the right header.
4227
4228         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4229         dates.
4230
4231         * gnus-msg.el (gnus-configure-posting-styles): Use the
4232         user-full-name function.
4233
4234         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4235         (mm-body-charset-encoding-alist): Default to nil.
4236
4237         * message.el (message-elide-ellipsis): Fix typo.
4238         (message-elide-region): Ditto.
4239         (message-elide-region): Don't insert a newline first.
4240
4241 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4244         gnus-fetch-old-headers.
4245         (gnus-cut-threads): Ditto.
4246         (gnus-summary-initial-limit): Ditto.
4247         (gnus-summary-limit-children): Ditto.
4248
4249         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4250         matches.
4251
4252 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4253
4254         * gnus-art.el (article-decode-encoded-words):
4255         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4256         live.
4257
4258         * gnus.el (gnus-read-method): Add methods from
4259         `gnus-opened-servers' to completion. Map entered method/address
4260         into existing methods if possible.
4261
4262         * gnus-group.el (gnus-group-make-group): Simplify method.
4263
4264         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4265
4266         * mml.el (mml-preview): Remove mail-header-separator before
4267         encoding.
4268
4269 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270
4271         * message.el (message-read-from-minibuffer): New function.
4272
4273 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4274
4275         * gnus.el: Pterodactyl Gnus v0.98 is released.
4276
4277 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4278
4279         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4280
4281 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4282
4283         * mml.el (mml-generate-mime-1): Read attached binary file in
4284         binary mode.
4285
4286 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4287
4288         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4289
4290 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4293
4294 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4295
4296         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4297
4298 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4299
4300         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4301         (gnus-article-mime-match-handle-function): New variable.
4302         (gnus-article-view-part): Make `b' customizable.
4303
4304 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4305
4306         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4307
4308 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4309
4310         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4311
4312 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4313
4314         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4315
4316 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4317
4318         * gnus-srvr.el (gnus-browse-foreign-server): Use
4319         `buffer-substring' instead of `read'.
4320
4321 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4322
4323         * nnimap.el, imap.el, rfc2104.el: New files.
4324
4325         * gnus.el (gnus-valid-select-methods): Add nnimap.
4326
4327         * gnus-group.el (gnus-group-group-map): Add
4328         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4329         (gnus-group-nnimap-expunge): New function.
4330         (gnus-group-nnimap-edit-acl): New function.
4331
4332         * gnus-agent.el (gnus-agent-group-mode-map): Add
4333         gnus-agent-synchronize.
4334         (gnus-agent-synchronize): New function.
4335         (gnus-agent-fetch-group-1): Check if server is open.
4336
4337         * nnagent.el (nnagent-request-set-mark): Save marks.
4338
4339         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4340         (mail-source-fetcher-alist): Map to imap fetcher function.
4341         (mail-source-fetch-imap): New function.
4342
4343         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4344         Hash:.
4345
4346 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4347
4348         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4349         (gnus-topic-sort-topics): New function.
4350         (gnus-topic-make-menu-bar): Add sort-topics.
4351         (gnus-topic-move): New function.
4352         (gnus-topic-move-group): Move the topic if no group selected.
4353
4354 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4355
4356         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4357
4358 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4359
4360         * mm-view.el (mm-inline-message): Fix leaving group bug.
4361
4362 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4363
4364         * gnus-msg.el (gnus-post-method): Use normal method if current is
4365         not available.
4366
4367 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4368
4369         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4370         (nnmail-insert-lines): Ditto.
4371
4372 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4373
4374         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4375         line.
4376
4377         * message.el (message-unsent-separator): One more separator.
4378
4379 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4380
4381         * nnfolder.el (nnfolder-request-move-article): For empty article,
4382         search till (point-max).
4383         (nnfolder-retrieve-headers): Ditto.
4384         (nnfolder-request-accept-article): Ditto.
4385         (nnfolder-save-mail): Ditto.
4386         (nnfolder-insert-newsgroup-line): Ditto.
4387
4388 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4389
4390         * qp.el (quoted-printable-encode-region): Check eobp.
4391
4392 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4393
4394         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4395
4396 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4397
4398         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4399         wait-for-reply.
4400
4401 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4402
4403         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4404         (mm-uu-forward-end-line): Ditto.
4405
4406 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4407
4408         * binhex.el (binhex-decode-region): don't consider the value of
4409         `enable-multibyte-characters' in XEmacs.
4410
4411         * gnus-start.el (gnus-read-descriptions-file): ditto.
4412
4413         * mm-util.el (mm-multibyte-p): ditto.
4414         (mm-with-unibyte-buffer): ditto.
4415         (mm-find-charset-region): use `mm-multibyte-p'.
4416
4417         * mm-bodies.el (mm-decode-body): ditto.
4418         (mm-decode-string): ditto.
4419
4420         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4421         `enable-multibyte-characters' in XEmacs.
4422
4423 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4424
4425         * mm-util.el (mm-binary-coding-system): Try binary first.
4426
4427 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4428
4429         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4430
4431 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4432
4433         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4434         format.
4435         (article-date-ut): Find correct insert position.
4436
4437 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4438
4439         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4440         forwarded message.
4441
4442 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4445         groups.
4446
4447         * message.el (message-resend): Use message mode when prompting.
4448
4449         * gnus-art.el (article-hide-headers): Mark wash.
4450         (article-emphasize): Ditto.
4451
4452 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4453
4454         * message.el (message-newline-and-reformat): Work for SC.
4455
4456 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4459
4460         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4461
4462 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4463
4464         * mm-decode.el mm-inline-override-types: New variable
4465
4466         * mm-decode.el (mm-inline-override-p): New function
4467
4468         * mm-decode.el (mm-inlined-p): Use it
4469
4470 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4471
4472         * mm-decode.el mm-inline-override-types: New variable
4473
4474         * mm-decode.el (mm-inline-override-p): New function
4475
4476         * mm-decode.el (mm-inlined-p): Use it
4477
4478 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4479
4480         * gnus.el: Pterodactyl Gnus v0.97 is released.
4481
4482 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4483
4484         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4485         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4486         3 args.
4487
4488 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489
4490         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4491         buffer for params.
4492
4493         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4494         line.
4495
4496         * message.el (message-forward-ignored-headers): New variable.
4497
4498         * gnus-art.el (gnus-article-prepare-display): Nix out
4499         gnus-article-wash-types.
4500
4501         * gnus-agent.el (gnus-agent-create-buffer): New function.
4502         (gnus-agent-fetch-group-1): Use it.
4503         (gnus-agent-start-fetch): Ditto.
4504
4505         * gnus-sum.el (gnus-summary-exit): Don't use
4506         `gnus-use-adaptive-scoring'.
4507
4508         * mail-source.el (mail-source-fetch-pop): Only store password when
4509         successful.
4510
4511         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4512
4513 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4514
4515         * message.el (message-reply): Use it.
4516         (message-dont-reply-to-names): New variable.
4517
4518         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4519
4520         * mm-util.el (mm-preferred-coding-system): Typo fix.
4521
4522         * message.el (message-bounce): Work for non-MIME.
4523
4524         * gnus.el (gnus-short-group-name): Short the right parts of the
4525         name.
4526
4527 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4528
4529         * mm-encode.el (mm-qp-or-base64): New version.
4530
4531 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4532
4533         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4534
4535 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4536
4537         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4538         of restricted region.
4539         (gnus-mime-display-single): Set beg at correct point.
4540
4541 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4542
4543         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4544
4545 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4546
4547         * gnus-msg.el (gnus-configure-posting-styles): Let
4548         `gnus-posting-styles' have its say in posting-style: local
4549         variable `styles' is already bound to `gnus-posting-styles' so
4550         don't rebind it to nil.
4551
4552 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4553
4554         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4555         Message-ID.
4556
4557 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4558
4559         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4560         quoted-printable-encode-region.
4561
4562         * qp.el (quoted-printable-encode-region): Assume charset
4563         encoded. Fold every line in the region.
4564
4565 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4566
4567         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4568         of active file.
4569
4570 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4571
4572         * message.el (message-mode): allows whitespaces between multiple
4573         instances of the fill character ">".
4574
4575 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4576
4577         * mm-encode.el (mm-qp-or-base64): Fix.
4578
4579 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * message.el (message-send): Too much and.
4582
4583 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4584
4585         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4586
4587 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * gnus-score.el (gnus-score-headers): Work for nil scores.
4590
4591 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592
4593         * gnus-cache.el (gnus-cache-write-active): Write full names.
4594
4595         * gnus-util.el (gnus-write-active-file): Accept full name.
4596
4597         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4598         (mm-assoc-string-match): New function.
4599         (mm-display-inline): Use it.
4600
4601         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4602
4603         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4604
4605 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4606
4607         * mml.el (mml-generate-multipart-alist): New variable.
4608
4609 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4612
4613 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4614
4615         * message.el (message-send): More helpful error message if sending
4616         fails
4617
4618 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4619
4620         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4621         in newer emacsen, where ?r isn't equal 114.
4622
4623 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4624
4625         * gnus.el: Pterodactyl Gnus v0.96 is released.
4626
4627 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4628
4629         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4630         to get active info if method is covered by agent, otherwise
4631         active info is lost.
4632
4633 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4634
4635         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4636
4637 1999-08-09  Dave Love  <fx@gnu.org>
4638
4639         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4640
4641 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4642
4643         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4644           (already matched by "^X-Pgp"), removed duplicate
4645           X-Mailing-List, added several new junk headers.
4646
4647 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4648
4649         * gnus-art.el (article-decode-charset): Don't assume
4650         gnus-summary-buffer is live.
4651
4652 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4653
4654         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4655
4656 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4657
4658         * gnus-score.el (gnus-home-score-file): Work with absolute path
4659         names.
4660
4661 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4662
4663         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4664         nothing else in the group.
4665
4666 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4667
4668         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4669         the article.
4670
4671 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4672
4673         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4674
4675 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4676
4677         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4678         from mutt.
4679
4680 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4681
4682         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4683         whitespace.
4684
4685 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4686
4687         * mm-util.el (mm-text-coding-system-for-write): New variable.
4688         (mm-append-to-file): New function.
4689         (mm-write-region): New function.
4690
4691         * gnus-art.el (gnus-output-to-file): Use it.
4692         * gnus-util.el (gnus-output-to-rmail): Ditto.
4693         (gnus-output-to-mail): Ditto.
4694         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4695
4696 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4697
4698         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4699
4700         * nnheader.el (nnheader-insert-file-contents): Revert and use
4701         mm-insert-file-contents.
4702         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4703         (nnheader-auto-mode-alist): Removed.
4704
4705         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4706         (mm-insert-file-contents): Add a new parameter for inserting
4707         compressed file literally.
4708
4709         * mml.el (mml-generate-mime-1): Insert non-text literally.
4710
4711         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4712
4713 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4714
4715         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4716
4717 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4718
4719         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4720         koi8-r.
4721
4722 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4723
4724         * mml.el (mml-insert-mime): Decode text.
4725         (mml-to-mime): Narrow to headers-or-head.
4726
4727 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4728
4729         * mm-view.el (mm-inline-text): Check
4730         w3-meta-content-type-charset-regexp.
4731
4732 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4733
4734        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4735        predicate.
4736
4737 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4738
4739         * gnus-mlspl.el: Documentation fixes.
4740
4741 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4742
4743         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4744
4745 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4746
4747         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4748         variables.
4749
4750 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4751
4752         * nnmail.el (nnmail-get-new-mail): "Done".
4753
4754 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4757         interactive.
4758
4759 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4760
4761         * gnus-art.el (article-decode-charset): Fix broken CT.
4762
4763 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4764
4765         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4766         overview buffer if it is killed.
4767
4768 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4769
4770         * gnus-art.el (article-babel): New version.
4771
4772 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4773
4774         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4775
4776 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4777
4778         * gnus.texi (More Threading): Document new variable
4779         `gnus-sort-gathered-threads-function'.
4780
4781 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4782
4783         * gnus.texi (More Threading): Document new variable
4784         `gnus-sort-gathered-threads-function'.
4785
4786 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4787
4788         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4789         usage.
4790
4791 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4792
4793         * mm-util.el (mm-running-xemacs): Removed.
4794         (mm-coding-system-p): New function.
4795         (mm-binary-coding-system): Safe guess.
4796         (mm-text-coding-system): Ditto.
4797         (mm-auto-save-coding-system): Ditto.
4798
4799 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4802         (mm-qp-or-base64): Reversed logic.
4803
4804         * mm-decode.el (mm-save-part-to-file): Let coding system be
4805         binary.
4806
4807 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4808
4809         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4810         be set in topic parameters.
4811
4812 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4813
4814         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4815         (gnus-sort-gathered-threads): Allow the user to specify the
4816         function to use when sorting gathered threads.
4817
4818         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4819         mark cached articles as `undownloaded'.
4820
4821 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4822
4823         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4824         to have buffer local values.
4825
4826 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4827
4828         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4829         types 'g' for 'guess group type.
4830
4831 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4832
4833         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4834         after each regexp in nnmail-list-identifiers, not just after last
4835         one.
4836
4837         * gnus-sum.el (gnus-list-identifiers): New variable.
4838         (gnus-summary-remove-list-identifiers): New function.
4839         (gnus-select-newsgroup): Use it.
4840         (gnus-summary-wash-hide-map): Bind
4841         `gnus-article-hide-list-identifiers' to W W l.
4842         (gnus-summary-make-menu-bar): Add list-identifiers command.
4843
4844         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4845         (gnus-treatment-function-alist): Add variable.
4846         (article-hide-list-identifiers): New function.
4847         (mapcar): Add function.
4848         (gnus-article-hide): Use it.
4849
4850 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4851
4852         * gnus.el: Pterodactyl Gnus v0.95 is released.
4853
4854 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * mm-decode.el (mm-mailcap-command): New function.
4857         (mm-display-external): Use it.
4858
4859         * gnus-art.el (article-make-date-line): Work for India.
4860
4861         * mm-encode.el (mm-qp-or-base64): Typo.
4862
4863         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4864
4865 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4866
4867         * gnus.el: Pterodactyl Gnus v0.94 is released.
4868
4869 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4870
4871         * pop3.el: New version.
4872
4873 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * mm-encode.el (mm-qp-or-base64): New function.
4876         (mm-content-transfer-encoding): Use it.
4877
4878         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4879
4880 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4881
4882         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4883
4884         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4885
4886 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4887
4888         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4889         keystroke.
4890
4891         * mailcap.el (mailcap-mime-types): New function.
4892
4893         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4894
4895         * message.el (message-goto-eoh): Really go to the end.
4896
4897 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4898
4899         * message.el (message-make-date): Do the right thing in with
4900         sub-hour time zones.
4901
4902 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4905         report.
4906
4907 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4908
4909         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4910
4911 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4912
4913         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4914         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4915         and use t as default value.
4916
4917 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4918
4919         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4920         gnus-summary-buffer is live.
4921
4922 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4923
4924         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4925
4926 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4927
4928         * message.el (message-bounce): Do MIME bounces MIMEy.
4929
4930         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4931
4932 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * mailcap.el (mailcap-mime-extensions): Changed patch to
4935         text/x-patch.
4936
4937         * mm-decode.el (mm-display-external): Wrong placement of paren.
4938
4939 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4940
4941         * gnus.el: Pterodactyl Gnus v0.93 is released.
4942
4943 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4944
4945         * gnus-cus.el (gnus-group-parameters): New entries for
4946         gnus-group-split.
4947
4948         * gnus-mlspl.el: Renamed functions and variables so as to
4949         start with gnus-group-split.
4950         * gnus.el: Adjust autoload entries.
4951
4952 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4953
4954         * gnus-mlspl.el: Removed trailing t from comment and provide.
4955         Renamed functions and variables to start with gnus-mlsplit.
4956         Added autoload comments.
4957         * gnus.el: Added autoload entries.
4958
4959 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4960
4961         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4962         so that matches excluded by RESTRICTs do not cause the whole split
4963         to be ignored.  This also fixes a long-standing bug in which a
4964         split with \N substitutions wouldn't cause cross-posting as
4965         expected.
4966
4967         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4968         (nnmail-split-it): Implement them.
4969
4970         * nnmail.el (nnmail-split-fancy): Document ! splits.
4971
4972 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4973
4974         * pop3.el: New version.
4975
4976 1999-07-05  Simon Josefsson
4977
4978         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4979
4980 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4983
4984 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4985
4986         * gnus-util.el (gnus-write-active-file): Use real name.
4987
4988         * gnus-agent.el (gnus-agent-expire): Update active file
4989         method by method.
4990
4991 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4992
4993         * nndraft.el (nndraft-request-article): Use difference
4994         coding-systems for queue and drafts.
4995
4996         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4997         nndraft:drafts.
4998
4999         * mm-util.el (mm-auto-save-coding-system): New coding system.
5000
5001         * message.el (message-draft-coding-system): Use it.
5002
5003 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
5004
5005         * mm-uu.el: More customizable and less aggressive.
5006
5007 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
5010         when plugged.
5011
5012         * mml.el (mml-generate-mime-1): Don't insert nofile files.
5013         (mml-insert-mml-markup): Accept a nofile.
5014         (mml-insert-mime): Insert nofile.
5015
5016         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
5017
5018         * mm-decode.el (mm-handle-media-type): New function.
5019         (mm-handle-media-supertype): New function.
5020         (mm-handle-media-subtype): New function.
5021         Use new functions throughout. "/"))
5022
5023 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * gnus-art.el (gnus-treat-predicate): Typo.
5026
5027 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
5030
5031 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032
5033         * gnus-art.el (article-date-ut): UT!  Default it!
5034
5035 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5036
5037         * gnus.el: Pterodactyl Gnus v0.92 is released.
5038
5039 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
5040
5041         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
5042
5043 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * nntp.el (nntp-retrieve-groups): Don't do anything when not
5046         connected.
5047
5048         * gnus-start.el (gnus-active-to-gnus-format): Only save active
5049         when plugged.
5050
5051         * mm-view.el (mm-inline-message): Ignore remove-spec.
5052
5053         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
5054         is bound.
5055
5056         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
5057
5058         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
5059
5060         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
5061         start.
5062
5063         * message.el (message-fill-yanked-message): Remove `t' arg.
5064
5065         * gnus-group.el (gnus-group-kill-group): Message killing of
5066         groups.
5067
5068         * mm-util.el (mm-preferred-coding-system): New function.
5069         (mm-mime-charset): Use it.
5070
5071         * mml.el (mml-generate-mime-1): Charset-encode message parts.
5072
5073 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
5074
5075         * gnus-mlsplt.el: New file.
5076
5077 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078
5079         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
5080         functions.
5081         (mm-attachment-override-p): Take a handle instead of a type.
5082         (mm-inlined-p): Ditto.
5083         (mm-automatic-display-p): Ditto,
5084         (mm-inlinable-p): Ditto.
5085
5086         * nndraft.el (nndraft-request-expire-articles): Delete backup
5087         files.
5088
5089         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
5090
5091         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
5092
5093 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
5094
5095         * nnmail.el (nnmail-split-it): Allow .*.
5096
5097 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * mm-decode.el (mm-inline-large-images-p): Renamed.
5100
5101         * gnus-art.el (article-date-ut): Always look in the current buffer
5102         for the Date header.
5103
5104         * mml.el (mml-validate): New command.
5105
5106         * mailcap.el (mailcap-possible-viewers): Revert to string-match
5107         since we are dealing with regexps.
5108
5109 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5110
5111         * gnus.el: Pterodactyl Gnus v0.91 is released.
5112
5113 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * gnus-agent.el (gnus-agent-save-active-1): New function.
5116         (gnus-agent-save-active): use it.
5117         (gnus-agent-save-groups): Ditto.
5118
5119         * gnus-cache.el (gnus-cache-write-active): Use it.
5120
5121         * gnus-agent.el (gnus-agent-write-active): Use it.
5122
5123         * gnus-util.el (gnus-write-active-file): New function.
5124
5125         * gnus-agent.el (gnus-agent-write-active): New function to keep
5126         lower boundaries and canceled groups.
5127         (gnus-agent-save-groups): Use it.
5128         (gnus-agent-save-active): Use it.
5129         (gnus-agent-save-group-info): Only write active files.
5130         (gnus-agent-expire): Update active file.
5131
5132         * mm-decode.el (mm-inlinable-part-p): Removed.
5133         (mm-user-display-methods): Default to nil.
5134         (mm-user-display-methods): Removed.
5135         (add-mime-display-method): Removed.
5136         (mm-automatic-display): Renamed.
5137         (mm-automatic-display-p): Use it.
5138         (mm-inlined-types): New variable.
5139         (mm-inlined-p): New function.
5140
5141         * message.el (message-reply): Bind message-this-is-mail.
5142
5143 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
5144
5145         * smiley.el (smiley-buffer): Fix for NT.
5146
5147 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148
5149         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
5150
5151         * message.el (message-check-news-header-syntax): Protect against
5152         nil froms.
5153
5154         * mm-util.el (mm-auto-mode-alist): New.
5155
5156         * mml.el (mml-generate-mime-1): Ditto.
5157
5158         * gnus.el: Use mm-insert-file-contents throughout instead of
5159         nnheader.
5160
5161         * mm-util.el (mm-insert-file-contents): New function.
5162
5163 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5164
5165         * gnus.el: Pterodactyl Gnus v0.90 is released.
5166
5167 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5168
5169         * mailcap.el (mailcap-possible-viewers): Use string=.
5170
5171 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5172
5173         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5174         (mm-uu-forward-end-line): New variable.
5175         (mm-uu-begin-line): Handle forwarded message.
5176         (mm-uu-identifier-alist): Ditto.
5177         (mm-uu-dissect): Ditto.
5178
5179 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5180
5181         * lpath.el: Two free variables.
5182
5183 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5184
5185         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5186         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5187         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5188
5189         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5190         (nnfolder-file-coding-system-for-write): New variable.
5191         (nnfolder-active-file-coding-system): New variable.
5192         (nnfolder-active-file-coding-system-for-write): New variable.
5193         (nnfolder-save-active): New function.
5194         (nnfolder-save-buffer): Use them.
5195         (nnfolder-possibly-change-group): Ditto.
5196         (nnfolder-request-list-newsgroups): Ditto.
5197         (nnfolder-request-create-group): Ditto.
5198         (nnfolder-request-expire-articles): Ditto.
5199         (nnfolder-request-move-article): Ditto.
5200         (nnfolder-request-accept-article): Ditto.
5201         (nnfolder-request-delete-group): Ditto.
5202         (nnfolder-request-rename-group): Ditto.
5203         (nnfolder-possibly-change-folder): Ditto.
5204         (nnfolder-read-folder): Ditto.
5205         (nnfolder-request-list): Remove pathname-coding-system.
5206         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5207
5208         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5209         (nnmail-file-coding-system-1): Removed.
5210         (nnmail-find-file): Use nnmail-pathname-coding-system.
5211         (nnmail-write-region): Ditto.
5212
5213         * nnmbox.el (nnmbox-file-coding-system): New variable.
5214         (nnmbox-file-coding-system-for-write): New variable.
5215         (nnmbox-active-file-coding-system): New variable.
5216         (nnmbox-active-file-coding-system-for-write): New variable.
5217         (nnmbox-save-buffer): New function.
5218         (nnmbox-save-active): New function.
5219         (nnmbox-request-scan): Use them.
5220         (nnmbox-request-expire-articles): Ditto.
5221         (nnmbox-request-move-article): Ditto.
5222         (nnmbox-request-accept-article): Ditto.
5223         (nnmbox-request-replace-article): Ditto.
5224         (nnmbox-request-delete-group): Ditto.
5225         (nnmbox-request-rename-group): Ditto.
5226         (nnmbox-request-create-group): Ditto.
5227
5228         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5229         (mm-running-ntemacs): Removed.
5230
5231         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5232
5233 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5234
5235         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5236
5237 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5238
5239         * qp.el (quoted-printable-encoding-characters): Support lower case.
5240
5241 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5242
5243         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5244         (rfc2047-b-encode-region): Encode line by line.
5245
5246 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * mm-util.el (mm-find-mime-charset-region): Fix.
5249
5250 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5251
5252         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5253         (mm-find-mime-charset-region): Ditto.
5254
5255 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5256
5257         * gnus-sum.el (gnus-summary-move-article): Fix something or
5258         other.
5259
5260 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5261
5262         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5263         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5264         (gnus-summary-enter-digest-group): Use them.
5265         (gnus-summary-setup-default-charset): Ditto.
5266
5267 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5268
5269         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5270
5271 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5274           gnus-newsgroup-name is nil.
5275
5276 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5277
5278         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5279
5280 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5281
5282         * gnus-art.el (article-emphasize): Use correct
5283         gnus-article-emphasis-alist.
5284
5285 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5286
5287         * mm-view.el (mm-inline-text): Fix text/html bug.
5288
5289 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5290
5291         * gnus.el: Pterodactyl Gnus v0.89 is released.
5292
5293 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5294
5295         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5296         * message.el (message-draft-coding-system): Ditto.
5297         * mm-util.el (mm-running-ntemacs): Ditto.
5298
5299 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5300
5301         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5302         cause problem.
5303
5304 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5305
5306         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5307
5308 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5309
5310         * mml.el: require mm-decode.
5311
5312 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5313
5314         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5315
5316 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5317
5318         * mm-view.el (mm-inline-image): Fix image undisplayer.
5319
5320 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5321
5322         * mml.el (mml-insert-multipart): Error in compeling-read.
5323         (mml-insert-tag): Match tags.
5324
5325 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5326
5327         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5328         (gnus-cache-braid-heads): Ditto.
5329         (gnus-cache-retrieve-headers): Ditto.
5330
5331 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5332
5333         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5334
5335 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5338         to string under XEmacs.
5339
5340 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5341
5342         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5343
5344 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5345
5346         * mm-view.el (mm-inline-message): Fix message view bug.
5347         * gnus-art.el (gnus-article-prepare): Ditto.
5348
5349 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5350
5351         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5352
5353 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5354
5355         * gnus.el: Pterodactyl Gnus v0.88 is released.
5356
5357 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5360         usage.
5361
5362         * nnmail.el (nnmail-get-new-mail): Save info.
5363
5364 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5365
5366         * gnus.el: Pterodactyl Gnus v0.87 is released.
5367
5368 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5369
5370         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5371         (mail-source-run-script): New function.
5372         (mail-source-fetch-pop): Use it.
5373
5374 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5375
5376         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5377
5378 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5379
5380         * gnus.el: Pterodactyl Gnus v0.86 is released.
5381
5382 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * gnus-art.el (gnus-treat-translate): New variable.
5385         (gnus-treat-predicate): Accept a list of regexps.
5386         (gnus-article-treat-custom): Allow a list of regexps.
5387
5388 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5389
5390         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5391         type.
5392
5393 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * gnus-art.el (article-babel): Narrow a bit.
5396
5397         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5398
5399 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5400
5401         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5402         only unread ones.
5403         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5404         articles, not only unread ones.
5405
5406 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5407
5408         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5409         keystroke.
5410
5411         * gnus-art.el (gnus-article-x-face-command): Ditto.
5412
5413         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5414
5415         * gnus.el (gnus-method-simplify): Accept server names.
5416
5417 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5418
5419         * gnus-art.el (article-babel-prompt): New function.
5420         (article-babel): New command.
5421
5422 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5425
5426         * mml.el (mml-generate-mime-1): Don't insert literally.
5427
5428         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5429         (gnus-netrc-syntax-table): Removed.
5430         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5431
5432 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5433
5434         * mm-view.el (mm-inline-text): Fix charset for text/html.
5435
5436 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5437
5438         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5439
5440 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * nnmail.el (nnmail-split-incoming): Return the number of split
5443         mails.
5444         (nnmail-process-babyl-mail-format): Ditto.
5445         (nnmail-process-unix-mail-format): Ditto.
5446         (nnmail-process-mmdf-mail-format): Ditto.
5447         (nnmail-process-maildir-mail-format): Ditto.
5448
5449         * mail-source.el (mail-source-callback): Return the number from
5450         the callback.
5451
5452         * message.el (message-send-mail): Generate Lines.
5453
5454         * mail-source.el (mail-source-call-script): New function.
5455         (mail-source-call-script): New function.
5456
5457 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5458
5459         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5460         (gnus-select-newsgroup): Use it.
5461         (gnus-group-highlight-words-alist): New variable.
5462         (gnus-newsgroup-emphasis-alist): New variable.
5463         (gnus-summary-local-variables):  Use it.
5464         * lpath.el: Use it.
5465         * gnus-art.el (article-emphasize): Use it.
5466         (gnus-emphasis-highlight-words): New face.
5467         * gnus-cus.el (gnus-group-parameters): New parameter.
5468
5469 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5470
5471         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5472         parameter `headers'.
5473         (gnus-cache-enter-article): Ditto.
5474         (gnus-cache-update-article): Ditto.
5475         * gnus-sum.el (gnus-summary-move-article): Ditto.
5476         (gnus-summary-mark-article-as-unread): Ditto.
5477         (gnus-summary-mark-article): Ditto.
5478
5479 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5482         (gnus-posting-style-alist): Removed.
5483         (gnus-message-style-insertions): Ditto.
5484         (gnus-configure-posting-styles): Reimplementation.
5485
5486         * mail-source.el (mail-source-fetch): Error the message.
5487
5488         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5489
5490 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5491
5492         * gnus.el: Pterodactyl Gnus v0.85 is released.
5493
5494 1999-04-20  Michael Cook  <cook@sightpath.com>
5495
5496         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5497           Outlook citation regex.
5498
5499 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5500
5501         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5502         semicolon.
5503
5504 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5505
5506         * gnus-range.el (gnus-remove-from-range): Document range1
5507         modification, protect range2.
5508
5509 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5510
5511         * gnus-sum.el (gnus-update-marks): Protect lists from
5512         gnus-remove-from-range, don't sort twice.
5513
5514 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5515
5516         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5517         function in backend.
5518
5519 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5520
5521         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5522         request-accept-article function in the backend instead of using
5523         the 'respool capability.
5524
5525 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5526
5527         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5528         spurious whitespace at eob.
5529
5530 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5531
5532         * nnmail.el (nnmail-get-new-mail): Check right variable.
5533
5534 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5535
5536         * mailcap.el (mailcap-mime-data): Fix rfc822.
5537
5538 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5539
5540         * nndoc.el (nndoc-nsmail-type-p): New function.
5541         (nndoc-type-alist): Recognize nsmail.
5542
5543 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5544
5545         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5546         *before* `article-hide-headers' deletes the information.
5547
5548 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * gnus-sum.el (gnus-summary-save-parts): New command and
5551         keystroke.
5552         (gnus-summary-save-parts-1): New function.
5553         (gnus-summary-iterate): Buggy.
5554
5555         * mm-decode.el (mm-save-part-to-file): Made into own function.
5556
5557 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * gnus-group.el (gnus-group-set-info): Resist nils.
5560
5561 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5562
5563         * mailcap.el (mailcap-mime-data): Ditto.
5564
5565         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5566
5567         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5568
5569 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5570
5571         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5572         gnus-article-date-lapsed-new-header is t.
5573
5574 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5575
5576         * gnus.el: Pterodactyl Gnus v0.84 is released.
5577
5578 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * gnus-msg.el (gnus-bug-message): Mime change.
5581
5582 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5583
5584         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5585
5586 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5587
5588         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5589         `x-uue'.
5590
5591 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5592
5593         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5594         when authentication is 'password.
5595
5596 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5597
5598         * gnus-win.el (gnus-configure-windows): Accept a setting.
5599
5600 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * mm-util.el (mm-quote-arg): Moved here.
5603
5604         * mm-decode.el (mm-quote-arg): Quote more chars.
5605
5606 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5609         with newlines would create buggy .nov files.
5610
5611         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5612
5613         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5614         end of lines.
5615
5616         * message.el (message-mode): Doc fix.
5617
5618         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5619
5620         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5621
5622         * gnus-art.el (article-date-ut): Rewrite.
5623
5624         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5625         order.
5626
5627         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5628         headers.
5629
5630         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5631
5632 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5633
5634         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5635         (article-date-ut): use it.
5636
5637 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638
5639         * mail-source.el (mail-source-fetch-pop): Call script
5640         asynchronously.
5641
5642 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5643
5644         * gnus.el: Pterodactyl Gnus v0.83 is released.
5645
5646 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5649
5650         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5651
5652         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5653
5654         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5655
5656         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5657
5658         * message.el (message-generate-headers): Accept continuation
5659         headers.
5660
5661 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5662
5663         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5664
5665 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * gnus-art.el (gnus-treatment-function-alist): use
5668         maybe-hide-headers.
5669
5670         * message.el (message-inhibit-body-encoding): Typo.
5671         (message-resend): Inhibit encoding.
5672
5673         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5674
5675         * gnus-art.el (article-remove-cr): Use re-search.
5676
5677         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5678         headers.
5679
5680         * mm-decode.el (mm-quote-arg): Quote '.
5681
5682         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5683
5684         * mm-decode.el (mm-insert-part): Use multibyte for text.
5685
5686         * gnus-start.el (gnus-read-newsrc-file): New variable.
5687         (gnus-read-newsrc-file): Use it.
5688
5689 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5692
5693         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5694         function.
5695
5696 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5697
5698         * gnus.el: Pterodactyl Gnus v0.82 is released.
5699
5700 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5701
5702         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5703         for iso8859-2.
5704
5705 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5708         synonym alist.
5709
5710 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5711
5712         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5713
5714 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5715
5716         * mail-source.el (mail-source-fetch): Ask before bugging out.
5717
5718 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5719
5720         * uudecode.el (uudecode-decode-region-external): Don't assume
5721         uudecode-temporary-file-directory ends with a slash.
5722
5723 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5724
5725         * gnus-sum.el (gnus-update-marks):
5726         (gnus-update-read-articles):
5727         (gnus-summary-expire-articles): Check server.
5728
5729 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5730
5731         * mml.el (mml-preview): New function.
5732
5733 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5734
5735         * mail-source.el (mail-source-fetch-file): Return the right
5736         value.
5737
5738 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * mml.el (mml-insert-parameter): New function.
5741         (mml-insert-parameter-string): New function.
5742
5743         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5744
5745         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5746         (gnus-mime-display-part): Use it.
5747
5748         * mm-decode.el (mm-alternative-precedence): Removed.
5749         (mm-discouraged-alternatives): New variable.
5750         (mm-preferred-alternative-precedence): New function.
5751
5752         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5753
5754         * mail-source.el (mail-sources): New variable.
5755
5756         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5757
5758         * mm-decode.el (mm-valid-image-format-p): New function.
5759         (mm-inline-media-tests): Use it.
5760         (mm-valid-and-fit-image-p): New function.
5761
5762         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5763         (gnus-agent-fetch-group): Ditto.
5764
5765 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5766
5767         * nnmail.el (nnmail-article-group): in case of a group name
5768         containing "\\n" constructs, be sure to pass the expanded value to
5769         nn*-save-mail.
5770
5771 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5772
5773         * gnus.el: Pterodactyl Gnus v0.81 is released.
5774
5775 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * gnus-sum.el (gnus-get-split-value): Reverse result.
5778
5779 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5782
5783 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5784
5785         * mml.el (mml-insert-tag): Insert concluding part.
5786
5787         * message.el (message-send-mail): Encode later.
5788         (message-send-news): Ditto.
5789
5790         * nnfolder.el: Don't use mail delim.
5791
5792 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * gnus-cus.el (gnus-group-customize): Put point at min.
5795
5796         * mm-view.el (mm-inline-text): Allow toggling html.
5797
5798 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5799
5800         * mail-source.el: Added prescript and postscript to file.
5801
5802 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * nnmail.el: Reverted.
5805
5806         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5807         (gnus-setup-posting-charset): Did work.
5808
5809 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5810
5811         * gnus.el (gnus-short-group-name): Use
5812         gnus-group-uncollapsed-levels.
5813
5814 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815
5816         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5817
5818 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5821         (article-strip-headers-from-body): New command and keystroke.
5822
5823 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5824
5825         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5826
5827         * nnheader.el (nnheader-insert-file-contents): Bind
5828         enable-local-eval to nil.
5829         (nnheader-find-file-noselect): Ditto.
5830
5831         * nnmail.el (nnmail-article-group): Don't remove long lines.
5832         (nnmail-remove-long-lines): New function.
5833         (nnmail-split-header-length-limit): Removed.
5834
5835         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5836
5837         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5838
5839 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus-sum.el (gnus-summary-generic-mark): New function.
5842
5843         * nnmail.el (nnmail-split-header-length-limit): Increased.
5844         (nnmail-article-group): Allow nil.
5845
5846         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5847
5848         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5849         first.
5850
5851         * mml.el (mml-minibuffer-read-type): Include types from
5852         mailcap-mime-data.
5853
5854         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5855
5856 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5857
5858         * mml.el (mml-insert-tag): New function.
5859         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5860         confusion with functions like `mml-read-tag'.
5861         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5862         (mml-minibuffer-read-description): Ditto with
5863         `mml-minibuffer-read-description'.
5864         (mml-attach-buffer): New function.
5865         (mml-mode-map): New entry for /.
5866         (mml-minibuffer-read-type): Accept DEFAULT.
5867
5868         * mml.el (mml-quote-region): Narrow the region.
5869
5870         * message.el (message-mode-menu): message-mime-attach-file is now
5871         mml-attach-file.
5872
5873 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5876
5877 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5878
5879         * mml.el (mml-attach-buffer): New command.
5880
5881 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5882
5883         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5884         with a proper range. Compress range.
5885
5886         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5887
5888 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5891
5892 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5895         (gnus-picons-convert-x-face): Removed.
5896         (gnus-picons-article-display-x-face): Removed.
5897         (gnus-picons-x-face-sentinel): Ditto.
5898         (gnus-picons-display-x-face): Ditto.
5899
5900 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5901
5902         * gnus.el: Pterodactyl Gnus v0.80 is released.
5903
5904 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5907
5908         * gnus-sum.el (gnus-with-article): Moved here.
5909
5910         * mail-source.el (mail-source-fetch-pop): Ask for password even
5911         when program.
5912
5913 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * gnus-msg.el (gnus-bug): Add description.
5916
5917         * mml.el (mml-insert-mml-markup): Insert disposition.
5918
5919         * message.el (message-send-mail): Always encode mail headers.
5920
5921         * smiley.el (gnus-smiley-display): Goto body.
5922
5923 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5924
5925         * smiley.el (gnus-smiley-display): Don't search to blank line.
5926
5927 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5930         when requested.
5931
5932         * nnmail.el (nnmail-current-spool): Removed.
5933
5934         * gnus-salt.el (gnus-tree-inhibit): New varible.
5935
5936         * gnus.el (mm-util): Required.
5937
5938 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5939
5940         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5941
5942 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * mail-source.el (mail-source-bind): Doc fix.
5945
5946 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * message.el (message-mode): Doc fix.
5949
5950         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5951         encoding.
5952
5953         * gnus.el (gnus-methods-equal-p): Moved here.
5954
5955         * mail-source.el: pop at 110.
5956
5957         * pop3.el (pop3-movemail): Use write-region instead of
5958         append-to-file to avoid excessive messaging.
5959
5960 1999-02-27  lantz moore  <lmoore@contigo.com>
5961
5962         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5963         type directory.
5964
5965 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5966
5967         * gnus-art.el (article-hide-boring-headers): Field names must not
5968         contain whitespace.
5969
5970 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5971
5972         * gnus.el: Pterodactyl Gnus v0.79 is released.
5973
5974 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5977
5978         * mml.el (mml-mode): Don't use add-minor-mode.
5979
5980         * message.el (messgage-inhibit-body-encoding): New variable.
5981         (message-encode-message-body): Use it.
5982
5983 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5984
5985         * gnus.el: Pterodactyl Gnus v0.78 is released.
5986
5987 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * message.el (message-mode): Switch on MML mode.
5990
5991         * mml.el: Included commands and functions.
5992         (mml-mode-map): New keymap.
5993
5994         * message.el: Removed the insertion commands and functions.
5995
5996         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5997
5998         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5999         keystroke.
6000
6001         * gnus-art.el (gnus-narrow-to-page): Revert.
6002
6003         * gnus-cite.el (gnus-cite-delete-overlays): New function.
6004         (gnus-cite-parse-maybe): Always reparse.
6005
6006         * message.el (message-encode-message-body): Don't insert
6007         "multipart warning".
6008
6009         * gnus-art.el (gnus-article-treat-head-custom): New variable.
6010
6011 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
6012
6013         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
6014
6015         * nnmail.el: Require mm-util.
6016
6017 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
6018
6019         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
6020         group.
6021
6022 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
6023
6024         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
6025
6026 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
6027
6028         * gnus-msg.el (gnus-extended-version): Better regexp.
6029
6030 1999-02-25  Didier Verna  <verna@inf.enst.fr>
6031
6032         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
6033         is called with the result of SPLIT and should return a new split.
6034
6035         * gnus.texi: update the doc.
6036
6037 1999-02-23  Didier Verna  <verna@inf.enst.fr>
6038
6039         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
6040         displayed in the article buffer, output bars if
6041         `gnus-picons-display-article-move-p'.
6042
6043 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
6044
6045         * mail-source.el (mail-source-fetch-pop): Typo.
6046
6047 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6050
6051 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6052
6053         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
6054
6055 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * mml.el (mml-insert-buffer): New function.
6058
6059         * message.el (message-forward): Insert the buffer in the buffer.
6060
6061 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6062
6063         * mm-view.el (mm-inline-message): Insert part in narrowed region.
6064
6065 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6066
6067         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6068
6069 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6070
6071         * gnus.el: Pterodactyl Gnus v0.77 is released.
6072
6073 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * gnus-art.el (gnus-displaying-mime): New variable.
6076         (article-narrow-to-head): New function.
6077
6078         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
6079         Default to pop instead of pop3.
6080
6081 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * gnus-art.el (article-hide-pgp): Goto body.
6084
6085         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
6086
6087         * gnus-cite.el: Don't use goto-line.
6088
6089         * gnus-art.el (gnus-article-treat-html): Removed.
6090         (gnus-treat-article): Save restriction.
6091
6092 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6093
6094         * message.el (message-send-mail): Don't untabify.
6095         (message-mode): Don't use tabs for indentation.
6096
6097 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * message.el (message-send-mail): Don't untabify.
6100
6101         * nnml.el (nnml-save-mail): Typo fix.
6102
6103 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6104
6105         * message.el (message-cite-function): Add
6106         `message-cite-original-without-signature' customization option.
6107
6108 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6109
6110         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
6111         `nnmail-prepare-incoming-header-hook'.
6112
6113 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
6114
6115         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
6116
6117 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
6120
6121 1999-02-18  Michael Cook  <cook@sightpath.com>
6122
6123         * Recognize Microsoft Outlook's cite attribution conventions.
6124
6125 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
6126
6127         * gnus-sum.el: Bind M.
6128
6129 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
6130
6131         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
6132
6133 1999-02-15  Didier Verna  <verna@inf.enst.fr>
6134
6135         * gnus-picon.el (gnus-group-display-picons): ensures that
6136         `article-goto-body' really goes to the article body.
6137
6138 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
6141
6142         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
6143
6144         * mm-view.el (mm-view-message): Enable multibyte.
6145
6146 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6147
6148         * nnmail.el (nnmail-get-new-mail): Message later.
6149
6150         * mm-util.el (mm-find-charset-region): Revert to checking
6151         multibyte.
6152
6153 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
6154
6155       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6156       attachment.
6157
6158 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6159
6160         * gnus.el: Pterodactyl Gnus v0.76 is released.
6161
6162 1999-02-06  Felix Lee  <flee@cygnus.com>
6163
6164         * gnus.el (gnus-group-change-level-function): Typo.
6165
6166 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * gnus-sum.el (gnus-nov-skip-field): Removed.
6169         (gnus-nov-field): Ditto.
6170         (gnus-nov-parse-extra): Ditto.
6171         (gnus-nov-read-integer): Ditto.
6172
6173 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * nnheader.el (nnheader-nov-read-message-id): New macro.
6176         (nnheader-parse-nov): Use it.
6177
6178         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6179         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6180         `(eq (char-after) ?\n)'.
6181
6182 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * gnus.el (gnus-other-frame): Always pop up a new frame.
6185
6186 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6187
6188         * gnus-range.el (gnus-range-add): Rewrite.
6189
6190 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6191
6192         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6193         format.
6194         (nnmail-process-maildir-mail-format): New function.
6195
6196         * mail-source.el (mail-source-fetch-maildir): New function.
6197         (mail-source-keyword-map): Add default for maildir method.
6198         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6199
6200 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6203
6204         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6205         (nndoc-mime-digest-type-p): Removed.
6206
6207 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6210         where it is supposed to be.
6211         (gnus-treat-play-sounds): New variable.
6212
6213         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6214
6215         * gnus-art.el (article-display-x-face): Narrow to head.
6216         (gnus-article-washed-types): New variable.
6217         (article-hide-pgp): Is not a toggle.
6218         (gnus-article-hide-text-type): Save types.
6219         (article-decode-charset): Use it.
6220
6221         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6222
6223         * message.el (message-forward-start-separator): Removed.
6224         (message-forward-end-separator): Removed.
6225         (message-signature-before-forwarded-message): Removed.
6226         (message-included-forward-headers): Removed.
6227         (message-check-news-body-syntax): Don't check forward.
6228         (message-forward): Use MIME.
6229
6230         * nnvirtual.el (nnvirtual-request-article): Bind
6231         gnus-article-decode-hook to nil.
6232
6233 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6236         us-ascii.
6237
6238 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * format-spec.el (format-spec): Be more robust.
6241
6242         * message.el (message-encode-message-body): Default
6243         mail-parse-charset to mail-parse-charset.
6244
6245         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6246         (gnus-summary-edit-article): Bind mail-parse-charset.
6247
6248         * mml.el (mml-read-tag): Ignore white space after end of tag.
6249
6250         * message.el (message-goto-body): Also work in separatorless
6251         articles.
6252
6253         * mml.el (mml-translate-from-mime): New function.
6254         (mml-insert-mime): Ditto.
6255         (mml-to-mime): New function.
6256         (mime-to-mml): New name.
6257
6258         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6259         article.
6260
6261         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6262
6263         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6264         special-case nndraft groups.
6265
6266 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6269         (gnus-get-newsgroup-headers): Already bound.
6270
6271         * message.el (message-encode-message-body): Use posting charset.
6272
6273         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6274         (mm-body-encoding): Do CTE.
6275         (mm-body-7-or-8): New function.
6276
6277         * mm-util.el (mm-mime-charset): Always fall back on alist.
6278         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6279         (mm-mime-mule-charset-alist): Add arabic-*-column.
6280         (mm-find-mime-charset-region): New function.
6281
6282         * format-spec.el (format-spec-make): New function.
6283
6284         * mail-source.el (format-spec): Required.
6285         (mail-source-fetch-with-program): Removed.
6286         (mail-source-fetch-with-program): New function.
6287
6288         * format-spec.el: New file.
6289
6290 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6291
6292         * mail-source.el (mail-source-fetch-with-program): Take optional
6293         parameter.
6294
6295 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * gnus-start.el: Ignore some groups.
6298         (gnus-setup-news): Bind nnmail-fetched-sources.
6299
6300         * message.el (message-send-mail): Remove all tabs.
6301
6302         * mm-util.el (mm-find-charset-region): Just check whether
6303         find-charset-region is defined.
6304
6305 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6306
6307         * gnus-group.el (gnus-group-get-new-news): Use
6308         nnmail-fetched-sources.
6309
6310         * nnmail.el (nnmail-fetched-sources): New variable.
6311         (nnmail-get-new-mail): Use it.
6312
6313         * mail-source.el (mail-source-fetched-sources): New variable.
6314         (mail-source-fetch): Use it.
6315
6316 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6317
6318         * gnus.el (gnus-getenv-nntpserver): if the file that
6319         gnus-nntpserver-file names has a trailing newline, the
6320         string-match will always match, and thus the file will never be
6321         read.  (^ matches start of "line", \\` matches start of "buffer",
6322         which is what was intended...)
6323
6324 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6325
6326         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6327
6328 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6331         select methods.
6332
6333 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6334
6335         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6336
6337 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6338
6339         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6340
6341 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6342
6343         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6344         a typo.
6345         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6346         charset to nil.
6347         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6348         * gnus-start.el (gnus-start-draft-setup): Ditto.
6349
6350 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6353         (mail-source-value): Don't do variables.
6354
6355         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6356
6357         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6358
6359 1999-02-01  Michael Cook  <cook@sightpath.com>
6360
6361         * Defenestrate spurious ?a.
6362
6363 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * mail-source.el (mail-source-fetch-pop): Instead use
6366         :authentication.
6367
6368 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6369
6370         * lisp/mail-source.el : Support APOP authentication scheme.
6371
6372 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6373
6374         * pop3.el (pop3-movemail): Return t.
6375
6376 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * rfc2047.el (rfc2047-fold-region): New function.
6379         (rfc2047-encode-message-header): Use it.
6380
6381 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6382
6383         * gnus-sum.el (gnus-group-charset-alist): Add more.
6384
6385 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6386
6387         * gnus.el: Pterodactyl Gnus v0.75 is released.
6388
6389 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390
6391         * gnus-art.el (article-display-x-face): Don't narrow to head.
6392
6393 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6394
6395         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6396
6397 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6398
6399         * mail-source.el (mail-source-fetch-directory): Ignore
6400         directories.
6401
6402         * gnus-cus.el (gnus-group-parameters): Addition.
6403
6404         * gnus-art.el (article-strip-banner): Do symbolic banners.
6405         (article-strip-banner): New keystroke.
6406
6407 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6408
6409         * gnus-art.el (article-strip-banner): New command.
6410
6411 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * gnus-art.el (gnus-treat-strip-banners): New variable.
6414
6415 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6418         has been exist.
6419
6420 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6421
6422         * message.el (message-draft-coding-system): Check coding-system.
6423         * mm-util.el (mm-text-coding-system): Ditto.
6424
6425 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * mail-source.el (mail-source-fetch-pop): Save excursion.
6428
6429 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430
6431         * mail-source.el (mail-source-movemail-args): Not constant.
6432         (mail-source-movemail-args): Removed.
6433         (mail-source-fetch-with-program): New function.
6434         (mail-source-fetch-pop): Use program and function.
6435         (mail-source-movemail-program): Removed.
6436
6437         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6438         (gnus-treat-date-user-defined): New variable.
6439
6440 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6441
6442         * nnmail.el (nnmail-fix-eudora-headers): New function.
6443
6444 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6447
6448 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6451         (smiley-nosey-regexp-alist): Ditto.
6452
6453         * gnus-art.el (gnus-treatment-function-alist): Do
6454         gnus-article-add-buttons-to-head later.
6455         (gnus-treat-capitalize-sentences): New variable.
6456         (article-capitalize-sentences): New command and keystroke.
6457
6458         * gnus-group.el (gnus-group-catchup-current): Do group.
6459
6460         * message.el (message-default-charset): Add group.
6461
6462 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6463
6464         * gnus.el: Pterodactyl Gnus v0.74 is released.
6465
6466 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * gnus-art.el (article-fill-long-lines): Renamed.
6469         (article-fill-long-lines): New keystroke.
6470
6471 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6474
6475         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6476         displayed.
6477         (gnus-group-catchup-current): Be more robus.
6478
6479         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6480         headers.
6481
6482 1999-01-25  Dave Love  <fx@gnu.org>
6483
6484         * message.el (message-mode-menu): Add message-mime-attach-file.
6485         (message-mode): Doc fix.
6486
6487 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * nnmail.el (nnmail-check-duplication): Insert the mail source
6490         string.
6491
6492         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6493         (mail-source-fetch-directory): Ditto.
6494         (mail-source-fetch-file): Ditto.
6495         (mail-source-string): New variable.
6496
6497         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6498         the level.
6499
6500         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6501         before handling.
6502
6503         * mm-util.el (mm-mime-charset): Use the parameters.
6504         (mm-mime-charset): Removed region paremeters.
6505
6506         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6507         source.
6508
6509 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6510
6511         * nnmail.el (nnmail-get-split-group): Quote right.
6512
6513 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6514
6515         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6516         buffer.
6517
6518 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6521         (gnus-group-mode): Don't hook.
6522
6523         * mail-source.el (mail-source-bind): Doc fix.
6524         (mail-source-bind): Take only one param.
6525
6526         * gnus-art.el (gnus-treat-highlight-signature): typep.
6527
6528         * mail-source.el (mail-source-movemail): Ignore empty file.
6529         (mail-source-callback): Check before deleting.
6530
6531         * message.el (message-mime-attach-file): Include name.
6532
6533 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * mm-util.el (mm-read-charset): Return a symbol.
6536
6537         * mm-view.el (mm-inline-text): Insert signature separator.
6538
6539         * gnus-art.el (gnus-treat-predicate): New function.
6540         (gnus-treat-article): Allow all types to be checked.
6541
6542         * gnus-util.el (gnus-or): New function.
6543         (gnus-and): Ditto.
6544
6545         * gnus-art.el (gnus-mime-display-single): Use override.
6546
6547         * mm-decode.el (mm-attachment-override-types): New variable.
6548         (mm-attachment-override-p): New function.
6549
6550         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6551
6552 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6553
6554         * mm-view.el (mm-inline-text): Do vcards.
6555
6556 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6557
6558         * gnus.el: Pterodactyl Gnus v0.73 is released.
6559
6560 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6563         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6564         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6565         (nnmail-movemail-program): Removed.
6566         (nnmail-movemail-args): Removed.
6567         (nnmail-pop-password-required): Ditto.
6568         (nnmail-tmp-directory): Ditto.
6569         (nnmail-delete-incoming): Removed.
6570         (nnmail-pop-password, nnmail-moved-inboxes,
6571         nnmail-internal-password, nnmail-move-inbox): Removed.
6572         (nnmail-read-passwd): Ditto.
6573         (nnmail-get-spool-files): Removed.
6574         (nnmail-resplit-incoming): Reinstated.
6575
6576         * mail-source.el: New file.
6577
6578 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6579
6580         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6581
6582 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6585
6586 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6589
6590         * gnus-picon.el (gnus-group-display-picons): Goto body.
6591
6592         * gnus.el: Indented all functions; broke long lines; changed all
6593         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6594
6595 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6596
6597         * gnus.el: Pterodactyl Gnus v0.72 is released.
6598
6599 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600
6601         * gnus.el: Cleaned up trailing whitespace.
6602
6603         * mm-util.el (mm-read-charset): Work.
6604
6605 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6606
6607         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6608         nnheader-translate-file-chars'd group name.
6609
6610 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * message.el (message-encode-message-body): Fold case.
6613
6614 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6615
6616         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6617
6618 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619
6620         * mailcap.el (mailcap-add): New function.
6621
6622 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6625         (article-goto-body): Use it.
6626         (gnus-treat-article): Ditto.
6627
6628         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6629         downloaded articles from the downloadeble list.
6630
6631 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * message.el (message-encode-message-body): Bind
6634         mail-parse-charset.
6635
6636         * mm-util.el (mm-charset-synonym-alist): New variable.
6637         (mm-charset-to-coding-system): Use it.
6638         (mm-charset-coding-system-alist): Removed.
6639         (mm-charset-to-coding-system): Don't use it.
6640         (mm-find-charset-region): Use mail-parse-charset.
6641
6642         * gnus-art.el (gnus-treatment-function-alist): Use
6643         gnus-article-display-picons.
6644         (gnus-treat-display-xface): Only do if we have xface feature.
6645         (gnus-part-display-hook): New function.
6646         (gnus-treat-article): Use it.
6647         (gnus-treat-article): Use gnus-visual.
6648
6649         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6650
6651         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6652         displaying.
6653
6654         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6655
6656         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6657         regexp file names.
6658
6659 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6660
6661         * gnus.el: Pterodactyl Gnus v0.71 is released.
6662
6663 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6664
6665         * mm-view.el (mm-inline-image): Don't add a dot.
6666
6667         * gnus-art.el (gnus-treat-article): New function.
6668
6669         * gnus.el (gnus-article-display-hook): Removed.
6670
6671         * gnus-art.el (gnus-article-treat-custom): New variable.
6672
6673         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6674
6675         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6676         functions.
6677
6678         * message.el (message-posting-charset): New variable.
6679         (message-send-mail): Use it.
6680
6681         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6682         (gnus-setup-posting-charset): New function.
6683         (gnus-setup-message): Use it.
6684
6685         * message.el (message-encode-message-body): Just look for
6686         Content-Type before inserting a new one.
6687
6688 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * rfc2047.el (rfc2047-default-charset): Removed.
6691
6692         * mail-prsvr.el: New file.
6693         (mail-parse-charset): New variable.
6694
6695         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6696         Changed name.
6697
6698         * gnus.el (gnus-charset): New group.
6699
6700         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6701
6702         * gnus-sum.el (gnus-default-charset): Default to nil.
6703         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6704         (gnus-newsgroup-iso-8859-1-forced): Removed.
6705
6706         * mm-util.el (mm-known-charsets): Removed.
6707         (mm-default-coding-system): Removed.
6708         (mm-default-charset): Removed.
6709         (mm-read-charset): New function.
6710
6711         * message.el (message-default-charset): Removed.
6712
6713         * rfc2047.el (rfc2047-default-charset): Default to nil.
6714
6715         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6716
6717 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6718
6719         * gnus.el: Pterodactyl Gnus v0.70 is released.
6720
6721 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * mm-decode.el (mm-save-part): Use mm-get-part.
6724         (mm-insert-part): New function.
6725         (mm-get-part): Use it.
6726         (mm-get-image): Ditto.
6727         (mm-display-external): Ditto.
6728
6729         * mm-view.el (mm-inline-text): Ditto.
6730
6731         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6732         ranges.
6733
6734         * mm-decode.el (mm-display-external): Save the buffer.
6735         (mm-remove-part): Kill it.
6736
6737         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6738
6739         * nnagent.el (nnagent-request-set-mark): Defined stub.
6740
6741 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * gnus-score.el (gnus-score-load-score-alist): Bind
6744         coding-system-for-read.
6745
6746         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6747         prepare-exit-hook.
6748
6749         * mm-view.el (mm-setup-w3): Require w3.
6750
6751 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6752
6753         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6754         body.
6755
6756 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * mm-encode.el: Ditto.
6759
6760         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6761         error.
6762
6763         * mailcap.el (mailcap-mime-data): SAFER ps.
6764
6765         * message.el (message-encode-message-body): Always insert a
6766         Content-Type header.
6767
6768         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6769         shown inline.
6770
6771         * mm-view.el (mm-inline-text): Handle all sorts of text.
6772
6773         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6774         don't view.
6775
6776         * mm-decode.el (mm-display-external): Use it.
6777
6778         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6779
6780         * mm-decode.el (mm-save-part): Removed double code.
6781
6782 1999-01-12  Dave Love  <fx@gnu.org>
6783
6784         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6785         application/octet-stream .gz & al files with jka-compr.
6786
6787 1999-01-12  Dave Love  <fx@gnu.org>
6788
6789         * gnus-ems.el (gnus-down-mouse-3): New variable.
6790         * gnus-art.el (gnus-mime-button-map): Use it.
6791         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6792
6793 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6796
6797 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798
6799         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6800         buffers.
6801
6802         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6803
6804         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6805
6806 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6807
6808         * mml.el (mml-parameter-string): Strip directory component.
6809
6810 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus.el (gnus-use-demon): Removed.
6813
6814 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * nnmail.el (nnmail-article-group): Don't infloop.
6817
6818 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6819
6820         * gnus-art.el (article-update-date-lapsed): Made it work with
6821         picons, and make it update on all visible frames.
6822         (article-date-ut): Get summary-buffer's current-headers.
6823
6824 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6827         (gnus-picons-setup-p): New variable.
6828
6829 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6832
6833 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6834
6835         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6836         (gnus-summary-exit-no-update): Use mapcar.
6837
6838 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6839
6840         * gnus-agent.el (gnus-category-write): Make directory.
6841
6842 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6843
6844         * gnus-sum.el (gnus-update-read-articles):
6845         (gnus-update-marks): Request backend update of mark.
6846
6847 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * mm-bodies.el (mm-body-encoding): Use mm-find.
6850
6851 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6852
6853         * gnus-picon.el (gnus-article-display-picons): Fix.
6854
6855 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6856
6857         * gnus.el: Pterodactyl Gnus v0.69 is released.
6858
6859 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6862
6863         * gnus-agent.el (gnus-agent-remove-group): New command and
6864         keystroke.
6865
6866         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6867
6868 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6869
6870         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6871
6872 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * mm-view.el (mm-inline-text): Bind current id.
6875
6876         * mm-decode.el (mm-handle-id): New macro.
6877         (mm-make-handle): Accept id.
6878         (mm-dissect-singlepart): Use it.
6879
6880 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6881
6882       * message.el (message-cite-original-without-signature): Use
6883       message-signature-separator when searching for signature in
6884       message-cite-original-without-signature.
6885
6886 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6887
6888         * gnus.el (gnus-server-to-method): Check named methods.
6889
6890 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * mm-view.el (mm-view-message): Goto point-min.
6893
6894         * nnmail.el (nnmail-article-group): Don't delete lines, only
6895         shorten them.
6896
6897         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6898         values.
6899
6900         * nnheader.el (nnheader-temp-directory): New variable.
6901         (nnheader-temp-directory): Removed.
6902
6903 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6904
6905         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6906         list of files to check for mailcap entries under windows-nt.
6907
6908 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6911         summary buffer exists.
6912
6913 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6914
6915         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6916         irrelevant Sun sendmail bug.
6917         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6918
6919         * message.el (message-send-news): Bind mail-header-separator to
6920         "" when asking backend to post.
6921
6922 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6923
6924         * mm-uu.el (mm-dissect-disposition): New variable.
6925         (mm-uu-dissect): Use it.
6926
6927 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * mm-view.el (mm-inline-text): Bind url-current-object.
6930
6931 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6932
6933         * gnus-range.el (gnus-remove-from-range): Rewrite.
6934
6935 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6936
6937         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6938
6939 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6940
6941         * message.el (message-encode-message-body): Insert `MIME-Version'
6942         instead of `Mime-Version'.
6943
6944 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6945
6946         * message.el (message-insert-mime-part): Add the attachment
6947         disposition.
6948         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6949         (message-mime-query-type): New function.
6950         (message-mime-query-description): Ditto.
6951         (message-mime-query-file): Ditto.
6952         (message-insert-mime-part): Use them.
6953         (message-mime-insert-external): Use the new stuff.
6954
6955 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * nnmail.el (nnmail-split-header-length-limit): New variable.
6958
6959         * mm-decode.el (mm-dissect-buffer): Check syntax.
6960
6961         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6962
6963         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6964         (rfc2047-dissect-region): Ditto.
6965
6966 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * mm-view.el (mm-view-message): Decode charset.
6969
6970 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6973         CT headers.
6974
6975 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6976
6977         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6978         mm-uu-*-function.
6979         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6980
6981 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * message.el (message-send-mail): Do MML first.
6984         (message-send-news): Ditto.
6985
6986 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * gnus-picon.el (gnus-picons-face): New face.
6989         (gnus-picons-try-face): Use it.
6990
6991 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6992
6993         * gnus.el: Pterodactyl Gnus v0.68 is released.
6994
6995 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6996
6997         * gnus.el: Pterodactyl Gnus v0.67 is released.
6998
6999 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7000
7001         * gnus.el: Pterodactyl Gnus v0.66 is released.
7002
7003 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * gnus-art.el (gnus-insert-mime-button): Decode description.
7006
7007 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7008
7009         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
7010         (gnus-decode-header-methods): Ditto.
7011         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
7012
7013 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
7014
7015         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
7016
7017 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * mml.el (mml-insert-mime-headers): Encode description.
7020
7021         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
7022         line.
7023
7024         * gnus-sum.el (gnus-default-charset): Doc fix.
7025
7026 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7027
7028         * mm-decode.el (mm-display-part): Forward a line.
7029
7030 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7031
7032         * mm-util.el (mm-running-ntemacs): New variable.
7033         (mm-text-coding-system): Ditto.
7034         * nnmail.el (nnmail-incoming-coding-system): Ditto.
7035         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
7036
7037 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038
7039         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
7040         buffer.
7041
7042         * message.el (message-insert-headers): New command and keystroke.
7043
7044 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7045
7046         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
7047         (mm-get-image): Ditto.
7048
7049         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
7050         base64, uudecode and binhex.
7051
7052 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7053
7054         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
7055         in text/plain.
7056         * mm-uu.el (mm-uu-dissect): Use inline.
7057
7058 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * mm-view.el (mm-view-message): New function.
7061
7062         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
7063         qp.
7064
7065 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
7066
7067         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
7068         entry for message/rfc822 as 8bit.
7069
7070 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * mailcap.el (mailcap-mime-extensions): Add patch.
7073
7074 1998-12-05  Dale Hagglund  <rdh@best.com>
7075
7076         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
7077         argument to force all multipart/* to look like multipart/mixed.
7078
7079         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
7080         variable.
7081         (gnus-mime-display-part): Use it.
7082
7083 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * gnus-draft.el (gnus-draft-send): Only disable checks for
7086         non-interactive use.
7087         (gnus-draft-send-message): Use it.
7088
7089 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7090
7091         * gnus.el: Pterodactyl Gnus v0.65 is released.
7092
7093 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
7096
7097         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
7098
7099 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7100
7101         * gnus.el: Pterodactyl Gnus v0.64 is released.
7102
7103 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * mm-view.el (mm-setup-w3): Don't load.
7106
7107         * gnus-msg.el (gnus-setup-message): Set group name.
7108         (gnus-group-mail): Avoid leaking local vars.
7109
7110         * message.el (message-attach-file): Renamed.
7111         (message-mime-attach-file): Renamed again.
7112
7113 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7114
7115         * gnus-art.el (article-decode-encoded-words): Bind
7116         rfc2047-default-charset here.
7117
7118         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
7119
7120 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7121
7122         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
7123         (gnus-picons-setup-hook): New hook.
7124
7125 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7126
7127         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
7128         string.
7129         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
7130         line.
7131
7132 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * gnus-art.el (gnus-article-prepare-display): Setup w3.
7135         (gnus-mime-view-part): Ditto.
7136         (gnus-mime-inline-part): Dotii.
7137         (gnus-mime-externalize-part): Daddo.
7138         (gnus-mime-internalize-part): Tutti frutti.
7139         (gnus-widget-press-button): Da da do.
7140
7141         * mm-view.el (mm-setup-w3): Require url-vars.
7142
7143 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7144
7145         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
7146         * mm-util.el (mm-find-charset-region): Ditto.
7147
7148 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7149
7150         * message.el (message-send): Don't encode here.
7151         (message-send-mail): But here.
7152         (message-send-news): And here.
7153
7154 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7157
7158 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7159
7160         * gnus.el: Pterodactyl Gnus v0.63 is released.
7161
7162 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * mml.el (mml-base-boundary): Shorten.
7165
7166         * message.el (message-insert-mime-part): Use default.
7167
7168         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7169
7170 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7171
7172         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7173         buttons, not [*].
7174
7175 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7176
7177         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7178
7179 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7180
7181         * gnus-art.el (gnus-insert-mime-button): Fix.
7182
7183 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7184
7185         * message.el (message-insert-mime-part): Nicify prompts.
7186         (message-insert-mime-part): Really delete duplicates.
7187         (message-insert-mime-part): Check against common errors.
7188         (message-insert-mime-part): Fix docstring.
7189
7190 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191
7192         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7193
7194 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7195
7196         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7197         (gnus-insert-mime-button): Modify accordingly.
7198
7199 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * gnus-art.el (gnus-display-mime): Set window point.
7202
7203         * mm-decode.el (mm-display-external): Only decode when not
7204         saving.
7205         (mm-alternative-precedence): Prefer multiparts.
7206         (mm-inline-media-tests): Inline multiparts.
7207
7208         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7209         Ignore errors when requiring url.
7210
7211         * mml.el (mml-quote-region): New command.
7212
7213         * message.el (message-cite-original): Use it.
7214         (message-cite-original-without-signature): Ditto.
7215
7216 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7217
7218         * gnus.el: Pterodactyl Gnus v0.62 is released.
7219
7220 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7221
7222         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7223
7224 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7225
7226         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7227         `point-max-marker'.
7228
7229 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7232
7233         * gnus-art.el (gnus-mime-display-single): Check for attachment
7234         before other tests.
7235
7236 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7237
7238         * gnus-msg.el (gnus-configure-posting-styles): find a
7239         posting-style entry in the group parameters, if any, and honor it
7240         at the end.
7241
7242 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7243
7244         * nntp.el (nntp-after-change-function): Fix.
7245
7246 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7247
7248         * mml.el (mml-generate-mime-1): Insert literally.
7249
7250 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * mml.el (mml-insert-mime-headers): Removed debug.
7253
7254 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7255
7256         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7257         prefixed.
7258
7259         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7260         application/emacs-lisp to 8bit.
7261
7262 1998-12-03  Dale Hagglund  <rdh@best.com>
7263
7264         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7265
7266 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7267
7268         * gnus.el: Pterodactyl Gnus v0.61 is released.
7269
7270 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7271
7272         * mml.el (mml-parse-1): Skipped parts.
7273         (mml-insert-mime-headers): Nil is a list.
7274         (mml-generate-mime-1): Don't insert literally.
7275         (mml-read-tag): Drop text props.
7276         (mml-read-part): Ditto.
7277         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7278
7279 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7280
7281         * gnus.el: Pterodactyl Gnus v0.60 is released.
7282
7283 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284
7285         * mml.el (mml-parse-1): Don't throw contents away.
7286
7287 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7288
7289         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7290
7291 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7294         function.
7295         (mml-parse-1): Use it.
7296
7297 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7298
7299         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7300         Use gnus-newsgroup-default-charset.
7301         (article-decode-encoded-words): Remove charset codes.
7302         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7303         gnus-default-charset.
7304
7305 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7306
7307         * message.el (message-send-mail): Don't encode here.
7308         (message-send-news): Nor here.
7309         (message-send): ... but here instead.
7310
7311         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7312         default to nil.
7313         (gnus-article-display-picons): Replace From line.
7314         (gnus-group-display-picons): Replace Newsgroups line.
7315         (gnus-picons-display-glyph): Set baseline.
7316         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7317         (gnus-picons-xbm-face): Revert to old, standard colors.
7318
7319         * message.el (message-fetch-field): Remove text props.
7320
7321         * gnus-art.el (gnus-article-normalized-header-length): New
7322         variable.
7323         (article-normalize-headers): New command and keystroke.
7324
7325         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7326
7327 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7328
7329         * gnus.el: Pterodactyl Gnus v0.59 is released.
7330
7331 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7334
7335         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7336
7337 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7338
7339         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7340
7341 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * mm-decode.el (mm-all-images-fit): New variable.
7344         (mm-image-fit-p): Use it.
7345
7346         * gnus-art.el (gnus-mime-display-single): Use it.
7347         (gnus-mime-internalize-part): New command and keystroke.
7348
7349         * mm-decode.el (mm-user-automatic-external-display): New
7350         variable.
7351         (mm-automatic-external-display-p): New function.
7352
7353         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7354         colors.
7355
7356 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7357
7358         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7359
7360         * gnus-art.el (gnus-with-article): Work in the original article
7361         buffer.
7362         (gnus-with-article): Work in read-only groups.
7363
7364 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7365
7366         * mm-bodies.el (mm-decode-string): Return original string if not
7367         decode.
7368
7369 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7370
7371         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7372
7373 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7374
7375         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7376
7377 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7378
7379         * gnus.el: Pterodactyl Gnus v0.58 is released.
7380
7381 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7382
7383         * mm-decode.el (mm-get-image): Return a glyph, not an image
7384         specifier.
7385
7386 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7387
7388         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7389
7390 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * mail-parse.el (rfc2045): Required.
7393
7394 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7395
7396         * mm-view.el (mm-inline-text): Remove props.
7397
7398 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * mm-view.el (mm-setup-w3): Protect url-misc.
7401
7402         * message.el (message-ignored-resent-headers): Remove
7403         Gnus-Warning.
7404
7405         * mml.el (mml-insert-mime-headers): Use encoding.
7406         (mml-parameter-string): Ditto.
7407
7408         * rfc2045.el: New file.
7409         (rfc2045-encode-string): New function.
7410
7411 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * mail-parse.el (mail-header-encode-parameter): New function.
7414
7415         * rfc2231.el (rfc2231-encode-string): New function.
7416
7417 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7418
7419         * mm-bodies.el (mm-decode-string): New function.
7420         * mm-view.el (mm-inline-text): Use mm-decode-string.
7421
7422 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7423
7424         * gnus.el: Pterodactyl Gnus v0.57 is released.
7425
7426 1998-11-23  Felix Lee  <flee@cygnus.com>
7427
7428         * nntp.el (nntp-async-needs-kluge): new setting.
7429         (nntp-async-timer): new var.
7430         (nntp-async-process-list): new var.
7431         (nntp-async-kluge): new function.
7432         (nntp-async-timer-handler): new function.
7433         (nntp-async-wait): new function.
7434         (nntp-async-stop): new function.
7435         (nntp-after-change-function): renamed, and split apart.
7436         (nntp-async-trigger): new function.
7437         (nntp-do-callback): new function.
7438         (nntp-accept-process-output): add optional timeout arg.
7439
7440         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7441         (gnus-async-wait-for-article): new function.
7442         (gnus-async-with-semaphore): s/asynch/async/.
7443
7444 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445
7446         * gnus-art.el (gnus-with-article): Don't encode.
7447         (gnus-insert-mime-button): Fall back on filename from C-D.
7448         (gnus-mime-display-single): Have dots right on text/plain
7449         attachments.
7450
7451         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7452         broken parts.
7453
7454         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7455
7456         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7457         binhex.
7458
7459         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7460         (gnus-summary-repair-multipart): New command and keystroke.
7461
7462         * gnus-art.el (gnus-with-article-buffer): New macro.
7463
7464 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7465
7466         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7467         undisplay the part.
7468
7469 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7472
7473         * mml.el (mml-read-part): Partition right.
7474
7475         * mm-decode.el (mm-handle-set-cache): New macro.
7476         (mm-handle-cache): Ditto.
7477         (mm-make-handle): Ditto.
7478         (mm-dissect-singlepart): Use it.
7479         (mm-get-image): Use the cache.
7480
7481 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7484         (gnus-mime-display-single): Don't insert lines between parts.
7485
7486 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7487
7488         * nnmail.el (nnmail-file-coding-system-1): New variable.
7489         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7490         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7491         * nnml.el (nnml-file-coding-system): New variable.
7492         (nnml-request-article): Use nnml-file-coding-system.
7493
7494 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7495
7496         * gnus.el: Pterodactyl Gnus v0.56 is released.
7497
7498 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * gnus-art.el (gnus-mime-display-part): New function.
7501         (gnus-mime-display-mixed): Use it.
7502
7503         * mm-view.el (mm-setup-w3): Don't register.
7504
7505         * message.el (message-cite-original): Cite parts.
7506
7507 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * mml.el (mml-parameter-string): New function.
7510         (mml-insert-mime-headers): Separated into new function.
7511
7512 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7513
7514         * mml.el (mml-make-boundary): Use `make-string'.
7515
7516 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7517
7518         * binhex.el (binhex-insert-char): Ditto.
7519
7520         * base64.el (base64-insert-char): Ditto.
7521
7522         * uudecode.el (uudecode-insert-char): Code correctly.
7523
7524 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * mml.el (mml-generate-mime): Don't generate multiparts for
7527         empties.
7528
7529         * gnus-art.el (gnus-display-mime): Save excursion.
7530
7531         * message.el (message-remove-first-header): New function.
7532         (message-encode-message-body): Use it.
7533
7534 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7535
7536         * gnus.el: Pterodactyl Gnus v0.55 is released.
7537
7538 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * mm-view.el (mm-setup-w3): New function.
7541
7542         * mm-decode.el (mm-content-id-get-contents): New function.
7543         (mm-content-id-get-type): Ditto.
7544         (mm-content-id-get-encoding): Ditto.
7545         (mm-get-handle-by-content-id): Removed.
7546
7547 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7548
7549         * message.el (message-generate-new-buffers): Fix tag.
7550
7551 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * message.el (message-buffer-name): Check for unique first.
7554
7555         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7556         gnus-inhibit-mime-unbuttonizing.
7557
7558         * gnus-sum.el (t): Bind M-t.
7559         (gnus-inhibit-unbuttonizing): New variable.
7560         (gnus-summary-toggle-display-buttonized): New command.
7561
7562         * gnus-art.el (gnus-display-mime): Select article window.
7563         (article-strip-trailing-space): New command and keystroke.
7564
7565         * nneething.el (nneething-include-files): New variable.
7566         (nneething-create-mapping): Use it.
7567
7568         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7569
7570         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7571         ayto-expirable marks.
7572
7573 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7576
7577         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7578         ARG.
7579
7580         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7581
7582 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7583
7584         * mm-util.el (mm-binary-coding-system): New variable.
7585         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7586         * mm-decode.el (mm-display-external): Ditto.
7587
7588 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7589
7590         * gnus.el: Pterodactyl Gnus v0.54 is released.
7591
7592 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7595
7596 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597
7598         * mm-decode.el (mm-save-part): Unquote.
7599
7600 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7601
7602         * mm-decode.el (mm-save-part): Bind coding system for write.
7603
7604 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * gnus-art.el (gnus-article-mode-line-format): New default.
7607         (gnus-article-mime-part-status): New function.
7608
7609         * message.el (message-send-news): Check the body syntax before
7610         encoding.
7611
7612         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7613         (gnus-mime-display-single): Use it.
7614         (gnus-mime-display-alternative): Ditto.
7615
7616         * mm-decode.el: Check for whether we are running under a term.
7617
7618 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * mm-decode.el (mm-preferred-alternative): Default to first
7621         alternative.
7622         (mm-preferred-alternative): No, we dont.
7623
7624 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7625
7626         * mm-decode.el (mm-display-external): Use binary instead of
7627         no-conversion.
7628         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7629         * nnheader.el (nnheader-file-coding-system): Ditto.
7630         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7631
7632 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7635         name without method.
7636
7637 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7638
7639         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7640         coding-system -> default-charset.
7641         (gnus-newsgroup-default-charset-alist): Ditto.
7642         (gnus-summary-local-variables): Ditto.
7643         (gnus-set-global-variables): Ditto.
7644         (gnus-get-newsgroup-headers): Ditto.
7645         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7646         (gnus-get-newsgroup-headers-xover): Ditto.
7647         (gnus-newsgroup-setup-default-charset): Ditto.
7648         (article-decode-mime-words): Ditto.
7649         (article-decode-charset): Ditto.
7650         (article-decode-encoded-words): Ditto.
7651         (article-de-quoted-unreadable): Ditto.
7652         (gnus-mime-view-all-parts): Ditto.
7653         (gnus-mime-externalize-part): Ditto.
7654         (gnus-mm-display-part): Ditto.
7655         (gnus-mime-display-single): Ditto.
7656         (gnus-mime-display-alternative): Ditto.
7657         * lpath.el : Ditto.
7658
7659 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7660
7661         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7662         * gnus-art.el (article-decode-charset): Overlay
7663         rfc2047-default-charset.
7664         * message.el (message-draft-coding-system): New variable.
7665         (message-set-auto-save-file-name): Use message-draft-coding-system.
7666         * nndraft.el (nndraft-request-article): Ditto.
7667         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7668         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7669
7670 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7671
7672         * mm-uu.el (mm-uu-test): New function.
7673         (mm-uu-dissect): Inherit charset and cte from head.
7674         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7675
7676 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7677
7678         * gnus.el: Pterodactyl Gnus v0.53 is released.
7679
7680 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * mm-decode.el (mm-get-image): New function.
7683         (mm-image-fit-p): New function.
7684
7685         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7686
7687         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7688
7689         * gnus-art.el (gnus-article-insert-newline): New function.
7690         (article-goto-body): New function.
7691
7692 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693
7694         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7695         buttons.
7696
7697         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7698         keystroke.
7699
7700         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7701         line between parts.
7702
7703         * message.el (message-remove-header): Go to end if wanted.
7704
7705 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7706
7707         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7708         movement with save-window-excursion.
7709
7710 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7711
7712         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7713
7714 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7717
7718 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7719
7720         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7721         gnus-newsgroup-coding-system.
7722         (gnus-get-newsgroup-headers): Ditto.
7723         (gnus-get-newsgroup-headers-xover): Ditto.
7724         (gnus-set-global-variables): Ditto.
7725         * gnus-art.el (article-decode-mime-words): Ditto.
7726         (article-decode-charset): Ditto.
7727         (article-decode-encoded-words): Ditto.
7728         (article-de-quoted-unreadable): Ditto.
7729         (gnus-mime-view-all-parts): Ditto.
7730         (gnus-mime-externalize-part): Ditto.
7731         (gnus-mm-display-part): Ditto.
7732         (gnus-mime-display-alternative): Ditto.
7733         (gnus-mime-display-single): Ditto.
7734         * mm-view.el (mm-inline-text): Use default coding system.
7735
7736 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7737
7738         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7739         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7740         (gnus-newsgroup-coding-system): New local variable.
7741         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7742         (gnus-summary-local-variables): Add two new local variables.
7743         (gnus-newsgroup-setup-coding-system): New function.
7744         (gnus-select-newsgroup): Setup coding system.
7745         * lpath.el: Add two new variables.
7746         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7747         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7748         * gnus-cus.el (gnus-group-parameters): Customizable
7749         iso-8859-1-forced.
7750
7751 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7752
7753         * gnus.el: Pterodactyl Gnus v0.52 is released.
7754
7755 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7758         encoding.
7759
7760         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7761         undisplayed text types.
7762
7763         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7764         types.
7765
7766 1998-11-19  Felix Lee  <flee@cygnus.com>
7767
7768         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7769
7770 1998-11-19  Felix Lee  <flee@cygnus.com>
7771
7772         * gnus-async.el (gnus-asynch-obarray): rename to
7773         gnus-async-hashtb, and don't buffer-local it.
7774
7775         (gnus-async-article-callback): new function.
7776         (gnus-make-async-article-function): use it.
7777
7778         (gnus-async-current-prefetch-group): new var.
7779         (gnus-async-current-prefetch-article): new var.
7780         (gnus-async-request-fetched-article): are we fetching it already?
7781
7782         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7783
7784 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * gnus-sum.el (gnus-summary-show-article): Require.
7787
7788         * message.el: Provide before hooks.
7789         (message-send-news): Do MIME before headers.
7790
7791         * gnus-art.el (gnus-article-check-buffer): New function.
7792         (gnus-article-read-summary-keys): Use it.
7793
7794         * mm-decode.el (mm-user-automatic-display): Display all inline
7795         images.
7796
7797         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7798         much.
7799         (gnus-unbuttonized-mime-types): New variable.
7800
7801 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7804
7805         * mm-decode.el (mm-quote-arg): Quote semicolons.
7806
7807         * gnus-art.el (gnus-mime-display-single): Don't display
7808         attachments.
7809         (gnus-mime-externalize-part): New command and keystroke.
7810
7811         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7812         (mm-alternative-precedence): Changed order.
7813
7814 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7815
7816         * gnus.el (gnus-method-simplify): New function.
7817         (gnus-native-method-p): New function.
7818         (gnus-secondary-method-p): Use gnus-method-equal.
7819
7820         * gnus-start.el (gnus-group-change-level): Shorten select method.
7821
7822 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7823
7824         * gnus.el: Pterodactyl Gnus v0.51 is released.
7825
7826 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * gnus.el: Applied patches from 5.6.45.
7829
7830         * gnus-score.el (gnus-score-find-trace): Print complete file
7831         paths.
7832         (gnus-score-find-trace): Truncate lines.
7833
7834         * gnus.el (gnus-message-archive-group): Allow function.
7835
7836         * message.el (message-encode-message-body): Remove Mime-Version
7837         before inserting.
7838
7839         * gnus-cus.el (gnus-group-customize): Optional topic.
7840
7841         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7842         keystroke.
7843
7844 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7845
7846         * message.el (message-encode-message-body): Rewrite.
7847
7848 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * mml.el (mml-base-boundary): New variable.
7851         (mml-make-boundary): New function.
7852
7853         * gnus-cache.el (gnus-cache-coding-system): New variable.
7854         (gnus-cache-request-article): Use it.
7855
7856         * message.el (message-insert-mime-part): Delete duplicates.
7857
7858 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7859
7860         * gnus-art.el (gnus-mime-display-alternative): Set end of
7861         multipart and display even when nothing is preferred.
7862
7863 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7864
7865         * gnus.el: Pterodactyl Gnus v0.50 is released.
7866
7867 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7870         fbound.
7871
7872         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7873
7874 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7875
7876         * gnus.el (gnus-similar-server-opened): Compare backend.
7877
7878 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7879
7880         * gnus-topic.el (gnus-topic-expire-articles): New function.
7881         (gnus-topic-mode-map): Bind it.
7882
7883         * gnus.texi (Topic Commands): New expiry command. Reordered.
7884
7885 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7886
7887         * gnus-sum.el
7888         (gnus-auto-expirable-marks): New variable.
7889         (gnus-inhibit-user-auto-expire): New variable.
7890         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7891         When looking to see if we should expire instead, check
7892         gnus-auto-expirable-marks instead of using a hard-wired list.
7893         (gnus-summary-mark-as-read-forward,
7894         gnus-summary-mark-as-read-backward):
7895         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7896         gnus-summary-mark-forward, instead of `t'.
7897
7898 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7899
7900         * mml.el (mml-compute-boundary): New function.
7901         (mml-compute-boundary-1): New function.
7902         (mml-generate-mime-1): Use it.
7903
7904 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7905
7906         * mml.el (mml-generate-mime-1): Always precede closing boundary
7907         with newline.
7908
7909 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7910
7911         * mml.el (mml-generate-mime-1): Do right boundaries when several
7912         multiparts.
7913
7914         * mm-decode.el (mm-user-automatic-display): Default to inline
7915         jpeg.
7916
7917         * mml.el (mml-generate-mime-1): Encode non-text parts.
7918
7919 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7920
7921         * gnus.el: Pterodactyl Gnus v0.49 is released.
7922
7923 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * mm-view.el (mm-inline-text): Require w3-vars.
7926
7927         * gnus-setup.el (gnus-use-tm): Removed.
7928
7929         * gnus-art.el (gnus-article-goto-part): Don't beep.
7930         (gnus-article-view-part): Check return value.
7931         (gnus-mime-display-alternative): Don't display when there is
7932         nothing to display.
7933
7934         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7935         (mml-generate-mime-1): Use unibyte for binaries.
7936
7937         * gnus-art.el (gnus-display-mime): Call
7938         gnus-article-mime-part-function.
7939         (gnus-mime-part-function): New function.
7940         (gnus-article-mime-part-function): New function.
7941
7942         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7943
7944 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945
7946         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7947
7948         * message.el (message-font-lock-keywords): Highlight MML.
7949         (message-mml-face): New font.
7950
7951 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7952
7953         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7954         (gnus-mm-display-part): Do not select-window if the article window
7955         is not found.
7956
7957 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7958
7959         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7960
7961 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7962
7963         * gnus.el: Pterodactyl Gnus v0.48 is released.
7964
7965 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7966
7967         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7968
7969         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7970
7971         * message.el (message-cite-original-without-signature): Ditto.
7972         (message-cite-original): Quote parts.
7973
7974 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7975
7976         * gnus.el: Pterodactyl Gnus v0.47 is released.
7977
7978 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * message.el (message-encode-message-body): Insert MIME warning.
7981
7982         * mml.el (mml-read-tag): Look for #tag.
7983
7984         * mm-util.el (mm-find-charset-region): Check whether
7985         enable-multibyte-characters is bound.
7986
7987 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7988
7989         * gnus.el: Pterodactyl Gnus v0.46 is released.
7990
7991 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * message.el (message-encode-message-body): Insert headers at the
7994         right spot.
7995
7996 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7997
7998         * gnus.el: Pterodactyl Gnus v0.45 is released.
7999
8000 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * nndraft.el (nndraft-save-mime-part): Removed.
8003         (nndraft-get-mime-part): Ditto.
8004
8005         * message.el (message-format-mime-old): Removed.
8006         (message-encode-message-body): Removed.
8007         (message-encode-message-body): Renamed.
8008
8009 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8010
8011         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
8012
8013         * message.el (message-format-mime): Check message-mime-part.
8014
8015         * mm-encode.el (mm-mime-file-types): Removed.
8016         (mm-default-file-encoding): New definition.
8017
8018 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8019
8020         * mm-view.el (mm-inline-image): Use mm-insert-inline.
8021         * gnus-art.el (gnus-mm-display-part): Go to correct position.
8022
8023 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8024
8025         * gnus.el: Pterodactyl Gnus v0.44 is released.
8026
8027 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * message.el (message-format-mime): New function.
8030
8031         * nndraft.el (nndraft-save-mime-part): New function.
8032         (nndraft-get-mime-part): New function.
8033
8034         * mm-encode.el (mm-default-file-encoding): New function.
8035         (mm-content-transfer-encoding): New function.
8036         (mm-encode-buffer): New function.
8037
8038         * message.el: New command.
8039         (message-mime-part): New variable.
8040         (message-insert-mime-part): New command.
8041
8042         * mm-encode.el (mm-encode-content-transfer-encoding): New
8043         function.
8044
8045         * mm-util.el (mm-content-transfer-encoding-defaults): New
8046         variable.
8047         (mm-mime-file-types): Taken from TM.
8048
8049 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8050
8051         * gnus.el: Pterodactyl Gnus v0.43 is released.
8052
8053 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
8054
8055         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
8056         * gnus-score.el (gnus-score-default-header): Ditto.
8057         (gnus-header-index): Ditto.
8058         (gnus-summary-increase-score): Ditto, & process "extra" requests.
8059         (gnus-summary-header): Handle extra headers.
8060         (gnus-summary-score-entry): Ditto, & provide new score element.
8061         (gnus-summary-score-effect): Ditto.
8062         (gnus-score-string): Avoid "extra" string sort, & modify match in
8063         "extra" case.
8064         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
8065
8066 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * message.el (message-resend): Bind message-required-mail-headers
8069         to nil.
8070
8071         * mm-view.el (mm-inline-text): Bind w3-strict-width.
8072
8073         * nngateway.el (require): Require cl.
8074
8075         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
8076         things.
8077
8078 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
8081         when no articles.
8082
8083 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * message.el (message-ignored-resent-headers): Remove X-Gnus.
8086
8087 1998-11-10  Colin Rafferty  <colin@xemacs.org>
8088
8089         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
8090         user-mail-address if non-nil.
8091
8092 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8093
8094         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
8095         (gnus-make-sort-function-1): Ditto.
8096
8097         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
8098         window.
8099
8100 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * mm-util.el (mm-with-unibyte-buffer): Ditto.
8103
8104         * binhex.el (binhex-decode-region): Quote.
8105
8106 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8107
8108         * gnus-art.el (article-decode-charset): Don't downcase charset.
8109
8110         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
8111
8112 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8113
8114         * gnus.el: Pterodactyl Gnus v0.42 is released.
8115
8116 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * gnus-art.el (gnus-display-mime): Add id for alternative part.
8119
8120 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
8121
8122         * nntp.el (nntp-send-mode-reader): Revert.
8123
8124 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8125
8126         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
8127
8128 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8129
8130         * message.el (message-make-date): Fix for negative time zones.
8131
8132 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8133
8134         * gnus.el: Pterodactyl Gnus v0.41 is released.
8135
8136 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
8137
8138         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8139
8140 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
8141
8142         * gnus.el (gnus-short-group-name): When shortening foreign select
8143         methods, do not scan for plusses beyond the first colon.
8144
8145 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
8146
8147         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
8148         lines where `group' is the last thing on the line.
8149
8150 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8151
8152         * gnus-art.el (gnus-article-view-part): Do alternative.
8153         (gnus-mime-display-alternative): Insert marker.
8154
8155 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8158
8159         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8160         dates.
8161
8162         * gnus-cus.el (gnus-topic): Required.
8163
8164         * nnheader.el (nnheader-parse-nov): Parse extra.
8165         (nnheader-nov-parse-extra): New macro.
8166
8167 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * gnus-art.el (gnus-article-view-part): Internal move.
8170
8171 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8172
8173         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8174         (gnus-group-customize): Support editing topic parameters.
8175
8176 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8177
8178         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8179         indicators.
8180
8181 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * gnus-art.el (gnus-mm-display-part): Return.
8184         (gnus-article-view-part): Only go if external.
8185         (gnus-article-dumbquotes-map): Do 205.
8186
8187         * mm-decode.el (mm-display-part): Return what was done.
8188
8189         * message.el (message-buffer-naming-style): New variable.
8190         (message-generate-new-buffers): Extended.
8191         (message-buffer-naming-style): Removed.
8192         (message-buffer-name): Use it.
8193         (message-do-send-housekeeping): Rename new styling.
8194
8195         * gnus-sum.el (gnus-summary-recenter): Allow
8196         gnus-auto-center-summary to be a number.
8197
8198 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8199
8200         * pop3.el (pop3-open-server): Use "binary" instead of
8201         "no-conversion".
8202
8203 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8204
8205         * gnus-srvr.el (gnus-browse-foreign-server): Set
8206         gnus-browse-current-method to the result of gnus-server-to-method.
8207
8208 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8209
8210         * gnus-util.el (gnus-pull): Another optional argument.
8211         * nnweb.el (nnweb-request-delete-group): Delete from
8212         nnweb-group-alist and update active file.
8213
8214 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8215
8216         * gnus-group.el (gnus-group-make-group): Accept group of new
8217         method.
8218
8219 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8220
8221         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8222
8223 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8224
8225         * mm-view.el (mm-inline-text): Postion of html portion.
8226
8227 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * nntp.el (nntp-list-active-group): Waited for short strings.
8230         (nntp-send-mode-reader): Ditto.
8231         (nntp-open-connection): Ditto.
8232
8233         * gnus-int.el (gnus-request-group-articles): New function.
8234
8235         * nntp.el (nntp-request-listgroup): New function.
8236         (nntp-request-group-articles): Renamed.
8237
8238 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8239
8240         * nnheader.el (nnheader-parse-nov): Supply extra.
8241
8242 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * gnus-art.el (gnus-button-push): Don't go to
8245         gnus-article-buffer.
8246
8247         * mm-view.el (mm-inline-image): Add a newline.
8248
8249         * gnus-start.el (gnus-check-first-time-used): Check more.
8250
8251 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8252
8253         * gnus-start.el (gnus-check-first-time-used): Check current.
8254
8255 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8256
8257         * mm-util.el (mm-find-charset-region): New function.
8258
8259         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8260
8261         * gnus-art.el (gnus-mime-button-menu): Fix.
8262
8263 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8264
8265         * gnus-art.el (gnus-mime-button-menu): New definition.
8266
8267 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8268
8269         * gnus-art.el (article-decode-charset): Downcase charset.
8270         (article-decode-charset): Pass on type.
8271         (article-decode-charset): Check nil charsets.
8272         (article-remove-cr): Translate CR to LF.
8273         (gnus-ignored-mime-types): Default to nil.
8274
8275         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8276
8277         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8278         user-mail-address.
8279         (gnus-nov-parse-extra): Didn't return right thing.
8280
8281 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8282
8283         * gnus-xmas.el: Use compiled-function-p.
8284
8285 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8286
8287         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8288
8289 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8290
8291         * gnus.el: Pterodactyl Gnus v0.40 is released.
8292
8293 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8296
8297         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8298
8299         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8300
8301         * nnml.el (nnml-possibly-create-directory): Check before making.
8302
8303 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8304
8305         * nnheader.el (nnheader-insert-nov): Don't infloop.
8306
8307 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308
8309         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8310         set up.
8311
8312 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8313
8314         * nneething.el (nneething-file-name): New definition.
8315
8316 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * gnus-art.el (gnus-treatment-function-alist): Fix.
8319         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8320
8321         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8322
8323 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8324
8325         * gnus.el: Pterodactyl Gnus v0.39 is released.
8326
8327 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8328
8329         * gnus-art.el (gnus-ignored-mime-types): New variable.
8330         (gnus-mime-display-single): Use it.
8331         (gnus-treatment-function-alist): New variable.
8332
8333         * gnus.el (gnus-mime): New group.
8334
8335         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8336         things for other parts.
8337         (gnus-mime-display-alternative): Place point.
8338
8339         * gnus.el: autoload gnus-uu-post-news.
8340
8341         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8342         needsterm/DISPLAY.
8343
8344         * mm-decode.el (mm-display-part): Default to inline text/.*
8345         parts.
8346
8347         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8348         8bit.
8349
8350         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8351         (gnus-mime-display-single): Inline all text parts.
8352         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8353
8354 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8355
8356         * nnml.el (nnml-possibly-create-directory): Rewrite.
8357         (nnml-request-create-group): Change to right server.
8358
8359         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8360
8361         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8362
8363         * gnus.el: rmail-output-to-rmail-file autoload.
8364
8365         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8366         Gnus.
8367
8368         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8369
8370         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8371
8372 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8373
8374         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8375         mixed part.
8376
8377 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8378
8379         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8380
8381         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8382
8383 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8384
8385         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8386
8387 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8390         value.
8391
8392         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8393         hidden.
8394
8395         * gnus-spec.el (gnus-update-format-specifications): Use the
8396         article mode line spec.
8397
8398         * gnus-art.el (gnus-insert-mime-button): Put right type.
8399         (gnus-insert-prev-page-button): Ditto.
8400         (gnus-insert-next-page-button): Dutti.
8401
8402         * pop3.el: New version installed.
8403
8404 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8405
8406         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8407         and display last part.
8408
8409 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8410
8411         * gnus.el: Pterodactyl Gnus v0.38 is released.
8412
8413 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8414
8415         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8416         Removed.
8417         (article-de-quoted-unreadable): Narrow to default.
8418
8419         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8420
8421         * gnus-art.el (article-decode-charset): Decode even when broken
8422         MIME.
8423
8424         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8425         name.
8426
8427         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8428
8429         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8430         nnheader.
8431
8432         * nnmail.el (nnmail-extra-headers): New variable.
8433
8434         * nnheader.el (nnheader-insert-nov): Insert extra.
8435
8436         * gnus.el (gnus-summary-line-format): Doc fix.
8437
8438         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8439         (gnus-nov-parse-line): Ditto.
8440         (gnus-nov-parse-extra): New macro.
8441         (gnus-header): New function.
8442         (gnus-update-summary-mark-positions): Change.
8443         (gnus-ignored-from-addresses): New variable.
8444         (gnus-summary-insert-from-or-to): New function.
8445
8446         * gnus.el (gnus-extra-headers): New variable.
8447
8448         * nnheader.el (make-mail-header): Expand.
8449         (mail-header-extra): New macro.
8450         (mail-header-set-extra): Ditto.
8451         (make-full-mail-header): Expand.
8452
8453 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8454
8455         * gnus.el: Pterodactyl Gnus v0.37 is released.
8456
8457 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8460
8461         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8462         on.
8463
8464 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8465
8466         * gnus-spec.el (gnus-balloon-face-function): new function
8467         (gnus-parse-format): understand the %< %> specifiers
8468         (gnus-parse-complex-format): ditto.
8469
8470 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8471
8472         * gnus.el: Changed following-char to char-after throughout.
8473
8474 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * mm-decode.el (mm-display-external): Protect more and message.
8477
8478 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8479
8480         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8481         position.
8482
8483 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8484
8485         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8486         mixed part.
8487
8488 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8489
8490         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8491
8492         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8493
8494 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8495
8496         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8497
8498 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8499
8500         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8501
8502         * mm-decode.el (mm-display-external): Set undisplayer to mm
8503         buffer, not the current buffer; use unwind-protect.
8504
8505 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8508         (gnus-summary-exit-no-update): Ditto.
8509
8510 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * mm-decode.el (mm-inline-media-tests): Look for w3.
8513
8514         * mailcap.el (mailcap-mime-data): Inline html.
8515
8516 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8517
8518         * gnus.el: Pterodactyl Gnus v0.36 is released.
8519
8520 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * gnus-art.el (article-translate-strings):
8523         (gnus-article-dumbquotes-map): Don't dot.
8524
8525         * pop3.el (pop3-open-server): Set point right.
8526
8527         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8528         (mm-dissect-buffer): Ditto.
8529         (mm-destroy-part): Ignore non-handles.
8530         (mm-remove-part): Ditto.
8531         (mm-destroy-parts): New function.
8532         (mm-remove-parts): Ditto.
8533
8534         * gnus-art.el (gnus-mm-display-part): Don't move point.
8535
8536 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8537
8538         * mm-uu.el : New file.
8539
8540         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8541
8542         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8543         a function.
8544
8545 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * mm-decode.el (mm-display-external): Check before selecting.
8548
8549 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8550
8551         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8552
8553         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8554
8555         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8556         variable.
8557
8558         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8559
8560         * gnus-art.el (gnus-decode-header-methods): New variable.
8561
8562         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8563
8564         * gnus-art.el (gnus-multi-decode-header): New function.
8565
8566 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8567
8568         * gnus.el: Pterodactyl Gnus v0.35 is released.
8569
8570 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8571
8572         * uudecode.el (uudecode-decode-region-external): Insert
8573         literally.
8574
8575         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8576
8577         * mm-bodies.el (mm-decode-body): Optional encoding.
8578
8579 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * gnus-ems.el (gnus-mouse-3): New variable.
8582
8583         * binhex.el (binhex-decode-region-external): Don't use -internally.
8584
8585 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8586
8587         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8588         files.
8589
8590 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8591
8592         * gnus-group.el (gnus-add-marked-articles): Request backend update
8593         of flags.
8594
8595 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8596
8597         * gnus-sum.el (gnus-update-read-articles):
8598         (gnus-update-marks): Request backend update of mark.
8599
8600 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8601
8602         * gnus.texi (Optional Backend Functions): New item,
8603         nnchoke-request-set-mark.
8604
8605 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8606
8607         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8608           list to range.
8609
8610 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8611
8612         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8613
8614 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8615
8616         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8617         first used.
8618
8619 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8620
8621         * mm-view.el: Require mm-decode for macros.
8622
8623         * mm-decode.el (mm-handle-type): Move macro declarations above the
8624         place where they are used.
8625
8626 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8627
8628         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8629         buffer.
8630
8631 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8632
8633         * nnagent.el (nnagent-open-server): Error message.
8634
8635 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8636
8637         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8638
8639 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8640
8641         * score-mode.el (gnus-score-mode-map): Ditto.
8642
8643         * message.el (message-mode-map): Ditto.
8644
8645         * gnus-uu.el (gnus-uu-post-news): Ditto.
8646
8647         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8648
8649         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8650
8651         * gnus-art.el (gnus-article-edit-mode-map): Use
8652         `set-keymap-parent' rather than `copy-keymap'.
8653
8654 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8655
8656         * gnus-art.el (gnus-mime-button-commands): New variable.
8657         (gnus-mime-button-map): Initialize it from
8658         `gnus-mime-button-commands'.
8659         (gnus-mime-button-menu): New function.
8660         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8661
8662 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8663
8664         * message.el (message-insert-to): Make `nobody' and `poster'
8665         synonymous to `never' and `always' in Mail-Copies-To.
8666         (message-reply): Ditto.
8667         (message-followup): Ditto.
8668
8669 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * mailcap.el (mailcap-mime-data): Save sound.
8672
8673 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8674
8675         * message.el (message-ignored-supersedes-headers): Include
8676         `NNTP-Posting-Date'.
8677
8678 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8679
8680         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8681
8682 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8683
8684         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8685         uudecode.
8686
8687 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * mm-decode.el (mm-display-external): Don't switch on save.
8690
8691 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8692
8693         * nnmail.el (nnmail-movemail-args): New variable.
8694
8695 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus-art.el (article-translate-strings):
8698
8699 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * gnus-art.el (gnus-article-view-part): Use it.
8702         (gnus-mm-display-part): New function.
8703         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8704
8705         * mm-decode.el (mm-handle-displayed-p): New function.
8706
8707         * gnus-art.el (gnus-mime-copy-part): Create better names.
8708         (gnus-mime-button-line-format): Include dots spec.
8709
8710 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8711
8712       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8713       forward buffer first.
8714
8715 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * gnus-util.el (gnus-set-window-start): New function.
8718
8719         * message.el (message-send): Don't check changed.
8720
8721 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8722
8723         * gnus-art.el (gnus-article-setup-buffer): Set params.
8724
8725         * mm-decode.el (mm-user-display-methods): Inline
8726         "message/delivery-status".
8727
8728 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * message.el (message-auto-save-directory): Rename.
8731         (message-mode): Dof fix.
8732
8733         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8734         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8735
8736         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8737
8738         * message.el (message-make-date): Avoid locale.
8739
8740         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8741         cache.
8742
8743         * mm-decode.el (mm-display-inline): Goto point-min.
8744
8745         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8746
8747         * mm-decode.el (mm-display-external): Reverse before sorting.
8748
8749         * gnus-draft.el (gnus-draft-send): Allow mail.
8750
8751 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8752
8753         * message.el (message-check): Move message-check macro above where
8754         it is first used.
8755
8756         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8757
8758 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8759
8760         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8761
8762 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8763
8764         * gnus.el: Pterodactyl Gnus v0.34 is released.
8765
8766 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * mm-decode.el (mm-inline-media-tests): delivery-status.
8769
8770         * mm-view.el (mm-inline-text): Provide default.
8771
8772 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8773
8774         * mailcap.el (mailcap-possible-viewers): Fix nils.
8775
8776 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8777
8778         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8779         (article-update-date-lapsed): Record the buffer.
8780         (article-update-date-lapsed): Do all windows that display article
8781         buffers.
8782
8783         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8784
8785         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8786
8787         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8788         annoations.
8789
8790         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8791
8792 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793
8794         * gnus-agent.el (gnus-category-add): Change default category to
8795         'false.
8796
8797         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8798         scores.
8799
8800         * gnus-draft.el (gnus-draft-send): Check server more.
8801
8802         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8803         (gnus-article-goto-part): New function.
8804
8805         * mm-view.el (mm-inline-text): Insert richtext properly.
8806
8807         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8808
8809 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * parse-time.el (parse-time-rules): Accept dates far into the past
8812         and the future, and parse single-digit numbers as years.
8813
8814 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * mm-decode.el (mm-display-external): Chop off directories.
8817
8818 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * uudecode.el (uu-decode-region-external): Use
8821         insert-file-contents-literally.
8822
8823         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8824
8825 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8826
8827         * uudecode.el: New file.
8828
8829         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8830         x-uuencode.
8831
8832 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8833
8834         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8835
8836         * message.el (message-fetch-field): Unfold properly.
8837
8838         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8839         in text/plain.
8840
8841 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8844         (gnus-auto-select-first): Removed.
8845         (gnus-auto-select-first): Extended.
8846         (gnus-summary-read-group-1): Use new value.
8847
8848 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * message.el (message-fix-before-sending): Space.
8851
8852         * nnmail.el (nnmail-find-file): Don't erase.
8853
8854 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8855
8856         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8857
8858 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8859
8860         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8861
8862 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8863
8864         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8865
8866 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8867
8868         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8869         20.4.
8870
8871 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * gnus-art.el (gnus-mime-view-all-parts): New command and
8874         keystroke.
8875
8876         * mm-decode.el (mm-display-external): Translate slashes.
8877
8878         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8879
8880         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8881
8882         * mm-decode.el (mm-quote-arg): Quote spaces.
8883         (mm-display-external): Quote args.
8884
8885 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * mm-decode.el (mm-inlinable-part-p): New function.
8888
8889 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8890
8891        * mm-util.el (mm-disable-multibyte): New function.
8892
8893 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8894
8895         * gnus.el: Pterodactyl Gnus v0.33 is released.
8896
8897 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8900
8901         * mm-decode.el (mm-display-external): Don't switch for externals.
8902         (mm-dissect-multipart): Don't include end-sep.
8903
8904         * mm-util.el (mm-get-coding-system-list): New function.
8905         (mm-coding-system-list): New variable.
8906
8907 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8908
8909         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8910
8911 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8912
8913         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8914         group
8915
8916 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8917
8918         * base64.el (base64-run-command-on-region): External base64
8919         decoder do not use coding system
8920
8921 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8922
8923         * mm-decode.el (mm-interactively-view-part): Typo.
8924
8925 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8926
8927         * mm-decode.el (mm-dissect-multipart): Display last part when the
8928         article has no close-delimiter
8929
8930 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8931
8932         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8933         content-type.
8934
8935 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8936
8937         * gnus-art.el (gnus-display-mime): Typo.
8938
8939 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8940
8941         * gnus.el: Pterodactyl Gnus v0.32 is released.
8942
8943 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8944
8945         * gnus-kill.el (gnus-batch-score): Protect against errors.
8946
8947         * gnus-art.el: Protect against broken headers.
8948
8949         * mm-decode.el (mm-display-external): Respect needsterm.
8950         (mm-display-external): Create buffer for external commands.
8951
8952 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8955
8956         * mm-decode.el (mm-display-external): Use file name.
8957
8958 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8959
8960         * gnus-util.el (gnus-output-to-rmail):  adjust to
8961           `rmail-output-to-rmail-file'
8962
8963 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8966
8967         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8968         headers.
8969
8970         * gnus-art.el (article-decode-charset): Fold case.
8971
8972 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8973
8974         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8975
8976 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8977
8978         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8979         after being stored.
8980
8981 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8982
8983         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8984         come.
8985
8986 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * gnus-xmas.el (wid-edit): Required.
8989
8990         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8991
8992 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8993
8994         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8995
8996 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8997
8998         * gnus-art.el (article-decode-charset): Narrow to the correct
8999         region.
9000
9001         * mm-bodies.el: Fix autoload.
9002
9003 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
9004
9005         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
9006
9007 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
9010
9011 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
9014         (gnus-article-add-button): Ditto.
9015
9016         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
9017
9018         * gnus-art.el (gnus-article-prepare-display): Make article mode.
9019         (gnus-article-prepare-display): Bind url-standalone-mode.
9020
9021         * mm-decode.el (mm-remove-part): Also delete directory.
9022         (mm-display-external): Create a private sub-dir.
9023
9024         * mailcap.el (mailcap-binary-suffixes): New variable.
9025         (mailcap-command-p): Use it.
9026
9027 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * nnmbox.el (nnmbox-request-group): Change server.
9030         (nnmbox-possibly-change-newsgroup): Enable multibyte.
9031
9032         * message.el (message-encode-message-body): Don't stomp MIME
9033         headers.
9034
9035         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
9036         unless useful.
9037         (gnus-summary-exit): Check for a live article buffer.
9038         (gnus-summary-exit-no-update): Ditto.
9039
9040         * gnus-int.el (gnus-request-replace-article): Accept no-encode
9041         param.
9042
9043         * gnus-sum.el (gnus-article-decoded-p): New variable.
9044
9045         * mm-decode.el (mm-display-external): Use no-conv.
9046
9047         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
9048         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
9049
9050         * gnus-art.el (gnus-article-mode-map): Bind button2 to
9051         mouse-click.
9052
9053 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054
9055         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
9056
9057 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9058
9059         * gnus.el: Pterodactyl Gnus v0.31 is released.
9060
9061 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
9064
9065         * mm-decode.el (mm-display-part): Accept no-default.
9066
9067         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
9068         a parameter.
9069
9070         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
9071         (gnus-summary-prepare-threads): Ditto.
9072
9073         * gnus.el (gnus-article-mode-map): Make sparse keymap.
9074
9075         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
9076         (gnus-mime-button-line-format): Doc fix.
9077         (gnus-insert-mime-button): Use it.
9078         (gnus-article-add-button): Use widget-convert-button.
9079
9080         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
9081         ignore.
9082
9083         * mm-decode.el (mm-alternative-precedence): Ditto.
9084
9085 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
9086
9087         * mm-decode.el (mm-user-automatic-display): Use enriched.
9088
9089 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
9090
9091         * mm-decode.el (mm-dissect-multipart): Have the part start on the
9092         right place.
9093
9094 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
9097
9098         * gnus-art.el (article-update-date-lapsed): Only update header if
9099         buffer is dispalyed in frame.
9100         (gnus-article-prepare-display): New function.
9101         (gnus-article-prepare): Use it.
9102
9103 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
9106
9107         * mm-view.el (mm-insert-inline): New function.
9108
9109         * mm-decode.el (mm-pipe-part): Bugged.
9110
9111         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
9112
9113         * mm-bodies.el (mm-encode-body): Move over the body.
9114
9115         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
9116
9117         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
9118
9119 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
9120
9121         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
9122           related functions.  Handle message/rfc822 parts.  Display subject on
9123           multipart summary lines.  Display name on sub-parts when available.
9124
9125 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9126
9127         * mailcap.el (mailcap-command-p): New version.
9128
9129 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
9130
9131         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
9132         groups.
9133
9134 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * message.el (message-make-date): Remove weekday name.
9137
9138         * mm-decode.el (mm-dissect-buffer): Protect against broken
9139         headers.
9140
9141         * mailcap.el (mailcap-command-in-path-p): New function.
9142         (mailcap-command-p): Renamed.
9143
9144 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9145
9146         * rfc2047.el (eval): Autoload.
9147
9148 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
9151         (gnus-multi-decode-encoded-word-string): New function.
9152         (gnus-encoded-word-method-alist): New variable.
9153         (gnus-decode-encoded-word-functions): Removed.
9154
9155 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9156
9157         * gnus-int.el (gnus-request-replace-article): Replace
9158         message-narrow-to-headers with message-narrow-to-head
9159
9160 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * drums.el (drums-quote-string): Reversed match.
9163
9164         * message.el (message-make-date): Use weekday name.
9165
9166 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9167
9168         * gnus.el: Pterodactyl Gnus v0.30 is released.
9169
9170 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9171
9172         * gnus-art.el (article-decode-encoded-words): Use it.
9173         (gnus-decode-header-function): New variable.
9174
9175         * gnus-sum.el (gnus-nov-parse-line): Use it.
9176         (gnus-decode-encoded-word-function): New variable.
9177
9178         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9179         buffer.
9180
9181         * gnus-art.el (gnus-insert-mime-button): Use widget.
9182         (gnus-widget-press-button): New function.
9183         (gnus-article-prev-button): Removed.
9184         (gnus-article-next-button): Ditto.
9185         (gnus-article-add-button): Ditto.
9186
9187         * gnus.el (gnus-article-mode-map): Inherit from widget.
9188         (gnus-article-mode-map): No, don't.
9189
9190         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9191         (mm-content-id-alist): New variable.
9192         (mm-get-content-id): New function.
9193
9194         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9195         articles if we are fetching to the article buffer.
9196
9197 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9200         articles.
9201
9202 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9203
9204         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9205         (mm-default-mime-charset): New variable.
9206
9207         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9208
9209         * drums.el (drums-quote-string): Reversed test.
9210
9211 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9214         string.
9215
9216         * drums.el (drums-quote-string): New function.
9217
9218         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9219         (rfc2047-b-encode-region): Chop lines.
9220         (rfc2047-q-encode-region): Ditto.
9221
9222 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9223
9224         * gnus.el: Pterodactyl Gnus v0.29 is released.
9225
9226 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9227
9228         * mm-decode.el (mm-save-part): Message right.
9229
9230 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9231
9232         * drums.el (drums-parse-address): Returned a list instead of a
9233         string.
9234         (drums-remove-whitespace): Skip comments.
9235         (drums-parse-addresses): Didn't work.
9236
9237 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9238
9239         * gnus.el: Pterodactyl Gnus v0.28 is released.
9240
9241 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9244         starting point.
9245         (article-decode-encoded-words): Rename.
9246
9247         * message.el (message-narrow-to-headers-or-head): New function.
9248
9249         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9250         region.
9251
9252         * message.el (message-send-news): Encode body after checking
9253         syntax.
9254
9255         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9256
9257         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9258
9259         * gnus-art.el (gnus-display-mime): Respect disposition.
9260
9261         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9262
9263         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9264         text with annotations.
9265
9266         * message.el (message-make-date): Fix sign for negative time
9267         zones.
9268
9269         * mm-view.el (mm-inline-image): Insert a space at the end of the
9270         image.
9271
9272         * mail-parse.el: New file.
9273
9274         * rfc2231.el: New file.
9275
9276         * drums.el (drums-content-type-get): Removed.
9277         (drums-parse-content-type): Ditto.
9278
9279         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9280
9281 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9282
9283         * gnus.el: Pterodactyl Gnus v0.27 is released.
9284
9285 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9286
9287         * mm-decode.el (mm-alternative-precedence): New variable.
9288         (mm-preferred-alternative): New function.
9289
9290         * gnus-art.el (gnus-mime-copy-part): New command.
9291
9292         * mm-decode.el (mm-get-part): New function.
9293
9294         * mm-view.el: New file.
9295
9296         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9297         (mm-display-part): Default to mailcap-save-binary-file.
9298
9299 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9300
9301         * gnus.el: Pterodactyl Gnus v0.26 is released.
9302
9303 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9304
9305         * mm-decode.el (mm-interactively-view-part): New function.
9306
9307         * gnus-art.el (gnus-mime-view-part): New command.
9308
9309         * mm-decode.el (mm-last-shell-command): New variable.
9310
9311         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9312
9313         * mm-decode.el (mm-save-part): New function.
9314
9315         * gnus-art.el (article-decode-charset): Protect against buggy
9316         content-types.
9317         (gnus-mime-pipe-part): New command.
9318         (gnus-mime-save-part): New command.
9319         (gnus-mime-button-map): New keymap.
9320         (gnus-mime-button-line-format): New variable.
9321         (gnus-insert-mime-button): New function.
9322         (gnus-display-mime): Use it.
9323
9324         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9325
9326         * mm-decode.el (mm-inline-text): Decode charsets.
9327
9328         * gnus-art.el (gnus-article-save): Comment fix.
9329
9330         * gnus-int.el (gnus-start-news-server): When in batch, don't
9331         prompt.
9332
9333         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9334         decode.
9335
9336         * mm-decode.el (mm-inline-media-tests): Add audio.
9337         (mm-inline-audio): New function.
9338
9339 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9340
9341         * gnus-art.el (article-make-date-line): Didn't work.
9342
9343         * parse-time.el (parse-time-string): One too many nils.
9344
9345 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9346
9347         * gnus.el: Pterodactyl Gnus v0.25 is released.
9348
9349 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350
9351         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9352         annotations.
9353
9354         * gnus.el ((featurep 'gnus-xmas)): New
9355         'gnus-annotation-in-region-p alias.
9356
9357 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * mm-util.el (mm-with-unibyte-buffer): New function.
9360
9361         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9362
9363         * mm-decode.el (mm-inline-media-tests): New variable.
9364
9365         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9366
9367         * gnus-art.el (gnus-article-mime-handles): New variable.
9368
9369         * drums.el (drums-narrow-to-header): New function.
9370
9371         * gnus-art.el (article-decode-charset): Use it.
9372
9373         * drums.el (drums-content-type-get): New function.
9374
9375         * mm-util.el (mm-content-type-charset): Removed.
9376
9377         * drums.el (drums-syntax-table): @ is word.
9378         (drums-parse-content-type): New function.
9379
9380         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9381         EDT" times.
9382
9383         * gnus-util.el (gnus-date-get-time): Use safe date.
9384
9385         * gnus-sum.el (gnus-show-mime): Removed.
9386         (gnus-summary-toggle-mime): Removed.
9387
9388         * gnus-art.el (gnus-strict-mime): Removed.
9389         (gnus-article-prepare): Don't do MIME.
9390         (gnus-decode-encoded-word-method): Removed.
9391         (gnus-show-mime-method): Removed.
9392
9393 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9394
9395         * gnus.el: Pterodactyl Gnus v0.24 is released.
9396
9397 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9400         PREFIX.
9401
9402         * parse-time.el (parse-time-rules): Accept times that look like
9403         "h:mm".
9404
9405         * message.el (message-make-date): Use zone properly.
9406
9407         * gnus.el: Autoload gnus-batch.
9408
9409         * gnus-art.el (article-de-quoted-unreadable): Do not do
9410         gnus-article-decode-rfc1522.
9411
9412         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9413
9414         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9415         param.
9416
9417         * message.el (message-encode-message-body): Check for us-ascii.
9418
9419         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9420         to the left.
9421
9422 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9423
9424         * gnus-art.el (article-decode-charset): Rename.
9425
9426 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9427
9428         * gnus.el: Pterodactyl Gnus v0.23 is released.
9429
9430 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus-util.el (gnus-parent-id): Ditto.
9433         (gnus-put-text-property-excluding-newlines): Ditto.
9434
9435         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9436
9437 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9438
9439         * message.el (message-generate-headers): Generate User-Agent
9440         instead of X-Mailer & X-Newsreader.
9441
9442         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9443         User-Agent header format.
9444
9445 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9446
9447         * gnus.el: Pterodactyl Gnus v0.22 is released.
9448
9449 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * mm-util.el (mm-multibyte-p): Typo.
9452
9453 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9454
9455         * gnus.el: Pterodactyl Gnus v0.21 is released.
9456
9457 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9458
9459         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9460
9461 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9462
9463         * mm-util.el (mm-multibyte-p): New function.
9464
9465 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9466
9467         * gnus.el: Pterodactyl Gnus v0.20 is released.
9468
9469 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * rfc2047.el (rfc2047-decode-region): Only decode when in
9472         multibyte.
9473
9474         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9475
9476         * gnus-int.el (gnus-request-replace-article): Encode.
9477         (gnus-request-accept-article): Encode.
9478
9479         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9480         here.
9481
9482         * gnus.el (gnus-article-display-hook): Take the charset functions
9483         out.
9484
9485         * time-date.el (safe-date-to-time): New function.
9486
9487         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9488
9489 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9490
9491         * gnus.el: Pterodactyl Gnus v0.19 is released.
9492
9493 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494
9495         * base64.el (base64-encode-region): Accept no-line-break.
9496
9497         * mm-util.el (mm-mime-charset): New function.
9498
9499         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9500
9501 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9502
9503         * gnus.el: Pterodactyl Gnus v0.18 is released.
9504
9505 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * message.el (message-send-and-exit): Return t on success.
9508         (message-make-date): Make a proper time zone.
9509
9510         * gnus-draft.el (gnus-draft-send): Only remove article if the
9511         sending is successful.
9512
9513         * drums.el (drums-get-comment): Return the last comment.
9514         (drums-parse-address): Parse old-style From headers.
9515
9516 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9517
9518         * gnus-sum.el (gnus-data-compute-positions): Move below
9519         `gnus-save-hidden-threads' so the former is correctly detected as
9520         a macro.
9521
9522 1998-09-06  Dave Love  <fx@gnu.org>
9523
9524         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9525         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9526         time for nicer failure if it's not available.
9527
9528 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * time-date.el (time-to-seconds): Renamed.
9531
9532         * parse-time.el (parse-time-string): Downcase before handling.
9533         (parse-time-rules): Times without seconds have 0 seconds.
9534
9535         * rfc2047.el (rfc2047-encode-region): New version.
9536         (rfc2047-dissect-region): New function.
9537
9538 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * message.el (message-make-date): Use symbolic zone.
9541
9542 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * time-date.el (parse-time): Always use parse-time.
9545
9546         * parse-time.el (parse-time-syntax): Use vectors.
9547
9548 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9549
9550         * gnus.el: Pterodactyl Gnus v0.17 is released.
9551
9552 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * time-date.el: Renamed from "date".
9555
9556         * gnus.el: Removed all timezone dependencies.
9557
9558         * score-mode.el: Removed.
9559         (gnus-score-edit-insert-date): Use date.
9560
9561         * date.el (float-to-time): New function.
9562
9563         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9564
9565         * date.el (time-to-float): New function.
9566
9567         * message.el (message-make-date): Use format-time-string.
9568         (message-make-expires): Use make-date.
9569
9570         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9571
9572         * gnus-util.el (gnus-dd-mmm): Use date.
9573         (gnus-sortable-date): Ditto.
9574
9575         * message.el (message-make-date): Take an optional time.
9576
9577         * gnus: Applied patches from 5.6.43.
9578
9579         * date.el (if): Use parse-time.
9580
9581         * gnus-score.el (gnus-summary-score-entry): Make into a command
9582         again.
9583
9584         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9585         gnus-agent.
9586
9587         * gnus.el (gnus-agent-meta-information-header): Moved here.
9588
9589 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9590
9591         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9592         (gnus-agent-fetch-group-1): Score article headers using normal
9593         group score files if the download score rule of a category/group
9594         is `file'.
9595         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9596         deciding what articles to download.
9597         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9598         predicate processing if predicate is `true' or `false'.
9599
9600 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9603
9604         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9605
9606         * score-mode.el (score-mode-coding-system): New variable.
9607         (gnus-score-edit-exit): Use it.
9608
9609 1998-09-04  Jason R Mastaler  <jason@4b.org>
9610
9611         * drums.el: Corrected typo.
9612
9613 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9614
9615         * mm-bodies.el (mm-body-encoding): Faster version.
9616
9617 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618
9619         * gnus-art.el (gnus-article-decode-charset): Only decode text
9620         things.
9621
9622         * message.el (message-output): Use rmail.
9623
9624         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9625         word part.
9626
9627         * mm-util.el (mm-charset-to-coding-system): Use
9628         rfc2047-default-charset.
9629         (mm-known-charsets): New variable.
9630
9631         * message.el (message-caesar-region): Bugged out.
9632
9633 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9634
9635         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9636         specifying `agent-predicate' in a group's parameters.
9637
9638 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9639
9640         * gnus.el: Pterodactyl Gnus v0.16 is released.
9641
9642 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * nnmail.el (nnmail-expired-article-p): Use predicate.
9645
9646         * date.el (time-less-p): Renamed.
9647
9648         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9649         from the headers.
9650
9651         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9652         functions.
9653
9654         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9655         all.
9656         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9657         to all functions.
9658
9659 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9660
9661         * gnus.el: Pterodactyl Gnus v0.15 is released.
9662
9663 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * date.el: New file.
9666
9667         * gnus-util.el (gnus-encode-date): Removed.
9668         (gnus-time-less): Ditto.
9669
9670         * nnmail.el (nnmail-date-to-time): Removed.
9671         (nnmail-time-less): Ditto.
9672         (nnmail-days-to-time): Ditto.
9673         (nnmail-time-since): Ditto.
9674
9675         * drums.el: New file.
9676
9677 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9678
9679         * message.el (message-encode-message-body): Encode headers with
9680         body encoding.
9681
9682         * rfc2047.el (rfc2047-default-charset): Renamed.
9683         (rfc2047-encodable-p): Use it.
9684
9685         * base64.el (mm-util): Required.
9686
9687 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9690         servers.
9691
9692         * gnus-util.el (gnus-output-to-rmail): Removed.
9693
9694         * gnus-art.el (gnus-summary-save-in-rmail): Use
9695         gnus-output-to-rmailrmail-output-to-rmail-file.
9696
9697         * rfc2047.el (rfc2047-decode-region): Fold case.
9698         (rfc2047-decode): Use decode-string.
9699
9700         * mm-util.el: Provide mm-char-int.
9701
9702 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9703
9704         * gnus.el: Pterodactyl Gnus v0.14 is released.
9705
9706 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9709         sure we have 7bit.
9710
9711 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9714         ducplicates.
9715         (gnus-inews-insert-mime-headers): Removed.
9716
9717         * message.el (message-caesar-region): Protect against MULE chars.
9718
9719 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9720
9721         * mm-util.el (if): fset the right function.
9722
9723 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * gnus-art.el (gnus-article-decode-charset): Use real
9726         read-coding-system.
9727
9728 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * mm-bodies.el (mm-decode-body): Protect against malformed
9731         base64.
9732         (mm-decode-body): Check that buffer-file-coding-system is
9733         non-nil.
9734
9735 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9736
9737         * gnus.el: Pterodactyl Gnus v0.13 is released.
9738
9739 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * gnus-util.el (gnus-strip-whitespace): Already defined.
9742         Removed.
9743
9744         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9745
9746         * gnus-util.el (gnus-strip-whitespace): New function.
9747
9748         * mm-util.el (mm-content-type-charset): Downcase.
9749
9750 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9753         (gnus-article-decode-charset): Don't fetch all headers.
9754
9755         * mm-util.el (mm-read-coding-system): New function.
9756
9757         * mm-bodies.el (mm-decode-body): Check the right charset.
9758
9759         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9760
9761         * gnus-art.el (gnus-article-mode-line-format): Use short group
9762         format.
9763
9764 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9765
9766         * gnus.el: Pterodactyl Gnus v0.12 is released.
9767
9768 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9771
9772         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9773         (gnus-article-decode-charset): Always run.
9774
9775         * mm-bodies.el (mm-decode-body): Decode cte.
9776
9777 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9778
9779         * gnus.el: Pterodactyl Gnus v0.11 is released.
9780
9781 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * message.el (message-encode-message-body): Ditto.
9784
9785         * gnus-art.el (gnus-article-decode-mime-words): New command and
9786         keystroke.
9787         (gnus-article-decode-charset): Ditto.
9788         (gnus-article-decode-charset): Only work under MULE.
9789
9790         * mm-util.el (mm-content-type-charset): New function.
9791
9792         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9793
9794         * message.el (message-send-mail): Insert MIME headers.
9795         (message-check-news-body-syntax): Don't warn for escape sequences.
9796         (message-check-news-body-syntax): Insert MIME headers.
9797
9798         * mm-bodies.el (mm-body-encoding): New function.
9799
9800         * message.el (message-encode-message-body): New function.
9801
9802         * mm-bodies.el: New file.
9803
9804         * mm-util.el (mm-narrow-to-head): New function.
9805
9806         * rfc2047.el (rfc2047-encode): Use it.
9807
9808         * mm-util.el: Provide mm-encode-coding-region.
9809
9810         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9811
9812         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9813
9814         * mm-util.el (mm-enable-multibyte): New function.
9815
9816         * message.el (message-set-work-buffer): Set multibyte.
9817
9818         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9819
9820         * gnus-util.el (gnus-point-at-eol): Removed.
9821         (gnus-point-at-bol): Ditto.
9822
9823         * base64.el (base64-decode-region): Commented out messaging.
9824
9825 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9826
9827         * gnus-msg.el (gnus-group-mail): make it behave like
9828         gnus-group-post-news with regards to the prefix (this enables the
9829         use of posting styles).
9830
9831 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * gnus.el (gnus-article-display-hook): Added
9834         gnus-article-decode-rfc1522 to hook.
9835
9836 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9837
9838         * gnus.el: Pterodactyl Gnus v0.10 is released.
9839
9840 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9843         hook to be run.
9844
9845 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9848
9849         * mm-util.el (mm-charsets-in-region): Removed.
9850
9851         * rfc2047.el: Renamed file.
9852
9853         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9854
9855         * message.el (message-mode): Set multibyte.
9856
9857         * mm-util.el (mm-charsets-in-region): Copied here.
9858
9859         * gnus-util.el: Removed gnus-truncate-string.
9860
9861         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9862
9863         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9864         (rfc1522-encodable-p): New function.
9865         (rfc1522-encode-message-header): Use it.
9866
9867 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9868
9869         * gnus.el: Pterodactyl Gnus v0.9 is released.
9870
9871 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9872
9873         * mm-util.el: Shadow encode-coding-string.
9874
9875         * base64.el (base64-encode-region): Don't add newline.
9876
9877         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9878
9879         * mm-util.el: New file.
9880
9881         * mm-decode.el: Somewhat depleted.
9882         * mm-encode.el: Ditto.
9883
9884         * rfc1522.el: New file.
9885
9886         * mm-util.el (mm-replace-chars-in-string): Copied here.
9887
9888         * mm-encode.el (mm-q-encode-region): New function.
9889
9890         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9891         param.
9892
9893         * mm-encode.el (mm-encode-word-region): Downcase.
9894
9895 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9896
9897         * gnus.el: Pterodactyl Gnus v0.8 is released.
9898
9899 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9900
9901         * message.el (message-send-mail): Encode headers.
9902
9903         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9904         (quoted-printable-encode-region): Upcase.
9905
9906         * message.el (message-default-charset): New variable.
9907
9908         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9909
9910         * message.el (message-narrow-to-field): Changed name.
9911
9912         * mm-encode.el: New file.
9913
9914         * message.el (message-narrow-to-header): New function.
9915
9916         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9917         right buffer.
9918
9919 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9920
9921         * gnus.el: Pterodactyl Gnus v0.7 is released.
9922
9923 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * gnus.el: Remove autoload for
9926         gnus-article-mime-decode-quoted-printable.
9927
9928         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9929         be decoded in non-MULE Emacsen.
9930
9931         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9932
9933 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9934
9935         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9936
9937 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9938
9939         * mm-decode.el: Check for coding-system-list.
9940
9941 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9942
9943         * gnus.el: Pterodactyl Gnus v0.6 is released.
9944
9945 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * nnheader.el (fboundp): Protect code-coding-string.
9948
9949         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9950         is available.
9951
9952 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9953
9954         * gnus.el: Pterodactyl Gnus v0.5 is released.
9955
9956 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9957
9958         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9959         (gnus-hack-decode-rfc1522): Removed.
9960
9961         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9962
9963 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9964
9965         * gnus.el: Gnus v0.4 is released.
9966
9967 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968
9969         * gnus-art.el (gnus-article-decode-mime-words): New command and
9970         keystroke.
9971
9972         * qp.el (quoted-printable-decode-region): Don't use hexl.
9973
9974         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9975
9976         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9977         (gnus-structured-field-decoder): Removed.
9978         (gnus-unstructured-field-decoder): Ditto.
9979
9980         * mm-decode.el: New file.
9981
9982         * qp.el: New file.
9983
9984         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9985
9986         * gnus-ems.el (fboundp): Removed gnus-split-string.
9987
9988         * gnus.el (gnus-splash-face): Doc fix.
9989
9990         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9991
9992         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9993         hexl.
9994
9995         * nnheader.el (nnheader-temp-write): Removed.
9996
9997 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9998
9999         * gnus.el: Gnus v0.3 is released.
10000
10001 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10002
10003         * gnus.el: Gnus v0.2 is released.
10004
10005 ;; Local Variables:
10006 ;; coding: iso-2022-7bit
10007 ;; End: