home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / bedit30.zip / BEDIT.V26 < prev    next >
Text File  |  1993-03-22  |  3KB  |  67 lines

  1. 1. A user reported a problem when inserting data.  The remainder of the file
  2.    beyond the insertion point was shifting too many bytes.
  3.  
  4.    The problem was in the shift calculations when the block of data shifted 
  5.    exceeded 32k.  Since EMS works within 16k page frames, no blocks over
  6.    32k were shifted, and the problem did not occur when EMS was in use.  If
  7.    data was inserted outside the last 32k of the file and EMS was not in use, 
  8.    the error always occurred.
  9.  
  10.    This problem has been corrected.
  11.  
  12. 2. Changed screen writes to directly access the video memory unless BIOS is
  13.    specified in the SET BEDIT= environment variable.  The makes screen writes
  14.    four times faster.  The only area effected is the hex and ASCII edit area.
  15.  
  16. 3. Rather than use the old process of specifying command line switches to
  17.    configure EMS usage, international character set, and monochrome mode,
  18.    the SET BEDIT= environment variable will now be used.  The switches
  19.    will be used to reverse the effect of either the default or whatever is 
  20.    specified in the SET statement.  See the documentation file for details on
  21.    the SET BEDIT= statement.
  22.  
  23. 4. Use conventional memory when possible.  If the file fits in conventional 
  24.    memory, it will be loaded in conventional memory. This greatly improves 
  25.    performance.
  26.  
  27. 5. Many calculations have been streamlined to improve performance, especially
  28.    when EMS is in use.
  29.  
  30. 6. A spelling error on the help screen has been corrected.
  31.  
  32. 7. Added file size, date and time to top line of display.
  33.  
  34. 8. Added ALT-X quick program exit.
  35.  
  36. 9. Changed the registration nag menu to pop-up in a window after a file is
  37.    successfully loaded.  This way you can see errors such as "file not found"
  38.    with being nagged.  I'm such a softie!
  39.  
  40. 10. Changed the "Unable to open for input" message to display the file name
  41.     on a single line.  This prevents screen wrap on long paths.
  42.  
  43. 11. When you sel F5 to print, the number of required pages will be displayed  
  44.     and you will be given a chance to abort at this time.
  45.  
  46. 12. During print, you may press ESC to terminate the print job, excluding
  47.     pages already sent to the printer or spooler.  The printing will stop 
  48.     at the end of the current page..
  49.  
  50. 13. ALT-F6 now allows you to supply a starting and ending address range to
  51.     print.  The actual pages printed will probably not start and end with
  52.     the adresses you provided.  Rather the pages (as if you had printed
  53.     the entire file) that contain your starting address through your ending
  54.     address will be the only pages printed.
  55.  
  56. 14. The page heading on printed output now contains the file size, date and
  57.     time.
  58.  
  59. 15. When you hit F9 (Search Next) when the cursor was at the end of the file,
  60.     the page configuration shifted to just display the last 4 or 5 lines
  61.     of the file.  Now it does nothing at all.
  62.  
  63. 16. Overwrite verification was broken.  Fixed it.
  64.  
  65. 17. For the sake of a modicum of consistency, I changed all pop-up windows
  66.     to have no border and all but the exit window to be the same color.
  67.