home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / MUD29B.ZIP / BUGS.FIX next >
Text File  |  1994-01-29  |  4KB  |  107 lines

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