head	1.1;
access;
symbols
	tcllib-1-13:1.1;
locks; strict;
comment	@# @;


1.1
date	2010.06.10.21.17.58;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.1
log
@
	* 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:
@
text
@#!/bin/bash

cd figures
tclsh8.5 ../../../apps/dia show *.dia
exit
@
