home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / MUD29A.ZIP / BUGS.FIX next >
Text File  |  1993-12-11  |  3KB  |  94 lines

  1. v2.9a 12-1-93
  2.         1. When an option is selected the status line
  3.         tells you which option is being performed.
  4.         
  5.         2. Added option 9 for blank line removal for DOS file
  6.         types.
  7.  
  8. v2.9 8-25-93
  9.         1. Went back to progress bar because more users wanted
  10.         it than speed. Even with progress bar I did a bit more 
  11.         efficient coding to speed it up, even as fast as v2.8.
  12.  
  13. v2.8 5-29-93
  14.         1. If you replaced a file that existed already, MUD would
  15.         replace it, however if you modified another file and saved
  16.         it to a different name it would say that file existed
  17.         even though it did not.
  18.         
  19.         2. Speeded up overall performance by replacing the progress
  20.         bar with a spinner. Speed increase of about 5 times orginal.
  21.         Speed and functionality mean more than pretty progress bar.
  22.         
  23.         3. Now asks how many spaces per tab and how many tabs
  24.         per space. Will allow up to 20 spaces per tab.
  25.  
  26. v2.7 5-22-93
  27.         1. When exiting help the bottom line would not clear.
  28.         
  29.         2. Added the tab<->space option.
  30.         
  31.         3. added the EBCDIC<->ASCII option
  32.         
  33.         4. To quit you now type 'Q' or 'q'. (Talk about waffling)
  34.  
  35. v2.6 2-22-93
  36.         1. Added a help screen.
  37.         
  38.         2. Made the progress bar look cleaner with a background.
  39.         
  40.         3. To exit you now type 'E'
  41.  
  42. v2.5 12-13-92
  43.         1. When changing a file in a directory other than the directory
  44.         in which MUD resides, on certain systems the file to be changed
  45.         would not be saved.
  46.         
  47.         2. A progress indicator has replaced the spinner. You can graphically
  48.         see how long it will take before completion.
  49.         
  50.         3. Any requests for input is now made on line 24, called the 
  51.         'input line'.
  52.  
  53. v2.4 11-23-92
  54.         1. Found out that the UNIX world really uses hex 0A, a linefeed,
  55.         at the end of every line. I had assumed the Mac and UNIX file
  56.         structures were the same. This entailed making the menu selection
  57.         more comprehensive.
  58.         
  59.         2. Add better keyboard input checking. Check for invalid filenames
  60.         or directories.
  61.  
  62.         3. If there were no translations the status bar now turns red to
  63.         highlight this fact. Also if an invalid filename is inputted
  64.         the status bar turns red.
  65.  
  66. v2.3 11-22-92
  67.         1. Added status bar on 25th line. This indicates which file
  68.         was read from and was written to. The status bar also informs
  69.         user how many translations occured.
  70.  
  71.         2. Added an option to strip off any characters that were
  72.         greater that 127 HEX. This is referred to as stripping 8th bit.
  73.  
  74.         3. If user attempted to replace a character that had a hex value 
  75.         greater that 127 it would not be replaced. This is now fixed.
  76.  
  77. v2.2 10-25-92
  78.         1. When opening a binary file and having the same name for
  79.         both the input and output it would corrupt the file.
  80.  
  81.         2. Added a spinner in lower left corner to indicate to the
  82.         user that the system is not hung.
  83.  
  84. v2.1 production 10-10-92
  85.         1. no known bugs  (wishful thinking as I look above)
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.         
  93.  
  94.