File: ChangeLog

package info (click to toggle)
tcllib 1.12-dfsg-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 25,336 kB
  • ctags: 7,235
  • sloc: tcl: 126,727; ansic: 10,090; sh: 9,855; xml: 1,766; yacc: 753; makefile: 127; perl: 84; f90: 84; pascal: 74; python: 33; ruby: 13; php: 11
file content (67 lines) | stat: -rw-r--r-- 2,196 bytes parent folder | download
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
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 refering 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.