home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / patch / stkr_206 / changes.203 next >
Text File  |  1990-03-28  |  4KB  |  86 lines

  1. Changes for 2.03
  2. ----------------
  3.  
  4.   - There was a problem with the XMODEM download code that could cause
  5.     various types of problems depending on your system configuration.  If
  6.     you downloaded to a RAM-disk you would never have noticed it.  If
  7.     you downloaded to a hard-disk you might have occasionally seen block 2
  8.     get retried for no apparent reason.  If you downloaded to a floppy then
  9.     quite often you wouldn't be able to get past the first block of the file.
  10.     This was due to STalker flushing out the RS232 receive buffer before
  11.     looking for each block [this is necessary to avoid nasty errors when
  12.     using XMODEM with hosts that retransmit blocks if they don't see a NAK
  13.     after a certain amount of time].  This logic has been changed so 
  14.     that now STalker flushes out the receive buffer *just before* it 
  15.     sends an ACK or NAK.
  16.  
  17.   - An alert has been added that allows you to retry or cancel if an 
  18.     error occurs on the disk file when STalker flushes the transfer 
  19.     buffer.  This mainly impacts floppy users, who could potentially 
  20.     change floppies mid-transfer.  Now you have a chance to put back 
  21.     the floppy that the file you're transferring is on.  Just a 
  22.     couple of cautions though:  the file transfer is of course 
  23.     suspended while STalker is waiting for you to insert the correct 
  24.     floppy; if you take too long the host may time-out and abort the 
  25.     transfer.  Also note that GEMDOS closes any open files when you 
  26.     eject a disk, so the main application that you're using could be 
  27.     in for a surprise if you flip floppies on it.  Most don't leave 
  28.     any files open when they're not doing I/O, but keep this in mind 
  29.     if the application complains about file errors.
  30.  
  31.   - Screen re-drawing when STalker was not the front window got 
  32.     messed up in 2.01 - it's back to normal now.
  33.  
  34.  
  35. Changes for 2.02
  36. ----------------
  37.  
  38.   - The fixes made in 2.01 for large-screen monitors managed to screw up 
  39.     the screen clearing code - it cleared the screen buffer but didn't 
  40.     always redraw the STalker window.  This little mistake has been 
  41.     corrected.
  42.  
  43.   - While I was in there, I decided to implement a suggestion from a 
  44.     user.  There is now a new command:  Shift-ALT-H.  This command 
  45.     does a normal Hang Up (ALT-H), pauses for 4 seconds so the modem 
  46.     can catch its breath, then dials the remaining selected entries 
  47.     as if Shift-ALT-A had been typed.  It is functionally identical 
  48.     to typing ALT-H, pausing, then typing Shift-ALT-A.  This command 
  49.     is especially useful in conjunction with the "dial & de-select" 
  50.     mode in the autodialer.  Four seconds seems to be long enough for 
  51.     all of the modems I've tried - let me know if it's too short for 
  52.     your modem and I'll increase it in the next update.
  53.  
  54. Changes for 2.01
  55. ----------------
  56.  
  57.   - A rather serious bug was found in the Shadow access code - it 
  58.     didn't work at all!  I don't know how it managed to break between 
  59.     beta testing and the 2.00 release, but it did.  Sorry for any 
  60.     inconvenience this may have caused.
  61.  
  62.   - The text routines used on non-standard ST screens (ex. Overscan, 
  63.     Hyperscreen, Moniterm) were leaving a cursor blotch behind.  It 
  64.     was merely a cosmetic problem - all the text was there and would 
  65.     appear normally as soon as the screen was re-drawn, but it 
  66.     certainly didn't look nice.  In the process of fixing this I 
  67.     managed to speed up the VDI-only text output used in this mode; 
  68.     now it's faster and smoother than before.
  69.  
  70.   - I just got my TOS 1.4 release notes in the mail today (I've been 
  71.     a registered developer since early '89) and there I discovered 
  72.     that creating a file with its HIDDEN bit set doesn't really 
  73.     create a hidden file (this is why SCRAP.TXT would show up in the 
  74.     GEM Desktop's window).  Now that I know what I'm supposed to be 
  75.     doing, SCRAP.TXT is hidden.  I'll make the same change to STeno 
  76.     but I don't think it's worth providing a patch for just this one 
  77.     item - it'll be there in the next version of STeno.
  78.  
  79.  
  80. Eric Rosenquist,
  81. Strata Software
  82.  
  83. Bix  : e_rosenquist
  84. CIS  : 72711,2503
  85. GEnie: E.ROSENQUIST
  86.