* message.el (message-followup): Handle "Mail-Copies-To:" correctly.
[elisp/gnus.git-] / ChangeLog
1 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
4         correctly.
5         (message-get-reply-headers): Ditto.
6
7 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
8
9         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
10         while `bbdb-annotate-message-sender' is being done.
11
12 2001-01-14  Katsumi Yamaoka <yamaoka@jpl.org>
13
14         * lisp/gnus-art.el (gnus-treatment-function-alist): Use backquote.
15
16 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
17
18         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
19
20 2001-01-12  Katsumi Yamaoka <yamaoka@jpl.org>
21
22         * lisp/gnus-vers.el (T-gnus): Update to 6.14.6.
23         (gnus-revision-number): Clear to 00.
24
25         * Sync up with Gnus v5.8.8.
26
27 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
28
29         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
30         extents for XEmacs 21.1 using `format'.
31
32 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
33
34         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
35         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
36         running.
37
38         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
39         `smiley-toggle-buffer' when compiling.
40         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
41         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
42         running.
43         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
44         `gnus-bitmap'.
45         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
46
47 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
48
49         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
50         `save-excursion'.
51         (gnus-bug): Pop up the sending buffer first.
52
53         * lisp/dgnushack.el
54         (byte-compile-file-form-custom-declare-variable): Use `defvar'
55         instead of `custom-declare-variable' to make the variable
56         uncustomizable if the arguments has the keyword `:version'.
57
58 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
59
60         * lisp/dgnushack.el (TopLevel): Byte-optimize
61         `custom-declare-variable', `custom-declare-group, and
62         `custom-declare-face' to omit unsupported keywords when Mule is
63         running.
64
65 2000-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
66
67         * lisp/nnshimbun.el (TopLevel): Defalias `coding-system-category'
68         to `get-code-mnemonic' for Mule.
69         (TopLevel): Make codesys `euc-japan' and `shift_jis' for Mule.
70         (nnshimbun-type-definition): Use `static-if' to determine codesys.
71         (TopLevel): Require `static'.
72
73 2000-12-06  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
74
75         * lisp/nnshimbun.el (nnshimbun-retrieve-url): coding detection is
76         improved.
77         (nnshimbun-meta-content-type-charset-regexp): New constant.
78         (nnshimbun-meta-charset-content-type-regexp): Ditto.
79
80 2000-12-03  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
81
82         * texi/gnus-ja.texi: Fixes for the last modification.
83
84 2000-12-02  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
85
86         * texi/gnus-ja.texi: Translate description about
87         `nnmail-split-fancy-with-parent'.
88
89         * texi/message-ja.texi: Use two lines for direntry.
90
91 2000-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
92
93         * lisp/dgnushack.el: Attempt to add another FLIM path to `load-path'
94         if the module `mel' does not found.  This procedure may be needed
95         when recent FLIM 1.14 is used under old Emacsen.
96
97 2000-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
98
99         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
100
101         * lisp/message.el (message-send-mail-with-smtp): Leave the error
102         handling in `smtp-send-buffer's own care.
103
104 2000-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
105
106         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
107
108         * lisp/gnus.el: Add autoloads for x-face-e21.
109
110         * lisp/gnus-sum.el (gnus-summary-search-article-position-point):
111         Search for `x-face-image' as well as `x-face-mule-bitmap-image'.
112
113         * lisp/gnus-art.el (gnus-article-x-face-command): Default to
114         `x-face-decode-message-header' when Emacs 21 is running and
115         x-face-e21 is installed.
116
117 2000-11-21  Katsumi Yamaoka <yamaoka@jpl.org>
118
119         * lisp/message.el (message-send-mail-with-smtp): Use
120         `smtp-send-buffer' if it exists instead of `smtp-via-smtp'.
121
122         * lisp/dgnushack.el (describe-key-briefly): New compiler macro for
123         old Emacsen.
124
125 2000-11-17  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
126
127         * lisp/nnheader.el (nnheader-header-value): Save point.
128
129 2000-11-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
130
131         * texi/gnus-ja.texi (Drafts): Fix typo.
132
133 2000-11-14  Katsumi Yamaoka <yamaoka@jpl.org>
134
135         * lisp/gnus-art.el (article-verify-x-pgp-sig): Autoload "mm-uu".
136         (gnus-treat-x-pgp-sig): Default to nil.
137
138 2000-11-10  Katsumi Yamaoka <yamaoka@jpl.org>
139
140         * Mule23@1934.en, Mule23@1934.ja, sample.lpath.el: Upgrade.
141
142         * configure: Regenerate.
143         * aclocal.m4 (AC_PATH_PACKAGEDIR): No need to quote a string for
144         `AC_MSG_RESULT'.
145         (AC_CHECK_W3): Ignore cache; no need to quote a string for
146         `AC_MSG_RESULT'.
147         (AC_CHECK_EMACS_FLAVOR): Ignore cache.
148         (AC_CHECK_EMACS): Ignore cache.
149         (AC_DEFINE_GNUS_PRODUCT_NAME): Cache.
150
151 2000-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
152
153         * configure: Regenerate.
154
155         * aclocal.m4 (AC_CHECK_W3): Substitute `W3' with empty string
156         instead of "no" if it is not acceptable.
157
158         * lisp/dgnushack.el: Load dgnuspath.el and ~/.lpath.el just before
159         path-util is loaded.
160         (dgnushack-compile): Show `load-path'.
161         (dgnushack-w3-dir): Ignore the env var W3DIR if it is empty.
162
163         * lisp/lpath.el: Move out `load-path' modification for APEL, FLIM
164         and SEMI to dgnushack.el.
165         * lisp/dgnushack.el: Move here.
166
167         * lisp/lpath.el (md5): Don't bind.
168         (url-insert-file-contents): Fbind for FSF Emacsen.
169
170 2000-11-08  Katsumi Yamaoka <yamaoka@jpl.org>
171
172         * texi/Makefile.in (install-ja-info): Specify `EMACS' and
173         `infodir'.
174         (install-info): Ditto.
175         (install-ja): Ditto.
176
177         * lisp/lpath.el (md5): Fbind using `maybe-fbind'.
178
179         * lisp/dgnushack.el (dgnushack-compose-package): Remove function.
180         (dgnushack-install-package-info-ja): Remove function.
181         (dgnushack-install-package-info): Remove function.
182         (dgnushack-install-package-lick): Remove function.
183         (dgnushack-install-package-pkginfo): Remove function.
184         (dgnushack-install-package-info-files): Remove function.
185         (dgnushack-install-package-manifest): New function.
186         (dgnushack-remove-extra-files-in-package): New function.
187         (dgnushack-gnus-product-name): Remove function.
188         (dgnushack-examine-package-dir): Remove function.
189         (dgnushack-exporting-files): Rename from `dgnushack-exported-files'.
190         (dgnushack-unexporting-files): Rename from
191         `dgnushack-unexported-files'; attempt to fix `load-path' for W3 and
192         retry to load `w3-forms' if it is failed.
193         (dgnushack-w3-dir): New variable.
194
195         * lisp/Makefile.in (remove-extra-files-in-package): New target.
196         (install-package-manifest): New target.
197         (install-package-info-ja): Remove target.
198         (install-package-info): Remove target.
199         (install-package-lick): Remove target.
200         (install-lisp): New target detached from `install'.
201         (install): Call `clever' and `install-lisp'.
202         (EXPORTING_FILES, GNUS_PRODUCT_NAME): New variables.
203
204         * configure: Regenerate.
205
206         * aclocal.m4 (AC_PATH_PACKAGEDIR): Examine `PACKAGEDIR' if it is
207         not specified under XEmacs.
208         (AC_EXAMINE_PACKAGEDIR): New function.
209         (AC_PATH_LISPDIR): Don't say annotations about install-package if
210         FSFmacs is used.
211         (AC_DEFINE_GNUS_PRODUCT_NAME): Add substitution for
212         `GNUS_PRODUCT_NAME'.
213
214         * Makefile.in (remove-extra-files-in-package): New target.
215         (install-package-manifest): New target.
216         (install-package-info-ja): Examine `PACKAGEDIR' if it is not
217         specified; call install-ja-info in texi/Makefile.
218         (install-package-info): Examine `PACKAGEDIR' if it is not
219         specified; call install-info in texi/Makefile.
220         (install-package-lisp): Rename from `install-package-lick'; examine
221         `PACKAGEDIR' if it is not specified; call `install-lisp' in
222         lisp/Makefile.
223         (install-package-ja): Call `xlick', `compose-package',
224         `remove-extra-files-in-package', `install-package-lisp',
225         `install-package-info', `install-package-info-ja' and
226         `install-package-manifest'.
227         (install-package): Call `xlick', `compose-package',
228         `remove-extra-files-in-package', `install-package-lisp',
229         `install-package-info' and `install-package-manifest'.
230         (install-info-ja, install-info): Specify `infodir'.
231         (EXAMINE_PACKAGEDIR, GNUS_PRODUCT_NAME, infodir): New variables.
232
233 2000-11-07  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
234
235         * texi/gnus-ja.texi: Do not use characters other than ascii ones
236         for direntries.
237         * texi/message-ja.texi: Ditto.
238
239 2000-11-06  Katsumi Yamaoka <yamaoka@jpl.org>
240
241         * lisp/Makefile.in (install): Don't check for the file names.
242
243 2000-11-04  Katsuhiro Hermit Endo  <hermit@koka-in.org>
244
245         * lisp/gnus-topic.el (gnus-group-topic-map): Define "T" prefix
246         command in `gnus-topic-mode-map' instead of `gnus-group-mode-map'.
247
248 2000-10-25  Katsuhiro Hermit Endo  <hermit@tomato.saino.ne.jp>
249
250         * lisp/gnus-topic.el (gnus-topic-rename): Use current topic as
251         initial value for read-string.
252
253 2000-11-06  Katsumi Yamaoka <yamaoka@jpl.org>
254
255         * lisp/Makefile.in (install): Use the lisp function
256         `dgnushack-exported-files'.
257
258         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
259         `binary'.
260         * lisp/nnheader.el (nnheader-pathname-coding-system): Ditto.
261
262         * lisp/message.el (message-get-reply-headers): Remove useless
263         `concat'.
264
265         * lisp/md5.el: Restore the file.
266
267         * lisp/dgnushack.el (dgnushack-compile): Refer to the constant
268         `dgnushack-exported-files'.
269         (dgnushack-exported-files): New function.
270         (dgnushack-exported-files): New constant.
271         (dgnushack-unexported-files): Add some files.
272         (dgnushack-tool-files): Remove, merge it into
273         `dgnushack-unexported-files'.
274
275         * lisp/base64.el: New file -- base64 encoding functions using MEL.
276
277 2000-11-05  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
278
279         * lisp/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
280         the winking face.
281
282 2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
283
284         * lisp/dgnushack.el (dgnushack-make-manifest): Fix info directory.
285
286 2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
287
288         * Makefile.in (install-package-ja): Compile and install lisp files
289         first.
290         (install-package): Ditto.
291         (compose-package, install-package-info-ja, install-package-info,
292         install-package-lick): New sub targets.
293
294         * lisp/Makefile.in (install-package-info-ja, install-package-info,
295         install-package-lick): New targets.
296         (compose-package): Rename from `package'.
297         (install-package): Remove.
298
299         * lisp/dgnushack.el (dgnushack-install-package-info-ja,
300         dgnushack-install-package-info, dgnushack-install-package-lick,
301         dgnushack-install-package-pkginfo,
302         dgnushack-install-package-info-files, dgnushack-make-manifest,
303         dgnushack-gnus-product-name, dgnushack-examine-package-dir,
304         dgnushack-make-autoloads): New functions.
305         (dgnushack-install-package): Remove.
306         (dgnushack-compose-package): Rename from `dgnushack-make-package'.
307         (dgnushack-info-file-regexp-ja, dgnushack-info-file-regexp-en):
308         Split from `dgnushack-info-file-regexp'.
309         (dgnushack-texi-file-regexp): Remove.
310
311 2000-11-01  Katsumi Yamaoka <yamaoka@jpl.org>
312
313         * lisp/dgnushack.el (dgnushack-texi-format): Remove @ignore'd areas
314         before processing.
315
316 2000-11-01  Katsumi Yamaoka <yamaoka@jpl.org>
317
318         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
319
320         * lisp/gnus.el (gnus-product-variable-file-list): Check for
321         `emacs-version' in the file "cache" as well.
322         * lisp/gnus-start.el (gnus-product-read-variable-file-1): Make it
323         talkative.
324
325 2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
326
327         * lisp/dgnushack.el: Bind `:key-type' and `:value-type' for old
328         Emacsen.
329
330 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
331
332         * lisp/ptexinfmt.el (texinfo-format-direntry): Fixed broken
333         direntry generate probrem.
334         (Advised by Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>)
335
336 2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
337
338         * lisp/gnus-sum.el (gnus-summary-insert-line): Work with quoted
339         double-quote characters.
340         (gnus-summary-prepare-threads): Ditto.
341
342 2000-10-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
343
344         * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice-flag): Renamed
345         from `ptexinfmt-disable-broken-notice'.
346
347 2000-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
348
349         * lisp/ptexinfmt.el (texinfo-format-printindex): Mule for Windows
350         detection fixed.
351
352 2000-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
353
354         * lisp/gnus.el (gnus-group-startup-message): Rewrite for Emacs 21.
355         * lisp/lpath.el: Fbind `propertize'.
356
357 2000-10-22  Katsuhiro Hermit Endo <hermit@tomato.saino.ne.jp>
358
359         * texi/gnus-ja.texi (Changing Servers): Fix typo.
360
361 2000-10-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
362
363         * lisp/nnshimbun.el (nnshimbun-netbsd-get-headers): Fix regular
364         expression to extract xover urls.
365
366 2000-10-12  Jesper Harder <jesper_harder@hotmail.com>
367
368         * make.bat: Makes it possible to generate the Info files on
369         windows again.
370
371 2000-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
372
373         * Makefile.in (info-ja, xinfo-ja): No need to use `MAKEINFO=no'.
374         (install-info-ja, install-info, install-lisp, install-ja): New
375         targets (possibly for FSF Emacsen).
376
377         * texi/Makefile.in (install-ja-info, install-info, install-ja,
378         %-ja.info, %-ja): New targets.
379
380         * texi/message-ja.texi (direntry): Replace "message" with
381         "message-ja".
382
383 2000-10-08  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
384
385         * lisp/nnshimbun.el (nnshimbun-type-definition): Fix regular
386         expression to extract article body from `ZDNet'.
387
388 2000-10-06  Katsumi Yamaoka <yamaoka@jpl.org>
389
390         * lisp/imap.el: Require `base64' instead of to autoload it.
391
392 2000-10-05  Katsumi Yamaoka <yamaoka@jpl.org>
393
394         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
395         `gnus-point-at-eol'.
396         * lisp/gnus.el (gnus-group-startup-message): Ditto.
397
398         * lisp/gnus-ems.el (gnus-ems-redefine): Revive annulling of
399         `gnus-summary-set-display-table'.
400
401 2000-10-04  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
402
403         * lisp/gnus-sum.el (gnus-build-sparse-threads): Use
404         `make-full-mail-header-from-decoded-header' instead of
405         `make-full-mail-header'.
406
407 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
408
409         * lisp/gnus-group.el (gnus-group-get-new-news): Update modeline
410         using `gnus-agent-toggle-plugged' if agent is activated.
411         * lisp/gnus-agent.el (gnus-group-get-new-news): Don't advise it,
412         merge it into gnus-group.el instead.
413
414         * lisp/gnus-offline.el (gnus-offline-after-jobs-done): Use `ding'
415         with `play-sound-file' for XEmacs statically.
416
417         * lisp/gnus-art.el (gnus-article-add-button): Quote
418         `:button-keymap' for Mule 2.3 but it won't work.
419
420 2000-09-29  Katsumi Yamaoka <yamaoka@jpl.org>
421
422         * lisp/message.el (message-ignored-supersedes-headers): Synch with
423         Gnus.
424
425 2000-09-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
426
427         * list/ptexinfmt.el (texinfo-multitable-widths): Fix
428         broken-facility probrem when use multitable unsupported
429         texinfmt.el.
430
431 2000-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
432
433         * lisp/ptexinfmt.el (texinfo-format-printindex): Use (featurep
434         'meadow) instead of `texinfmt-version'.
435
436 2000-09-25  Katsumi Yamaoka <yamaoka@jpl.org>
437
438         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
439
440         * texi/gnus-faq-ja.texi, lisp/gnus.el, README.semi.ja, README.semi,
441         README: Replace "<semi-gnus-*@meadow.scphys.kyoto-u.ac.jp>" with
442         "<semi-gnus-*@meadowy.org>".
443
444 2000-09-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
445
446         * lisp/ptexinfmt.el (texinfo-format-printindex): Add
447         broken-facility check, for Mule for Windows.
448         (texinfo-format-printindex): New function.
449
450 2000-09-19  Katsumi Yamaoka <yamaoka@jpl.org>
451
452         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode bitmap
453         smileys to ordinary text before removing any text properties.  It
454         is synchronized with the latest smiley-mule.el.
455
456 2000-09-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
457
458         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
459         of `ZDNet'.
460
461 2000-09-15   Daiki Ueno  <ueno@unixuser.org>
462
463         * lisp/gnus-art.el: Always require `wid-edit'.
464
465 2000-09-14  Katsumi Yamaoka <yamaoka@jpl.org>
466
467         * lisp/dgnushack.el (dgnushack-compile): Don't compile gnus-ml.el
468         when FSFmacs is running.
469
470         * lisp/gnus-ml.el: Bind some undeclared variables.
471
472         * lisp/gnus-art.el (gnus-article-add-button): Add widget button.
473         (gnus-article-display-mime-message): Don't set
474         `mime-button-mother-dispatcher'.
475
476         * lisp/message.el: Require `reporter' for the function
477         `define-mail-user-agent' when Mule 2.3 is running.
478
479 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
480
481         * lisp/smiley.el (smiley-buffer, smiley-create-glyph): Work with
482         GTK XEmacs as well.
483
484 2000-09-06  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
485
486         * lisp/nnshimbun.el (nnshimbun-header-xref): New function.
487         (nnshimbun-insert-header): Use `nnshimbun-header-xref', instead of
488         `mail-header-xref'.
489         (nnshimbun-make-mhonarc-contents): Took a measure against
490         unexpected TAB characters.
491
492 2000-09-05  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
493
494         * lisp/nnshimbun.el: Add `netbsd' support.
495         (nnshimbun-nov-fix-header): Change a form storing Message-Id.
496         (nnshimbun-search-id): Ditto.
497         (nnshimbun-make-mhonarc-contents): Use optional header
498         information.
499
500 2000-09-05   Daiki Ueno  <ueno@unixuser.org>
501
502         * lisp/pop3.el (pop3-quit): Don't clear `pop3-uidl-obarray'.
503         (pop3-save-uidls): Clear `pop3-uidl-obarray' here.
504
505 2000-09-04   Daiki Ueno  <ueno@unixuser.org>
506
507         * lisp/mail-source.el (pop3-leave-mail-on-server): Declare.
508         (mail-source-keyword-map): New keyword `:leave' for pop.
509         (mail-source-fetch-pop): Refer it.
510
511         * lisp/pop3.el (pop3-ssl-program-name): New variable.
512
513 2000-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
514
515         * lisp/ptexinfmt.el (texinfo-multitable-widths,
516         texinfo-multitable-item): Apply char-width probrem fix patch
517         (by KOIE Hidetaka <koie@skipjack.koie.org>).
518         Newsgroups: fj.editor.emacs
519         Message-ID: <5dzom3nxq7.fsf@skipjack.koie.org>
520
521         * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice): New
522         variable.
523
524 2000-08-29  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
525
526         * lisp/nnshimbun.el (nnshimbun-zdnet-get-headers): Follow changes
527         of ZDNet.
528
529 2000-08-25  Katsumi Yamaoka <yamaoka@jpl.org>
530
531         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
532
533 2000-08-25  Yagi Tatsuya  <yagi@is.titech.ac.jp>
534             Katsumi Yamaoka <yamaoka@jpl.org>
535
536         * lisp/nntp.el (nntp-list-options, nntp-options-subscribe,
537         nntp-options-not-subscribe): New server variables.
538         (nntp-request-list): Use them.
539         * texi/gnus.texi, texi/gnus-ja.texi: Update for them.
540
541 2000-08-23  Katsumi Yamaoka <yamaoka@jpl.org>
542
543         * lisp/gnus.el (gnus-group-startup-message): Use `image-size' to
544         simplify the program.
545
546         * lisp/gnus-group.el (gnus-group-rename-group): Inhibit renaming of
547         zombie or killed groups.
548
549 2000-08-21  Katsumi Yamaoka <yamaoka@jpl.org>
550
551         * lisp/nnheader.el (nnheader-replace-chars-in-string): Use
552         `static-if'.
553         * lisp/message.el (message-replace-chars-in-string): Ditto.
554
555 2000-08-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
556
557         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow changes of
558         ZDNet.
559         (nnshimbun-make-text-or-html-contents): Ditto.
560         (nnshimbun-make-html-contents): Ditto.
561
562 2000-08-18  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
563             Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
564
565         * lisp/nnshimbun.el: Add `mew' and `xemacs' support.
566
567 2000-08-17  Katsumi Yamaoka <yamaoka@jpl.org>
568
569         * lisp/dgnushack.el (dgnushack-texi-format): Require `ptexinfmt'
570         instead of `texinfmt'.
571         (dgnushack-install-package): Don't install ptexinfmt.el.
572         (dgnushack-make-package): Don't include ptexinfmt.el in MANIFEST.
573         (dgnushack-compile): Don't compile dgnushack.el nor ptexinfmt.el.
574         (dgnushack-unexported-files, dgnushack-tool-files): New constants.
575
576         * lisp/Makefile.in (install-package): No need to remove
577         dgnushack.elc.
578         (install): Don't install ptexinfmt.el; no need to remove
579         dgnushack.elc.
580
581         * lisp/ptexinfmt.el: New file imported from Wanderlust.
582
583 2000-08-09  Katsumi Yamaoka <yamaoka@jpl.org>
584
585         * lisp/nntp.el (nntp-open-telnet): Wait for the telnet prompt
586         before sending a command; allow the rtelnet prompt as well.
587
588         * lisp/message.el (message-make-forward-subject): Remove garbage
589         line.
590
591 2000-08-01  Katsumi Yamaoka <yamaoka@jpl.org>
592
593         * configure: Regenerate.
594         * aclocal.m4 (AC_CHECK_EMACS): Unset `EMACS' environment variable
595         if it is `t'.
596
597 2000-07-24  Katsumi Yamaoka <yamaoka@jpl.org>
598
599         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
600
601         * configure: Regenerate with autoconf v2.14.1.
602
603         * configure.in: Rewrite for using new macros in aclocal.m4.
604
605         * aclocal.m4: (AC_ADD_LOAD_PATH, AC_PATH_PACKAGEDIR,
606         AC_CHECK_EMACS, AC_DEFINE_GNUS_PRODUCT_NAME): New macros.
607         (AC_PATH_LISPDIR): Set `lispdir' to ".../site-lisp/t-gnus" by
608         default.
609         (AC_CHECK_EMACS_FLAVOR): Rename from `AC_XEMACS_P'; check for
610         `MULE' as well.
611         (AM_PATH_LISPDIR): Remove.
612
613         * acinclude.m4: Remove.
614
615         * lisp/dgnushack.el: Don't add "/usr/share/emacs/site-lisp" to
616         `load-path'.
617
618         * lisp/gnus-ems.el (gnus-ems-redefine): Defalias
619         `gnus-summary-set-display-table' to `(lambda ())' instead of
620         `ignore' (don't synch. with Gnus).
621
622 2000-07-21   Daiki Ueno  <ueno@unixuser.org>
623
624         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Use
625         mime-entity-fetch-field instead of mail-header-from.
626
627 2000-07-18   Daiki Ueno  <ueno@unixuser.org>
628
629         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
630
631         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Don't refer
632         gnus-original-article-buffer.
633         (gnus-bbdb-insinuate): Set gnus-article-display-hook instead of
634         gnus-article-prepare-hook.
635         (gnus-bbdb/extract-field-value): Use mime-entity-fetch-field
636         instead of mail-fetch-field.
637         (gnus-bbdb/extract-field-value-init): Just return extractor.
638
639 2000-07-15   Daiki Ueno  <ueno@unixuser.org>
640
641         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
642
643         * README-gnus-bbdb.{ja|en}: Add example setting about
644         gnus-bbdb-insinuate-message.
645         (bbdb-auto-notes-hook): Don't use pop.
646
647         * lisp/gnus-bbdb.el: Check defvaralias when compiling.
648
649         * lisp/gnus-art.el (gnus-article-setup-buffer): Set
650         gnus-original-article-buffer as unibyte.
651         (gnus-request-article-this-buffer): Ditto.
652
653         * lisp/nnimap.el (nnimap-callback): Don't use nnimap-demule.
654         (nnimap-request-article-part): Ditto.
655
656         * lisp/imap.el (imap-open): Set process buffer as unibyte.
657
658 2000-07-13 10:09:52  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * acinclude.m4 (AC_CHECK_W3): Fix typo.
661
662 2000-07-13  Katsumi Yamaoka <yamaoka@jpl.org>
663
664         * configure: Regenerate with autoconf v2.14.1.
665         * aclocal.m4: Regenerate with aclocal v1.4.
666
667         * configure.in: Don't call `AC_CHECK_PROG' for `EMACS'.
668
669         * acinclude.m4: Merge ShengHuo's changes.
670         (AC_CHECK_W3): Use `quote' instead of '.
671         (AC_XEMACS_P): Don't modify the value of `XEMACS'.
672         (AC_EMACS_LISP): Safely quote the elisp form.
673
674 2000-07-12 15:47:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
675
676         * aclocal.m4: Stolen macros from w3.
677         * configure.in: Use them.
678         * configure: Generate it.
679
680 2000-07-03  Katsumi Yamaoka <yamaoka@jpl.org>
681
682         * lisp/gnus-vers.el (T-gnus): Update to 6.14.5.
683         (gnus-revision-number): Clear to 00.
684
685         * README.T-gnus: Update.
686
687         * lisp/{webmail.el,rfc2047.el,qp.el,pop3.el,nnwarchive.el,
688         nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,nnmail.el,
689         nnimap.el,nnheader.el,nnfolder.el,nndraft.el,nndoc.el,mml.el,
690         mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
691         message.el,mail-source.el,lpath.el,imap.el,gnus.el,gnus-uu.el,
692         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
693         gnus-soup.el,gnus-score.el,gnus-msg.el,gnus-mailcap.el,
694         gnus-group.el,gnus-ems.el,gnus-demon.el,gnus-cus.el,gnus-art.el,
695         gnus-agent.el,ChangeLog}: Sync up with Gnus v5.8.7.
696
697         * texi/{message.texi,gnus.texi,gnus-ja.texi,ChangeLog}: Sync up
698         with Gnus v5.8.7.
699
700         * contrib/rfc2015.el: New file.
701
702 2000-06-27  Katsumi Yamaoka <yamaoka@jpl.org>
703
704         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
705
706         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): Use
707         `mime-insert-entity-content' instead of obsolete functions.
708
709 2000-06-13  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
710
711         * lisp/gnus-bbdb.el(gnus-bbdb/update-record): Fix to fetch last
712         mail field.
713
714 2000-06-09  Katsumi Yamaoka <yamaoka@jpl.org>
715
716         * lisp/gnus.el (gnus-news-group-p): Sync with Gnus.
717         (gnus-select-method): Remove "*" from doc string.
718         (gnus-group-startup-message): Use `dino' colors.
719
720 2000-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
721
722         * lisp/message.el (message-fix-before-sending): Expose all
723         invisible text with the property `message-invisible'; don't expose
724         invisible X-Face fields; widen at first.
725         (message-invisible-region): New function, substitute for
726         `invisible-region'.
727         (message-send): Call `message-fix-before-sending' after evaluating
728         `message-send-hook'.
729         (message-check-ignore-invisible-x-face-field): Remove.  You can use
730         (add-hook 'message-send-hook 'x-face-xmas-remove-x-face-glyph)
731         instead.
732
733 2000-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
734
735         * lisp/message.el (message-save-drafts): Rewrite.
736
737         * lisp/nnheader.el (nnheader-text-coding-system-for-write,
738         nnheader-text-coding-system): New variables, substitutes for
739         `mm-text-coding-system-for-write' or `mm-text-coding-system'.
740
741         * lisp/nnmbox.el (nnmbox-active-file-coding-system,
742         nnmbox-file-coding-system): Use `nnheader-text-coding-system'.
743         * lisp/nnmail.el (nnmail-incoming-coding-system): Ditto.
744         * lisp/nnfolder.el (nnfolder-file-coding-system): Ditto.
745         (nnfolder-active-file-coding-system): Ditto.
746
747         * lisp/mail-source.el (mail-source-text-coding-system): Remove.
748         (TopLevel): require `nnheader'.
749
750         * lisp/nndraft.el (nndraft-request-article): Bind coding system to
751         `nnheader-text-coding-system'.
752         (nndraft-request-replace-article): Ditto.
753         * lisp/mail-source.el (mail-source-fetch-maildir): Ditto.
754         * lisp/gnus-uu.el (gnus-uu-save-article): Ditto.
755         * lisp/gnus-util.el (gnus-output-to-mail, gnus-output-to-rmail):
756         Ditto.
757         * lisp/gnus-soup.el (gnus-soup-write-prefixes): Ditto.
758
759         * lisp/gnus-util.el (gnus-write-buffer): Bind
760         `file-name-coding-system' to `nnmail-pathname-coding-system'.
761         * lisp/gnus-start.el (gnus-slave-save-newsrc): Bind coding system
762         to `gnus-startup-file-coding-system'.
763
764 2000-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
765
766         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
767
768         * lisp/message.el (message-fix-before-sending): Don't check for
769         invisible X-Face fields if
770         `message-check-ignore-invisible-x-face-field' is non-nil.
771         (message-send): Call `message-fix-before-sending' before encoding.
772         (message-check-ignore-invisible-x-face-field): New user option.
773
774 2000-06-01  KANEMATSU Daiji <kanematu@sra.co.jp>
775
776         * texi/gnus-ja.texi (gnus-summary-hide-all-threads): Fix typo.
777
778 2000-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
779
780         * nnshimbun.el (nnshimbun-request-article-1): Fix to insert x-face
781         unless SERVER.
782         (nnshimbun-asahi-get-headers): Fix for subjects which contain ^M.
783
784 2000-05-26  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
785
786         * lisp/nnshimbun.el (nnshimbun-write-nov): New function.
787         (nnshimbun-close-group): Call nnshimbun-write-nov.
788         (nnshimbun-generate-nov-database): Ditto.
789         (nnshimbun-generate-nov-for-each-group): Fix bug which occur new
790         entries add NOV database.
791         (nnshimbun-generate-nov-for-all-groups): Ditto.
792         (nnshimbun-search-id): Add argument to return header, and modify
793         for search of original message id.
794         (nnshimbun-nov-fix-header): New function.
795         (nnshimbun-make-date-string): Fix for a two-digit year.
796
797 2000-05-26  Katsumi Yamaoka <yamaoka@jpl.org>
798
799         * lisp/nnshimbun.el (nnshimbun-make-html-contents): Show X-Face.
800         (nnshimbun-make-text-or-html-contents): Ditto.
801         (nnshimbun-request-article-1): Ditto.
802         (nnshimbun-x-face-alist): New variable.
803
804 2000-05-25  Tanaka Akira      <akr@m17n.org>
805
806         * README.semi, README.semi.ja: Update for CVS via SSH.
807
808 2000-05-25  Katsumi Yamaoka <yamaoka@jpl.org>
809
810         * texi/gnus-ja.texi: Change coding-system to `iso-2022-7bit-ss2'.
811         * texi/TRANSLATION.ja: Replace CRLF with LF.
812
813 2000-05-25  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
814
815         * lisp/nnshimbun.el (nnshimbun-fill-line): Use
816         `nnshimbun-fill-column' instead of `fill-column'.
817
818 2000-05-25  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
819
820         * lisp/nnshimbun.el: Clean up codes.
821
822         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Follow
823         changes in nnshimbun.el.
824         * texi/gnus-ja.texi (nnshimbun): Ditto.
825
826 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
827
828         * lisp/nnshimbun.el: Add `ZDNet Japan', `Yomiuri', and `Wired
829         News' support.
830         (nnshimbun-regexp-opt): New function.
831         (nnshimbun-wired-get-all-headers): Replace regexp-opt with
832         nnshimbun-regexp-opt.
833
834 2000-05-24  Katsumi Yamaoka <yamaoka@jpl.org>
835
836         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Complete
837         completions.
838
839 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
840
841         * lisp/nnshimbun.el: Add `CNET Japan' support.
842         (nnshimbun-make-date-string): New function.
843         (nnshimbun-asahi-get-headers): Use nnshimbun-make-date-string.
844         (nnshimbun-sponichi-get-headers): Ditto.
845
846 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
847
848         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Add argument to
849         ignore w3's cache.
850
851 2000-05-24  Katsumi Yamaoka <yamaoka@jpl.org>
852
853         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Add
854         completion to the shimbun address; delete empty strings from
855         `gnus-group-shimbun-type-history' and
856         `gnus-group-shimbun-address-history'.
857
858         * lisp/nnshimbun.el (nnshimbun-asahi-get-headers): Don't use
859         `timezone'.
860         (nnshimbun-type-definition): Add address.
861
862 2000-05-23  Tatsuya Ichikawa <ichikawa@erc.epson.com>
863
864         * lisp/nnshimbun.el: Add `sponichi' support.
865
866 2000-05-23  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
867
868         * lisp/nnshimbun.el (nnshimbun-mime-encode-string): Fix wrong
869         close brackets.
870
871 2000-05-23  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
872
873         * lisp/nnshimbun.el: Change coding-system.
874
875 2000-05-21  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
876
877         * texi/gnus-ja.texi (nnshimbun): Add description.
878
879 2000-05-21  Katsumi Yamaoka <yamaoka@jpl.org>
880
881         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
882
883         * lisp/dgnushack.el (dgnushack-texi-format): Fix last change.
884
885 2000-05-21  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
886
887         * lisp/nnshimbun.el: New backend.
888
889         * lisp/gnus-group.el (gnus-group-make-shimbun-group): New command.
890
891 2000-05-17  Kenichi OKADA <okada@opaopa.org>
892
893         * lisp/imap.el (imap-digest-md5-auth): Rewrite for the use of
894         `sasl-digest-md5-digest-response' instead of
895         `digest-md5-digest-response'.
896         (TopLevel): Require `sasl' when compiling instead of `digest-md5';
897         don't autoload "digest-md5".
898
899 2000-05-17  Katsumi Yamaoka <yamaoka@jpl.org>
900
901         * lisp/nndraft.el (nndraft-request-replace-article): Replace
902         `mm-text-coding-system' with `mail-source-text-coding-system';
903         Replace `mm-auto-save-coding-system' with
904         `message-draft-coding-system'.
905
906         * lisp/mail-source.el (mail-source-fetch-maildir): Replace
907         `mm-text-coding-system' with `mail-source-text-coding-system'.
908         (mail-source-text-coding-system): New variable.
909
910         * lisp/dgnushack.el (dgnushack-texi-format): Use
911         `output-coding-system' instead of `coding-system-for-write' when
912         old Mule is used.
913
914 2000-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
915
916         * lisp/message.el (message-forward) Replace the use of `eolp' with
917         `bolp' for detecting the start of the line.
918         (message-indent-citation): Ditto.
919
920 2000-05-10   Daiki Ueno  <ueno@unixuser.org>
921
922         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Don't bind
923         `bbdb-use-pop-up' while executing `bbdb-pop-up-bbdb-buffer'.
924
925 2000-05-10  Katsumi Yamaoka <yamaoka@jpl.org>
926
927         * lisp/gnus-msg.el (gnus-debug): Break MIME tags from the snoopies.
928         (gnus-bug): Insert text/plain tag at the end of the buffer.
929
930 2000-05-10  Katsumi Yamaoka <yamaoka@jpl.org>
931
932         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
933
934 2000-05-10  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
935
936         * lisp/message.el (message-list-references): Do not insert
937         duplicate Message-Id, when specified
938         `message-list-references-add-position'.
939
940         * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Support group address.
941         (gnus-bbdb/insert-address-regexp): New function.
942
943 2000-05-09  Katsumi Yamaoka <yamaoka@jpl.org>
944
945         * lisp/gnus-msg.el (gnus-debug): Add "nntp.el" and `defvoo'.
946
947 2000-05-08  Katsumi Yamaoka <yamaoka@jpl.org>
948
949         * lisp/gnus-vers.el (T-gnus): Update to 6.14.4.
950
951         * README.T-gnus: Update.
952
953         * lisp/{webmail.el,rfc2047.el,nnmbox.el,nndoc.el,mml.el,mm-view.el,
954         mm-partial.el,mm-decode.el,mm-bodies.el,message.el,lpath.el,
955         gnus.el,gnus-vers.el,gnus-util.el,gnus-start.el,gnus-score.el,
956         gnus-msg.el,gnus-mailcap.el,gnus-ems.el,gnus-draft.el,gnus-art.el,
957         ChangeLog}: Sync up with Gnus v5.8.6.
958         * texi/{postamble.tex,message.texi,message-ja.texi,gnusref.tex,
959         gnus.texi,gnus-ja.texi,emacs-mime.texi,Makefile.in,ChangeLog}: Sync
960         up with Gnus v5.8.6.
961
962 2000-04-28  Katsumi Yamaoka <yamaoka@jpl.org>
963
964         * texi/gnus.texi, texi/gnus-ja.texi, texi/gnus-faq-ja.texi, README:
965         You might be able to use T-gnus with the versions of XEmacs prior
966         to 21.1.1.
967
968         * contrib/timer.el: New file. Imported from fsf-compat-1.07-pkg.
969
970 2000-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
971
972         * lisp/mm-view.el (gnus-article-mime-handles): Don't bind it.
973
974         * lisp/gnus-sum.el (gnus-article-mime-handles): Restore from Gnus.
975         (gnus-article-decoded-p): Ditto.
976
977         * lisp/gnus-art.el (gnus-article-mime-handles): Don't bind it.
978         (gnus-article-decoded-p): Ditto.
979
980 2000-04-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
981
982         * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to
983         make info from texi. Thanks to Hayashi-san.
984
985 2000-04-25  Katsumi Yamaoka <yamaoka@jpl.org>
986
987         * lisp/dgnushack.el (union, member-if, mapcon, last): Remove
988         compiler macros.
989
990 2000-04-24  Katsumi Yamaoka <yamaoka@jpl.org>
991
992         * lisp/gnus-vers.el (T-gnus): Update to 6.14.3.
993
994         * README.T-gnus: Update.
995
996         * GNUS-NEWS: Sync up with Gnus v5.8.5.
997         * lisp/{webmail.el,utf7.el,time-date.el,smiley.el,rfc2047.el,
998         rfc1843.el,qp.el,pop3.el,parse-time.el,nnweb.el,nnwarchive.el,
999         nnvirtual.el,nnultimate.el,nntp.el,nnspool.el,nnslashdot.el,
1000         nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
1001         nndoc.el,nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
1002         mm-encode.el,mm-decode.el,mm-bodies.el,message.el,mail-source.el,
1003         mail-prsvr.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,gnus.el,
1004         gnus-xmas.el,gnus-win.el,gnus-uu.el,gnus-util.el,gnus-topic.el,
1005         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,
1006         gnus-msg.el,gnus-move.el,gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,
1007         gnus-logic.el,gnus-kill.el,gnus-int.el,gnus-group.el,gnus-ems.el,
1008         gnus-eform.el,gnus-dup.el,gnus-draft.el,gnus-cite.el,gnus-cache.el,
1009         gnus-bcklg.el,gnus-async.el,gnus-art.el,gnus-agent.el,
1010         format-spec.el,flow-fill.el,fill-flowed.el,dgnushack.el,ChangeLog}:
1011         Sync up with Gnus v5.8.5.
1012         * texi/{refcard.tex,gnusref.tex,gnus.texi,gnus-ja.texi,
1013         gnus-faq-ja.texi,Makefile.in,ChangeLog}: Sync up with Gnus v5.8.5.
1014
1015         * README: Requires XEmacs 21.1.1 and later.
1016         * texi/{gnus.texi, gnus-faq-ja.texi}: Ditto.
1017
1018 2000-04-20  Katsumi Yamaoka <yamaoka@jpl.org>
1019
1020         * lisp/gnus-vers.el (T-gnus): Update to 6.14.2.
1021         (gnus-revision-number): Clear to 00.
1022
1023         * README.T-gnus: Update.
1024
1025         * lisp/{webmail.el,utf7.el,time-date.el,rfc2047.el,qp.el,pop3.el,
1026         parse-time.el,nnweb.el,nnwarchive.el,nnultimate.el,nntp.el,
1027         nnslashdot.el,nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,
1028         mm-view.el,mm-util.el,mm-decode.el,mm-bodies.el,message.el,
1029         mail-source.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,
1030         gnus.el,gnus-win.el,gnus-vers.el,gnus-uu.el,gnus-topic.el,
1031         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-mailcap.el,
1032         gnus-group.el,gnus-cus.el,gnus-art.el,gnus-agent.el,base64.el,
1033         ChangeLog}: Sync up with Gnus v5.8.4.
1034
1035         * lisp/fill-flowed.el: New file.
1036
1037         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Gnus v5.8.4.
1038
1039         * contrib/{vcard.el,one-line-cookie.diff,README}: New files.
1040
1041 2000-04-14  Katsumi Yamaoka <yamaoka@jpl.org>
1042
1043         * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use
1044         of the separated message frames; use `gnus-copy-article-buffer'.
1045
1046 2000-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
1047
1048         * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
1049         (gnus-extended-version): Use `gnus-product-name' and
1050         `gnus-version-number' instead of the use of `product-string'.
1051         (gnus-version-number): Exclude `gnus-revision-number'.
1052         (Defining product): Include `gnus-revision-number'.
1053         (TopLevel): Require `poe' for the function `butlast'.
1054
1055 2000-04-13  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
1056
1057         * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
1058         modification.
1059         (gnus-search-or-regist-spec): Change interface.
1060
1061 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
1062
1063         * lisp/gnus-art.el (gnus-article-prev-page): Bind
1064         `window-pixel-scroll-increment' to nil while scrolling for
1065         canceling a backlash and a modeline erosion.  It may work under
1066         XEmacs 21.2.20 and later.
1067         (gnus-article-next-page): Ditto.
1068
1069 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
1070
1071         * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
1072
1073         * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
1074
1075 2000-04-11  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
1076
1077         * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
1078         arguments.
1079
1080         * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
1081         (gnus-update-format-specifications): Support new data structure of
1082         `gnus-format-specs-compiled'.
1083         (gnus-update-format-specification-1): Likewise.
1084         (gnus-update-format): Support new data structure of
1085         `gnus-format-specs'.
1086         (gnus-format-specs): Modify data structure.
1087
1088 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
1089
1090         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
1091         article case insensitively.
1092
1093 2000-04-07  Katsumi Yamaoka <yamaoka@jpl.org>
1094
1095         * lisp/message.el (message-cite-original): Use "unknown sender" if
1096         from field does not exist in the yanked article.
1097
1098 2000-04-06  Katsumi Yamaoka <yamaoka@jpl.org>
1099
1100         * lisp/message.el (message-cite-original): Extract from field for
1101         the simple citation line.
1102
1103 2000-03-21  Katsumi Yamaoka <yamaoka@jpl.org>
1104
1105         * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
1106         article does not exist.
1107
1108 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
1109
1110         * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
1111
1112         * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
1113         `output-coding-system' for Mule 2.3.
1114         * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
1115         * lisp/imap.el (imap-ssl-open): Ditto.
1116         * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
1117
1118 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
1119
1120         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
1121         (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
1122         file using `gnus-re-read-newsrc-el-file'.  In that case, the
1123         compiled format specs in the file which may be created by the other
1124         Gnusae should be ignored.
1125
1126 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
1127
1128         * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
1129         when Mule 2.3 is running.
1130
1131 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
1132
1133         * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
1134
1135         * lisp/gnus.el (gnus-continuum-version): Remove.
1136         (gnus-product-variable-file-list): Use `product-version' instead of
1137         the constant values.
1138         (TopLevel): Don't autoload "gnus-msg" for the function
1139         `gnus-extended-version'.
1140         (gnus-version): Move to gnus-vers.el.
1141         (gnus-version): Ditto.
1142         (gnus-version-number): Ditto.
1143         (gnus-product-name): Ditto.
1144         (gnus-original-product-name): Ditto.
1145         (running-pterodactyl-gnus-0_73-or-later): Ditto.
1146         (gnus-original-version-number): Ditto.
1147         (gnus-revision-number): Ditto.
1148
1149         * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
1150         (gnus-version): Move from gnus.el.
1151         (gnus-version): Ditto.
1152         (gnus-version-number): Ditto.
1153         (gnus-product-name): Ditto.
1154         (gnus-original-product-name): Ditto.
1155         (running-pterodactyl-gnus-0_73-or-later): Ditto.
1156         (gnus-original-version-number): Ditto.
1157         (gnus-revision-number): Ditto.
1158
1159         * lisp/gnus-start.el (gnus-product-quick-file-format): Use
1160         `gnus-vers' instead of `gnus' for the product.
1161         (gnus-product-save-variable-file-1): Message an absolute file name;
1162         use `save-buffer-as-coding-system'; use `gnus-vers' instead of
1163         `gnus' for the product.
1164         (gnus-convert-old-ticks): Remove.
1165         (gnus-convert-old-newsrc): Remove.
1166         (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
1167
1168         * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
1169         `gnus-format-specs-compiled'.
1170         (gnus-update-format-specifications): Specify the arg `format' for
1171         `gnus-update-format-specification-1'.
1172         (gnus-update-format-specification-1): Modify for the new form of
1173         `gnus-format-specs-compiled'; add a new arg `format'.
1174         (gnus-format-specs-compiled): Allow the plural compiled functions
1175         for each element.
1176
1177         * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
1178
1179 2000-03-14  Keiichi Suzuki  <keiichi@nanap.org>
1180
1181         NOTE: It requires `product' in APEL 10.0 or later.
1182         Will be created ``~/News/.T-gnus/'' directory automatically by
1183         default.   You can customize location by `gnus-product-directory'.
1184         ``cache'' and  ``strict-cache'' files will be created under the
1185         directory.
1186
1187         * lisp/gnus.el (TopLevel): Require `gnus-vers'.
1188         (gnus-product-name): Abolished.
1189         (gnus-version-number): Ditto.
1190         (gnus-version): Use `product-string'. (Format changed)
1191         (gnus-variable-list): Delete `gnus-format-specs'.
1192         (gnus-product-variable-file-list): New variable.
1193         (TopLevel): Use `product-provide'.
1194
1195         * lisp/gnus-vers.el: New file.
1196
1197         * lisp/gnus-start.el (gnus-product-directory): New user option.
1198         (gnus-clear-quick-file-variables): New function.
1199         (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
1200         (gnus-read-newsrc-file): Likewise.
1201         (gnus-read-newsrc-el-file): Read product's variable files.
1202         (gnus-product-read-variable-file-1): New function.
1203         (gnus-save-newsrc-file): Save product's variable files.
1204         (gnus-product-variable-touch): New function.
1205         (gnus-product-variables-dirty-p): Ditto.
1206         (gnus-product-save-variable-file): Ditto.
1207         (gnus-product-save-variable-file-1): Ditto.
1208         (gnus-product-quick-file-format): Ditto.
1209
1210         * lisp/gnus-spec.el (gnus-update-format): Use
1211         `gnus-product-variable-touch'.
1212         (gnus-update-format-specification-1): Likewise.
1213         (gnus-update-format-specifications): Do not check `emacs-version'
1214         and `gnus-newsrc-file-version'.  Use
1215         `gnus-product-variable-touch'.
1216
1217         * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
1218         `product-string'.
1219
1220 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
1221
1222         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1223         (gnus-compile-user-specs): New user option.
1224
1225         * texi/gnus.texi: Update.
1226         * texi/gnus-ja.texi: Update.
1227
1228         * lisp/gnus-start.el (gnus-setup-news): Revert.
1229         (gnus-setup-news-hook): Revert.
1230
1231         * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
1232         as well; don't bind `gnus-tmp-func'.
1233         (gnus-update-format-specifications): Revert; use
1234         `gnus-update-format-specification-1'.
1235         (gnus-update-format-specification-1): New function.
1236         (gnus-format-specs-compiled): Modify the form.
1237         (TopLevel): Require `alist'.
1238
1239 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
1240
1241         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1242
1243         * texi/gnus.texi: Update.
1244         * texi/gnus-ja.texi: Update.
1245
1246         * lisp/gnus-start.el (gnus-setup-news): Update all format specs
1247         just before `gnus-setup-news-hook' is evaluated.
1248         (gnus-setup-news-hook): Default to `gnus-compile'.
1249
1250         * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
1251         `gnus-format-specs', generate compiled specs in
1252         `gnus-format-specs-compiled' instead; don't touch the dribble
1253         buffer.
1254         (gnus-update-format-specifications): Bind `gnus-format-specs' to
1255         `gnus-format-specs-compiled' if the latter is non-nil; use
1256         `gnus-update-format-specifications-1'.
1257         (gnus-update-format-specifications-1): Rename from
1258         `gnus-update-format-specifications'; update the value of
1259         `gnus-newsrc-file-version' if the updating is forced.
1260         (gnus-format-specs-compiled): New internal variable.
1261
1262 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
1263
1264         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
1265         update format specifications, when differ `gnus-version' and
1266         `gnus-newsrc-file-version' instead of `gnus-version' and
1267         `gnus-version' in `gnus-format-specs'.
1268         Do not add `gnus-version' into `gnus-format-specs'.
1269
1270 2000-03-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1271
1272         * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
1273         from gnus-format-specs.
1274
1275 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
1276
1277         * nnvirtual.el (nnvirtual-request-article):
1278         Bind gnus-override-method to nil.
1279         (nnvirtual-request-update-mark): Don't update mark when
1280         article is not there.
1281
1282 2000-03-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1283
1284         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1285
1286         * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
1287         and `pgg-verify-region'.
1288         (gnus-summary-decrypt-article): New command.
1289         (gnus-summary-verify-article): New command.
1290         (gnus-summary-article-map): Bind them.
1291         (gnus-wheel-summary-scroll): Fix paren style.
1292
1293 2000-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
1294
1295         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1296
1297 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1298
1299         * lisp/nnheader.el (nnheader-insert-nov): Use
1300         `mime-entity-fetch-field' instead of `mime-fetch-field'.
1301
1302         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
1303         `mime-entity-read-field' instead of `mime-read-field'.
1304         (gnus-article-sort-by-author): Likewise.
1305
1306 2000-03-02   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1307
1308         * lisp/nnimap.el (nnimap-request-article-part): Don't use
1309         `imap-capability' to detect BODYDETAIL response.
1310
1311 2000-03-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1312
1313         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1314
1315         * lisp/nnimap.el
1316         (nnimap-request-article-part): Handle `BODY' fetch response when
1317         the server implements IMAP4 rev1 capabilities.
1318         (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
1319         this attribute was obsoleted in RFC2060.
1320         (nnimap-request-body): Ditto.
1321
1322 2000-02-29  Katsumi Yamaoka <yamaoka@jpl.org>
1323
1324         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1325
1326         * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
1327         from gnus-xmas.el; share them with XEmacs-MULE.
1328
1329         * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
1330         Move to gnus-ems.el.
1331
1332 2000-02-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1333
1334         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1335
1336         * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
1337         `gnus-bbdb/split-mail'.
1338         * README-gnus-bbdb.ja: Ditto.
1339
1340 2000-02-08  Yoshiki Hayashi <yoshiki@xemacs.org>
1341
1342         * gnus-art.el (article-display-face): Show folded X-Face.
1343
1344 2000-02-08  Keiichi Suzuki  <keiichi@nanap.org>
1345
1346         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1347
1348         * lisp/nnmail.el (nnmail-get-new-mail): Do not check
1349         `nnmail-spool-file'.
1350
1351 2000-02-06   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1352
1353         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1354
1355         * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
1356         (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
1357         `digest-md5' to IMAP authenticators.
1358
1359         * lisp/gnus-offline.el (gnus-group-get-new-news,
1360         gnus-agent-toggle-plugged,gnus-agent-expire,
1361         gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
1362         redefining.
1363
1364         * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
1365
1366         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
1367         confusing tabs from original header.
1368
1369 2000-02-02  Katsumi Yamaoka <yamaoka@jpl.org>
1370
1371         * lisp/pop3.el (pop3-md5): Fset to `md5' if the module `md5' is
1372         installed.
1373         (pop3-apop): Use built-in `md5' if it exists.
1374
1375 2000-01-27  Katsumi Yamaoka <yamaoka@jpl.org>
1376
1377         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1378
1379         * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
1380         module `gnus-bitmap' instead of `smiley-mule'.
1381
1382         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
1383         without redisplaying if the point is out of view.
1384
1385 2000-01-25  Katsumi Yamaoka <yamaoka@jpl.org>
1386
1387         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1388
1389 2000-01-24  SANETO Takanori <sanewo@ba2.so-net.ne.jp>
1390
1391         * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
1392
1393         * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
1394         * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
1395         Ditto.
1396
1397         * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
1398         arg of `message'.
1399         * lisp/gnus.el (gnus-version): Ditto.
1400         * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
1401         * lisp/gnus-offline.el (gnus-offline-set-interval-time,
1402         gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
1403         gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
1404         gnus-offline-hangup-line, gnus-offline-get-new-news-function,
1405         gnus-offline-connect-server): Ditto.
1406         * lisp/dgnushack.el (dgnushack-make-package): Ditto.
1407
1408 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1409
1410         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1411
1412         * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
1413         buffer if it is called non-interactively.
1414
1415 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1416
1417         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1418
1419         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
1420         if the point is out of view.
1421
1422 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1423
1424         * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
1425         `pos-visible-in-window-p' returns nil.
1426
1427 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1428
1429         * lisp/gnus-offline.el (gnus-agent-mode): New advice.
1430
1431 2000-01-12  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1432
1433         * lisp/base64.el: Unbound base64-*-string and base64-*-region
1434         when defined by autoload.
1435
1436 2000-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
1437
1438         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
1439         the original code; hide group contents while rescanning.
1440
1441 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1442
1443         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
1444         lines in the imitation buffer; turn off h-scrollbar for XEmacs.
1445
1446 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1447
1448         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1449
1450         * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
1451         nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
1452         gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
1453         gnus-agent.el}: Require `gnus-clfns' when compiling.
1454
1455         * lisp/rfc2231.el: Require `cl' when compiling.
1456
1457         * lisp/gnus-clfns.el: New file.
1458
1459         * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
1460         gnus-clfns.el.
1461
1462         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
1463         rescan the current newsgroup before exiting; wear an imitation
1464         summary buffer while rescanning.
1465
1466 2000-01-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1467
1468         * lisp/dgnushack.el (char-before): Use the byte-optimaization.
1469
1470 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1471
1472         * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
1473         (gnus-revision-number): Clear to 00.
1474
1475         * README.T-gnus: Update.
1476
1477         * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
1478         score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
1479         nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
1480         nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
1481         nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
1482         nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
1483         nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1484         mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
1485         mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
1486         gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
1487         gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1488         gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
1489         gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
1490         gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
1491         gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
1492         gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
1493         gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
1494         gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
1495         v5.8.3.
1496
1497         * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
1498         emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
1499
1500 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1501
1502         * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
1503         the new CVS server.
1504
1505         * lisp/gnus-sum.el (gnus-articles-to-read): Bind
1506         `cursor-in-echo-area' to nil while `read-from-minibuffer'.
1507
1508 1999-12-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1509
1510         * lisp/gnus-offline.el (TopLevel): Call
1511         `define-process-argument-editiong' only under Meadow -- i.e. don't
1512         call this function under NTEmacs.
1513
1514 1999-12-28  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1515
1516         * lisp/gnus.el (gnus-revision-number): Increment to 15.
1517
1518         * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
1519         `gnus-offline-agent-automatic-expire'.
1520         (gnus-agent-expire): Fix the advice.
1521         (gnus-offline-after-jobs-done): Refer to
1522         `gnus-offline-auto-expire'.
1523
1524         * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
1525         messages.
1526         (gnus-offline-resource-ja): Ditto.
1527
1528         * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
1529         bind `coding-system-for-read' to raw-text-dos, else bind it to
1530         binary.
1531
1532 1999-12-28  Katsumi Yamaoka <yamaoka@jpl.org>
1533
1534         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1535
1536         * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
1537
1538 1999-12-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1539
1540         * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
1541         (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
1542         value depends on the version of ssl.el.
1543         (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
1544         `coding-system-for-read' to raw-text-dos, else bind it to binary.
1545
1546 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
1547
1548         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
1549         `save-restriction'.
1550
1551 1999-12-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1552
1553         * lisp/imap.el (imap-streams,imap-stream-alist,
1554         imap-authenticators,imap-authenticator-alist,
1555         imap-digest-md5-p): Sync with latest Gnus.
1556         (imap-starttls-p): Rename from `imap-tls-p'.
1557         (imap-starttls-open): Rename from `imap-tls-open'.
1558
1559 1999-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1560
1561         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1562
1563         * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
1564         as its parent directory.
1565
1566         * lisp/imap.el (base64-encode-string, base64-decode-string):
1567         Autoload "base64" instead of the tricky definitions.
1568
1569         * lisp/base64.el: Restore the original code and invalidate it; use
1570         mel for the base64 codec.
1571
1572 1999-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1573
1574         * lisp/imap.el (mel-find-function): Always require `mel' instead of
1575         the use of autoloading.  Because the function `mel-find-function'
1576         is defined by `defsubst'.
1577
1578 1999-12-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1579
1580         * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
1581         `gnus-offline-connected', not `gnus-plugged'.
1582
1583         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
1584         `unless'. Use `when'.
1585
1586         * lisp/imap.el (base64-encode-string): Fix. May work.
1587
1588 1999-12-16  Katsumi Yamaoka <yamaoka@jpl.org>
1589
1590         * lisp/message.el (message-goto-mail-copies-to): If the field is
1591         newly created, a string "never" is inserted in default.
1592         (message-goto-mail-followup-to): If the field is newly created and
1593         To field contains only one address, the address is inserted in
1594         default.
1595         (message-mode-map): New key stroke `C-c C-f c' for the command
1596         `message-goto-mail-copies-to'.
1597
1598 1999-12-15  Katsumi Yamaoka <yamaoka@jpl.org>
1599
1600         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1601
1602         * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
1603
1604         * lisp/lpath.el (toolbar-gnus, get-charset-property,
1605         font-lock-set-defaults, find-coding-system, coding-system-get):
1606         Bind them for FSF Emacsen.
1607         (read-color, x-defined-colors, compute-motion): Don't bind.
1608
1609         * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
1610         `base64-encode-string' and `base64-decode-string' instead of
1611         `imap-base64-encode-string' or `imap-base64-decode-string'.
1612         (base64-encode-string): New function.  It won't be defined if it
1613         is already bound and the optional second arg is allowed.
1614         (base64-decode-string): New function defined by `defun-maybe'.
1615         (imap-base64-encode-string, imap-base64-decode-string): Remove.
1616         (mel-find-function): Autoload "mel".
1617
1618         * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
1619         get-popup-menu-response, toolbar-gnus, get-charset-property,
1620         find-coding-system, coding-system-get, font-lock-set-defaults):
1621         Don't bind.
1622         (union, member-if, mapcon, mapc, last): Don't define as compiler
1623         macros under XEmacs.  It is based on Hrvoje's advice.
1624         (member-if): New compiler macro for emulating cl function.
1625
1626 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1627
1628         * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
1629         of `static-condition-case'.
1630
1631 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1632
1633         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1634
1635         * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
1636         arg `no-line-break'.
1637
1638 1999-12-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1639
1640         * lisp/imap.el: Require `digest-md5' when compiling; add autoload
1641         settings for `digest-md5-parse-digest-challenge' and
1642         `digest-md5-digest-response'.
1643         (imap-authenticators): Add `digest-md5'.
1644         (imap-authenticator-alist): Setup for `digest-md5'.
1645         (imap-digest-md5-p): New function.
1646         (imap-digest-md5-auth): New function.
1647
1648 1999-12-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1649
1650         * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
1651         buffer name must be specific to its mail source.
1652
1653 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1654
1655         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1656
1657         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
1658         call too many `static-if's.
1659
1660         * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
1661         `make-symbolic-link' is not availabe.
1662
1663         * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
1664
1665 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1666
1667         * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
1668         the original `gnus-agent-toggle-plugged'.
1669
1670         * lisp/mail-source.el (mail-source-fetch-imap): Don't create
1671         multiple temporary buffers, and don't kill one.
1672
1673 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1674
1675         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1676
1677         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
1678         optional argument `force'. Use `read-file-name' instead of
1679         `read-directory-name'.
1680
1681 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1682
1683         * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
1684
1685         * lisp/gnus-agent.el (gnus): Give up to advise here.
1686         (gnus-group-get-new-news): New advice instead.
1687
1688         * lisp/gnus-offline.el (gnus-offline-setup): Call
1689         `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
1690         here.
1691         (gnus-offline-define-menu-and-key): Simplify.
1692         (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
1693         interactively.
1694
1695         * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
1696         `gnus-offline-setting-file'.
1697         (gnus-nntp-service): Set this variable here, not in
1698         `gnus-offline-setting-file'
1699         (gnus-nntp-server): Ditto.
1700         (gnus-after-getting-new-news-hook): Ditto.
1701         (message-send-hook): Ditto.
1702         (mail-source-read-passwd): Ditto.
1703         (gnus-setup-news-hook): Ditto.
1704         (gnus-setup-for-offline): Now one can get mails from `imap',
1705         `file', `directory' or `maildir'.
1706
1707         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1708         Ignore non-POP mail sources.
1709
1710 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
1711
1712         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1713
1714         * lisp/gnus-util.el (gnus-union): Remove.
1715         (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
1716
1717         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
1718         instead of `gnus-union'.
1719
1720 1999-12-10  A.Hitachi       <a_hitachi@msi.biglobe.ne.jp>
1721             Katsumi Yamaoka <yamaoka@jpl.org>
1722
1723         * lisp/dgnushack.el (union): New compiler macro for emulating cl
1724         function.
1725
1726 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
1727
1728         * lisp/gnus-util.el: Require `gnus-ems'.
1729         (gnus-ems-redefine): Call it to redefine the functions
1730         `gnus-truncate-string', etc.
1731         (gnus-union): Fix doc string.
1732
1733         * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
1734
1735 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
1736
1737         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1738
1739 1999-12-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1740
1741         * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
1742         in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
1743
1744 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
1745
1746         * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
1747         function.
1748         (mapc): Bug fix - treat the last arg as a list.
1749
1750 1999-12-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1751
1752         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1753
1754         * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
1755         modeline "Plugged" status display with the value of
1756         `gnus-plugged'.
1757
1758         * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
1759         compile time.
1760         (gnus-offline-set-online-sendmail-function): defsubst.
1761         (gnus-offline-set-offline-sendmail-function): Ditto.
1762         (gnus-offline-set-offline-post-news-function): Ditto.
1763         (gnus-offline-set-online-post-news-function): Ditto.
1764         (gnus-offline-disable-fetch-mail): Ditto.
1765         (gnus-offline-enable-fetch-mail): Ditto.
1766         (gnus-offline-setup): Fix typo.
1767         (gnus-offline-gnus-get-new-news): Abolish.
1768         (gnus-offline-toggle-plugged): Ditto.
1769         (gnus-offline-agent-expire): Ditto.
1770         (gnus-group-get-new-news): New advice which does things
1771         `gnus-offline-gnus-get-new-news' was doing.
1772         (gnus-agent-toggle-plugged): New advice which does thing
1773         `gnus-offline-toggle-plugged' was doing.
1774         (gnus-agent-expire): New advice which does things
1775         `gnus-offline-agent-expire' was doing.
1776         (gnus-offline-define-menu-and-key): No longer substitute key
1777         definitions on `gnus-group-mode-map'. No longer swap commands for
1778         a toolbar button.
1779         (gnus-offline-after-get-new-news): Do jobs only when
1780         `gnus-plugged' is t.
1781
1782         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
1783         expressions.
1784
1785 1999-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
1786
1787         * lisp/message.el (message-yank-add-new-references): Fix doc string.
1788
1789         * texi/{message-ja.texi, message.texi}
1790         (message-list-references-add-position,
1791         message-yank-add-new-references): Add documentations.
1792
1793 1999-12-07  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1794
1795         * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
1796         `gnus-offline-get-message'.
1797
1798         * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
1799         `gnus-ofsetup-get-message'.
1800
1801 1999-12-07  Katsumi Yamaoka <yamaoka@jpl.org>
1802
1803         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1804         (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
1805
1806         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
1807         `get-text-property' in the outside of the boundary.
1808         (gnus-article-smiley-display): New function.
1809         (gnus-treatment-function-alist): Use it.
1810
1811         * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
1812         the bug fixed version rigidly instead of the use of `defadvice'.
1813
1814         * lisp/message.el (font-lock-after-change-function): Don't use
1815         `compile' for the arg of `defadvice'.
1816
1817 1999-12-06  Keiichi Suzuki  <keiichi@nanap.org>
1818
1819         * lisp/message.el (message-yank-add-new-references): New option
1820         value `message-id-only'.
1821         (message-yank-original): Likewise.
1822         (message-list-references-add-position): New user option.
1823         (message-list-references): When
1824         `message-list-references-add-position' is integer value, the order
1825         of designate number message-ids is kept.
1826
1827 1999-12-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1828
1829         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1830
1831         * lisp/gnus-offline.el (gnus): Don't advise here.
1832         (TopLevel): Call `gnus-offline-define-menu-and-key'.
1833         (gnus-offline-setup): Don't call
1834         `gnus-offline-define-menu-and-key' here.
1835
1836         * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
1837         rely on `gnus-load-hook'.
1838         (gnus): New advice. Call `gnus-offline-setup' when everything is
1839         done.
1840
1841         * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
1842         at the compile time. Use `gnus-alive-p'.
1843
1844 1999-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
1845
1846         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1847
1848         * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
1849         don't use `byte-defop-compiler'.
1850         (byte-optimize-form-code-walker): Advise it for fixing the bug in
1851         and/or forms.  The original idea is devised by FUKUI-san, modified
1852         by KOBAYASHI-san.
1853         (max-specpdl-size): Set 3000.
1854
1855 1999-12-05  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1856
1857         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1858
1859         * lisp/gnus-offline.el (gnus): New advice. synchronize
1860         `gnus-offline-connected' with `gnus-plugged'.
1861
1862 1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1863
1864         * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
1865         (gnus-revision-number): Clear to 00.
1866
1867         * README.branch.ja: Update for t-gnus-6_14 branch.
1868         * README.branch: Ditto.
1869         * README.T-gnus: Ditto.
1870         * README.semi.ja: Ditto.
1871         * README.semi: Ditto.
1872
1873         * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
1874         nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
1875         mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
1876         gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
1877         gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
1878
1879         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1880         gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
1881         Gnus v5.8.2.
1882
1883         * t-gnus-6_14: NEW PUBLIC BRANCH.
1884
1885 1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1886             Katsumi Yamaoka <yamaoka@jpl.org>
1887
1888         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1889
1890         * lisp/dgnushack.el (char-before): Use compiler macro instead of
1891         byte-optimizer.
1892         (char-after): Comment out the byte-optimization.
1893
1894         * imap.el (imap-base64-encode-string, imap-base64-decode-string):
1895         New functions.  They are identical to the built-in codec if
1896         possible, otherwise the functions defined in mel are used.
1897         (imap-cram-md5-auth): Use them.
1898
1899 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1900
1901         * lisp/imap.el: Remove autoload settings for `base64-decode-string'
1902         and `base64-encode-string'.
1903
1904 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1905
1906         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
1907         (gnus-revision-number): Clear to 00.
1908
1909         * README.T-gnus: Update.
1910
1911         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
1912
1913         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
1914         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
1915         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1916         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
1917         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1918         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1919         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
1920         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
1921         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
1922         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
1923
1924         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
1925         files.
1926
1927         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1928         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
1929         Gnus v0.99.
1930
1931 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1932
1933         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
1934         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
1935         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
1936         (gnus-after-getting-new-news-hook): Ditto.
1937
1938         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
1939
1940 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
1941
1942         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1943
1944         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
1945         char with old Emacsen as well.
1946
1947 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1948
1949         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
1950         appears in the backquoted form.
1951         (gnus-category-edit-score): Ditto.
1952
1953         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
1954         appears in the backquoted form.
1955
1956 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1957
1958         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1959
1960         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
1961         bug -- do add-hook.
1962         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
1963         defined. If not, call `easy-menu-create-keymaps'.
1964
1965 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1966
1967         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1968
1969         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
1970         "static" at the compile time.
1971         (gnus-offline-hangup-function): Abolish.
1972         (gnus-offline-auto-ppp): New variable.
1973         (gnus-offline-gnus-get-new-news): Refer to it.
1974         (gnus-offline-set-unplugged-state): Ditto.
1975         (gnus-offline-set-auto-ppp): New function. It replaces the
1976         function `gnus-offline-toggle-auto-hangup'.
1977         (gnus-offline-toggle-auto-hangup): Abolish.
1978         (gnus-offline-define-menu-and-key): Use `static-if' and
1979         `static-cond'.
1980         (gnus-offline-popup-menu): Do not define this function under XEmacs.
1981         (gnus-offline-popup): New function.
1982
1983         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
1984         (gnus-ofsetup-resource-en): Fix doc strings.
1985         (gnus-ofsetup-resource-ja): Ditto.
1986
1987 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1988
1989         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1990
1991         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
1992         Pterodactyl Gnus v0.98.
1993
1994 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1995
1996         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
1997
1998         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
1999
2000         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
2001         `car' and `cdr' instead of `cadr'.
2002
2003         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
2004         instead of `push'; use `if' instead of `when'.
2005
2006         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
2007         instead of `pop'.
2008         (gnus-useful-groups): Use `or' instead of `unless'.
2009
2010         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
2011         instead of `cadr'.
2012
2013 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
2014
2015         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
2016         `when' in the body of `defadvice'.  Use `if' instead.
2017
2018         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
2019         cl functions.
2020
2021 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
2022
2023         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
2024         the macro `when' in the arg of `defcustom'.  Use `if' instead.
2025
2026 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
2027
2028         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2029
2030         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
2031         `next-single-property-change' LIMIT as `point-max'.
2032         (gnus-article-prepare-mime-display): Ditto.
2033         (article-hide-signature): Ditto.
2034
2035 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
2036
2037         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
2038         are removed to fill gnus-version within 80 columns.
2039
2040 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
2041
2042         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
2043
2044 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
2045
2046         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2047
2048         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
2049         instead of `union'.
2050
2051         * lisp/gnus-util.el (gnus-union): New function.
2052
2053         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
2054         `copy-sequence' instead of `copy-list'.
2055         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
2056
2057         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
2058
2059 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
2060
2061         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2062
2063         * lisp/dgnushack.el (union, copy-list): New compiler macros for
2064         emulating cl functions.
2065
2066 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2069         (gnus-select-method): Use `condition-case' instead of
2070         `ignore-errors'.
2071
2072         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
2073         instead of `ignore-errors'.
2074
2075         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
2076
2077         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
2078         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
2079         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
2080         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
2081         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
2082         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
2083         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
2084         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
2085         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
2086         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
2087
2088 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
2089
2090         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2091
2092         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
2093         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
2094         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
2095         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
2096         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
2097         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
2098         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
2099         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
2100         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
2101         Require `cl' at the top level.
2102
2103         * lisp/gnus.el (gnus-select-method): Undo last change.
2104         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
2105         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
2106
2107         * lisp/gnus-ems.el (gnus-split-string): Remove.
2108
2109 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2110
2111         * lisp/pop3.el: Add description about STLS extension; add autoload
2112         setting for `starttls-open-stream' and `starttls-negotiate'.
2113         (pop3-stls): New function.
2114         (pop3-open-tls-stream): New function.
2115         (pop3-open-server): Use `pop3-open-tls-stream' if
2116         'pop3-connection-type' is bound to `tls'.
2117
2118 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2119
2120         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
2121         and `starttls-negotiate'.
2122         (imap-stream-alist): Add TLS entry.
2123         (imap-tls-p): New function.
2124         (imap-tls-open): New function.
2125         (imap-ssl-open): Enclose `open-ssl-stream' with
2126         `as-binary-process'.
2127
2128 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
2129
2130         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2131         (gnus-select-method): Use `condition-case' instead of
2132         `ignore-errors'.
2133
2134         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
2135         level.
2136
2137         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
2138         `coding' and `noerror' for the stopgaps.
2139
2140         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
2141         `coding' and `noerror'.
2142         (function-max-args): Maybe-fbind for FSF Emacsen.
2143
2144         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
2145         as `binary' if possible.
2146         (imap-log): Default to nil (synched with pgnus 0.99).
2147         (base64-decode-string): Autoload "mel" instead of "base64".
2148         (md5): Autoload "md5" without `eval-and-compile'.
2149
2150         * lisp/gnus-util.el (copy-list): New function defined by
2151         `defun-maybe'.
2152
2153         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
2154         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
2155
2156         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
2157         instead of `ignore-errors'.
2158
2159         * lisp/gnus-picon.el: Require `cl'.
2160
2161         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
2162         gnus-offline.el} (cl): Enclose the requiring procedure with
2163         `eval-when-compile'.
2164
2165         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
2166         procedure with `eval-when-compile' instead of `eval-and-compile'.
2167
2168 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2169
2170         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
2171         Use mail-sources instead of nnmail-spool-file.
2172         From: Toshiaki -PCX- Tanaka.
2173
2174 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
2175
2176         * lisp/gnus.el (gnus-group-startup-message): Insert space before
2177         "based on".
2178         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
2179
2180 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
2181
2182         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
2183         (gnus-revision-number): Clear to 00.
2184
2185         * README.T-gnus: Update.
2186
2187         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
2188         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
2189         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
2190         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
2191         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
2192         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
2193
2194         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
2195
2196         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
2197         translation.
2198
2199         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
2200
2201 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
2202
2203         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
2204         `message-save-drafts' instead of `set-buffer-modified-p' and
2205         `save-buffer'.
2206         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
2207         because the reply data is lost in Drafts.
2208         * lisp/gnus-art.el (gnus-signature-face): Don't check
2209         window-system type.
2210
2211 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2212
2213         * lisp/pop3.el (pop3-progress-message): New function.
2214         (pop3-movemail): Use it.
2215
2216 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
2217
2218         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
2219         `gnus-following-method'.
2220
2221         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
2222         wide reply as a mail if the message is not a news; use the macro
2223         `gnus-setup-message'.
2224
2225         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
2226
2227 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
2228
2229         * lisp/gnus.el (gnus-revision-number): Increment to 14.
2230         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
2231         function `gnus-smiley-display'.
2232
2233         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
2234         `window-system' is nil.
2235         (gnus-article-x-face-command): Default to external command if
2236         `window-system' is nil.
2237
2238 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
2239
2240         * lisp/gnus.el (gnus-revision-number): Increment to 13.
2241         (TopLevel): Rearrange autoload settings.
2242
2243         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
2244         `smiley-buffer'.
2245
2246         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
2247         "Toggle smileys" in "Washing" menu.
2248         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
2249
2250         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
2251         (smiley-toggle-buffer): New function.
2252         (smiley-buffer): Don't quote the function.
2253         (smiley-toggle-extents): Ditto.
2254
2255 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2256
2257         * lisp/gnus.el (gnus-revision-number): Increment to 12.
2258         (TopLevel): Add and delete autoloads for functions defined in
2259         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
2260
2261         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
2262         defined in "miee".
2263
2264         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
2265         `gnus-custom-mode' defined in "gnus-cus".
2266
2267 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2268
2269         * lisp/gnus.el (gnus-revision-number): Increment to 11.
2270
2271         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
2272         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
2273         header.
2274
2275 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
2276
2277         * lisp/gnus.el (gnus-revision-number): Increment to 10.
2278         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
2279         functions `x-face-mule-gnus-article-display-x-face' and
2280         `smiley-buffer'.
2281
2282         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
2283
2284         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
2285         `gnus-mule-group-startup-message'.
2286         (gnus-mule-group-startup-message): Remove.
2287         (gnus-mule-bitmap-image-file): Remove.
2288
2289         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
2290         ordinary text if the feature `smiley-mule' is provided and FSF
2291         Emacs is used.
2292         (TopLevel): Require `static' at the compile time.
2293
2294         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
2295         `mime-display-text/plain-hook' to nil.
2296         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
2297         treat the next entity position as a marker.
2298         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
2299         `gnus-smiley-display' under FSF Emacsen.
2300         (gnus-treat-display-smileys): Default to t if the module
2301         `smiley-mule' is installed.
2302         (gnus-treat-display-xface): Default to `head' if the value of
2303         `gnus-article-x-face-command' is
2304         `x-face-mule-gnus-article-display-x-face'.
2305         (gnus-article-x-face-command): Default to
2306         `x-face-mule-gnus-article-display-x-face' if the module
2307         `x-face-mule' is installed.
2308         (TopLevel): Require `static' first; require `path-util'.
2309
2310 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
2311
2312         * lisp/gnus.el (gnus-revision-number): Increment to 09.
2313
2314         * lisp/message.el (message-mode): Make
2315         `message-font-lock-last-position' as buffer local.
2316         (message-font-lock-keywords-2): Use
2317         `message-font-lock-cited-text-matcher' instead of regexp.
2318         (message-font-lock-cited-text-matcher): New function.
2319         (font-lock-after-change-function): Advice to the keep last cursor
2320         position in `message-font-lock-last-position' before fontifying.
2321         (message-font-lock-last-position): New variable.
2322         (message-font-lock-citation-name-max-column): New variable.
2323         (message-font-lock-cited-text-regexp): New variable.
2324         (message-font-lock-fence-close-position): New variable.
2325         (message-font-lock-fence-open-position): New variable.
2326         (message-font-lock-fence-close-regexp): New variable.
2327         (message-font-lock-fence-open-regexp): New variables.
2328
2329 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2330
2331         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
2332         using `message-font-lock-keywords', `message-font-lock-keywords-1'
2333         and `message-font-lock-keywords-2'.
2334         (message-font-lock-keywords): Restruct.
2335         (message-font-lock-keywords-1): New variable split from
2336         `message-font-lock-keywords'.
2337         (message-font-lock-keywords-2): Ditto.
2338
2339 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
2340
2341         * lisp/gnus.el (gnus-revision-number): Increment to 08.
2342
2343         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
2344         before highlighting or hiding it.
2345         (gnus-article-buttonize-signature): New function.
2346         (gnus-article-highlight-signature): Don't buttonize.
2347         (gnus-treatment-function-alist): Undo the last change.
2348         (gnus-treat-emphasize): Default to nil.
2349
2350 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
2351
2352         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2353         (TopLevel): Autoload "gnus-art" for the function
2354         `gnus-article-show-all'.
2355
2356         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
2357         hidden text if the command `gnus-summary-toggle-mime' is used.
2358
2359         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
2360         following parts.
2361         (gnus-article-highlight-signature): Work for forwarded messages.
2362         (gnus-article-show-all): New function based on `article-show-all'.
2363         (gnus-article-show-all-headers): Based on
2364         `article-show-all-headers'.
2365         (article-show-all-headers): New function to show all *HEADERS*.
2366         (article-show-all): Show *ALL* literally.
2367         (article-hide-signature): Work for forwarded messages.
2368         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
2369         off after `gnus-treat-highlight-signature'.
2370
2371 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
2372
2373         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2374
2375         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
2376         against forwarded messages without MIME structure.
2377         (gnus-treatment-function-alist): Move
2378         'gnus-treat-decode-article-as-default-mime-charset' to the top;
2379         put `gnus-treat-emphasize' off after
2380         `gnus-treat-highlight-headers'.
2381
2382 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2383
2384         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2385
2386 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
2387
2388         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
2389         argument is list or not before condition.
2390
2391 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2392
2393         * lisp/gnus-art.el (gnus-treat-predicate): Work for
2394         (typep "something").
2395
2396 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2397
2398         * lisp/gnus-art.el (gnus-article-prepare-display):
2399         Pass argument nil as a condition to gnus-treat-article.
2400         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
2401         Ditto. Also, treat last part of multipart article correctly.
2402
2403 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
2404
2405         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2406
2407         * lisp/message.el (message-generate-headers): Don't insert
2408         excessive newline.
2409
2410         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
2411         negative number for the 2nd arg of `insert-char'.
2412
2413 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2414
2415         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
2416         gnus-ja instead of gnus if Japanese environment is on.
2417
2418 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
2419
2420         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2421         (semi-gnus-developers): Remove.
2422         (gnus-maintainer): Change mail address.
2423         (gnus-group-startup-message): Display version string.
2424
2425         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
2426
2427         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
2428         version string; fix glyph position.
2429
2430 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2431
2432         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
2433         to previous version until problem of respooling from
2434         nnimap to nnml is solved.
2435         (gnus-summary-move-article): Ditto.
2436
2437 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
2438
2439         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2440
2441         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
2442         value is t before checking for `condition'.
2443         (gnus-article-prepare-mime-display): Search for the entity children
2444         if the primary type is `multipart'.
2445
2446 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
2447
2448         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2449
2450         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
2451         instead of signaling an error if the destination group is not
2452         newly created.
2453         (gnus-summary-move-article): Do nothing if the destination group
2454         is not newly created.
2455
2456         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
2457         environment part.
2458
2459 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2460
2461         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
2462         active entry for the group even if it doesn't exist.
2463
2464 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2465
2466         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
2467
2468 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
2469
2470         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
2471         (gnus-revision-number): Clear to 00.
2472
2473         * README.T-gnus: Update.
2474
2475         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
2476         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
2477
2478         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
2479         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
2480         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
2481         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
2482         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
2483
2484 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2485
2486         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2487
2488         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
2489         smooth scrolling under XEmacs.
2490         (gnus-article-next-page):Ditto.
2491
2492         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
2493         descriptions about the problem of loaddefs.el and the patch for
2494         CUSTOM 1.9962.
2495
2496 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2497
2498         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2499
2500         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
2501         `:predicate' for old Emacsen; require `static'.
2502
2503         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
2504         `:path' and `:predicate'.
2505
2506 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2507
2508         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
2509         modeline as modified.
2510
2511 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2512
2513         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2514
2515         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
2516         `mime-view-entity' in the modified header under FSF Emacsen.
2517
2518 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2519
2520         * README-offline.en: Rewrite the usage description.
2521         * README-offline.ja: Ditto.
2522
2523 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2524
2525         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2526
2527         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
2528         `gnus-offline'.
2529
2530 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2531
2532         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
2533         * README-offline.ja: Ditto.
2534
2535 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2536
2537         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2538
2539         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
2540         the current buffer as modified.
2541
2542         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
2543         (gnus-offline-get-menu-items): New function.
2544         (gnus-offline-define-menu-on-miee): Use it.
2545         (gnus-offline-define-menu-on-agent): Ditto.
2546
2547 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2548
2549         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
2550
2551         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
2552         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
2553         (pop3-quit): Clear `pop3-uidl-obarray'.
2554
2555 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2556
2557         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2558
2559         * lisp/gnus-offline.el (gnus-offline-resource-en,
2560         gnus-offline-resource-ja,
2561         gnus-offline-resource-ja_complete): New variables.
2562         (gnus-offline-get-message): News function.
2563         (gnus-offline-error-check): Use it.
2564         (gnus-offline-connect-server): Ditto.
2565         (gnus-offline-get-new-news-function): Ditto.
2566         (gnus-offline-set-mail-group-level): Ditto.
2567         (gnus-offline-hangup-line): Ditto.
2568         (gnus-offline-after-jobs-done): Ditto.
2569         (gnus-offline-toggle-auto-hangup): Ditto.
2570         (gnus-offline-toggle-on/off-send-mail): Ditto.
2571         (gnus-offline-toggle-articles-to-fetch): Ditto.
2572         (gnus-offline-empting-spool): Ditto.
2573         (gnus-offline-set-interval-time): Ditto.
2574
2575         * lisp/gnus-ofsetup.el (gnus-offline-lang,
2576         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
2577         variables.
2578         (gnus-ofsetup-get-message): New function.
2579         (gnus-setup-for-offline): Use it.
2580         (gnus-ofsetup-find-parameters): Ditto.
2581         (gnus-ofsetup-prepapre-for-miee): Ditto.
2582         (gnus-ofsetup-completing-read-symbol): Ditto.
2583         (gnus-ofsetup-customize): Ditto.
2584         (gnus-ofsetup-customize-done): Ditto.
2585
2586 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
2587
2588         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
2589         `isearch-lazy-highlight'.
2590
2591 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
2592
2593         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2594
2595         * lisp/lpath.el (babel-as-string): Bind it.
2596
2597         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
2598         original X-Face field while searching.  It is done for only FSF
2599         Emacsen.
2600         (gnus-summary-search-article-highlight-matched-text): Ditto.
2601         (gnus-summary-search-article-matched-data): Bind it explicitly.
2602
2603 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
2604
2605         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
2606         (gnus-revision-number): Clear to 00.
2607
2608         * README.T-gnus: Update.
2609
2610         * README: Sync up with Pterodactyl Gnus v0.96.
2611         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
2612         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
2613         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
2614         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
2615         gnus-agent.el,ChangeLog}: Ditto.
2616         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
2617
2618 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2619
2620         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
2621         don't retrieve any incoming mails.; Don't filter articles here.
2622         Use `convert-standard-filename' to generate fresh UIDL file names.
2623         (pop3-get-message-numbers): Rewrite.
2624         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
2625         of `with-temp-buffer'.
2626
2627 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2628
2629         * README-offline.ja : Fix.
2630
2631         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
2632         Fix typo.
2633
2634         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
2635         requirements; Enclose the autoload for `gnus-custom-mode' with
2636         `eval-and-compile'.
2637
2638 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
2639
2640         * lisp/gnus.el (gnus-revision-number): Increment to 15.
2641
2642         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
2643         for them before lpath.el is loaded.  Because lpath.el requires
2644         `poe' via `path-util'.  [cf. <tm-ja:5051>]
2645
2646         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
2647         X-Face image if the regexp "^X-Face:" is specified.
2648         (gnus-summary-search-article-highlight-matched-text): Use
2649         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
2650         X-Face image if it is requested.
2651         (gnus-summary-search-article-highlight-goto-x-face): New macro.
2652
2653 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2654
2655         * lisp/gnus.el (gnus-revision-number): Increment to 14.
2656
2657         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
2658         recenter the article when touchdown; popup the article buffer if
2659         it is disappeared.
2660         (gnus-summary-search-article-highlight-matched-text): Treat the
2661         article before highlighting; use old style backquote syntax.
2662         (gnus-summary-search-article-position-point): Fix the beginning
2663         position; use old style backquote syntax.
2664         (gnus-summary-select-article): Undo the last change.
2665         (gnus-summary-display-article): Bind
2666         `gnus-summary-search-article-matched-data' in the article buffer
2667         locally.  It is moved from `gnus-summary-select-article'.
2668
2669 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
2670
2671         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
2672         (clean): Remove formatted info files.
2673         (distclean): Just remove Makefile.
2674
2675 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2676
2677         * lisp/gnus.el (gnus-revision-number): Increment to 13.
2678
2679         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
2680         (gnus-agent-fetch-headers): Limit downloadable articles if the
2681         number of unread articles exceeds `gnus-agent-large-newsgroup'.
2682         (gnus-agent-expire): Do not expire saved or replied articles when
2683         `gnus-agent-expire-all' is nil.
2684
2685         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
2686         variable.
2687         (gnus-offline-agent-expire): Check it; Bind
2688         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
2689         (gnus-offline-after-jobs-done): Don't check
2690         `gnus-agent-expire-all'.
2691
2692         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
2693         `user-login-name' and `user-real-login-name' returns the same
2694         value or not.
2695         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
2696         (gnus-ofsetup-update-setting-file): Ditto.
2697         (gnus-ofsetup-prepare): New macro.
2698         (gnus-setup-for-offline): Use it.
2699         (gnus-ofsetup-customize-done): Ditto.
2700
2701 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
2702
2703         * lisp/gnus.el (gnus-revision-number): Increment to 12.
2704
2705         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
2706         (gnus-summary-search-article-highlight-matched-text): Rearrange.
2707         (gnus-summary-search-article-position-point): New macro.
2708         (gnus-summary-search-article-matched-data): Rename from
2709         `gnus-summary-search-article-matched-text'.
2710         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
2711         use `gnus-article-show-all-headers' for exposing the visited
2712         article.
2713         (gnus-summary-select-article): Bind
2714         `gnus-summary-search-article-matched-data' in the article buffer
2715         locally.
2716
2717         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
2718         if the value of `gnus-inhibit-treatment' is non-nil.
2719         (article-toggle-headers): Don't redisplay X-Face if the value of
2720         `gnus-inhibit-treatment' is non-nil.
2721         (gnus-article-treat-custom): Add new treatment variable `mime'.
2722
2723 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2724
2725         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
2726         documentation.
2727
2728         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
2729         `gnus-newsgroup-incorporated' explicitly.
2730
2731 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2732
2733         * README.semi: Update for the recent a-ftp sites and directories.
2734         * README.semi.ja: Ditto.
2735         * texi/gnus-faq.texi: Ditto.
2736         * texi/gnus-faq-ja.texi: Ditto.
2737
2738 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2739
2740         * lisp/gnus.el (gnus-revision-number): Increment to 11.
2741         (gnus-summary-incorporated-face): New face spec.
2742
2743         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
2744         entry about the format specifier `w'.
2745         (gnus-group-line-format): Fix documentation.
2746
2747         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
2748         newly incorporated mails with `gnus-summary-incorporated-face'.
2749         (gnus-newsgroup-incorporated): New variable.
2750         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
2751         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
2752
2753         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
2754
2755         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
2756         `K' if the group has already been subscribed.
2757
2758 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2759
2760         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
2761         `isearch-lazy-highlight' t in the buffer locally; goto the
2762         beginning of the buffer before searching.
2763
2764         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
2765         selected frame.
2766
2767 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
2768
2769         * lisp/gnus.el (gnus-revision-number): Increment to 10.
2770
2771         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
2772         matched text after the searching is done; call
2773         `gnus-summary-select-article' with the args nil and t; bind
2774         `gnus-treat-*' to nil.
2775         (gnus-summary-search-article-highlight-matched-text): New macro
2776         for highlighting matched text.  It is bound at the compile time
2777         only.
2778         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
2779         with the args nil and t; bind `gnus-treat-*' to nil.
2780
2781         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
2782         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
2783         `with-temp-file'; use `insert-file-contents-as-binary' instead of
2784         `insert-file-contents'.
2785
2786 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2787
2788         * lisp/gnus.el (gnus-revision-number): Increment to 09.
2789
2790         * lisp/gnus-offline.el: Fix comments.
2791         (TopLevel): Delete the code for emulating custom. Do not inhibit
2792         byte-compile-warnings, but hide useless ones.
2793         (gnus-offline-dialup-program-arguments): defvar instead of
2794         defcustom.
2795         (gnus-offline-hangup-program-arguments): Ditto.
2796         (gnus-offline-interval-time): Ditto.
2797         (gnus-offline-dialup-program, gnus-offline-hangup-program,
2798         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
2799         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
2800         codes.
2801         Set `mail-sources' instead of `nnmail-spool-file'.
2802         (gnus-offline-enable-fetch-mail): Ditto.
2803         (gnus-offline-toggle-movemail-program): Abolish.
2804         (gnus-offline-define-menu-and-key): Modify according to it.
2805         (gnus-offline-define-menu-on-miee): Ditto.
2806         (gnus-offline-define-menu-on-agent): Ditto.
2807         (gnus-offline-message-add-header): Bind temporary variables.
2808         (gnus-offline-add-custom-header): Ditto.
2809         (gnus-offline-restore-mail-group-level): Ditto.
2810
2811         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
2812         gnus-offline at the compile time. Do not inhibit
2813         byte-compile-warnings.
2814         (gnus-setup-for-offline): Really bind all temporary variables.
2815         (gnus-ofsetup-write-settting-file): Check if interval is a
2816         integer.
2817         Use `mail-sources' instead of `nnmail-spool-file'.
2818         (gnus-ofsetup-update-setting-file): Redefine as a macro.
2819         (gnus-ofsetup-prepare-for-miee): Ditto.
2820
2821         * README-offline.en : Update.
2822         * README-offline.ja : Ditto.
2823
2824 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2825
2826         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
2827         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
2828
2829 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2830
2831         * lisp/gnus.el (gnus-revision-number): Increment to 08.
2832
2833 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
2834
2835         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
2836         group name with `\N'.
2837
2838 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2839
2840         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2841
2842         * lisp/pop3.el (pop3-except-header-regexp): New variable.
2843         (pop3-movemail): Don't retrieve messages whose headers are
2844         matching `pop3-except-header-regexp'.
2845         (pop3-top): New function.
2846         (pop3-retr): Don't use `save-restriction'.
2847
2848 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2849
2850         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
2851
2852 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
2853
2854         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2855
2856         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
2857         `gnus-article-next-page' when the last page is not displayed.
2858         (mime-preview-over-to-previous-method-alist): Use
2859         `gnus-article-prev-page' when the first page is not displayed.
2860         (gnus-next-page-map): Use `make-sparse-keymap' instead of
2861         `make-keymap'; don't use `suppress-keymap'.
2862         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
2863         Succeed to the value of the text property `mime-view-situation' in
2864         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
2865         current local map as a parent under FSF Emacsen.
2866
2867 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2868
2869         * lisp/pop3.el (pop3-retr): Undo last change.
2870
2871 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2872
2873         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2874
2875         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
2876         `accept-process-output'; Move point to the end of the normal
2877         response.
2878         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
2879         (pop3-get-list): Abolish.
2880         (pop3-retr): Don't use `save-restriction'.
2881         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
2882         (pop3-list): Likewise.
2883
2884 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2885
2886         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2887
2888         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
2889         `event-basic-type' instead of `event-button' under FSF Emacsen.
2890
2891 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2892
2893         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2894
2895 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2896
2897         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
2898         `gnus-summary-mode-hook'.
2899         (gnus-use-wheel): New variable.
2900         (gnus-wheel-scroll-amount): New variable.
2901         (gnus-wheel-edge-resistance): New variable.
2902         (gnus-wheel-summary-scroll): New function.
2903         (gnus-wheel-install): New function.
2904
2905 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2906
2907         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2908
2909         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
2910         `defun' instead of `defsubst'.
2911         (make-full-mail-header): Ditto.
2912
2913         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
2914         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
2915
2916 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2917
2918         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2919
2920         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
2921         is being sent.
2922
2923         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
2924         function from Nana-gnus.
2925         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
2926         (gnus-ofsetup-update-setting-file): Rename from
2927         `gnus-ofsetup-write-setting-file'.
2928         (gnus-ofsetup-find-parameters): Rename from
2929         `gnus-ofsetup-parameters'.
2930         (gnus-ofsetup-customize-done): Rewrite.
2931
2932 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2933
2934         * pop3.el: Sync up with pop3.el version 2.04.
2935         (pop3-leave-mail-on-server): New variable.
2936         (pop3-maximum-message-size): New variable.
2937         (pop3-uidl-file-name): New variable.
2938         (pop3-uidl-support): New variable.
2939         (pop3-uidl-obarray): New variable.
2940         (pop3-movemail): Check message size on every retrieval.
2941         (pop3-open-ssl-stream-1): Use new style macro.
2942         (pop3-get-message-numbers): New function.
2943         (pop3-get-list): New function.
2944         (pop3-get-uidl): New function.
2945         (pop3-get-unread-message-numbers): New function.
2946         (pop3-save-uidls): New function.
2947         (pop3-retr): Use `pop3-get-extended-response'.
2948         (pop3-list): New implementation.
2949         (pop3-uidl): New function.
2950         (pop3-get-extended-response): New function.
2951
2952 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2953
2954         * lisp/gnus.el: T-gnus 6.13.0 is released.
2955
2956 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2957
2958         * ChangeLog.2: New file, rename from ChangeLog.
2959
2960         * lisp/dgnushack.el (TopLevel): Rearrange.
2961
2962         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
2963         * README.branch: Ditto.
2964
2965         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
2966
2967         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
2968         * texi/message-ja.texi: Ditto.
2969         * texi/message.texi: Ditto.
2970         * texi/gnus-ja.texi: Ditto.
2971         * texi/gnus.texi: Ditto.
2972         * README-offline.ja: Ditto.
2973         * README-offline.en: Ditto.
2974         * README.semi.ja: Ditto.
2975         * README.semi: Ditto.
2976         * README.T-gnus: Ditto.
2977
2978         * t-gnus-6_13: NEW PUBLIC BRANCH.
2979
2980 See ChangeLog.2 for earlier changes.