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
|
2013-03-25 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.6 ========================
*
2012-10-05 Andreas Kupries <andreask@activestate.com>
* basic.tcl: Modified minimum line-width to 0 (zero).
* pkgIndex.tcl: This enables things like hidden boxes.
Version bumped to 1.0.1 (Considered a bugfix).
2010-09-30 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* application.tcl: Extended the GUI, use a notebook to allow
* pkgIndex.tcl: the display of both diagram and its code. Bumped
version to 1.2.
2010-08-26 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* application.tcl: Extended with option '-t' when trusting the input,
* pkgIndex.tcl: using a simple slave interp, instead of a safe
one. Further extended with a bility to load canvas::* packages
as formatting backends. Bumped version to 1.1.
2010-06-09 Andreas Kupries <andreask@activestate.com>
* ChangeLog: New files. Complete reworking of the diagram
* application.tcl: system, whole new code base. Note that
* attributes.tcl: this requires Tcl 8.5 or higher.
* basic.tcl: Version 1.
* core.tcl:
* diagram.man:
* diagram.tcl:
* direction.tcl:
* element.tcl:
* navigation.tcl:
* pkgIndex.tcl:
* point.tcl:
* include: Documentation text blocks.
* figures: Figures for the documentation, examples.
* ../../apps/dia:
* ../../apps/dia.man:
* draw_diagram.tcl: Removed.
* draw_diagram.man:
2009-02-14 Arjen Markus <arjenmarkus@users.sourceforge.net>
* added missing directions in dirinfo array
* corrected anchor coordinate for drums
* solved a bug in the handling of the current position
(currentpos set last item)
* added documentation of "bracket" (and exporting the procedure)
2009-01-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.5 ========================
*
2006-11-19 Arjen Markus <arjenmarkus@users.sourceforge.net>
* added missing "package provide" statement
* corrected mistake in plaintext, for text with given width/height
* corrected handling of lines
2006-07-07 Arjen Markus <arjenmarkus@users.sourceforge.net>
* initial checkin of the Diagrams package
* fixed several outstanding bugs
* started with documentation
* New module 'diagrams', by Arjen Markus.
|