home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR9 / TVTOOLS.ZIP / HISTORY.TXT < prev    next >
Text File  |  1993-05-28  |  3KB  |  116 lines

  1.                                 TVTOOLS
  2.                                 =======
  3.             
  4.      See ACTLIB history for changes in internal functions 
  5.      not related to TV interface.
  6.  
  7.  
  8. version 1.4:
  9. -----------
  10.  
  11.  - function dosShell()/appSystem():
  12.    Test if the current drive is valid before spawning process.
  13.    Return code indicating if any error.
  14.  
  15.  - TInputDate::valid():
  16.    Accepts also empty line.
  17.  
  18.  - function formatFloppy():
  19.    modifications (because change of function test_drive).
  20.  
  21.  
  22. version 1.3:
  23. -----------
  24.  
  25.  **  This version replace ACTLIB12.ZIP
  26.  **  ACTLIB does not contain Turbo-Vision stuff anymore,
  27.  **  it is included in this package
  28.  **  (All the libraries are merged into TVTOOLS.LIB
  29.  
  30.  - function formatFloppy() completely re-written
  31.  
  32.  
  33. version 1.2:
  34. -----------
  35.  
  36.  - New function dosShell(): spawn a new shell interpreter
  37.  
  38.  - New function existStatusBox(): Tests if a StatusBox is on the screen
  39.  
  40.  
  41.  
  42. version 1.1:
  43. -----------
  44.  
  45.  - change in the default for TInputInt/Long/Double
  46.    minimum default is now -MAXINT/LONG/DOUBLE in place of 0.
  47.  
  48.  - new object:
  49.  
  50.    TStaticTextf( const TRect& bounds, const char *fmt, ... )
  51.    TStaticTextf( const ushort x, const ushort y, const char *fmt, ... )
  52.      same as TStaticText but allows same syntax as printf()
  53.  
  54. -------------------------------------------------------------------------
  55.  
  56.                                 ACTLIB
  57.                                 ======
  58.  
  59. version 1.4:
  60. -----------
  61.  
  62.  - function test_drive (TOOLS.LIB) completely re-written.
  63.  
  64.  
  65. version 1.3:
  66. -----------
  67.                   
  68.  **  Turbo-Vision library TVTOOLS has been removed from this package.
  69.  **  It is now available as TVTOOL13.ZIP and includes ACTLIB13.ZIP
  70.  
  71.  
  72.  - macros 'nodebug()' in NODEBUG.H to disable debugging of a program
  73.  
  74.  - Bug correction in recursexp (REGEXP.C - STRINGS.LIB)
  75.    forgot some 'free'
  76.  
  77.  - Bug correction in str(n)comp (COMP.C/NCOMP.C - STRINGS.LIB)
  78.    UPPER was hard-coded (to a wrong value!)
  79.  
  80.  - Bug correction in vollabel (TOOLS.LIB)
  81.    suppress '.' from volume label
  82.  
  83.  - function is_drive_ready() replaced by test_drive()
  84.    to enhance functionalities
  85.    (added a macro 'is_drive_ready()' for compatibility)
  86.  
  87.  - change in fnreduce (TOOLS.LIB)
  88.    to increase compatibility with Microsoft.
  89.  
  90.  
  91. version 1.2:
  92. -----------
  93.  
  94.  - New function in TOOLS.LIB:  int far cpu_type( void );
  95.    returns cpu type (86, 186, 286, 386, 486)
  96.  
  97.  - CALC.LIB has been removed and replaced by function
  98.    strcalc() in STRINGS.LIB
  99.  
  100.  - Bug correction in filencopy (TOOLS.LIB)
  101.  
  102.  
  103.  
  104. version 1.1:
  105. -----------
  106.  
  107.  A lot of bug corrections and modifications to increase compatibility
  108.  (mainly with Microsoft 7.0).
  109.  
  110.  Only changes in the interface/behaviour will be listed:
  111.  
  112.  - change of return code in getsetup() in SETUP.C (TOOLS.LIB)
  113.  
  114.  - adding a boolean format (%b) and a new string format (%S)
  115.    in getsetup() in SETUP.C (TOOLS.LIB)
  116.