home *** CD-ROM | disk | FTP | other *** search
- Version 2.2
- -----------
- 1. Add net list capability to eedraw. The net list generated can not
- destinguish BUS connections and list all of them (How other similar
- tools handle that!?).
- 2. Enlarged the capacity of the library so bigger items may be defined.
- If you tried to define a part and eedraw said 'too big...', try again.
-
- Version 2.1
- -----------
- 1. Fix a minor bug when attempt is made to use one of the save routine
- where no active window exists.
- 2. Added LoadLibByName and ChDirLibraries functions in the lib menu.
- Enable loading libraries from a different directory than the current
- one. A new variable LibrariesPath has been added to eedraw.cfg and
- which specifies the default eedraw lib directory (can be changed using
- ChDirLibraries function).
-
- Version 2.0
- -----------
- 1. A radical user interface change. A new window based tool kit has been
- developed (under msdos not MS windows) and was used in eedraw for the
- following:
- a. MULTI WINDOWS which implies multiple files may be manipulated
- simultaneously.
- b. Input devices may be keyboard/mouse/joystick in any combination.
- c. Display devices can virtually be any device supporting the BGI
- protocol.
- d. On line help.
- e. Back saving into expanded memory or (ram) disk file.
- f. Colors are now user setable.
- This tool kit completely isolates the EEdraw program from Borland's
- graphics. Porting this program to a new environment means developing a
- similar tool kit. Users of EEdraw 1.0 should very easily adopt to this
- environment as the program structure is very much the same.
-
- Version 1.2
- -----------
- 1. Fix minor bug in 'Continue' window displayed after vertical data having
- wrong width.
- 2. Allow scaled text (up to factor of 7) using SetTextSize entry in the
- status pull down menu.
- 3. All graphics calls have been moved to IGraph.c to isolate this device
- dependency in one file. graphics.h is still sources by other file as they
- use its constants (CENTERing text, colors etc.).
-
- Version 1.1
- -----------
-
- 1. Support has been added to CGA devices on the one hand and Super VGA on
- the other. Hook for ATT device has been added as well but not tested.
- The BGI drivers are not linked in and loaded by demand. This freed about
- 20k.
- 2. Cursor is positioned in the query, so if for example a Yes/No query pops
- up, the cursor will be positioned on the Yes.
- The Yes/No query now accept Y/N keystrokes.
-