Whats New in eDOOR?

  Bug fixed in the DReadI/LI Procedures in wich it would allways return 0
  If a users presses Space or 'S' While the typefile procedure is display-
   ing an ANSi, it will stop outputting the ansi.
  Several code optimizations
  Now comes with an Easy-To-Use Lightbar kit! (See LBAR.PAS)
  Procedure Crlf is now Dcrlf.
[06-20-96]
  Added Boolean: Remote - Returns TRUE if char returned by Dreadc is from
   the remote, otherwise its false.
  ALT-H while the user is on hangs the user up :>
[06-23-96]
  Fixed bug with Dreadi / Dreadli in which it would only return a number
   between 0 and 255 regardless of what was typed in.
  Fixed a bug with the chatter (alt-c) where it would spit out a line of
   ascii garbage for no reason.
  Added Boolean: InternalChat - Defaults to TRUE, set to False to disable
   the alt-c chat (to write your own chat!)
  Dreadc now returns extended keys (ex. #00 + #72 = Up Arrow) - Useful for
   Writing a chat-mode or whatever..
  Added Procedure: Shell(Path/Progname, Parameters); Allocate some stack space
   ( {$M $4000,0,0} at the top of your program ) before calling this!!
   *Note: Shell automatically swaps the vectors, deinitialises the fossil..etc.
   And re-initialises everything upon return so external protocols, such as
   DSZ/GSZ may work.
[08-16-96]
  Fixed a cosmetic bug in the status line where it would say "minss" instead
   of "mins" if the timeleft went below 9..
  Added IncTime(I: Integer); and DecTime(I: Integer); Procedures..
   They will increment/decrement the amount of time specified to the users
   Timeleft in the door.
[09-20-96]
  Fix a bug in the dwriteX routines where it would display a bunch of ascii
   crap (remotely) if the length of the string to be written is 0.
  Added an idle timeout facility (i shoulda done this a year ago!)
   Variable 'Timeout' is an integer that can be set to whatever you want the
   Idle timeout to be.  (ie. if 'timeout:=5;', the door will quit back to the
   BBS if the user hasn't pressed anything for 5 minutes).  Setting 'timeout'
   to 0 will deactivate the idle timeout thing.  Be sure to restart the timer
   right after you use a transfer protocol or any other external protocol
   within your door (if any) with the 'starttimer' procedure!
[05-12-97]
  Fixed a problem with the TAB key in the inpt() procedure.
  With some fossil drivers, baud rates over 38400 wouldn't work correctly.
   (fixed)
  Added new variable: ChatProc (see documentation, edoor.doc)
