home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / IDC40.ZIP / IDCSHELL.REV < prev    next >
Encoding:
Text File  |  1990-04-25  |  3.6 KB  |  87 lines

  1. 12/31/1988
  2.  
  3.         REVISIONS/ADDITIONS FOR IDCSHELL
  4.  
  5. Version 2.1    - Released    12.31.88
  6.  
  7. IMPORTANT -------------        
  8.  
  9.     1. The IDCED environment variable must now include the file
  10.        extension as - IDCED=C:\WP\NE.COM
  11.     2. The NARCPATH and IDCARCPATH environment variables must now
  12.        include the file extension (as above)
  13.  
  14.                 ----------------
  15.  
  16.     - no longer changes video modes at entrance/exit if mode is already
  17.       correct
  18.     - fixed first character commands from main menu
  19.       dirtree and fileattr had wrong chars capitalized
  20.     - fixed bug that caused incorrect display in directory tree when
  21.       a disk had exactly 19 subdirectories
  22.     - fixed copy bug: had tagged files, tried to copy (H) files, would
  23.       always copy the tagged - caused by some dumb restructuring
  24.     - added print directory tree routine
  25.     - when resorting, directory, all tags were lost, not any more
  26.     - ALT-F2 The ability to run an external program
  27.     - Testing for multiple presence (nested shells)
  28.         - Add to ARCCFG the option of exiting to the original directory
  29.            or the current directory  -  QuickExit option
  30.     - fixed bug that caused some of the minutes to display
  31.       incorrectly in the files list
  32.     - added procedures for more sort options  (date,size)
  33.     - uses less ram
  34.     - 50% FASTER DATA COMPRESSION
  35.     - added machine status screen (ALT-F3)
  36.     - fixed BUG in CRUNCHER (inline pack routine) that occured on
  37.       some crunched files
  38.     - fixed bug in cruncher and squasher where codelength was being
  39.       incremented as the last byte was processed. Caused some files
  40.       to extract with extra bytes at the end and CRC error.
  41.     - fixed bug in ARCER module that prevented the last subfile from
  42.       being written to the new archive when updating
  43.     - no longer loses tagged files when returning from archive functions
  44.     - DOS 4.0 support
  45.     - went to DOS EXEC function in lieu of Int 2Eh for shell,calls etc.
  46.     - greatly enhanced search and search next in view function
  47.  
  48.  
  49. Version 2.1a    - Released    01.20.89
  50.  
  51.  
  52.     - fixed continue search routine in global find function
  53.     - fixed bug that caused list of files tagged for archiving
  54.       (stored at CS:datastore) to be overwritten when directory scanned
  55.     - modified new EXEC function to handle .BAT files
  56.     - fixed bug in disk space function on DOS 4.x with partitions
  57.       larger than 32MB
  58.     - fixed bug in directory tree function on DOS 4.x with partitions
  59.       larger than 32MB
  60.  
  61. Version 2.1b    - Released    02.16.89
  62.  
  63.     - fixed bug in detecting monochrome systems (showed blank screen)
  64.  
  65. Version 4.0    - Released    04.27.90
  66.  
  67.     - added NETWORK compatibility
  68.     - builds ZIPfiles
  69.     - EGA/VGA 43/50 line mode support
  70.     - removed WholeScreen (4K) buffer from DSEG
  71.     - fixed bug: Copy files from f:\newasm\exe to A:, tried to 
  72.       create new directory but it created it on F: as F:\newasm\exe\exe
  73.     - mouse was not being reinstalled when returning from DOS shell
  74.     - highlight bar now remains in the same position it was when
  75.       returning from shell or external program
  76.     - intercepted situation where a file was going to be copied to
  77.       itself.
  78.     - F4 function was not printing the "A" attribute, fixed length
  79.     - fixed copy function when destination file is "HIDDEN"
  80.     - fixed bug when copy function located some errors, DS was still
  81.       on stack. User would hear glissando, but no msg appeared and
  82.       machine was locked. This bug was noticed for the first time
  83.       when copying a file when the file already existed on the dest
  84.       and was set to HIDDEN.
  85.     - fixed copy bug when copying from A:\SAVE to A:\  -- added path
  86.       length comparision BEFORE the string comparision
  87.     - ZENITH and COMPAQ DOS 3.31 support