head	1.12;
access;
symbols
	tcllib-1-13:1.12
	tcllib-1-12:1.9
	tklib-0-5:1.9
	tcllib-1-11-1:1.9
	tcllib-1-11:1.9;
locks; strict;
comment	@# @;


1.12
date	2010.06.16.16.41.16;	author andreas_kupries;	state Exp;
branches;
next	1.11;

1.11
date	2010.06.11.19.27.28;	author andreas_kupries;	state Exp;
branches;
next	1.10;

1.10
date	2010.06.08.21.18.09;	author andreas_kupries;	state Exp;
branches;
next	1.9;

1.9
date	2004.05.17.07.24.41;	author andreas_kupries;	state Exp;
branches;
next	1.8;

1.8
date	2003.11.23.03.28.32;	author andreas_kupries;	state Exp;
branches;
next	1.7;

1.7
date	2003.05.14.05.04.33;	author andreas_kupries;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.29.10.03.49;	author andreas_kupries;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.25.18.12.44;	author andreas_kupries;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.24.22.26.41;	author andreas_kupries;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.13.22.50.48;	author andreas_kupries;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.12.05.49.34;	author andreas_kupries;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.12.05.18.54;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.12
log
@
	* lib/dtglue/dtglue.tcl (::dtglue::getmeta): Force all data on a
	  single line. The code processing the data later are line-based.
@
text
@2010-06-16  Andreas Kupries  <andreask@@activestate.com>

	* lib/dtglue/dtglue.tcl (::dtglue::getmeta): Force all data on a
	  single line. The code processing the data later are line-based.

2010-06-11  Andreas Kupries  <andreask@@activestate.com>

	* lib/meta/meta.tcl (::meta::2xref): Added the page title to the
	  list of things we can reference to in term's etc. dtplite had
	  this for quite some time, the big brother should have it as
	  well.

2010-06-08  Andreas Kupries  <andreask@@activestate.com>

	* lib/dtglue/dtglue.tcl (::dtglue::cvtfiles): Updated to accept
	* lib/app-gen-doc/gen_doc.tcl (::app-gen-doc::run): an image map
	  for use by the new 'image' markup command of doctools.

2004-05-17  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* main.tcl: Implemented [SF Tcllib RFE 744109]. I.e. now diverting
	  the user directly to the help intro message when calling dtp
	  without arguments.

	* lib/app-help/help.tcl (::app-help::run): Added formats 'text'
	  and 'wiki' to the list. Mentioned in [SF Tcllib RFE 744109].

2003-11-20  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* lib/tools/tools.tcl: Changed to understand the option '-out'.
	* lib/app-toc/toc.tcl: The pre-existing option -out for 'meta'
	* lib/app-map/map.tcl: was renamed to '-outdir'. Now when -out
	* lib/app-idx/idx.tcl: is present for these sub-commands output
	* lib/app-script/script.tcl: is written to the file specified
	* lib/app-copyright/copyright.tcl: through the option instead of
	* lib/app-subst/subst.tcl: stdout.
	* lib/app-navbar/navbar.tcl:
	* lib/app-meta/meta.tcl:
	* lib/app-doc/doc.tcl:
	* lib/app-changelog/changelog.tcl:

2003-05-13  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* lib/app-assemble/assemble.tcl (help text): Fixed two spelling
	  errors. [SF Tcllib Bug 737171].

2003-03-29  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* WRAPPING.txt: Added a description of the new one-step process
	  for assembly + wrap.

	* lib/tools/sync.tcl: 
	* lib/app-assemble/assemble.tcl: Added wrapping of the assembled
	  directory hierarchy to the code. The synchronization engine to
	  do this can be found in 'sync.tcl' and was lifted from 'sdx'.

	* lib/app-changelog/changelog.tcl: New package /
	  subcommand. Parsing of changelogs and conversion into a doctools
	  document for integration into other documentation.

2003-03-28  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* lib/app-doc/doc.tcl: New package / subcommand. Command added to
	  aid in the quick conversion of a single file without having to
	  jump through all the hoops required for the batch processing of
	  large sets.

2003-03-25  Andreas Kupries  <andreask@@activestate.com>

	* lib/app-help/help.tcl (app-help::run): Extended the range
	  covered by catch.

2003-03-24  Andreas Kupries  <andreask@@activestate.com>

	* lib/app-help/help.tcl (app-help::run): Catching errors
	  generating when trying to cache a new file in the
	  starkit/pack. Application ight be set read-only instead of
	  transparent.

2003-03-13  Andreas Kupries  <andreask@@activestate.com>

	* WRAPPING.txt: Clarified that an installed tcllib cannot be used.

	* README.txt: Extended a bit to explain the application.

	* lib/app-assemble/assemble.tcl: Made assemble more robust when
	  used with unuseable versions of tcllib.

2003-03-11  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* lib/app-assemble/assemble.tcl: Added the subcommand 'assemble'
	* lib/app-assemble/pkgIndex.tcl: described in 'WRAPPING.txt'.

	* Initial import of the doctools processor.
@


1.11
log
@
	* lib/meta/meta.tcl (::meta::2xref): Added the page title to the
	  list of things we can reference to in term's etc. dtplite had
	  this for quite some time, the big brother should have it as
	  well.
@
text
@d1 5
@


1.10
log
@
	* lib/dtglue/dtglue.tcl (::dtglue::cvtfiles): Updated to accept
	* lib/app-gen-doc/gen_doc.tcl (::app-gen-doc::run): an image map
	  for use by the new 'image' markup command of doctools.
@
text
@d1 7
@


1.9
log
@SF Tcllib RFE 744109. Implemented. Easier access to help.

Import changeset
@
text
@d1 6
@


1.8
log
@
	* lib/tools/tools.tcl: Changed to understand the option '-out'.
	* lib/app-toc/toc.tcl: The pre-existing option -out for 'meta'
	* lib/app-map/map.tcl: was renamed to '-outdir'. Now when -out
	* lib/app-idx/idx.tcl: is present for these sub-commands output
	* lib/app-script/script.tcl: is written to the file specified
	* lib/app-copyright/copyright.tcl: through the option instead of
	* lib/app-subst/subst.tcl: stdout.
	* lib/app-navbar/navbar.tcl:
	* lib/app-meta/meta.tcl:
	* lib/app-doc/doc.tcl:
	* lib/app-changelog/changelog.tcl:
@
text
@d1 9
d27 1
a27 1
	  errors. SF Tcllib Bug [737171].
@


1.7
log
@
	* lib/app-assemble/assemble.tcl (help text): Fixed two spelling
	  errors. SF Tcllib Bug [737171].
@
text
@d1 14
@


1.6
log
@
	* WRAPPING.txt: Added a description of the new one-step process
	  for assembly + wrap.

	* lib/tools/sync.tcl:
	* lib/app-assemble/assemble.tcl: Added wrapping of the assembled
	  directory hierarchy to the code. The synchronization engine to
	  do this can be found in 'sync.tcl' and was lifted from 'sdx'.

	* lib/app-changelog/changelog.tcl: New package /
	  subcommand. Parsing of changelogs and conversion into a doctools
	  document for integration into other documentation.
@
text
@d1 5
@


1.5
log
@
	* lib/app-help/help.tcl (app-help::run): Extended the range
	  covered by catch.
@
text
@d1 21
@


1.4
log
@
	* lib/app-help/help.tcl (app-help::run): Catching errors
	  generating when trying to cache a new file in the
	  starkit/pack. Application ight be set read-only instead of
	  transparent.
@
text
@d1 5
@


1.3
log
@
	* WRAPPING.txt: Clarified that an installed tcllib cannot be used.

	* README.txt: Extended a bit to explain the application.

	* lib/app-assemble/assemble.tcl: Made assemble more robust when
	  used with unuseable versions of tcllib.
@
text
@d1 7
@


1.2
log
@
	* lib/app-assemble/assemble.tcl: Added the subcommand 'assemble'
	* lib/app-assemble/pkgIndex.tcl: described in 'WRAPPING.txt'.
@
text
@d1 9
@


1.1
log
@
	* Initial import of the doctools processor.
@
text
@d3 3
@

