home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / targz12d.zip / TarGzipPm / history.epm next >
Text File  |  1998-10-02  |  4KB  |  123 lines

  1. History  
  2.  
  3. v 1.0 First Beta Release
  4.  
  5. Makes tar.gz files and unarchives them, all code in Rexx but it runs
  6. under OS/2 with Object Rexx as the default interpreter.
  7.  
  8. V.101
  9.  
  10. Added the ability to Create Dir to unarchive in
  11.  
  12. Tided some code up, new windows etc
  13.  
  14. added more error checking...
  15.  
  16.  
  17. V 102D, 1998-08-17 12:52:43  
  18.  
  19. the unarchive button no longer works if no files are "open"
  20.  
  21. The create dialog also looks to see if the new Directory is unique, if not
  22. it will tell you and disable the accept button
  23.  
  24. Changed Some of the Dialogs, made most a bit smaller
  25.  
  26. V1.02F TarGz-Pm V1.02F.     1998-08-17 14:49:21   
  27.  
  28.  
  29. Lots of changes Here.      With help from Chris at OS/2 Software
  30.                                     at OS2software@yoursite.co.uk
  31.                                     who have developed the AWE Advanced  Web Writer
  32.  
  33.  
  34. Main Dialog Much improved (thanks Chris)
  35. Output to List after Archiving and Unarchiving
  36.  
  37.  
  38. V103.
  39.  
  40.       Prog now takes Tar gziped files with the extension *.tgz  
  41.  
  42. V104
  43.  
  44.    Some minor adjustment....
  45.  
  46. V 107A
  47.  
  48. 1998-08-15 13:41:31  I have now coded it so that it uses its own temp dir
  49.                            (This is a must requirement for listing of files)
  50.                             Reduced some coding by Adding a Global procedures for
  51.                            Untaring........
  52.  
  53.                      
  54. V 107F      
  55. 1998-08-20 16:36:31  
  56.                         Corrected error where Tempt.tar was not being deleted from the 
  57.                         temp dir or the directory being unarchived into.... This led 
  58.                         to the program freeze as gzip wanted confirmation being 
  59.                         overwriting the old file
  60.  
  61.                         Corrected error when Double clicking on directories, which making 
  62.                         new files AcceptDirs not found
  63.  
  64.                         The main unzip caller is now used in all instances, instead of 
  65.                         having the code in two places 
  66.  
  67.                         Corrected the error with the unarchive Button where it seemed 
  68.                         enabled before a file was opened, then became disabled on click
  69.  
  70.  V 107G
  71. 1998-08-21 23:33:43
  72.  
  73.                      Sorry, when I re-coded for 107D, made a mistake which meant the drag 
  74.                      and drop, point and click did not work any more, this is now fixed
  75.  
  76. V 108
  77.  
  78.                   Minor change, but important, the Gzip phase now uses the --qdf options, 
  79.                   which means that if Tempt.tar is in the temp dir it will not freeze the 
  80.                   prog
  81.  
  82.                   The report back to the main Combo Box now gives the names of the files  
  83.                   unarchived?
  84.  
  85.  
  86. V 109
  87.  
  88.                More work on the Directory listings, when you double click on a directory 
  89.                it will take you down one level at a time, if the directory is empty click 
  90.                the upDirButton to take you back to root.
  91.       
  92.                If the user places a '\' at the end of the new dir to create, The program 
  93.                will take it off... I would have preferred a way to disable certain Key in 
  94.                this Dialog instead, working on it.... I also decided this version might me
  95.                Stable enough for general Release..... ie Hobbes
  96.  
  97. V1.2        Lots of changes here 
  98.  
  99.  
  100. Inifile     Now uses an ini file to get temp directories and information such as editors 
  101.             etc
  102.  
  103. Code     Lots of code changes, some reduction etc.... eg change dir is now one routine 
  104.             which different parts of the program can call to.
  105.  
  106.  
  107. View     Can now view files prior to unpacking?
  108.  
  109. RC       Better Return codes in case of errors
  110.  
  111.  
  112. 1.2     1998-10-02 15:01:38  
  113.            Repack  The exe file has been repacked with REPACK.EXE
  114.            Temp dir will now be deleted on exit.
  115.  
  116.             Association, you can now double click on the list box to open the
  117.             file via association....
  118.  
  119.             Now opens *.tar, *.tgz, *.tar.gz and *.Z files
  120.  
  121.             Automatically lists/test new files created
  122.           
  123.