home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / UTILS / ARJOP141.ZIP / HISTORY.DOC < prev   
Text File  |  1992-05-20  |  4KB  |  95 lines

  1.  
  2. HISTORY.DOC for ARJOPT
  3.  
  4. 05/20/92   Version 1.41A - Added harderror_handler() to deal with drive
  5.            access problems with greater "friendliness" than DOS - modified
  6.            execute() and duplicate() to support this.
  7.  
  8. 05/08/92   Version 1.41 - Rewrote main(), execute() and duplicate() to
  9.            support re-entering ARJOPT with the same parameters upon
  10.            completion of command execution. Added pause() to duplicate()
  11.            to allow user to view what occurred. Only way to exit now is
  12.            with ESC or Quit command. This not only allows user to view
  13.            changes, but to "chain" processes without having to re-load.
  14.            Modified the exit messages to reflect this change.
  15.  
  16. 05/07/92   Version 1.40 - Replaced WILDARGS.OBJ with GLOBBER.C. This
  17.            allows more flexible wildcard usage and provides for growth
  18.            in the future. Altered main(), start(), get_files() and
  19.            usage_display() to accommodate. Added parse(). Based GLOBBER.C
  20.            on work by John Kercheval.
  21.  
  22.            Usage screen now summoned by "-h" or "-?" instead of default.
  23.  
  24.            Default changed to all files ("*").
  25.            
  26.            Added pause() to provide a break in multi-file list commands.
  27.  
  28.            Added source code package to the distribution.
  29.  
  30. 05/03/92   Version 1.31 - Cleaned up source code in general.
  31.            Pulled some items from ARJOPT.C into ARJOPT.H for clearer
  32.            code.
  33.  
  34.            Rewrote duplicate() to copy original files date and time to
  35.            the new file in the move and copy commands.
  36.  
  37. 04/11/92   Version 1.30 - Removed all license and registration fees
  38.            for ARJOPT. Copyright is maintained, but it is now FREEWARE.
  39.  
  40.            Added target directory available space checking to the copy
  41.            and move commands. Failure to copy a file in move will abort
  42.            the delete phase.
  43.  
  44.            Added "rename" for copying within the same drive - much faster.
  45.  
  46.            Added information message to user in the move and delete
  47.            commands should the delete fail - Read-Only file and a few other 
  48.            categories.
  49.  
  50. 02/22/92   Version 1.20 - increased the size of the Copy buffer to get
  51.            better speed out of this function
  52.  
  53.            Added "Build_SFX" to the Add menu for building self-extracting
  54.            archives - for those sending to others without ARJ.EXE.
  55.  
  56. 10/06/91   Version 1.10 - finished "internationalization" of ARJOPT
  57.            and made minor adjustments to error exiting and array size
  58.            parameters.
  59.  
  60.            Added "auto-sensing" of extended screen (VGA and EGA) text
  61.            modes. These modes will be used by ARJOPT if set as default
  62.            upon loading.
  63.  
  64.            Ported entire project to Borland C++ to allow use of
  65.            the country() function for uppercasing non-English
  66.            characters. This looses the alphabetizing from wildcard
  67.            expansion in Microsoft C. Compensation added by modifying
  68.            first letter search to advance to NEXT match instead of first
  69.            match. Uppercasing model provided by Robert Jung.
  70.  
  71.            Modified the video mode settings to work with emulator
  72.            windows, like VPIX under *NIX and OS2's compatibility window.
  73.            Discovered and tested by Zbig Tyrlik.
  74.  
  75. 10/01/91   Version 1.02 - fixed a bug that caused Extract, Xtract and
  76.            List to fail in version 1.01.
  77.  
  78. 10/01/91   Version 1.01 - fixed a bug that caused improper directory
  79.            display if two sub-directories existed within a directory
  80.            in back-to-back alphabetical order or the last entry in
  81.            a directory was a sub-directory.
  82.  
  83. 9/29/91    Version 1.00 - finished and released
  84.  
  85. 9/27/91    Version 3 beta - add several "rollover" cursor movements to
  86.            the select window and cleaned up execute().
  87.  
  88. 9/26/91    Version 2 beta - Robert Jung added a fast letter select
  89.            feature to command menu bar and ENTER as a way of selecting
  90.            files.
  91.  
  92. 9/25/91    Version 1 beta - first version completed
  93.  
  94.  
  95.