home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / ded2.lzh / FIXES.DED < prev   
Text File  |  1986-01-14  |  8KB  |  170 lines

  1. Following is a list of bug fixes implemented in the various versions
  2. of DED as of 1-14-1985. (You could call them DED BUGS...)
  3.  
  4. BUG FIXES by version number:
  5.  
  6.         Version 1.01:
  7.  
  8.                 1. The <Interrupt> key now closes all temporary files
  9.                    before exiting to MS-DOS. This frees up buffer space
  10.                    for use by other programs.
  11.                    
  12.                 2. The "Remove-a-block" function no longer crashes the
  13.                    computer when the block contains the first or last
  14.                    line in the file.
  15.                    
  16.                 3. The "Insert mode" was changed so that it is ON when
  17.                    DED is started.
  18.                    
  19.                 4. The <Crtl>-<Select> key ("Define-end-of-block") no
  20.                    longer crashes the machine, even if the start of the
  21.                    block has not been defined.
  22.                    
  23.         Version 1.02:
  24.         
  25.                 1. DED will not crash when you create a new file. (Note:
  26.                    this bug did not exist in Version 1.0).
  27.                    
  28.         Version 1.03:
  29.  
  30.                 1. The "Find-and-Replace" routine no longer crashes if you
  31.                    add text to the beginning of a string. Previously, changing
  32.                    "xxx" to "ZZxxx" more than 1 time wouldn't work.
  33.                    
  34.                 2. The "File:" notation in the status line was moved to the
  35.                    left to give more room for the file name. You have more
  36.                    room now to enter a path name/file name.
  37.                    
  38.                 3. Previously, DED could (under certain rare conditions) insert
  39.                    a ^A character (01 Hex) into the file. At least one source
  40.                    of this bug has been fixed.
  41.  
  42.                 4. Sometimes, the inverse video was not turned on and off at the
  43.                    correct time when working with blocks. A few corrections were
  44.                    made in this area.                   
  45.  
  46.                 5. DED now looks for COMMAND.COM in the area specified by the
  47.                    "COMSPEC=" parameter (maintained by MS-DOS) when you
  48.                    press the <INTERRUPT> key. DED should always find COMMAND.COM
  49.                    now, and if it doesn't, MS-DOS will print a message telling
  50.                    you to insert the correct disk. (Thanks to Richard Critz for
  51.                    pointing out the correct way to do this.)
  52.  
  53.                 6. Arborsoft's SEARCH program, which is available on many public
  54.                    domain systems, would cause previous versions of DED to crash
  55.                    rather spectacularly on return from an <INTERRUPT> key exit
  56.                    to MS-DOS. This is because SEARCH returns an incorrect value
  57.                    in the stack pointer. This version of DED now saves the stack
  58.                    pointer itself, so SEARCH will no longer cause a crash.
  59.                    (Thanks again to Richard Critz for pointing out this bug.)
  60.  
  61.         Version 1.04:
  62.         
  63.                 1. Inverse video could be turned on by cursor key movement even
  64.                    if only the beginning (or end) of a block was defined (and
  65.                    not both). This is fixed.
  66.                    
  67.                 2. Virtual memory operations will no longer fail if they are
  68.                    called during the "up arrow" sequence.
  69.  
  70.                 3. The "Caps Lock" key no longer affects the arrow keys when
  71.                    changing the direction of a search. (Thanks to Bill
  72.                    MacNeill.)
  73.  
  74.                 4. DED now echos the name of the file when it reads it.
  75.  
  76.                 5. The "Compose" LED lights now when the <Compose Character>
  77.                    key is pressed.
  78.  
  79.                 6. Another source of 01 Hex characters in the file has been
  80.                    eliminated.
  81.  
  82.                 7. Invalid file names are now trapped correctly, without
  83.                    losing the editing session.
  84.  
  85.                 8. The MS-DOS BREAK function is now correctly restored to
  86.                    its original state. (Thanks again to Richard Critz.)
  87.  
  88.         Version 1.05:
  89.  
  90.                 1. Using the arrow keys to back up along the last line in a file
  91.                    and then hitting the return key no longer loses part of the
  92.                    line. (Thanks to Jim Younglove for pointing this one out.)
  93.  
  94.                 2. A horizontal scroll will no longer print an extra line even
  95.                    if the last line in the file is on the screen.
  96.  
  97.                 3. The <Shift>-<Compose Character> key (which transposes
  98.                    two lines) no longer fails when you swap the first and
  99.                    second lines of a file. (Thanks to Harvey Lord for this
  100.                    one.)
  101.  
  102.                 4. The <Shift>-<Remove> key no longer causes the entire screen
  103.                    to blank out when there is nothing to erase. (Thanks to Tony
  104.                    Movshon.)
  105.  
  106.                 5. A memory cleanup will no longer leave the cursor stuck in the
  107.                    status line.
  108.  
  109.         Version 2.00:
  110.  
  111.                 1. Line and column numbers added.
  112.                 
  113.                 2. <Addtnl Options> routines moved to the <Shift>-<Main Screen>
  114.                    key.
  115.                 
  116.                 3. New search and search/replace routines, with wild cards,
  117.                    added. Use the <Addtnl Options> key for this.
  118.                    
  119.                 4. Added variable tab settings (4 or 8 spaces only). Can be
  120.                    set using the <Shift>-<Main Screen> key.
  121.                    
  122.                 5. Added support for environment variables to set default
  123.                    settings of tabs, pause-while-printing, buffer save, and
  124.                    auto-indent.
  125.                    
  126.                 6. Added <Crtl>-<Next Screen> and <Ctrl>-<Prev Screen> routines
  127.                    to go up/down in the file until any key is typed or until
  128.                    the top/bottom of the file is reached.
  129.                    
  130.                 7. Changed "delete-a-word" and "move right/left 1 word" routines
  131.                    so they react correctly to punctuation marks as well as
  132.                    spaces.
  133.                    
  134.                 8. Changed <Help> key routine so that you can browse through
  135.                    different function keys without pressing <Help> again
  136.                    each time.
  137.                    
  138.                 9. Set default tab settings for 4 spaces for ".C" or ".PAS"
  139.                    files, unless there is a DEDTAB envirnment variable. Tabs
  140.                    are still 8 spaces for everything else.
  141.                    
  142.                 10."Illegal" characters above 127 (decimal) are now changed
  143.                    into spaces. This should eliminate DED crashes when used
  144.                    with word processing files that have funny characters
  145.                    embedded.
  146.                    
  147.                 11.BUFFERn.DED files will no longer be erased if they already
  148.                    exist when DED starts up. Instead, they will be used in the
  149.                    normal fashion.
  150.                    
  151.                 12.More space is allowed for entering file names with the
  152.                    "insert-a-file" command so that path names can be used.
  153.                    
  154.                 13.Macro commands can be twice as long now.
  155.                 
  156.                 14.The "Push-to-DOS" function has been fixed (once and for all
  157.                    this time).
  158.                    
  159.                 15.Some funny business in the <Shift>-<Main Screen> screen
  160.                    has been cleaned up (cosmetic only).
  161.                    
  162.                 16.Entering "DED filename <spaces>" no longer causes a crash.
  163.                 
  164.                 17.Control characters will no longer be changed to spaces at
  165.                    the end of large files.
  166.                    
  167.                 18."Go To Line Number" command (<Resume> key) added.
  168.                 
  169. AND REMEMBER. . .  BETTER DED THAN RED!!!
  170.