New files.
[elisp/gnus.git-] / ChangeLog
1 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 10.
4
5         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
6         char with old Emacsen as well.
7
8 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
9
10         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
11         appears in the backquoted form.
12         (gnus-category-edit-score): Ditto.
13
14         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
15         appears in the backquoted form.
16
17 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
18
19         * lisp/gnus.el (gnus-revision-number): Increment to 09.
20
21         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
22         bug -- do add-hook.
23         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
24         defined. If not, call `easy-menu-create-keymaps'.
25
26 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
27
28         * lisp/gnus.el (gnus-revision-number): Increment to 08.
29
30         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
31         "static" at the compile time.
32         (gnus-offline-hangup-function): Abolish.
33         (gnus-offline-auto-ppp): New variable.
34         (gnus-offline-gnus-get-new-news): Refer to it.
35         (gnus-offline-set-unplugged-state): Ditto.
36         (gnus-offline-set-auto-ppp): New function. It replaces the
37         function `gnus-offline-toggle-auto-hangup'.
38         (gnus-offline-toggle-auto-hangup): Abolish.
39         (gnus-offline-define-menu-and-key): Use `static-if' and
40         `static-cond'.
41         (gnus-offline-popup-menu): Do not define this function under XEmacs.
42         (gnus-offline-popup): New function.
43
44         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
45         (gnus-ofsetup-resource-en): Fix doc strings.
46         (gnus-ofsetup-resource-ja): Ditto.
47
48 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
49
50         * lisp/gnus.el (gnus-revision-number): Increment to 07.
51
52         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
53         Pterodactyl Gnus v0.98.
54
55 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
56
57         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
58
59         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
60
61         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
62         `car' and `cdr' instead of `cadr'.
63
64         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
65         instead of `push'; use `if' instead of `when'.
66
67         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
68         instead of `pop'.
69         (gnus-useful-groups): Use `or' instead of `unless'.
70
71         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
72         instead of `cadr'.
73
74 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
75
76         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
77         `when' in the body of `defadvice'.  Use `if' instead.
78
79         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
80         cl functions.
81
82 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
83
84         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
85         the macro `when' in the arg of `defcustom'.  Use `if' instead.
86
87 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
88
89         * lisp/gnus.el (gnus-revision-number): Increment to 06.
90
91         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
92         `next-single-property-change' LIMIT as `point-max'.
93         (gnus-article-prepare-mime-display): Ditto.
94         (article-hide-signature): Ditto.
95
96 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
97
98         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
99         are removed to fill gnus-version within 80 columns.
100
101 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
102
103         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
104
105 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
106
107         * lisp/gnus.el (gnus-revision-number): Increment to 05.
108
109         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
110         instead of `union'.
111
112         * lisp/gnus-util.el (gnus-union): New function.
113
114         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
115         `copy-sequence' instead of `copy-list'.
116         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
117
118         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
119
120 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
121
122         * lisp/gnus.el (gnus-revision-number): Increment to 04.
123
124         * lisp/dgnushack.el (union, copy-list): New compiler macros for
125         emulating cl functions.
126
127 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
128
129         * lisp/gnus.el (gnus-revision-number): Increment to 03.
130         (gnus-select-method): Use `condition-case' instead of
131         `ignore-errors'.
132
133         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
134         instead of `ignore-errors'.
135
136         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
137
138         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
139         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
140         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
141         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
142         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
143         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
144         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
145         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
146         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
147         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
148
149 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
150
151         * lisp/gnus.el (gnus-revision-number): Increment to 02.
152
153         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
154         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
155         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
156         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
157         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
158         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
159         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
160         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
161         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
162         Require `cl' at the top level.
163
164         * lisp/gnus.el (gnus-select-method): Undo last change.
165         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
166         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
167
168         * lisp/gnus-ems.el (gnus-split-string): Remove.
169
170 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
171
172         * lisp/pop3.el: Add description about STLS extension; add autoload
173         setting for `starttls-open-stream' and `starttls-negotiate'.
174         (pop3-stls): New function.
175         (pop3-open-tls-stream): New function.
176         (pop3-open-server): Use `pop3-open-tls-stream' if
177         'pop3-connection-type' is bound to `tls'.
178
179 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
180
181         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
182         and `starttls-negotiate'.
183         (imap-stream-alist): Add TLS entry.
184         (imap-tls-p): New function.
185         (imap-tls-open): New function.
186         (imap-ssl-open): Enclose `open-ssl-stream' with
187         `as-binary-process'.
188
189 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
190
191         * lisp/gnus.el (gnus-revision-number): Increment to 01.
192         (gnus-select-method): Use `condition-case' instead of
193         `ignore-errors'.
194
195         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
196         level.
197
198         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
199         `coding' and `noerror' for the stopgaps.
200
201         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
202         `coding' and `noerror'.
203         (function-max-args): Maybe-fbind for FSF Emacsen.
204
205         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
206         as `binary' if possible.
207         (imap-log): Default to nil (synched with pgnus 0.99).
208         (base64-decode-string): Autoload "mel" instead of "base64".
209         (md5): Autoload "md5" without `eval-and-compile'.
210
211         * lisp/gnus-util.el (copy-list): New function defined by
212         `defun-maybe'.
213
214         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
215         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
216
217         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
218         instead of `ignore-errors'.
219
220         * lisp/gnus-picon.el: Require `cl'.
221
222         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
223         gnus-offline.el} (cl): Enclose the requiring procedure with
224         `eval-when-compile'.
225
226         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
227         procedure with `eval-when-compile' instead of `eval-and-compile'.
228
229 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
230
231         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
232         Use mail-sources instead of nnmail-spool-file.
233         From: Toshiaki -PCX- Tanaka.
234
235 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
236
237         * lisp/gnus.el (gnus-group-startup-message): Insert space before
238         "based on".
239         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
240
241 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
242
243         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
244         (gnus-revision-number): Clear to 00.
245
246         * README.T-gnus: Update.
247
248         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
249         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
250         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
251         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
252         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
253         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
254
255         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
256
257         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
258         translation.
259
260         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
261
262 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
263
264         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
265         `message-save-drafts' instead of `set-buffer-modified-p' and
266         `save-buffer'.
267         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
268         because the reply data is lost in Drafts.
269         * lisp/gnus-art.el (gnus-signature-face): Don't check
270         window-system type.
271
272 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
273
274         * lisp/pop3.el (pop3-progress-message): New function.
275         (pop3-movemail): Use it.
276
277 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
278
279         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
280         `gnus-following-method'.
281
282         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
283         wide reply as a mail if the message is not a news; use the macro
284         `gnus-setup-message'.
285
286         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
287
288 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
289
290         * lisp/gnus.el (gnus-revision-number): Increment to 14.
291         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
292         function `gnus-smiley-display'.
293
294         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
295         `window-system' is nil.
296         (gnus-article-x-face-command): Default to external command if
297         `window-system' is nil.
298
299 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
300
301         * lisp/gnus.el (gnus-revision-number): Increment to 13.
302         (TopLevel): Rearrange autoload settings.
303
304         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
305         `smiley-buffer'.
306
307         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
308         "Toggle smileys" in "Washing" menu.
309         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
310
311         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
312         (smiley-toggle-buffer): New function.
313         (smiley-buffer): Don't quote the function.
314         (smiley-toggle-extents): Ditto.
315
316 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
317
318         * lisp/gnus.el (gnus-revision-number): Increment to 12.
319         (TopLevel): Add and delete autoloads for functions defined in
320         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
321
322         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
323         defined in "miee".
324
325         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
326         `gnus-custom-mode' defined in "gnus-cus".
327
328 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
329
330         * lisp/gnus.el (gnus-revision-number): Increment to 11.
331
332         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
333         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
334         header.
335
336 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
337
338         * lisp/gnus.el (gnus-revision-number): Increment to 10.
339         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
340         functions `x-face-mule-gnus-article-display-x-face' and
341         `smiley-buffer'.
342
343         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
344
345         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
346         `gnus-mule-group-startup-message'.
347         (gnus-mule-group-startup-message): Remove.
348         (gnus-mule-bitmap-image-file): Remove.
349
350         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
351         ordinary text if the feature `smiley-mule' is provided and FSF
352         Emacs is used.
353         (TopLevel): Require `static' at the compile time.
354
355         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
356         `mime-display-text/plain-hook' to nil.
357         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
358         treat the next entity position as a marker.
359         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
360         `gnus-smiley-display' under FSF Emacsen.
361         (gnus-treat-display-smileys): Default to t if the module
362         `smiley-mule' is installed.
363         (gnus-treat-display-xface): Default to `head' if the value of
364         `gnus-article-x-face-command' is
365         `x-face-mule-gnus-article-display-x-face'.
366         (gnus-article-x-face-command): Default to
367         `x-face-mule-gnus-article-display-x-face' if the module
368         `x-face-mule' is installed.
369         (TopLevel): Require `static' first; require `path-util'.
370
371 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
372
373         * lisp/gnus.el (gnus-revision-number): Increment to 09.
374
375         * lisp/message.el (message-mode): Make
376         `message-font-lock-last-position' as buffer local.
377         (message-font-lock-keywords-2): Use
378         `message-font-lock-cited-text-matcher' instead of regexp.
379         (message-font-lock-cited-text-matcher): New function.
380         (font-lock-after-change-function): Advice to the keep last cursor
381         position in `message-font-lock-last-position' before fontifying.
382         (message-font-lock-last-position): New variable.
383         (message-font-lock-citation-name-max-column): New variable.
384         (message-font-lock-cited-text-regexp): New variable.
385         (message-font-lock-fence-close-position): New variable.
386         (message-font-lock-fence-open-position): New variable.
387         (message-font-lock-fence-close-regexp): New variable.
388         (message-font-lock-fence-open-regexp): New variables.
389
390 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
391
392         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
393         using `message-font-lock-keywords', `message-font-lock-keywords-1'
394         and `message-font-lock-keywords-2'.
395         (message-font-lock-keywords): Restruct.
396         (message-font-lock-keywords-1): New variable split from
397         `message-font-lock-keywords'.
398         (message-font-lock-keywords-2): Ditto.
399
400 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
401
402         * lisp/gnus.el (gnus-revision-number): Increment to 08.
403
404         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
405         before highlighting or hiding it.
406         (gnus-article-buttonize-signature): New function.
407         (gnus-article-highlight-signature): Don't buttonize.
408         (gnus-treatment-function-alist): Undo the last change.
409         (gnus-treat-emphasize): Default to nil.
410
411 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
412
413         * lisp/gnus.el (gnus-revision-number): Increment to 07.
414         (TopLevel): Autoload "gnus-art" for the function
415         `gnus-article-show-all'.
416
417         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
418         hidden text if the command `gnus-summary-toggle-mime' is used.
419
420         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
421         following parts.
422         (gnus-article-highlight-signature): Work for forwarded messages.
423         (gnus-article-show-all): New function based on `article-show-all'.
424         (gnus-article-show-all-headers): Based on
425         `article-show-all-headers'.
426         (article-show-all-headers): New function to show all *HEADERS*.
427         (article-show-all): Show *ALL* literally.
428         (article-hide-signature): Work for forwarded messages.
429         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
430         off after `gnus-treat-highlight-signature'.
431
432 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
433
434         * lisp/gnus.el (gnus-revision-number): Increment to 06.
435
436         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
437         against forwarded messages without MIME structure.
438         (gnus-treatment-function-alist): Move
439         'gnus-treat-decode-article-as-default-mime-charset' to the top;
440         put `gnus-treat-emphasize' off after
441         `gnus-treat-highlight-headers'.
442
443 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
444
445         * lisp/gnus.el (gnus-revision-number): Increment to 05.
446
447 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
448
449         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
450         argument is list or not before condition.
451
452 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
453
454         * lisp/gnus-art.el (gnus-treat-predicate): Work for
455         (typep "something").
456
457 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
458
459         * lisp/gnus-art.el (gnus-article-prepare-display):
460         Pass argument nil as a condition to gnus-treat-article.
461         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
462         Ditto. Also, treat last part of multipart article correctly.
463
464 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
465
466         * lisp/gnus.el (gnus-revision-number): Increment to 04.
467
468         * lisp/message.el (message-generate-headers): Don't insert
469         excessive newline.
470
471         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
472         negative number for the 2nd arg of `insert-char'.
473
474 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
475
476         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
477         gnus-ja instead of gnus if Japanese environment is on.
478
479 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
480
481         * lisp/gnus.el (gnus-revision-number): Increment to 03.
482         (semi-gnus-developers): Remove.
483         (gnus-maintainer): Change mail address.
484         (gnus-group-startup-message): Display version string.
485
486         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
487
488         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
489         version string; fix glyph position.
490
491 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
492
493         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
494         to previous version until problem of respooling from
495         nnimap to nnml is solved.
496         (gnus-summary-move-article): Ditto.
497
498 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
499
500         * lisp/gnus.el (gnus-revision-number): Increment to 02.
501
502         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
503         value is t before checking for `condition'.
504         (gnus-article-prepare-mime-display): Search for the entity children
505         if the primary type is `multipart'.
506
507 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
508
509         * lisp/gnus.el (gnus-revision-number): Increment to 01.
510
511         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
512         instead of signaling an error if the destination group is not
513         newly created.
514         (gnus-summary-move-article): Do nothing if the destination group
515         is not newly created.
516
517         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
518         environment part.
519
520 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
521
522         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
523         active entry for the group even if it doesn't exist.
524
525 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
526
527         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
528
529 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
530
531         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
532         (gnus-revision-number): Clear to 00.
533
534         * README.T-gnus: Update.
535
536         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
537         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
538
539         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
540         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
541         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
542         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
543         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
544
545 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
546
547         * lisp/gnus.el (gnus-revision-number): Increment to 07.
548
549         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
550         smooth scrolling under XEmacs.
551         (gnus-article-next-page):Ditto.
552
553         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
554         descriptions about the problem of loaddefs.el and the patch for
555         CUSTOM 1.9962.
556
557 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
558
559         * lisp/gnus.el (gnus-revision-number): Increment to 06.
560
561         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
562         `:predicate' for old Emacsen; require `static'.
563
564         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
565         `:path' and `:predicate'.
566
567 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
568
569         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
570         modeline as modified.
571
572 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
573
574         * lisp/gnus.el (gnus-revision-number): Increment to 05.
575
576         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
577         `mime-view-entity' in the modified header under FSF Emacsen.
578
579 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
580
581         * README-offline.en: Rewrite the usage description.
582         * README-offline.ja: Ditto.
583
584 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
585
586         * lisp/gnus.el (gnus-revision-number): Increment to 04.
587
588         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
589         `gnus-offline'.
590
591 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
592
593         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
594         * README-offline.ja: Ditto.
595
596 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
597
598         * lisp/gnus.el (gnus-revision-number): Increment to 03.
599
600         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
601         the current buffer as modified.
602
603         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
604         (gnus-offline-get-menu-items): New function.
605         (gnus-offline-define-menu-on-miee): Use it.
606         (gnus-offline-define-menu-on-agent): Ditto.
607
608 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
609
610         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
611
612         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
613         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
614         (pop3-quit): Clear `pop3-uidl-obarray'.
615
616 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
617
618         * lisp/gnus.el (gnus-revision-number): Increment to 02.
619
620         * lisp/gnus-offline.el (gnus-offline-resource-en,
621         gnus-offline-resource-ja,
622         gnus-offline-resource-ja_complete): New variables.
623         (gnus-offline-get-message): News function.
624         (gnus-offline-error-check): Use it.
625         (gnus-offline-connect-server): Ditto.
626         (gnus-offline-get-new-news-function): Ditto.
627         (gnus-offline-set-mail-group-level): Ditto.
628         (gnus-offline-hangup-line): Ditto.
629         (gnus-offline-after-jobs-done): Ditto.
630         (gnus-offline-toggle-auto-hangup): Ditto.
631         (gnus-offline-toggle-on/off-send-mail): Ditto.
632         (gnus-offline-toggle-articles-to-fetch): Ditto.
633         (gnus-offline-empting-spool): Ditto.
634         (gnus-offline-set-interval-time): Ditto.
635
636         * lisp/gnus-ofsetup.el (gnus-offline-lang,
637         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
638         variables.
639         (gnus-ofsetup-get-message): New function.
640         (gnus-setup-for-offline): Use it.
641         (gnus-ofsetup-find-parameters): Ditto.
642         (gnus-ofsetup-prepapre-for-miee): Ditto.
643         (gnus-ofsetup-completing-read-symbol): Ditto.
644         (gnus-ofsetup-customize): Ditto.
645         (gnus-ofsetup-customize-done): Ditto.
646
647 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
648
649         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
650         `isearch-lazy-highlight'.
651
652 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
653
654         * lisp/gnus.el (gnus-revision-number): Increment to 01.
655
656         * lisp/lpath.el (babel-as-string): Bind it.
657
658         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
659         original X-Face field while searching.  It is done for only FSF
660         Emacsen.
661         (gnus-summary-search-article-highlight-matched-text): Ditto.
662         (gnus-summary-search-article-matched-data): Bind it explicitly.
663
664 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
665
666         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
667         (gnus-revision-number): Clear to 00.
668
669         * README.T-gnus: Update.
670
671         * README: Sync up with Pterodactyl Gnus v0.96.
672         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
673         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
674         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
675         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
676         gnus-agent.el,ChangeLog}: Ditto.
677         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
678
679 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
680
681         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
682         don't retrieve any incoming mails.; Don't filter articles here.
683         Use `convert-standard-filename' to generate fresh UIDL file names.
684         (pop3-get-message-numbers): Rewrite.
685         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
686         of `with-temp-buffer'.
687
688 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
689
690         * README-offline.ja : Fix.
691
692         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
693         Fix typo.
694
695         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
696         requirements; Enclose the autoload for `gnus-custom-mode' with
697         `eval-and-compile'.
698
699 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
700
701         * lisp/gnus.el (gnus-revision-number): Increment to 15.
702
703         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
704         for them before lpath.el is loaded.  Because lpath.el requires
705         `poe' via `path-util'.  [cf. <tm-ja:5051>]
706
707         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
708         X-Face image if the regexp "^X-Face:" is specified.
709         (gnus-summary-search-article-highlight-matched-text): Use
710         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
711         X-Face image if it is requested.
712         (gnus-summary-search-article-highlight-goto-x-face): New macro.
713
714 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
715
716         * lisp/gnus.el (gnus-revision-number): Increment to 14.
717
718         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
719         recenter the article when touchdown; popup the article buffer if
720         it is disappeared.
721         (gnus-summary-search-article-highlight-matched-text): Treat the
722         article before highlighting; use old style backquote syntax.
723         (gnus-summary-search-article-position-point): Fix the beginning
724         position; use old style backquote syntax.
725         (gnus-summary-select-article): Undo the last change.
726         (gnus-summary-display-article): Bind
727         `gnus-summary-search-article-matched-data' in the article buffer
728         locally.  It is moved from `gnus-summary-select-article'.
729
730 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
731
732         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
733         (clean): Remove formatted info files.
734         (distclean): Just remove Makefile.
735
736 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
737
738         * lisp/gnus.el (gnus-revision-number): Increment to 13.
739
740         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
741         (gnus-agent-fetch-headers): Limit downloadable articles if the
742         number of unread articles exceeds `gnus-agent-large-newsgroup'.
743         (gnus-agent-expire): Do not expire saved or replied articles when
744         `gnus-agent-expire-all' is nil.
745
746         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
747         variable.
748         (gnus-offline-agent-expire): Check it; Bind
749         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
750         (gnus-offline-after-jobs-done): Don't check
751         `gnus-agent-expire-all'.
752
753         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
754         `user-login-name' and `user-real-login-name' returns the same
755         value or not.
756         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
757         (gnus-ofsetup-update-setting-file): Ditto.
758         (gnus-ofsetup-prepare): New macro.
759         (gnus-setup-for-offline): Use it.
760         (gnus-ofsetup-customize-done): Ditto.
761
762 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
763
764         * lisp/gnus.el (gnus-revision-number): Increment to 12.
765
766         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
767         (gnus-summary-search-article-highlight-matched-text): Rearrange.
768         (gnus-summary-search-article-position-point): New macro.
769         (gnus-summary-search-article-matched-data): Rename from
770         `gnus-summary-search-article-matched-text'.
771         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
772         use `gnus-article-show-all-headers' for exposing the visited
773         article.
774         (gnus-summary-select-article): Bind
775         `gnus-summary-search-article-matched-data' in the article buffer
776         locally.
777
778         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
779         if the value of `gnus-inhibit-treatment' is non-nil.
780         (article-toggle-headers): Don't redisplay X-Face if the value of
781         `gnus-inhibit-treatment' is non-nil.
782         (gnus-article-treat-custom): Add new treatment variable `mime'.
783
784 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
785
786         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
787         documentation.
788
789         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
790         `gnus-newsgroup-incorporated' explicitly.
791
792 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
793
794         * README.semi: Update for the recent a-ftp sites and directories.
795         * README.semi.ja: Ditto.
796         * texi/gnus-faq.texi: Ditto.
797         * texi/gnus-faq-ja.texi: Ditto.
798
799 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
800
801         * lisp/gnus.el (gnus-revision-number): Increment to 11.
802         (gnus-summary-incorporated-face): New face spec.
803
804         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
805         entry about the format specifier `w'.
806         (gnus-group-line-format): Fix documentation.
807
808         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
809         newly incorporated mails with `gnus-summary-incorporated-face'.
810         (gnus-newsgroup-incorporated): New variable.
811         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
812         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
813
814         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
815
816         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
817         `K' if the group has already been subscribed.
818
819 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
820
821         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
822         `isearch-lazy-highlight' t in the buffer locally; goto the
823         beginning of the buffer before searching.
824
825         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
826         selected frame.
827
828 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
829
830         * lisp/gnus.el (gnus-revision-number): Increment to 10.
831
832         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
833         matched text after the searching is done; call
834         `gnus-summary-select-article' with the args nil and t; bind
835         `gnus-treat-*' to nil.
836         (gnus-summary-search-article-highlight-matched-text): New macro
837         for highlighting matched text.  It is bound at the compile time
838         only.
839         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
840         with the args nil and t; bind `gnus-treat-*' to nil.
841
842         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
843         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
844         `with-temp-file'; use `insert-file-contents-as-binary' instead of
845         `insert-file-contents'.
846
847 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
848
849         * lisp/gnus.el (gnus-revision-number): Increment to 09.
850
851         * lisp/gnus-offline.el: Fix comments.
852         (TopLevel): Delete the code for emulating custom. Do not inhibit
853         byte-compile-warnings, but hide useless ones.
854         (gnus-offline-dialup-program-arguments): defvar instead of
855         defcustom.
856         (gnus-offline-hangup-program-arguments): Ditto.
857         (gnus-offline-interval-time): Ditto.
858         (gnus-offline-dialup-program, gnus-offline-hangup-program,
859         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
860         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
861         codes.
862         Set `mail-sources' instead of `nnmail-spool-file'.
863         (gnus-offline-enable-fetch-mail): Ditto.
864         (gnus-offline-toggle-movemail-program): Abolish.
865         (gnus-offline-define-menu-and-key): Modify according to it.
866         (gnus-offline-define-menu-on-miee): Ditto.
867         (gnus-offline-define-menu-on-agent): Ditto.
868         (gnus-offline-message-add-header): Bind temporary variables.
869         (gnus-offline-add-custom-header): Ditto.
870         (gnus-offline-restore-mail-group-level): Ditto.
871
872         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
873         gnus-offline at the compile time. Do not inhibit
874         byte-compile-warnings.
875         (gnus-setup-for-offline): Really bind all temporary variables.
876         (gnus-ofsetup-write-settting-file): Check if interval is a
877         integer.
878         Use `mail-sources' instead of `nnmail-spool-file'.
879         (gnus-ofsetup-update-setting-file): Redefine as a macro.
880         (gnus-ofsetup-prepare-for-miee): Ditto.
881
882         * README-offline.en : Update.
883         * README-offline.ja : Ditto.
884
885 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
886
887         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
888         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
889
890 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
891
892         * lisp/gnus.el (gnus-revision-number): Increment to 08.
893
894 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
895
896         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
897         group name with `\N'.
898
899 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
900
901         * lisp/gnus.el (gnus-revision-number): Increment to 07.
902
903         * lisp/pop3.el (pop3-except-header-regexp): New variable.
904         (pop3-movemail): Don't retrieve messages whose headers are
905         matching `pop3-except-header-regexp'.
906         (pop3-top): New function.
907         (pop3-retr): Don't use `save-restriction'.
908
909 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
910
911         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
912
913 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
914
915         * lisp/gnus.el (gnus-revision-number): Increment to 06.
916
917         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
918         `gnus-article-next-page' when the last page is not displayed.
919         (mime-preview-over-to-previous-method-alist): Use
920         `gnus-article-prev-page' when the first page is not displayed.
921         (gnus-next-page-map): Use `make-sparse-keymap' instead of
922         `make-keymap'; don't use `suppress-keymap'.
923         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
924         Succeed to the value of the text property `mime-view-situation' in
925         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
926         current local map as a parent under FSF Emacsen.
927
928 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
929
930         * lisp/pop3.el (pop3-retr): Undo last change.
931
932 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
933
934         * lisp/gnus.el (gnus-revision-number): Increment to 05.
935
936         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
937         `accept-process-output'; Move point to the end of the normal
938         response.
939         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
940         (pop3-get-list): Abolish.
941         (pop3-retr): Don't use `save-restriction'.
942         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
943         (pop3-list): Likewise.
944
945 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
946
947         * lisp/gnus.el (gnus-revision-number): Increment to 04.
948
949         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
950         `event-basic-type' instead of `event-button' under FSF Emacsen.
951
952 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
953
954         * lisp/gnus.el (gnus-revision-number): Increment to 03.
955
956 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
957
958         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
959         `gnus-summary-mode-hook'.
960         (gnus-use-wheel): New variable.
961         (gnus-wheel-scroll-amount): New variable.
962         (gnus-wheel-edge-resistance): New variable.
963         (gnus-wheel-summary-scroll): New function.
964         (gnus-wheel-install): New function.
965
966 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
967
968         * lisp/gnus.el (gnus-revision-number): Increment to 02.
969
970         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
971         `defun' instead of `defsubst'.
972         (make-full-mail-header): Ditto.
973
974         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
975         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
976
977 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
978
979         * lisp/gnus.el (gnus-revision-number): Increment to 01.
980
981         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
982         is being sent.
983
984         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
985         function from Nana-gnus.
986         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
987         (gnus-ofsetup-update-setting-file): Rename from
988         `gnus-ofsetup-write-setting-file'.
989         (gnus-ofsetup-find-parameters): Rename from
990         `gnus-ofsetup-parameters'.
991         (gnus-ofsetup-customize-done): Rewrite.
992
993 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
994
995         * pop3.el: Sync up with pop3.el version 2.04.
996         (pop3-leave-mail-on-server): New variable.
997         (pop3-maximum-message-size): New variable.
998         (pop3-uidl-file-name): New variable.
999         (pop3-uidl-support): New variable.
1000         (pop3-uidl-obarray): New variable.
1001         (pop3-movemail): Check message size on every retrieval.
1002         (pop3-open-ssl-stream-1): Use new style macro.
1003         (pop3-get-message-numbers): New function.
1004         (pop3-get-list): New function.
1005         (pop3-get-uidl): New function.
1006         (pop3-get-unread-message-numbers): New function.
1007         (pop3-save-uidls): New function.
1008         (pop3-retr): Use `pop3-get-extended-response'.
1009         (pop3-list): New implementation.
1010         (pop3-uidl): New function.
1011         (pop3-get-extended-response): New function.
1012
1013 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1014
1015         * lisp/gnus.el: T-gnus 6.13.0 is released.
1016
1017 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1018
1019         * ChangeLog.2: New file, rename from ChangeLog.
1020
1021         * lisp/dgnushack.el (TopLevel): Rearrange.
1022
1023         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1024         * README.branch: Ditto.
1025
1026         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1027
1028         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1029         * texi/message-ja.texi: Ditto.
1030         * texi/message.texi: Ditto.
1031         * texi/gnus-ja.texi: Ditto.
1032         * texi/gnus.texi: Ditto.
1033         * README-offline.ja: Ditto.
1034         * README-offline.en: Ditto.
1035         * README.semi.ja: Ditto.
1036         * README.semi: Ditto.
1037         * README.T-gnus: Ditto.
1038
1039         * t-gnus-6_13: NEW PUBLIC BRANCH.
1040
1041 See ChangeLog.2 for earlier changes.