2025-08-16  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 30.2 is released
	from the emacs-30 branch.

2025-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 30.1 is released
	from the emacs-30 branch.

2024-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 29.4 is released
	from the emacs-29 branch.

2024-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 29.3 is released
	from the emacs-29 branch.

2024-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 29.2 is released
	from the emacs-29 branch.

2023-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el (texinfo-format-scan): Use advice-add instead of
	defadvice that's been marked obsolete in Emacs 30.

2023-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 29.1 is released
	from the emacs-29 branch.

2022-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Makefile.in (INFO_DEPS, pdf): Remove gnus-coding-ja.

2022-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 28.2 is released
	from the emacs-28 branch.

2022-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 28.1 is released
	from the emacs-28 branch.

2021-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 27.2 is released
	from the emacs-27 branch.

2020-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 27.1 is released
	from the emacs-27 branch.

2020-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el (texinfo-do-itemize): Replace with an improved version.

2019-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Makefile.in (PDFTEX): Default to XeTex rather than LuaTex.

2019-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 26.3 is released
	from the emacs-26 branch.

2019-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 26.2 is released
	from the emacs-26 branch.

2018-04-05  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 26.1 is released
	from the emacs-26 branch.

2018-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>

	Make `make pdf' work again

	This requires Texinfo the version >=6.3, and either (or both) of LuaTeX
	>=0.95 (i.e., TeXLive >=2016) or XeTeX >=0.9998 (i.e., TeXLive >=2012).

	* README, README.ja: Update.

	* Makefile.in (DVIPDFMX, PBIBTEX, PDVIPS, PTEX, TEXI2DVI): Remove vars.
	(MAKEINFO, TEXI2PDF, FORMATINFO, PDFTEX): New variables.
	(webhack, dvi, .texi.dvi, ps, .texi.ps, distclean): Remove targets.
	(docltmp, docltmp.texi): New targets for the internal use.
	(.texi.info, .texi.pdf, semi-clean, clean): Renew.

	* configure.ac (AC_CHECK_TEXINFO): New function.
	(MAKEINFO, TEXI2PDF): Check existence and version.

	* configure: Regenerate.

	* texinfo-ja.tex: New file.
	* txi-ja.tex: Renew.

	* auth-ja.texi, emacs-mime-ja.texi, epa-ja.texi, gnus-coding-ja.texi,
	gnus-ja.texi, message-ja.texi, sasl-ja.texi, sieve-ja.texi:
	(texinfo-ja.tex): Use it instead of texinfo.tex.
	(@setfilename): Add .info suffix.
	(@documentencoding): New.
	(@usedvipdfmx): Remove.

2017-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 25.3 is released.

2017-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 25.2 is released.

2017-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>

	* emacs-mime-ja.texi (MML Definition): Add missing translation.
	* gnus-ja.texi (Unavailable Servers): Fix function name.

2016-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>

	* infohack.el (infohack, infohack-texi-format):
	Remove coding system stuff.

	* README.ja, auth-ja.texi, emacs-mime-ja.texi, epa-ja.texi,
	gnus-coding-ja.texi, gnus-faq-ja.texi, gnus-ja.texi, gnus-news-ja.texi,
	message-ja.texi, sasl-ja.texi, sieve-ja.texi:
	Use utf-8 instead of iso-2022-7bit for encoding contents.
	Suggested by Byung-Hee HWANG <soyeomul@doraji.xyz>.

2016-09-23  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Gnus v5.13/Emacs 25.1 is released.

2015-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>

	* auth-ja.texi, emacs-mime-ja.texi, epa-ja.texi, gnus-coding-ja.texi,
	gnus-ja.texi, message-ja.texi, sasl-ja.texi, sieve-ja.texi:
	Add bookmark to pdf output.

	* txi-ja.tex: New file.

2015-10-09  Katsumi Yamaoka  <yamaoka@jpl.org>

	* configure.ac:
	* Makefile.in (.texi.dvi): Use pbibtex rather than jbibtex.

2015-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Ma Gnus v0.13 is released.

2015-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el (texinfo-format-syntax-table):
	Modify character syntax of guillemets (`<<' and `>>') to w.

2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>

	* gnus-ja.texi (Gnus Registry Setup): Explain pruning changes. Mention
	gnus-registry-prune-factor. Explain sorting changes and
	gnus-registry-default-sort-function. Correct file extension.

2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Makefile.in (install): Compress info files.

	* configure.ac: Add --without-compress-install option; check for gzip.

	* gnus-ja.texi (Ma Gnus): Mention that Lisp source files and info files
	to be installed will be compressed by gzip by default.

	* infohack.el (infohack, infohack-texi-format): Don't split info files.

2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Ma Gnus v0.11 is released.

2014-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Ma Gnus v0.9 is released.

2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Ma Gnus v0.7 is released.

2012-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Ma Gnus v0.5 is released.

2012-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el (texinfo-format-comma): Support @comma.
	(texinfo-format-parse-args): Tweak it so as to work for @comma.

	* epa-ja.texi (Mail-mode integration): Use @comma{}.

2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>

	* pgg-ja.texi: Remove.
	* Makefile.in: Do.

2012-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el (texinfo-format-syntax-table): Modify character syntax
	of " and \ to w, as a workaround.

2012-04-05  Katsumi Yamaoka  <yamaoka@jpl.org>

	* epa-ja.texi: New file.

2012-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for Ma Gnus v0.3 is released.

2012-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.19 is released.

2011-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.17 is released.

2011-04-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: Fix description comment style.

2011-04-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: Use lexical binding.
	(ptexinfmt-broken-facility): Rename _dummy argument.
	(texinfo-enclosure-list, texinfo-alias-list): Add defvar stub for
	lexical binding.

2011-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.15 is released.

2011-02-21  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.11 is released.

2010-09-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el (texinfo-multitable-widths): Use `make-char' instead of
	KANJI literal.

2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el (texinfo-format-verb): Use `(delete-char -1)' instead of
	`(delete-backward-char 1)', for Emacs 24.

2009-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>

	* auth-ja.texi: New file.

	* Makefile.in: Add it.

2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>

	* infohack.el (infohack-texi-format): Use locale-coding-system for
	Emacs to encode Japanese messages.

2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>

	* infohack.el: Don't do a workaround reducing the number of split Info
	files if Info-split-threshold has been introduced in Emacs; adjust the
	number of split for old Emacsen.

2008-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.10 is released.

2008-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: Fix Comments.
	(texinfo-format-geq, texinfo-format-leq,): Support @geq and @leq.

2008-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.8 is released.

	* infohack.el: Make XEmacs reduce the number of split Info files as
	well.
	(infohack-texi-format): Bind coding-system-for-read to iso-2022-7bit
	for XEmacs.

2008-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Makefile.in (datarootdir): Define.
	(install): Quote directory name that might contain whitespace.

	* configure: Regenerate.

	* mkinstalldirs: Replace it with the 2006-05-11.19 version.

2007-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>

	* infohack.el: Reduce the number of split Info files.

2007-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el (texinfo-copying-text, texinfo-copying)
	(texinfo-insertcopying, texinfo-format-scan): Move from infohack.el.
	* infohack.el: Do; don't require backquote.

	* Makefile.in (.texi.dvi): Don't specify "-l ja" to texi2dvi.

2007-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: Support @fonttextsize, @textdegree.

2007-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el (ptexinfmt-broken-facility, ptexinfmt-defun-if-broken)
	(ptexinfmt-defun-if-void, ptexinfmt-defvar-if-void): Don't use
	old-style backquotes.
	(texinfo-format-cedilla-accent): Quote `,'.

2007-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>

	* infohack.el (infohack-texi-format): Revert.

2007-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.6 is released.

	* infohack.el (infohack-texi-format): Remove duplicate @node in
	included file.

2007-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>

	* README.ja: Add a translation of the README file of Gnus.

2006-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.5 is released.

2006-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Gnus-Doc-Ja: The version for No Gnus v0.4 is released.

2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>

	* TRANSLATION.ja, gnus-terms.ja: Remove.

2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>

	* README: New file.

2005-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>

	* emacs-mime-ja.texi, gnus-coding-ja.texi, gnus-ja.texi,
	message-ja.texi, pgg-ja.texi, sasl-ja.texi, sieve-ja.texi: Add
	@firstparagraphindent.

2005-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Makefile.in, configure.ac: Support making of PDF and PS files.

2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-faq-ja.texi: Fix translations.

2005-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>

	* sasl-ja.texi: Fix translations.

	* sieve-ja.texi: Fix translations.

	* gnus-news-ja.texi: Fix translations.

2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>

	* pgg-ja.texi: Fix translations.

2005-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>

	* emacs-mime-ja.texi: Fix translations.

2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>

	* message-ja.texi: Fix translations.

2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-ja.texi: Fix translations.

2005-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-coding-ja.texi: Translated.

2005-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-coding-ja.texi: New file.

	* Makefile.in: Add it.

2005-09-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: Support @frenchspacing, @euro, @sansserif.
	(texinfo-format-ordf): Fix typo.

2005-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>

	* sasl-ja.texi: Translated.

2005-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>

	* sieve-ja.texi: Translated.

	* gnus-faq-ja.texi: Translated.

2005-08-20  NAKAJI Hiroyuki  <nakaji@heimat.jp>

	* gnus-news-ja.texi: Translated.

2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>

	* emacs-mime-ja.texi: Translated.

2005-08-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>

	* pgg-ja.texi: Translated.

2005-08-15  NAKAJI Hiroyuki  <nakaji@heimat.jp>

	* README.ja: Add an email address for contact.

2005-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-ja.texi: Synch with the original.

2005-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>

	* message-ja.texi: Synch with the original.

2005-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-doc-ja: The project has started.

	We aim to translate all the Info manuals of Gnus into Japanese.
	Fortunately, we have the inheritance of the Semi-gnus project, of which
	Yoshiki Hayashi and Keisuke Mori made the Japanese manuals being
	specialized to Semi-gnus.  Don't forget Kazuyuki Ienaga who had
	translated the Gnus v5.0.15 manual into Japanese for the first time,
	and Keiichi Suzuki who used to have translated gnus-faq.texi.  Let's
	start translating, making full use of those fortunes.

	There were the following files in the CVS trunk initially:

	.cvsignore ChangeLog Makefile.in README.ja TRANSLATION.ja configure
	configure.ac doclicense.texi emacs-mime-ja.texi gnus-faq-ja.texi
	gnus-ja.texi gnus-news-ja.texi gnus-terms.ja infohack.el install-sh
	message-ja.texi mkinstalldirs pgg-ja.texi ptexinfmt.el sasl-ja.texi
	sieve-ja.texi


Local Variables:
fill-column: 79
End:
