--
 xtreme doorkit history file
--


+-----------+ 
 xdoor v1.02
+-----------+

% First public release.


+-----------+ 
 xdoor v2.00
+-----------+

% Fixed 'procedure setPosY(B: Byte);' - It wasn't working correctly
  in previous versions.
% Fixed bug where if you used a fossil driver that doesnt do proper 
  errorchecking, XDoor would crash a Win95/DOS session when it got
  any dropfile error.
% Fixed bug in showFile where if the last 2 characters of the file weren't
  a cr/lf it would display 255 esc characters (ouch).
% Sped up file displays/pipe parsing a little.
% drastically increased speed of showFile procedure.
+ added two new procs;  rOut (remote only output), and lOut (local only 
  output).  (plus rOutln and lOutln).  requested.
+ added two new global variables, dropType and dropPath.  taken from
  configuration file.
+ added new procedure, logWrite.  this will write to a log file, and create
  it if necessary.  see xdoor.doc for details
