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