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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
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-09-13 Lars Hellstr\"om <lars_h@users.sourceforge.net>
docstrip::util version is now 1.3.
* New docstrip::util feature:
In-file catalogue of file contents,
which can be used to create pkgIndex.tcl
entries or .tm files.
* Improved documentation of existing
docstrip::util commands.
* Changed docstrip::util::thefile to strip
away a final newline.
* Fixed bug #3036841.
2009-12-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.12 ========================
*
2009-01-28 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* tcldocstrip.dtx: Moved a number of documentation cleanup changes
* docstrip.man: into the master DTX file, and added category
* docstrip_util.man: information.
2008-12-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.11.1 ========================
*
2008-10-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.11 ========================
*
2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.10 ========================
*
2007-03-28 Andreas Kupries <andreask@activestate.com>
* apps/tcldocstrip: Added a block of meta data.
2006-10-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.9 ========================
*
2006-09-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* tcldocstrip.dtx: Modified the setup of the testsuite to match
the other modules and packages in tcllib. The testsuite
especially now handles execution in a too old a Tcl core
properly.
* docstrip.test: Regenerated.
* docstrip_util.test: Regenerated.
2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.8 ========================
*
2005-10-04 Andreas Kupries <andreask@activestate.com>
* tcldocstrip.dtx: Applied changes made by Lars to fix
* tcldocstrip.ins: a number of bugs he found. I am doing
* tcldocstrip.stitch: it in his stead as he currently has
trouble with the SF CVS. Also fixed a syntax error in the
documentation.
* Regenerated the other files. One new file,
"docstrip_util.test". All tests pass, regular and from within
the test harness.
2005-09-26 Andreas Kupries <andreask@activestate.com>
* tcldocstrip.dtx: Fixed the testsuite bug regarding access to
files in the module under test.
* docstrip.test: Regenerated.
2005-08-30 Andreas Kupries <andreask@activestate.com>
* tcldocstrip.dtx:
* docstrip_util.man: Fixed formatting problem in manpage. (Added a
missing closing bracket, and removed bad splitting across lines).
* Added entry for a large commit done by Lars to the ChangeLog, on
behalf on Lars. See entry immediately below.
2005-08-28 Lars Hellstroem
* New docstrip::util commands: guards, thefile, patch, and
import_unidiff. New -annotate option of docstrip::extract (used
by docstrip::util::patch). patch and import_unidiff still lack
.man documentation. The docstrip::util package still lacks
tests.
2005-02-14 Andreas Kupries <andreask@activestate.com>
* docstrip: New module, by Lars Hellstroem, to support literate programming.
|