12010-08-26  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
2
3	* application.tcl: Extended with option '-t' when trusting the input,
4	* pkgIndex.tcl: using a simple slave interp, instead of a safe
5	  one. Further extended with a bility to load canvas::* packages
6	  as formatting backends. Bumped version to 1.1.
7
82010-06-09  Andreas Kupries  <andreask@activestate.com>
9
10	* ChangeLog: New files. Complete reworking of the diagram
11	* application.tcl: system, whole new code base. Note that
12	* attributes.tcl: this requires Tcl 8.5 or higher.
13	* basic.tcl: Version 1.
14	* core.tcl:
15	* diagram.man:
16	* diagram.tcl:
17	* direction.tcl:
18	* element.tcl:
19	* navigation.tcl:
20	* pkgIndex.tcl:
21	* point.tcl:
22	* include: Documentation text blocks.
23	* figures: Figures for the documentation, examples.
24	* ../../apps/dia:
25	* ../../apps/dia.man:
26
27	* draw_diagram.tcl: Removed.
28	* draw_diagram.man:
29
302009-02-14  Arjen Markus  <arjenmarkus@users.sourceforge.net>
31
32        * added missing directions in dirinfo array
33        * corrected anchor coordinate for drums
34        * solved a bug in the handling of the current position
35          (currentpos set last item)
36        * added documentation of "bracket" (and exporting the procedure)
37
382009-01-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
39
40	*
41	* Released and tagged Tklib 0.5 ========================
42	*
43
442006-11-19 Arjen Markus  <arjenmarkus@users.sourceforge.net>
45
46        * added missing "package provide" statement
47        * corrected mistake in plaintext, for text with given width/height
48        * corrected handling of lines
49
502006-07-07 Arjen Markus  <arjenmarkus@users.sourceforge.net>
51
52        * initial checkin of the Diagrams package
53        * fixed several outstanding bugs
54        * started with documentation
55
56	* New module 'diagrams', by Arjen Markus.
57