Mon, 28 Aug 2000 13:36:56 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.7.4
	* fix a dangerous remove_tmpfiles calling bug.
	  used a patch from Evgeny Stambulchik. Thanks!

Sat,  5 Aug 2000 19:33:34 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.7.3
	* work-around to avoid the problem between url.sty and
	  jlatex (lib/dist/fmt_latex2e.pl).

Sat,  5 Aug 2000 17:58:12 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.7.2
	* revert to use \url{} for <url> in latex output
	  (lib/dist/linuxdoc-tools/latex2e/{mapping,tr-mapping}).
	* start to use \urldef in order to avoid the problem
	  with the not-usable characters and the inside arguments
	  (lib/dist/fmt_latex2e.pl).
	* added translation for tilde, circ, and dot for ascii
	  (entity-map/sdata/ISOdia.2ab).

Thu,  3 Aug 2000 13:10:14 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.7.1
	* udpate the VERSION (thanks to those who pointed out that
          the VERSION file shows 0.6.5 for 0.7.0 release).
        * update manpages (linuxdoc.1, sgml2latex.1)
	* modify fmt_latex2e.pl based on the patch from 
	  CHOI Junho <cjh@kr.FreeBSD.org> in order to make enable
          the usage of other latex command such as hlatexp or platex.
	* Added ko support (-l ko / -c euc-kr) with the patch from
	  CHOI Junho <cjh@kr.FreeBSD.org>.  Thanks to him!
	* fix the typo in man/sgml2latex.1 and remove the work-around
          for that typo from Makefile.in.
	* fix a problem in html ouput for single colum tables.
	  Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il>
	  sent me the patch for this.  Thanks!
	* catalog file is moved from lib/dtd into lib/, so remove
          the work-around from Makefile.in and other related file.
	  Thanks to Evgeny Stambulchik to let me know this problem.

Sun,  9 Jul 2000 18:54:18 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.7.0
	* modify LinuxDocTools.pm to use tr-mapping for groff or
	  latex2e output, even if "-c nippon" is not specified. 
	  Thanks to CHOI Junho <cjh@kr.FreeBSD.org> for his report.
	  I finally found that this is the cause of his problem.

Sun,  9 Jul 2000 18:04:05 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.9
	* more fix on fmt_latex2e.pl not to get the temporary dir
	  name into the resulted ps file when "-o ps" is specified
	  with sgml2latex.

Sun,  9 Jul 2000 16:56:26 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.8
	* more fix on latex2e/{mapping,tr-mapping} and fmt_latex2e.pl
	  to correctly handle jlatex/dvi2ps limitation when -c nippon
	  is specified. 

Sun,  9 Jul 2000 16:04:34 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.7
	* update the description in debian/control.

Sun,  9 Jul 2000 15:47:15 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.6
	* fix on latex2e/tr-mapping to use linuxdoctr-sgml.sty
	  (Thanks to CHOI Junho <cjh@kr.FreeBSD.org> for his report)

Sat,  1 Jul 2000 11:28:27 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.5
	* more and more fix on groff/{mapping,tr-mapping} to restrain
	  some irerevant error messages from groff.

Fri, 30 Jun 2000 08:39:44 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.4
	* more fix on groff/{mapping,tr-mapping} to reset the level
	  of indent in text output correctly for nested itemize list.

Thu, 29 Jun 2000 09:47:33 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.3
	* lib/dist/linuxdoc-tools/groff/{mapping,tr-mapping} is fixed
	  to indent text output correctly for nested itemize list.

Thu, 29 Jun 2000 09:14:34 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.2
	* Html2Html.pm is fixed in order not to halt when the input 
	  is really small one without any sections.

Wed, 28 Jun 2000 23:09:10 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.1
	* Html2Html.pm is fixed to use the correct name for the 
	  temporary contents file and keep that file when the debug
	  switch is enabled.  fmt_html.pl is also udpated to give 
	  the required value to Html2Html.pm.

Wed, 28 Jun 2000 09:11:07 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.6.0
	* Add "-T" option to sgml2html (linuxdoc -B html) to control
	  the level of toc generation independent with the level of
	  file splitting. You can use "sgml2html -s 0 -T 2" (or
	  "linuxdoc -B html -s 0 -t 2") to generate single html
	  output file with the toc for sections and subsections.
	* Update doc/guide.sgml and doc/guide.txt to match the release
	  of 0.6.0.

Fri, 19 Jun 2000 21:13:59 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.5.0
	* Bugs in configure.in (thus configure), Makefile.in and 
	  LinuxDocTools.pm are fixed.
	* Modify asp mapping file for latex output in order to use
	  img element for pdf. This eliminates the necessity to use
	  the conditional syntax. An eps element is only used for EPS
	  EPS graphics in tex/dvi/PS outputs, and an img element is
	  used for PNG/JPG graphics on HTML/PDF outputs.
	  (lib/dist/linuxdoc-tools/latex2e/mapping)
	* Add some explanations of elements for tables and graphics
	  on doc/example.sgml. Also update on doc/guide.sgml and
	  doc/guide.txt to match the 0.4.0 release.
	* Update README on TOPDIR to brush up on my English grammar
	  (Thanks to David Lawyer). And merge the contents of 
	  README.pdf from Juan Jose Amor Iglesias in order to avoid
	  the confusion.

Sat, 20 May 2000 14:29:52 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.4.0
	* more fix on LinuxDocTools.pm: found the keywords selected
	  for previous version is not so adequate. So they are changed
	  to just add "pdflatex=yes" when "-o pdf" is specified with
	  sgml2latex. The example to use graphics in html/dvi/ps/pdf
	  will be added to doc/example.sgml and/or doc/guide.sgml,
	  maybe later.

Sat, 20 May 2000 10:05:01 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.3.9
	* more fix fmt_latex2e.pl to enable the use of graphics
	  for dvi, ps, pdf output in latex format. Previous version
	  can not handle if "height=" and "angle=" attribute is
	  specified, or extra space exists in the beggining of
	  the line.
	* fix LinuxDocTools.pm to enable the automatic adding
	  the definition setting for sgmlpre command.
	  This is required because pdfTeX does not support eps
	  graphic file. You should use conditional syntax to use
	  the graphics for all of dvi, ps, and pdf.

Fri, 19 May 2000 18:26:17 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.3.8
	* fix fmt_latex2e.pl to enable the use of graphics
	  for dvi, ps, pdf output in latex format.

Fri, 19 May 2000 15:49:33 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.3.7
	* fix a bug in handling the global option "--backend / -B"
	  I found "-b" is used at sgml2latex, so the short option
	  name has been changed. And the short option name for
	  "--blanks" in sgml2txt is revered to "-b".
	* Apply the pdf patch written by Juan Jose Amor Iglesias,
	  which was downloaded from:
	  <http://slug.hispalinux.es/~jjamor/linuxdoc-sgml/>
	  Juan said his patch is GPL, so we can use it safely.

Wed, 17 May 2000 14:54:02 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.3.6
	* fix a bug which prevents sgmlcheck working.
	* change the argument for option -b (--backend)
	  from "sgmlcheck" to "check". This works as sgmlcheck.

Wed, 17 May 2000 09:10:41 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.3.5
	* update the manpage of linuxdoc(1), adding the description
	  of the new option "--backend / -b".

Wed, 17 May 2000 08:33:57 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.3.4
	* apply the fix for latex convertion, related to CA in
	  tabular elements. "to use '|' to denote a vertical line
	  separating columns". Thanks to Evgeny Stambulchik, he
	  posted this fix on sgml-tools list.

Wed, 17 May 2000 08:16:30 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.3.3
	* some bug-fixes for new option "--backend / -b" and
	  message output for usage.

Wed, 17 May 2000 07:15:50 +0900 Taketoshi Sano  <sano@debian.org>

	* ver 0.3.2
	* revert the command names. now sgml2* and sgmlcheck is 
	  the same as sgml-tools 1.0.9 for users compatibility.
	* /usr/bin/sgmltools is now called /usr/bin/linuxdoc
	* /usr/bin/linuxdoc have a new option "--backend / -b"
	  so an option "-b" for sgml2txt is changed as "-B".

Sun, 14 May 2000 01:42:00 +0900 Taketoshi Sano  <sano@debian.org>

	* doc/guide.sgml : update for the command name change.
	* Command names are changed from sgml2* to ld2*,
	  sgmlcheck is now called ld-check, and sgmltools are
	  renamed to ld-tools.
	* Update documents (README, INSTALL, etc). Old documents
	  are preserved in old-doc subdirectory.
	* Created the branch based on sgml-tools 1.0.9, with
	  the modification in most recent Debian package.
	  Please refer old-docs/CHANGES.Debian and old-docs/CHANGES.109j
	  for the details of these modification.


	


