home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / GENUTIL / FKFOS102.ZIP / UPGRADE.102 < prev    next >
Text File  |  1994-12-27  |  3KB  |  60 lines

  1.                               ________________
  2.  
  3.                                FKFOSSIL v1.02
  4.                               ________________
  5.  
  6.            + Added fk_Clock routine so the clock can be started and
  7.                 stopped without having to worry about the many different
  8.                 variables.  fk_Clock(false) turns the timer clock off
  9.                 (users time and last keypress won't be updated), and
  10.                 fk_Clock(true) turns the timer clock on (users time and
  11.                 last keypress will be updated).
  12.  
  13.            + Added fk_DetectAvatar routine to determine the presence of
  14.                 avatar on the remote system.
  15.  
  16.            + Added keyboard buffers - the buffer can be added to with
  17.                 fk_localbuffer(s) or fk_remotebuffer(s).  The buffers
  18.                 can be cleared with fk_localbufferclear and 
  19.                 fk_remotebufferclear.  Buffers will be processed before
  20.                 the internal keyboard bufferor the fossil buffer if
  21.                 they contain any characters.  The buffers can contain
  22.                 key sequences up to 255 characters long.
  23.                 
  24.            + Added fk_notimeleft definable function so that customized 
  25.                 warnings can be sent to the user, or a timebank function
  26.                 can be run, etc.
  27.         
  28.            * Fixed fk_Writeln_Ansi so that a variable need NOT be passed;
  29.                 it's just a string now S:STRING instead of VAR S:STRING.                
  30.  
  31.            * Fixed problems with a routine which would inadvertently wipe
  32.                 out some memory during the initialization of the status 
  33.                 line.  In most cases, this memory was at the top end and
  34.                 held nothing important.  However, in secondary windows on 
  35.                 multitasking machines and sometimes on non-multitasking 
  36.                 machines, this wiped out memory would cause intermitent 
  37.                 problems (incl. system hangs).  Thanks to John Zielinksi 
  38.                 for tracking this one down - otherwise it likely would have 
  39.                 been left unnoticed.
  40.  
  41.            * Fixed display(file) routines so that the filemode is returned
  42.                 to it's original value.
  43.  
  44.            * Fixed time checking so there are no more midnight timeout's.
  45.  
  46.            * Fixed music frequencies so they are a little more correct on
  47.                 the local side.
  48.  
  49.            * fk_AnsiMusic routine no longer requires a second parameter.
  50.                 The parameter "Force" turned out to be useless and
  51.                 cumbersome.  If you want to send ansi music to the user,
  52.                 check to see if they support it first.  Then you can do
  53.                 something like "If userrec.ansimusic then
  54.                 fk_AnsiMusic(music);".
  55.  
  56.            * Ansi music strings sent to the modem now start with sequence
  57.                "ESC[M " instead of "ESC[MN", and now end with " CHR(14)"
  58.                as the ansi music standard specified.
  59.  
  60.