1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
2013-02-01 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.15 ========================
*
2011-12-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.14 ========================
*
2011-01-24 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.13 ========================
*
2010-11-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* export_doctoc.man: Added headers to properly mark files as manpages
* export_html.man: even if not containing having manpage_begin, and
* export_json.man: vice versa, preventing recognition of subordinate
* export_nroff.man: include files as manpages.
* export_text.man:
* export_wiki.man:
* import_doctoc.man:
* import_json.man:
* include/export/plugin.inc:
* include/import/plugin.inc:
* include/msgcat.inc:
* msgcat_c.man:
* msgcat_de.man:
* msgcat_en.man:
* msgcat_fr.man:
2009-12-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.12 ========================
*
2009-11-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* container.test: Fixed up typos in comments referring to keyword
* export.tcl: indices, while the packages are all about tables of
* export_doctoc.tcl: contents. Unchanged functionality, version
* export_doctoc.test: left unchanged.
* export_html.tcl:
* export_html.test:
* export_json.tcl:
* export_json.test:
* export_nroff.tcl:
* export_nroff.test:
* export_text.tcl:
* export_text.test:
* export_wiki.tcl:
* export_wiki.test:
* import.tcl:
* import_doctoc.tcl:
* import_json.tcl:
* include/export/config/doctoc.inc:
* include/export/config/html.inc:
* include/export/config/nroff.inc:
* include/export/plugin.inc:
* include/import/plugin.inc:
* parse.tcl:
* tests/container:
* tests/export:
* tests/import:
2009-08-07 Andreas Kupries <andreask@activestate.com>
* export_doctoc.tcl: Added missing '@mdgen NODEP' hints for the
* export_html.tcl: pseudo-packages 'doctools::toc::export::plugin'
* export_json.tcl: and 'doctools::toc::import::plugin' to keep them
* export_nroff.tcl: out of the requirements listed in the meta data.
* export_text.tcl:
* export_wiki.tcl:
* import_doctoc.tcl:
* import_json.tcl:
2009-04-27 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* container.test: Updated the nroff export plugin and related files
* export.test: to new name of the nroff man.macros package. Bumped
* export_nroff.tcl: to version 0.2.
* export_nroff.test:
* pkgIndex.tcl:
* include/dependencies.inc:
* include/export/format/nroff.inc:
* include/export/plugin.inc: Made version info configurable
* export_docidx.tcl: Version 0.1, unchanged
* export_json.tcl: Version 0.1, unchanged
* export_html.tcl: Version 0.1, unchanged
* export_text.tcl: Version 0.1, unchanged
* export_wiki.tcl: Version 0.1, unchanged
* export_nroff.tcl: Bumped version to 0.2.
2009-04-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* Doctools version 2, processing tables of contents.
|