home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bt260xh7.zip / xe_hist.doc < prev    next >
Text File  |  2000-10-09  |  81KB  |  2,884 lines

  1.  
  2.             (very detailed) History of BinkleyTerm 2.60XE/Gamma-7
  3.            =======================================================
  4.  
  5.  
  6.  
  7. Beta XH2:
  8. ---------
  9.  
  10. MR:
  11.  
  12. - added sample config to source tree (doc\sampcfg)
  13. - updated some docs
  14. - added diff.exe and patch.exe for OS/2 and Win32 to the source tree (os\utils).
  15.   Both are released under the GPL, see also diff.txt and patch.txt.
  16. - added makediff.cmd and dopatch.cmd to os2\utils (OS/2)
  17.  
  18.  
  19.  
  20. Beta XH3:
  21. ---------
  22.  
  23. xgz_jh1a:  (checked in by mr)
  24.  
  25. Description:
  26. - new keyword RejectIgnoreSize
  27.  
  28.  
  29. xh1_aw1:  (checked in by mr)
  30.  
  31. Description:
  32. - CapiCID bug in Watcom version fixed (also broken in XR6 release!)
  33.   VAC++ users, please check if CapiCID is still working for VAC++ before
  34.   applying this diff. It may now be broken vor VAC++. In this case, the
  35.   Watcom changes must be conditionally applied via #defines.
  36.  
  37.  
  38. xh1_aw2:  (checked in by mr)
  39.  
  40. Description:
  41. - fixed the double line feed in the terminal mode
  42.  
  43.  
  44. xh1_aw2:  (checked in by mr)
  45.  
  46. Description:
  47. - made the outbound rescanning/rereading a lot faster. Rescanning needs
  48.   less nodelist access, and rereading from btrescan.dmp needs no nodelist
  49.   access at all. Listed/unlisted state, ModemType, ModemFlags and Dial cost
  50.   of the nodes is written out to btrescan.dmp, so no nodelist access on
  51.   reading of btrescan.dmp is necessary any more.
  52. - fixed the double rescanning/rereading of the outbound (now occurres only
  53.   on startup)
  54. - fixed timestamp problems on btrescan.flg, if the time of a network server
  55.   with the \flags\ directory and the time of the workstation with BinkleyTerm
  56.   were not synchronized (eternal rescan).
  57.  
  58.  
  59. xh1_ce1:  (checked in by mr at 19990211 18:44:35)
  60.  
  61. Changed Files:
  62.  - btxe/include/externs.h (1.3 -> 1.4)
  63.  - btxe/src/b_initva.c (1.1.1.1 -> 1.2)
  64.  - btxe/src/data.c (1.3 -> 1.4)
  65.  - btxe/src/emsi.c (1.1.1.1 -> 1.2)
  66.  
  67. Description:
  68.  - fix a bug in NodeInboundDir. If it was used one time it was never reset
  69.    to default values for the next caller until binkley is restarted.
  70.  
  71.  
  72. xh1_eh1:  (checked in by mr at 19990222 01:10:14)
  73.  
  74. Description:
  75. - some changes to prepare binkley to be ported to linux (most of them
  76.   are #ifdefed, so they won't affect other OSs.
  77.   Binkley compiles fine under linux/gcc. But it is not usable, as none
  78.   of the protcols works by now for sending files (at least files can
  79.   be received with hydra).
  80. - added three new files com_linux.h, async_lx.c, vfos_lnx.c. They
  81.   are almost copied from bt3.0, a Unix/Atari port of Bt 2.50 by Ben
  82.   Stuyts and Louis Lagendijk.
  83. - bink.h: I disabled most FA_*, as they are not used by neither
  84.   binkley nor linux. Binkley only uses FA_SUBDIR for
  85.   identifying dfind()ed directories.
  86. - Renamed BS0..6 to BSND0..6 everywhere in the source, because they
  87.   already exist in some linux header files, only serving a
  88.   different purpose.
  89. - includes.h: added linux-specific include-files, defines and
  90.   others.
  91.   Most important is the define DIRECTORYSEPARATOR[STR], this is
  92.   now used for all OSs. If possible, please use these instead of
  93.   '\' and "\" (and '/' and "/" of course)
  94.   removed FILE_DIRECTORY, this was the same as FA_SUBDIR
  95. - b_sbinit.c: removed some \0s at the end of strings in printf()s,
  96.   gcc warned about them, it also saves some memory ;)
  97. - common.c: disabled fancy_str() for filenames when compiling for
  98.   linux
  99. - some changed to bbs-system (mostly fixes of warnings gcc gave but
  100.   watcom did not.
  101.  
  102. New Directories:
  103.  - btxe/linux
  104.  
  105. New Files:
  106.  - btxe/include/com_lnx.h (1.1)
  107.  - btxe/linux/LXDIFFS (1.1)
  108.  - btxe/linux/TODO (1.1)
  109.  - btxe/linux/credits (1.1)
  110.  - btxe/src/async_lx.c (1.1)
  111.  - btxe/src/vfos_lnx.c (1.1)
  112.  
  113. Changed Files:
  114.  - btxe/include/aglcrc.h (1.1.1.1 -> 1.2)
  115.  - btxe/include/bink.h (1.2 -> 1.3)
  116.  - btxe/include/com.h (1.1.1.1 -> 1.2)
  117.  - btxe/include/defines.h (1.1.1.1 -> 1.2)
  118.  - btxe/include/externs.h (1.4 -> 1.5)
  119.  - btxe/include/hydra.h (1.1.1.1 -> 1.2)
  120.  - btxe/include/includes.h (1.1.1.1 -> 1.2)
  121.  - btxe/include/prototyp.h (1.3 -> 1.4)
  122.  - btxe/include/sbuf.h (1.1.1.1 -> 1.2)
  123.  - btxe/include/vfossil.h (1.1.1.1 -> 1.2)
  124.  - btxe/src/b_bbs.c (1.1.1.1 -> 1.2)
  125.  - btxe/src/b_flofil.c (1.2 -> 1.3)
  126.  - btxe/src/b_frproc.c (1.2 -> 1.3)
  127.  - btxe/src/b_initva.c (1.2 -> 1.3)
  128.  - btxe/src/b_proto.c (1.1.1.1 -> 1.2)
  129.  - btxe/src/b_sbinit.c (1.2 -> 1.3)
  130.  - btxe/src/b_sessio.c (1.3 -> 1.4)
  131.  - btxe/src/bbs_ctra.c (1.1.1.1 -> 1.2)
  132.  - btxe/src/bbs_io.c (1.1.1.1 -> 1.2)
  133.  - btxe/src/bsend.c (1.1.1.1 -> 1.2)
  134.  - btxe/src/bt.c (1.1.1.1 -> 1.2)
  135.  - btxe/src/btconfig.c (1.3 -> 1.4)
  136.  - btxe/src/btutil.c (1.2 -> 1.3)
  137.  - btxe/src/common.c (1.2 -> 1.3)
  138.  - btxe/src/data.c (1.4 -> 1.5)
  139.  - btxe/src/dosfuncs.c (1.1.1.1 -> 1.2)
  140.  - btxe/src/file_dos.c (1.1.1.1 -> 1.2)
  141.  - btxe/src/fossil.c (1.1.1.1 -> 1.2)
  142.  - btxe/src/freepoll.c (1.2 -> 1.3)
  143.  - btxe/src/janus.c (1.1.1.1 -> 1.2)
  144.  - btxe/src/langload.c (1.1.1.1 -> 1.2)
  145.  - btxe/src/mailovly.c (1.2 -> 1.3)
  146.  - btxe/src/mailroot.c (1.2 -> 1.3)
  147.  - btxe/src/misc.c (1.2 -> 1.3)
  148.  - btxe/src/outbound.c (1.2 -> 1.3)
  149.  - btxe/src/pktmsgs.c (1.1.1.1 -> 1.2)
  150.  - btxe/src/sched.c (1.1.1.1 -> 1.2)
  151.  - btxe/src/script2.c (1.1.1.1 -> 1.2)
  152.  - btxe/src/xmrec.c (1.1.1.1 -> 1.2)
  153.  - btxe/src/zmodem.c (1.1.1.1 -> 1.2)
  154.  - btxe/xprmntl/bbs/ansi2bs.c (1.1.1.1 -> 1.2)
  155.  - btxe/xprmntl/bbs/compile.c (1.1.1.1 -> 1.2)
  156.  
  157.  
  158. xh1_eh2:  (checked in by mr at 19990222 02:02:13)
  159.  
  160. Description:
  161. - continued work from xh1_eh1 (see this for long description)
  162.  
  163.  
  164. xh1_eh3:  (checked in by mr at 19990222 03:48:00)
  165.  
  166. Description:
  167. - continued work from xh1_eh1 (see this for long description)
  168.  
  169.  
  170. xh1_eh4:  (checked in by mr at 19990223 03:38:00)
  171.  
  172. Description:
  173. - many LO, UT, REQ, etc. changed to lo, ut, req...
  174. - lockfile-handling fixed
  175. - some colors activated
  176. - keyboard-mappings fixed for some keys
  177.  
  178.  
  179. xh1_eh5:  (checked in by mr at 19990223 04:09:31)
  180.  
  181. Description:
  182.  - fixes for linux-version
  183.  
  184. New Files:
  185.  - btxe/linux/btxe.1 (1.1)
  186.  - btxe/linux/install (1.1)
  187.  
  188. Removed Files:
  189.  - btxe/linux/lxdiffs (1.2 -> NONE)
  190.  
  191. Changed Files:
  192.  - btxe/linux/Makefile (1.1 -> 1.2)
  193.  - btxe/linux/todo (1.3 -> 1.4)
  194.  - btxe/src/async_lx.c (1.3 -> 1.4)
  195.  - btxe/src/file_dos.c (1.2 -> 1.3)
  196.  - btxe/src/version.c (1.2 -> 1.3)
  197.  
  198.  
  199. xh1_eh6:  (checked in by mr at 19990223 15:16:49)
  200.  
  201. Description:
  202.  - fixes for linux-version
  203.  
  204. Changed Files:
  205.  - btxe/linux/Makefile ( 1.2 -> 1.3)
  206.  - btxe/linux/btxe.1 ( 1.1 -> 1.2)
  207.  - btxe/linux/install ( 1.1 -> 1.2)
  208.  - btxe/linux/todo ( 1.4 -> 1.5)
  209.  - btxe/src/async_lx.c ( 1.4 -> 1.5)
  210.  - btxe/src/b_initva.c ( 1.3 -> 1.4)
  211.  - btxe/src/b_termov.c ( 1.1.1.1 -> 1.2)
  212.  - btxe/src/btutil.c ( 1.4 -> 1.5)
  213.  - btxe/src/hydra.c ( 1.1.1.1 -> 1.2)
  214.  - btxe/src/language.txt ( 1.2 -> 1.3)
  215.  
  216.  
  217. mr:  (no diff, via cvs at 19990223 16:27:07)
  218.  
  219. Description:
  220.  - updated docs
  221.  
  222. Changed Files:
  223.  - btxe/doc/xe_user.doc ( 1.2 -> 1.3)
  224.  - btxe/doc/xr6/knwnbugs.xr6 ( 1.1.1.1 -> 1.2)
  225.  
  226.  
  227. mr:  (no diff, via cvs at 19990223 16:28:28)
  228.  
  229. Description:
  230.  - added internal version to info screen (bt.exe info)
  231.  
  232. Changed Files:
  233.  - btxe/src/version.c ( 1.3 -> 1.4)
  234.  
  235.  
  236. mr:  (no diff, via cvs at 19990223 16:30:18)
  237.  
  238. Description:
  239.  - indented some files
  240.  
  241. Changed Files:
  242.  - btxe/src/debug.c ( 1.1.1.1 -> 1.2)
  243.  - btxe/src/evtsetup.c ( 1.1.1.1 -> 1.2)
  244.  - btxe/src/exceptio.c ( 1.1.1.1 -> 1.2)
  245.  - btxe/src/heap.c ( 1.1.1.1 -> 1.2)
  246.  - btxe/src/history.c ( 1.1.1.1 -> 1.2)
  247.  - btxe/src/mailer.c ( 1.1.1.1 -> 1.2)
  248.  - btxe/src/maxmcp.c ( 1.1.1.1 -> 1.2)
  249.  - btxe/src/nodeproc.c ( 1.1.1.1 -> 1.2)
  250.  - btxe/src/os2_pm.c ( 1.2 -> 1.3)
  251.  - btxe/src/pipe.c ( 1.1.1.1 -> 1.2)
  252.  - btxe/src/protcomm.c ( 1.1.1.1 -> 1.2)
  253.  - btxe/src/sbuf.c ( 1.1.1.1 -> 1.2)
  254.  - btxe/src/stats.c ( 1.1.1.1 -> 1.2)
  255.  - btxe/src/timer.c ( 1.1.1.1 -> 1.2)
  256.  - btxe/src/times.c ( 1.1.1.1 -> 1.2)
  257.  - btxe/src/v7debug.c ( 1.1.1.1 -> 1.2)
  258.  - btxe/src/version7.c ( 1.1.1.1 -> 1.2)
  259.  - btxe/src/vfos_nt.c ( 1.1.1.1 -> 1.2)
  260.  - btxe/src/vfossil.c ( 1.1.1.1 -> 1.2)
  261.  - btxe/src/vt100.c ( 1.2 -> 1.3)
  262.  - btxe/src/yoohoo.c ( 1.1.1.1 -> 1.2)
  263.  - btxe/src/dos/xr5toxr6.c ( 1.1.1.1 -> 1.2)
  264.  - btxe/src/gethist/getbgfax.c ( 1.1.1.1 -> 1.2)
  265.  - btxe/src/gethist/getmax3.c ( 1.1.1.1 -> 1.2)
  266.  - btxe/src/gethist/getra.c ( 1.1.1.1 -> 1.2)
  267.  - btxe/src/gethist/gettg.c ( 1.1.1.1 -> 1.2)
  268.  - btxe/src/os2/bink_pm/bink_pm.c ( 1.1.1.1 -> 1.2)
  269.  - btxe/src/os2/binkpipe/binkpipe.c ( 1.1.1.1 -> 1.2)
  270.  - btxe/src/os2/toss/toss.c ( 1.1.1.1 -> 1.2)
  271.  - btxe/src/win32/semwait/semwait.c ( 1.1.1.1 -> 1.2)
  272.  - btxe/src/win32/snoopon/snoopon.c ( 1.1.1.1 -> 1.2)
  273.  
  274.  
  275.  
  276. Beta XH4:
  277. ---------
  278.  
  279. mr:  (no diff, via cvs at 19990226 01:50:56)
  280.  
  281. Description:
  282.  - added stylguid.txt
  283.  
  284. New Files:
  285.  - btxe/doc/stylguid.txt (1.1)
  286.  
  287.  
  288. xh3_fix (by hjk):  (checked in by mr at 19990226 02:47:12)
  289.  
  290. Description:
  291.  - Fix to make XH3 sourcetree compile under Windows and Linux
  292.  
  293. Changed Files:
  294.  - btxe/include/bink.h (1.3 -> 1.4)
  295.  - btxe/include/includes.h (1.2 -> 1.3)
  296.  - btxe/src/mailer.c (1.2 -> 1.3)
  297.  - btxe/src/mailovly.c (1.5 -> 1.6)
  298.  - btxe/src/outbound.c (1.5 -> 1.6)
  299.  - btxe/src/version.c (1.4 -> 1.5)
  300.  
  301.  
  302. XH3_HK1:  (checked in by hjk at 19990226 20:31:14)
  303.  
  304. Description:
  305. - Redesign Win32-Borland C++ Builder make file
  306. - Implemented zfree() function for Linux
  307.  
  308. Changed Files:
  309.  - btxe/include/includes.h (1.3 -> 1.4)
  310.  - btxe/linux/todo (1.5 -> 1.6)
  311.  - btxe/src/file_dos.c (1.3 -> 1.4)
  312.  - btxe/src/mailovly.c (1.6 -> 1.7)
  313.  - btxe/win32/compile.bat (1.1.1.1 -> 1.2)
  314.  - btxe/win32/compilwf.bat (1.1.1.1 -> 1.2)
  315.  
  316.  
  317. hjk:  (no diff, via cvs at 19990226 20:34:57)
  318.  
  319. Description:
  320. Some more work to Win32-Borland C++ Builder makefile
  321.  
  322. New Files:
  323.  - btxe/win32/makefile (1.1)
  324.  
  325. Removed Files:
  326.  - btxe/doc/w32_dev.doc (1.1.1.1)
  327.  - btxe/win32/bcppb.mak (1.1.1.1)
  328.  - btxe/win32/bcppbuti.mak (1.1.1.1)
  329.  - btxe/win32/bcppbwf.mak (1.1.1.1)
  330.  
  331.  
  332. mr:  (no diff, via cvs at 19990227 02:16:46)
  333.  
  334. Description:
  335.  - fixed little typo in (hopefully) all new header files
  336.  
  337. Changed Files:
  338.  - btxe/doc/c-header.tpl (1.1.1.1 -> 1.2)
  339.  - btxe/include/aglcrc.h (1.2 -> 1.3)
  340.  - btxe/include/async.h (1.1.1.1 -> 1.2)
  341.  - btxe/include/asyos2v1.h (1.1.1.1 -> 1.2)
  342.  - btxe/include/banner.h (1.1.1.1 -> 1.2)
  343.  - btxe/include/bbs_incl.h (1.1.1.1 -> 1.2)
  344.  - btxe/include/bink.h (1.4 -> 1.5)
  345.  - btxe/include/binkpipe.h (1.1.1.1 -> 1.2)
  346.  - btxe/include/box.h (1.1.1.1 -> 1.2)
  347.  - btxe/include/buffer.h (1.1.1.1 -> 1.2)
  348.  - btxe/include/cache.h (1.1.1.1 -> 1.2)
  349.  - btxe/include/callwin.h (1.1.1.1 -> 1.2)
  350.  - btxe/include/com.h (1.3 -> 1.4)
  351.  - btxe/include/com_dos.h (1.1.1.1 -> 1.2)
  352.  - btxe/include/com_lnx.h (1.2 -> 1.3)
  353.  - btxe/include/com_nt.h (1.1.1.1 -> 1.2)
  354.  - btxe/include/com_os2.h (1.1.1.1 -> 1.2)
  355.  - btxe/include/com_os2p.h (1.1.1.1 -> 1.2)
  356.  - btxe/include/css.h (1.1.1.1 -> 1.2)
  357.  - btxe/include/debug.h (1.1.1.1 -> 1.2)
  358.  - btxe/include/defines.h (1.2 -> 1.3)
  359.  - btxe/include/exceptio.h (1.1.1.1 -> 1.2)
  360.  - btxe/include/externs.h (1.6 -> 1.7)
  361.  - btxe/include/faxproto.h (1.1.1.1 -> 1.2)
  362.  - btxe/include/fidomail.h (1.1.1.1 -> 1.2)
  363.  - btxe/include/gethcomm.h (1.1.1.1 -> 1.2)
  364.  - btxe/include/history.h (1.1.1.1 -> 1.2)
  365.  - btxe/include/hydra.h (1.2 -> 1.3)
  366.  - btxe/include/includes.h (1.4 -> 1.5)
  367.  - btxe/include/janus.h (1.1.1.1 -> 1.2)
  368.  - btxe/include/keybd.h (1.1.1.1 -> 1.2)
  369.  - btxe/include/keyfncs.h (1.1.1.1 -> 1.2)
  370.  - btxe/include/language.h (1.1.1.1 -> 1.2)
  371.  - btxe/include/lngmagic.h (1.1.1.1 -> 1.2)
  372.  - btxe/include/maxcomm.h (1.1.1.1 -> 1.2)
  373.  - btxe/include/maxmcp.h (1.1.1.1 -> 1.2)
  374.  - btxe/include/msgs.h (1.1.1.1 -> 1.2)
  375.  - btxe/include/pktmsgs.h (1.1.1.1 -> 1.2)
  376.  - btxe/include/prototyp.h (1.5 -> 1.6)
  377.  - btxe/include/sbuf.h (1.2 -> 1.3)
  378.  - btxe/include/sched.h (1.1.1.1 -> 1.2)
  379.  - btxe/include/squish.h (1.1.1.1 -> 1.2)
  380.  - btxe/include/timer.h (1.1.1.1 -> 1.2)
  381.  - btxe/include/version7.h (1.1.1.1 -> 1.2)
  382.  - btxe/include/vfossil.h (1.2 -> 1.3)
  383.  - btxe/include/video.h (1.1.1.1 -> 1.2)
  384.  - btxe/include/vt100.h (1.1 -> 1.2)
  385.  - btxe/include/xfer.h (1.1.1.1 -> 1.2)
  386.  - btxe/include/zmodem.h (1.1.1.1 -> 1.2)
  387.  - btxe/src/aglcrc.c (1.1.1.1 -> 1.2)
  388.  - btxe/src/async.c (1.2 -> 1.3)
  389.  - btxe/src/async_lx.c (1.5 -> 1.6)
  390.  - btxe/src/async_nt.c (1.2 -> 1.3)
  391.  - btxe/src/async_os.c (1.2 -> 1.3)
  392.  - btxe/src/b_banner.c (1.1.1.1 -> 1.2)
  393.  - btxe/src/b_bbs.c (1.2 -> 1.3)
  394.  - btxe/src/b_faxrcv.c (1.1.1.1 -> 1.2)
  395.  - btxe/src/b_flofil.c (1.4 -> 1.5)
  396.  - btxe/src/b_frproc.c (1.4 -> 1.5)
  397.  - btxe/src/b_fuser.c (1.1.1.1 -> 1.2)
  398.  - btxe/src/b_help.c (1.1.1.1 -> 1.2)
  399.  - btxe/src/b_initva.c (1.4 -> 1.5)
  400.  - btxe/src/b_logs.c (1.2 -> 1.3)
  401.  - btxe/src/b_passwo.c (1.1.1.1 -> 1.2)
  402.  - btxe/src/b_proto.c (1.2 -> 1.3)
  403.  - btxe/src/b_rspfil.c (1.1.1.1 -> 1.2)
  404.  - btxe/src/b_sbinit.c (1.3 -> 1.4)
  405.  - btxe/src/b_script.c (1.1.1.1 -> 1.2)
  406.  - btxe/src/b_search.c (1.1.1.1 -> 1.2)
  407.  - btxe/src/b_sessio.c (1.6 -> 1.7)
  408.  - btxe/src/b_spawn.c (1.2 -> 1.3)
  409.  - btxe/src/b_term.c (1.3 -> 1.4)
  410.  - btxe/src/b_termov.c (1.2 -> 1.3)
  411.  - btxe/src/b_today.c (1.2 -> 1.3)
  412.  - btxe/src/b_wazoo.c (1.3 -> 1.4)
  413.  - btxe/src/b_whack.c (1.1.1.1 -> 1.2)
  414.  - btxe/src/b_wzsend.c (1.3 -> 1.4)
  415.  - btxe/src/banner.c (1.2 -> 1.3)
  416.  - btxe/src/bbs_ctra.c (1.2 -> 1.3)
  417.  - btxe/src/bbs_data.c (1.1.1.1 -> 1.2)
  418.  - btxe/src/bbs_io.c (1.2 -> 1.3)
  419.  - btxe/src/bink_asm.c (1.1.1.1 -> 1.2)
  420.  - btxe/src/binkdlg.c (1.1.1.1 -> 1.2)
  421.  - btxe/src/brec.c (1.1.1.1 -> 1.2)
  422.  - btxe/src/bsend.c (1.2 -> 1.3)
  423.  - btxe/src/bt.c (1.3 -> 1.4)
  424.  - btxe/src/btconfig.c (1.4 -> 1.5)
  425.  - btxe/src/btutil.c (1.5 -> 1.6)
  426.  - btxe/src/cache.c (1.2 -> 1.3)
  427.  - btxe/src/callback.c (1.3 -> 1.4)
  428.  - btxe/src/callerid.c (1.2 -> 1.3)
  429.  - btxe/src/callwin.c (1.2 -> 1.3)
  430.  - btxe/src/capi.c (1.3 -> 1.4)
  431.  - btxe/src/cfosline.c (1.2 -> 1.3)
  432.  - btxe/src/chat.c (1.2 -> 1.3)
  433.  - btxe/src/common.c (1.3 -> 1.4)
  434.  - btxe/src/cpuload.c (1.2 -> 1.3)
  435.  - btxe/src/css.c (1.2 -> 1.3)
  436.  - btxe/src/data.c (1.6 -> 1.7)
  437.  - btxe/src/debug.c (1.2 -> 1.3)
  438.  - btxe/src/dosfuncs.c (1.2 -> 1.3)
  439.  - btxe/src/emsi.c (1.2 -> 1.3)
  440.  - btxe/src/evtparse.c (1.1.1.1 -> 1.2)
  441.  - btxe/src/evtsetup.c (1.2 -> 1.3)
  442.  - btxe/src/exceptio.c (1.2 -> 1.3)
  443.  - btxe/src/file_dos.c (1.4 -> 1.5)
  444.  - btxe/src/fossil.c (1.2 -> 1.3)
  445.  - btxe/src/freepoll.c (1.5 -> 1.6)
  446.  - btxe/src/ftsc.c (1.2 -> 1.3)
  447.  - btxe/src/heap.c (1.2 -> 1.3)
  448.  - btxe/src/history.c (1.2 -> 1.3)
  449.  - btxe/src/hydra.c (1.2 -> 1.3)
  450.  - btxe/src/includes.c (1.1.1.1 -> 1.2)
  451.  - btxe/src/janus.c (1.3 -> 1.4)
  452.  - btxe/src/keymap.c (1.1.1.1 -> 1.2)
  453.  - btxe/src/langload.c (1.3 -> 1.4)
  454.  - btxe/src/language.txt (1.3 -> 1.4)
  455.  - btxe/src/m7rec.c (1.1.1.1 -> 1.2)
  456.  - btxe/src/m7send.c (1.1.1.1 -> 1.2)
  457.  - btxe/src/mailer.c (1.3 -> 1.4)
  458.  - btxe/src/mailovly.c (1.7 -> 1.8)
  459.  - btxe/src/mailroot.c (1.4 -> 1.5)
  460.  - btxe/src/maxmcp.c (1.2 -> 1.3)
  461.  - btxe/src/maxprm.c (1.1.1.1 -> 1.2)
  462.  - btxe/src/mdm_proc.c (1.2 -> 1.3)
  463.  - btxe/src/misc.c (1.3 -> 1.4)
  464.  - btxe/src/nodeproc.c (1.2 -> 1.3)
  465.  - btxe/src/os2_pm.c (1.3 -> 1.4)
  466.  - btxe/src/outbound.c (1.6 -> 1.7)
  467.  - btxe/src/pipe.c (1.2 -> 1.3)
  468.  - btxe/src/pktmsgs.c (1.3 -> 1.4)
  469.  - btxe/src/protcomm.c (1.2 -> 1.3)
  470.  - btxe/src/recvbark.c (1.1.1.1 -> 1.2)
  471.  - btxe/src/recvsync.c (1.1.1.1 -> 1.2)
  472.  - btxe/src/sbuf.c (1.2 -> 1.3)
  473.  - btxe/src/sched.c (1.2 -> 1.3)
  474.  - btxe/src/script2.c (1.3 -> 1.4)
  475.  - btxe/src/script2.inc (1.1.1.1 -> 1.2)
  476.  - btxe/src/sendbark.c (1.2 -> 1.3)
  477.  - btxe/src/sendsync.c (1.1.1.1 -> 1.2)
  478.  - btxe/src/squish.c (1.2 -> 1.3)
  479.  - btxe/src/srif.c (1.2 -> 1.3)
  480.  - btxe/src/statetbl.c (1.1.1.1 -> 1.2)
  481.  - btxe/src/stats.c (1.2 -> 1.3)
  482.  - btxe/src/timer.c (1.2 -> 1.3)
  483.  - btxe/src/times.c (1.2 -> 1.3)
  484.  - btxe/src/v7debug.c (1.2 -> 1.3)
  485.  - btxe/src/version.c (1.5 -> 1.6)
  486.  - btxe/src/version7.c (1.2 -> 1.3)
  487.  - btxe/src/vfos_lnx.c (1.2 -> 1.3)
  488.  - btxe/src/vfos_nt.c (1.2 -> 1.3)
  489.  - btxe/src/vfossil.c (1.2 -> 1.3)
  490.  - btxe/src/vt100.c (1.3 -> 1.4)
  491.  - btxe/src/xmrec.c (1.2 -> 1.3)
  492.  - btxe/src/xmsend.c (1.1.1.1 -> 1.2)
  493.  - btxe/src/yoohoo.c (1.2 -> 1.3)
  494.  - btxe/src/zmodem.c (1.2 -> 1.3)
  495.  - btxe/src/dos/xr5toxr6.c (1.2 -> 1.3)
  496.  - btxe/src/gethist/getbgfax.c (1.2 -> 1.3)
  497.  - btxe/src/gethist/gethcomm.c (1.1.1.1 -> 1.2)
  498.  - btxe/src/gethist/getmax3.c (1.2 -> 1.3)
  499.  - btxe/src/gethist/getra.c (1.2 -> 1.3)
  500.  - btxe/src/gethist/gettg.c (1.2 -> 1.3)
  501.  - btxe/src/os2/bink_pm/bink_pm.c (1.2 -> 1.3)
  502.  - btxe/src/os2/binkpipe/binkpipe.c (1.2 -> 1.3)
  503.  - btxe/src/os2/toss/toss.c (1.2 -> 1.3)
  504.  - btxe/src/win32/semwait/semwait.c (1.2 -> 1.3)
  505.  - btxe/src/win32/snoopon/snoopon.c (1.2 -> 1.3)
  506.  - btxe/xprmntl/bbs/ansi2bs.c (1.2 -> 1.3)
  507.  - btxe/xprmntl/bbs/compile.c (1.2 -> 1.3)
  508.  
  509.  
  510. XH3_CE1:  (checked in by mr at 19990227 02:42:31)
  511.  
  512. Description:
  513.  - fix for IBMCPP 3.0x compilers
  514.  
  515. Changed Files:
  516.  - btxe/os2/ibmvacpp.mak (1.1.1.1 -> 1.2)
  517.  - btxe/src/capi.c (1.4 -> 1.5)
  518.  - btxe/src/version.c (1.6 -> 1.7)
  519.  
  520.  
  521. xh3_ag1:  (checked in by mr at 19990227 12:53:15)
  522.  
  523. Description:
  524.  - Implemented parsing of "Remote has x bytes for us" Hydra device messages.
  525.    This updates remote "mail on hold" value, after the remote site read the
  526.    whole outbound.
  527.  - Made some changes to EMX makefiles using EMX 2.8.1 and the runtime 0.9d
  528.    (emx28omf.mak).
  529.  - fixed typecast in EMSI output, when using high ascii characters, that
  530.    made EMX compiled versions crash.
  531.  - corrected some "#ifdef __IBMC__ || __IBMCPP__" to "#if defined ..."
  532.  - Changed function names in maxcomm.h to uppercase and added respective
  533.    #defines, to allow EMX omf link with maxcomm.dll.
  534.  
  535. New Files:
  536.  - btxe/os2/cemx.cmd (1.1)
  537.  - btxe/os2/emx28omf.mak (1.1)
  538.  
  539. Changed Files:
  540.  - btxe/include/com_os2.h (1.2 -> 1.3)
  541.  - btxe/include/maxcomm.h (1.2 -> 1.3)
  542.  - btxe/os2/emxgaout.mak (1.1.1.1 -> 1.2)
  543.  - btxe/os2/emxgomf.mak (1.1.1.1 -> 1.2)
  544.  - btxe/src/b_initva.c (1.5 -> 1.6)
  545.  - btxe/src/capi.c (1.5 -> 1.6)
  546.  - btxe/src/emsi.c (1.3 -> 1.4)
  547.  - btxe/src/hydra.c (1.3 -> 1.4)
  548.  - btxe/src/version.c (1.7 -> 1.8)
  549.  
  550.  
  551. EH1+HK1+EH234+HK2+EH5+HK3+EH678 (plus more not send as diff):  (checked in by ceh at 19990227 13:10:50)
  552.  
  553. Description:
  554. - Fixes for Linux
  555. - Lowercased the results of all dfind()s. (Check under all OSs, please!)
  556.  
  557. New Files:
  558.  - btxe/include/foffsets.h (1.1)
  559.  - btxe/src/fcfgread.c (1.1)
  560.  
  561. Changed Files:
  562.  - btxe/readme.1st (1.1.1.1 -> 1.2)
  563.  - btxe/include/bbs_incl.h (1.2 -> 1.3)
  564.  - btxe/include/bink.h (1.5 -> 1.6)
  565.  - btxe/include/com.h (1.4 -> 1.5)
  566.  - btxe/include/com_lnx.h (1.3 -> 1.4)
  567.  - btxe/include/hydra.h (1.3 -> 1.4)
  568.  - btxe/include/includes.h (1.5 -> 1.6)
  569.  - btxe/include/keybd.h (1.2 -> 1.3)
  570.  - btxe/include/prototyp.h (1.6 -> 1.7)
  571.  - btxe/include/vfossil.h (1.3 -> 1.4)
  572.  - btxe/include/zmodem.h (1.2 -> 1.3)
  573.  - btxe/linux/Makefile (1.3 -> 1.4)
  574.  - btxe/linux/btxe.1 (1.2 -> 1.3)
  575.  - btxe/linux/credits (1.2 -> 1.3)
  576.  - btxe/linux/install (1.2 -> 1.3)
  577.  - btxe/linux/todo (1.6 -> 1.7)
  578.  - btxe/src/async_lx.c (1.6 -> 1.7)
  579.  - btxe/src/b_bbs.c (1.3 -> 1.4)
  580.  - btxe/src/b_frproc.c (1.5 -> 1.6)
  581.  - btxe/src/b_initva.c (1.6 -> 1.7)
  582.  - btxe/src/b_passwo.c (1.2 -> 1.3)
  583.  - btxe/src/b_proto.c (1.3 -> 1.4)
  584.  - btxe/src/b_search.c (1.2 -> 1.3)
  585.  - btxe/src/b_sessio.c (1.7 -> 1.8)
  586.  - btxe/src/b_termov.c (1.3 -> 1.4)
  587.  - btxe/src/bbs_io.c (1.3 -> 1.4)
  588.  - btxe/src/bt.c (1.4 -> 1.5)
  589.  - btxe/src/btconfig.c (1.5 -> 1.6)
  590.  - btxe/src/btutil.c (1.6 -> 1.7)
  591.  - btxe/src/common.c (1.4 -> 1.5)
  592.  - btxe/src/data.c (1.7 -> 1.8)
  593.  - btxe/src/dosfuncs.c (1.3 -> 1.4)
  594.  - btxe/src/file_dos.c (1.5 -> 1.6)
  595.  - btxe/src/fossil.c (1.3 -> 1.4)
  596.  - btxe/src/freepoll.c (1.6 -> 1.7)
  597.  - btxe/src/hydra.c (1.4 -> 1.5)
  598.  - btxe/src/janus.c (1.4 -> 1.5)
  599.  - btxe/src/langload.c (1.4 -> 1.5)
  600.  - btxe/src/language.txt (1.4 -> 1.5)
  601.  - btxe/src/mailer.c (1.4 -> 1.5)
  602.  - btxe/src/mailovly.c (1.8 -> 1.9)
  603.  - btxe/src/mailroot.c (1.5 -> 1.6)
  604.  - btxe/src/maxprm.c (1.2 -> 1.3)
  605.  - btxe/src/misc.c (1.4 -> 1.5)
  606.  - btxe/src/outbound.c (1.7 -> 1.8)
  607.  - btxe/src/pktmsgs.c (1.4 -> 1.5)
  608.  - btxe/src/sbuf.c (1.3 -> 1.4)
  609.  - btxe/src/sched.c (1.3 -> 1.4)
  610.  - btxe/src/script2.c (1.4 -> 1.5)
  611.  - btxe/src/version.c (1.8 -> 1.9)
  612.  - btxe/src/version7.c (1.3 -> 1.4)
  613.  - btxe/src/vfos_lnx.c (1.3 -> 1.4)
  614.  - btxe/src/zmodem.c (1.3 -> 1.4)
  615.  - btxe/xprmntl/bbs/ansi2bs.c (1.3 -> 1.4)
  616.  - btxe/xprmntl/bbs/compile.c (1.3 -> 1.4)
  617.  
  618.  
  619. ceh:  (no diff, via cvs at 19990227 13:16:20)
  620.  
  621. Description:
  622. Fixed small typo in version.c
  623.  
  624. Changed Files:
  625.  - btxe/src/version.c (1.9 -> 1.10)
  626.  
  627.  
  628. ceh:  (no diff, via cvs at 19990227 13:51:18)
  629.  
  630. Description:
  631. - added myself to xe_user.doc
  632. - changed ml.org to uue.org in xe_user.doc
  633.  
  634. Changed Files:
  635.  - btxe/doc/xe_user.doc (1.3 -> 1.4)
  636.  
  637.  
  638. mr:  (no diff, via cvs at 19990227 14:13:21)
  639.  
  640. Description:
  641.  - changed version string, please only increase patch level
  642.  
  643. Changed Files:
  644.  - btxe/src/version.c (1.10 -> 1.11)
  645.  
  646.  
  647. mr:  (no diff, via cvs at 19990227 14:14:44)
  648.  
  649. Description:
  650.  - compileable again
  651.  
  652. Changed Files:
  653.  - btxe/src/b_frproc.c (1.6 -> 1.7)
  654.  - btxe/src/janus.c (1.5 -> 1.6)
  655.  
  656.  
  657. mr:  (no diff, via cvs at 19990227 18:48:20)
  658.  
  659. Description:
  660.  - minor clean ups
  661.  
  662. Changed Files:
  663.  - btxe/src/bink_asm.c (1.2 -> 1.3)
  664.  - btxe/src/fcfgread.c (1.1 -> 1.2)
  665.  - btxe/src/maxprm.c (1.3 -> 1.4)
  666.  - btxe/src/version.c (1.11 -> 1.12)
  667.  
  668.  
  669. xh3_ag2:  (checked in by mr at 19990227 19:35:21)
  670.  
  671. Description:
  672.  - Implemented counterpart to the incoming extended MoH handling. It is send
  673.    as a hydra device message with the text "Remote has x bytes for us".
  674.    HydraMsgSend is sent as a hydra con message, now.
  675.  - The clock in the status window will be updated more often to provide the
  676.    user with the correct time.
  677.  - Corrected the internal length of the history file name. It was limited 
  678.    to 80 characters what can result in problems under anything else than
  679.    plain DOS.
  680.  - In xHydra sessions the device message will only be sent in the second
  681.    batch.
  682.  - Fixed or better removed "Lost Carrier" messages at the end of every 
  683.    Zmodem session.
  684.  - DelBadCall also clears bad call counter for all the AKAs of the remote
  685.    site.
  686.  - updated knwnbugs.xr6 (hopefully, it's right, what I did ;)
  687.  
  688. Bugfixes for:
  689.  - 0017 0025
  690.  
  691. Changed Files:
  692.  - btxe/doc/xr6/knwnbugs.xr6 (1.2 -> 1.3)
  693.  - btxe/include/externs.h (1.7 -> 1.8)
  694.  - btxe/include/prototyp.h (1.7 -> 1.8)
  695.  - btxe/src/b_today.c (1.3 -> 1.4)
  696.  - btxe/src/b_wzsend.c (1.4 -> 1.5)
  697.  - btxe/src/bt.c (1.5 -> 1.6)
  698.  - btxe/src/data.c (1.8 -> 1.9)
  699.  - btxe/src/hydra.c (1.5 -> 1.6)
  700.  - btxe/src/mailer.c (1.5 -> 1.6)
  701.  - btxe/src/mailroot.c (1.6 -> 1.7)
  702.  - btxe/src/misc.c (1.5 -> 1.6)
  703.  - btxe/src/version.c (1.12 -> 1.13)
  704.  - btxe/src/zmodem.c (1.4 -> 1.5)
  705.  
  706.  
  707. HK4567+NS1+HJK_SCRN:  (checked in by hjk at 19990228 13:46:21)
  708.  
  709. Description:
  710. - New keyword Win-version: SIOMode (almost same beheavior as in OS2)
  711. - Some bugfixes and cleanups
  712. - Support for Visual C++ (MSVC, uSoft)
  713. - Libfile to NTCOMM for MSVC
  714. - Added screenclasses for Win32 in the ideas.cpp\screen directory.
  715.  
  716. Bugfixes for:
  717.  - 0016, 0020
  718.  
  719. New Files:
  720.  - btxe/doc/sampcfg/w32/mailer.bat (1.1)
  721.  - btxe/doc/sampcfg/w32/mailerex.bat (1.1)
  722.  - btxe/lib/ntcommms.lib (1.1)
  723.  - btxe/xprmntl/screen/bcppb.mak (1.1)
  724.  - btxe/xprmntl/screen/scrnw32.h (1.1)
  725.  
  726. Changed Files:
  727.  - btxe/doc/xe_user.doc (1.4 -> 1.5)
  728.  - btxe/doc/sampcfg/w32/extmail.bat (1.1.1.1 -> 1.2)
  729.  - btxe/doc/xr6/knwnbugs.xr6 (1.3 -> 1.4)
  730.  - btxe/include/com_nt.h (1.2 -> 1.3)
  731.  - btxe/include/externs.h (1.8 -> 1.9)
  732.  - btxe/include/msgs.h (1.2 -> 1.3)
  733.  - btxe/include/prototyp.h (1.8 -> 1.9)
  734.  - btxe/include/third/ntcomm.h (1.1.1.1 -> 1.2)
  735.  - btxe/src/async_nt.c (1.3 -> 1.4)
  736.  - btxe/src/b_initva.c (1.7 -> 1.8)
  737.  - btxe/src/btconfig.c (1.6 -> 1.7)
  738.  - btxe/src/btutil.c (1.7 -> 1.8)
  739.  - btxe/src/data.c (1.9 -> 1.10)
  740.  - btxe/src/dosfuncs.c (1.4 -> 1.5)
  741.  - btxe/src/fossil.c (1.4 -> 1.5)
  742.  - btxe/src/language.txt (1.5 -> 1.6)
  743.  - btxe/src/mailer.c (1.6 -> 1.7)
  744.  - btxe/src/mdm_proc.c (1.3 -> 1.4)
  745.  - btxe/src/outbound.c (1.8 -> 1.9)
  746.  - btxe/src/sendsync.c (1.2 -> 1.3)
  747.  - btxe/src/version.c (1.13 -> 1.14)
  748.  - btxe/src/vfos_lnx.c (1.4 -> 1.5)
  749.  - btxe/src/vfos_nt.c (1.3 -> 1.4)
  750.  - btxe/src/vfossil.c (1.3 -> 1.4)
  751.  - btxe/xprmntl/screen/scrnelem.cpp (1.1.1.1 -> 1.2)
  752.  - btxe/xprmntl/screen/scrnelem.hpp (1.1.1.1 -> 1.2)
  753.  - btxe/xprmntl/screen/scrntest.cpp (1.1.1.1 -> 1.2)
  754.  - btxe/xprmntl/screen/todo.lst (1.1.1.1 -> 1.2)
  755.  - btxe/xprmntl/screen/typesize.h (1.1.1.1 -> 1.2)
  756.  
  757.  
  758. hjk:  (no diff, via cvs at 19990228 14:48:02)
  759.  
  760. Description:
  761. Removed support for V6 and Quick Nodelist
  762.  
  763. New Files:
  764.  - btxe/src/old/b_fuser.c (1.1)
  765.  - btxe/src/old/nodeproc.old (1.1)
  766.  
  767. Removed Files:
  768.  - btxe/src/b_fuser.c (1.2)
  769.  
  770. Changed Files:
  771.  - btxe/doc/xe_user.doc (1.5 -> 1.6)
  772.  - btxe/dos/bt.def (1.1.1.1 -> 1.2)
  773.  - btxe/dos/btxec700.def (1.1.1.1 -> 1.2)
  774.  - btxe/dos/btxec700.mak (1.1.1.1 -> 1.2)
  775.  - btxe/include/prototyp.h (1.9 -> 1.10)
  776.  - btxe/os2/emx28omf.mak (1.1 -> 1.2)
  777.  - btxe/os2/emxgomf.mak (1.2 -> 1.3)
  778.  - btxe/os2/watcom10.mif (1.1.1.1 -> 1.2)
  779.  - btxe/src/async_nt.c (1.4 -> 1.5)
  780.  - btxe/src/btconfig.c (1.7 -> 1.8)
  781.  - btxe/src/data.c (1.10 -> 1.11)
  782.  - btxe/src/nodeproc.c (1.3 -> 1.4)
  783.  - btxe/src/version.c (1.14 -> 1.15)
  784.  - btxe/win32/makefile (1.1 -> 1.2)
  785.  
  786.  
  787. ceh:  (no diff, via cvs at 19990228 19:30:29)
  788.  
  789. Description:
  790. removed hi-asciis from source (stats screen now uses selected boxtype)
  791.  
  792. Changed Files:
  793.  - btxe/include/box.h (1.2 -> 1.3)
  794.  - btxe/linux/btxe.1 (1.3 -> 1.4)
  795.  - btxe/src/async_lx.c (1.7 -> 1.8)
  796.  - btxe/src/bbs_io.c (1.4 -> 1.5)
  797.  - btxe/src/bt.c (1.6 -> 1.7)
  798.  - btxe/src/cache.c (1.3 -> 1.4)
  799.  - btxe/src/sbuf.c (1.4 -> 1.5)
  800.  - btxe/src/script2.c (1.5 -> 1.6)
  801.  - btxe/src/stats.c (1.3 -> 1.4)
  802.  - btxe/src/version.c (1.15 -> 1.16)
  803.  
  804.  
  805. mr:  (no diff, via cvs at 19990228 22:45:54)
  806.  
  807. Description:
  808.  - beautified opening screen
  809.  
  810. Changed Files:
  811.  - btxe/src/bt.c (1.7 -> 1.8)
  812.  
  813.  
  814. xh3_ag3:  (checked in by mr at 19990228 23:08:35)
  815.  
  816. Description:
  817.  - various year 2000 fixes
  818.  
  819. Changed Files:
  820.  - btxe/doc/sampcfg/os2/ph-cost.cmd (1.1.1.1 -> 1.2)
  821.  - btxe/src/bbs_io.c (1.5 -> 1.6)
  822.  - btxe/src/ftsc.c (1.3 -> 1.4)
  823.  - btxe/src/hydra.c (1.6 -> 1.7)
  824.  - btxe/src/misc.c (1.6 -> 1.7)
  825.  - btxe/src/outbound.c (1.9 -> 1.10)
  826.  - btxe/src/pktmsgs.c (1.5 -> 1.6)
  827.  - btxe/src/version.c (1.16 -> 1.17)
  828.  - btxe/src/gethist/getmax3.c (1.3 -> 1.4)
  829.  
  830.  
  831. mr:  (no diff, via cvs at 19990228 23:34:24)
  832.  
  833. Description:
  834.  - some code cleanups
  835.  
  836. Changed Files:
  837.  - btxe/os2/borland.mak (1.1.1.1 -> 1.2)
  838.  - btxe/os2/emxaout.rsp (1.1.1.1 -> 1.2)
  839.  - btxe/os2/emxgaout.mak (1.2 -> 1.3)
  840.  - btxe/os2/emxnaout.mak (1.1.1.1 -> 1.2)
  841.  - btxe/os2/ibmcsets.mak (1.1.1.1 -> 1.2)
  842.  - btxe/os2/ibmvacpp.mak (1.2 -> 1.3)
  843.  - btxe/src/b_bbs.c (1.4 -> 1.5)
  844.  - btxe/src/b_faxrcv.c (1.2 -> 1.3)
  845.  - btxe/src/b_term.c (1.4 -> 1.5)
  846.  - btxe/src/btconfig.c (1.8 -> 1.9)
  847.  - btxe/src/cache.c (1.4 -> 1.5)
  848.  - btxe/src/fcfgread.c (1.2 -> 1.3)
  849.  - btxe/src/misc.c (1.7 -> 1.8)
  850.  
  851.  
  852. ceh:  (no diff, via cvs at 19990301 11:12:12)
  853.  
  854. Description:
  855. - source cleanups
  856.  
  857. Changed Files:
  858.  - btxe/src/async_lx.c (1.8 -> 1.9)
  859.  - btxe/src/bt.c (1.8 -> 1.9)
  860.  - btxe/src/cache.c (1.5 -> 1.6)
  861.  
  862.  
  863. mr:  (no diff, via cvs at 19990302 01:10:37)
  864.  
  865. Description:
  866.  - removed release candidate version handling (back to one version string)
  867.  
  868. Changed Files:
  869.  - btxe/src/bt.c (1.9 -> 1.10)
  870.  - btxe/src/version.c (1.17 -> 1.18)
  871.  
  872.  
  873. mr:  (no diff, via cvs at 19990302 13:06:57)
  874.  
  875. Description:
  876.  - added todo list for next beta release
  877.  
  878. New Files:
  879.  - btxe/todo.bbr (1.1)
  880.  
  881.  
  882. mr:  (no diff, via cvs at 19990302 13:45:37)
  883.  
  884. Description:
  885.  - new build beta cmd for watcom
  886.  
  887. New Files:
  888.  - btxe/os2/watrbeta.cmd (1.1)
  889.  
  890. Changed Files:
  891.  - btxe/os2/watcom10.mif (1.2 -> 1.3)
  892.  
  893.  
  894. AG4:  (checked in by hjk at 19990302 18:05:37)
  895.  
  896. Description:
  897. - changed size display for 5 characters width to show the most precise info possible by not dividing it by 1024 before the value exceeds 9999 [ kMG].
  898. - made some changes to support an EMX compiled version to link with MAXCOMM.DLL.
  899.  
  900. New Files:
  901.  - btxe/src/emxmxcom.c (1.1)
  902.  - btxe/win32/bt32.ico (1.1)
  903.  
  904. Changed Files:
  905.  - btxe/include/com_nt.h (1.3 -> 1.4)
  906.  - btxe/include/com_os2p.h (1.2 -> 1.3)
  907.  - btxe/include/includes.h (1.6 -> 1.7)
  908.  - btxe/include/maxcomm.h (1.3 -> 1.4)
  909.  - btxe/os2/emx28omf.mak (1.2 -> 1.3)
  910.  - btxe/os2/emxgomf.mak (1.3 -> 1.4)
  911.  - btxe/os2/emxomf.rsp (1.1.1.1 -> 1.2)
  912.  - btxe/src/b_bbs.c (1.5 -> 1.6)
  913.  - btxe/src/cache.c (1.6 -> 1.7)
  914.  - btxe/src/misc.c (1.8 -> 1.9)
  915.  - btxe/src/os2_pm.c (1.4 -> 1.5)
  916.  
  917.  
  918. ceh:  (no diff, via cvs at 19990302 19:35:56)
  919.  
  920. Description:
  921.  - splitted file_dos.c into
  922.    - file_all.c (include this in your makefile for all OSs
  923.    - file_xxx.c (xxx=os2, lnx, w32, dos, include the appropriate one)
  924.  w32, os2 and dos are not completed yet!
  925.  
  926. Changed Files:
  927.  - btxe/include/bink.h (1.6 -> 1.7)
  928.  - btxe/linux/Makefile (1.4 -> 1.5)
  929.  - btxe/linux/btxe.1 (1.4 -> 1.5)
  930.  - btxe/src/b_flofil.c (1.5 -> 1.6)
  931.  - btxe/src/b_sessio.c (1.8 -> 1.9)
  932.  - btxe/src/b_term.c (1.5 -> 1.6)
  933.  - btxe/src/file_dos.c (1.6 -> 1.7)
  934.  - btxe/src/freepoll.c (1.7 -> 1.8)
  935.  - btxe/src/ftsc.c (1.4 -> 1.5)
  936.  - btxe/src/m7send.c (1.2 -> 1.3)
  937.  
  938.  
  939. ceh:  (no diff, via cvs at 19990302 20:31:32)
  940.  
  941. Description:
  942.  - added missing files (file_xxx.c)
  943.  
  944. New Files:
  945.  - btxe/src/file_all.c (1.1)
  946.  - btxe/src/file_lnx.c (1.1)
  947.  - btxe/src/file_os2.c (1.1)
  948.  - btxe/src/file_w32.c (1.1)
  949.  
  950.  
  951. ceh:  (no diff, via cvs at 19990302 21:43:41)
  952.  
  953. Description:
  954.  - "fixed" dos dfind (cound not test, because makefile does currently
  955.    not work (Michael?)
  956.  
  957. Changed Files:
  958.  - btxe/src/file_dos.c (1.7 -> 1.8)
  959.  
  960.  
  961. mr:  (no diff, via cvs at 19990302 23:47:28)
  962.  
  963. Description:
  964.  - now again compileable under OS/2 and DOS (with watcom)
  965.  
  966. Changed Files:
  967.  - btxe/include/bink.h (1.7 -> 1.8)
  968.  - btxe/include/externs.h (1.9 -> 1.10)
  969.  - btxe/os2/watcom10.mif (1.3 -> 1.4)
  970.  - btxe/src/b_bbs.c (1.6 -> 1.7)
  971.  - btxe/src/cache.c (1.7 -> 1.8)
  972.  - btxe/src/css.c (1.3 -> 1.4)
  973.  
  974.  
  975. hjk:  (no diff, via cvs at 19990303 00:09:30)
  976.  
  977. Description:
  978. - Updated file_w32.c, so it works now with Win32
  979. - Fixed empty outbound bug in OS/2 and Win32
  980.  
  981. Changed Files:
  982.  - btxe/todo.bbr (1.1 -> 1.2)
  983.  - btxe/src/cache.c (1.8 -> 1.9)
  984.  - btxe/src/file_w32.c (1.1 -> 1.2)
  985.  - btxe/win32/makefile (1.2 -> 1.3)
  986.  
  987.  
  988. ceh:  (no diff, via cvs at 19990303 00:33:52)
  989.  
  990. Description:
  991.  - tried to  fix dir_findfirst() / OS/2/32
  992.  
  993. Changed Files:
  994.  - btxe/include/bink.h (1.8 -> 1.9)
  995.  - btxe/src/file_os2.c (1.1 -> 1.2)
  996.  
  997.  
  998. ceh:  (no diff, via cvs at 19990303 01:29:26)
  999.  
  1000. Description:
  1001.  - fixes for dir_* os/2 32bit
  1002.  
  1003. Changed Files:
  1004.  - btxe/src/file_os2.c (1.2 -> 1.3)
  1005.  
  1006.  
  1007. ceh:  (no diff, via cvs at 19990303 01:35:14)
  1008.  
  1009. Description:
  1010.  - more fixes
  1011.  
  1012. Changed Files:
  1013.  - btxe/src/file_os2.c (1.3 -> 1.4)
  1014.  
  1015.  
  1016. mr:  (no diff, via cvs at 19990303 01:52:29)
  1017.  
  1018. Description:
  1019.  - some more fixes
  1020.  
  1021. Changed Files:
  1022.  - btxe/src/cache.c (1.9 -> 1.10)
  1023.  - btxe/src/file_os2.c (1.4 -> 1.5)
  1024.  
  1025.  
  1026. ceh:  (no diff, via cvs at 19990303 02:21:06)
  1027.  
  1028. Description:
  1029.  - removed some initializers for FILEINFOs
  1030.  
  1031. Changed Files:
  1032.  - btxe/include/bink.h (1.9 -> 1.10)
  1033.  - btxe/linux/Makefile (1.5 -> 1.6)
  1034.  - btxe/src/b_flofil.c (1.6 -> 1.7)
  1035.  - btxe/src/b_sessio.c (1.9 -> 1.10)
  1036.  - btxe/src/b_term.c (1.6 -> 1.7)
  1037.  - btxe/src/freepoll.c (1.8 -> 1.9)
  1038.  - btxe/src/m7send.c (1.3 -> 1.4)
  1039.  - btxe/src/mailovly.c (1.9 -> 1.10)
  1040.  - btxe/src/mailroot.c (1.7 -> 1.8)
  1041.  - btxe/src/outbound.c (1.10 -> 1.11)
  1042.  - btxe/src/xmsend.c (1.2 -> 1.3)
  1043.  
  1044.  
  1045. ceh:  (no diff, via cvs at 19990303 02:28:39)
  1046.  
  1047. Description:
  1048.  - another initializer for FILEINFO removed
  1049.  
  1050. Changed Files:
  1051.  - btxe/linux/Makefile (1.6 -> 1.7)
  1052.  - btxe/src/b_frproc.c (1.7 -> 1.8)
  1053.  
  1054.  
  1055. mr:  (no diff, via cvs at 19990303 02:30:19)
  1056.  
  1057. Description:
  1058.  - removed OS/2 16bit version (which never worked)
  1059.  
  1060. Changed Files:
  1061.  - btxe/include/bink.h (1.10 -> 1.11)
  1062.  - btxe/include/com_os2.h (1.3 -> 1.4)
  1063.  - btxe/include/com_os2p.h (1.3 -> 1.4)
  1064.  - btxe/include/includes.h (1.7 -> 1.8)
  1065.  - btxe/os2/watcom10.mif (1.4 -> 1.5)
  1066.  - btxe/src/async.c (1.3 -> 1.4)
  1067.  - btxe/src/b_spawn.c (1.3 -> 1.4)
  1068.  - btxe/src/dosfuncs.c (1.5 -> 1.6)
  1069.  
  1070.  
  1071. mr:  (no diff, via cvs at 19990303 02:35:58)
  1072.  
  1073. Description:
  1074.  - removed another #ifdef OS_2_v1x
  1075.  
  1076. Changed Files:
  1077.  - btxe/src/async.c (1.4 -> 1.5)
  1078.  
  1079.  
  1080. mr:  (no diff, via cvs at 19990303 03:10:22)
  1081.  
  1082. Description:
  1083.  - updated make files
  1084.  
  1085. Changed Files:
  1086.  - btxe/os2/borland.mak (1.2 -> 1.3)
  1087.  - btxe/os2/emx28omf.mak (1.3 -> 1.4)
  1088.  - btxe/os2/emxaout.rsp (1.2 -> 1.3)
  1089.  - btxe/os2/emxgaout.mak (1.3 -> 1.4)
  1090.  - btxe/os2/emxgomf.mak (1.4 -> 1.5)
  1091.  - btxe/os2/emxnaout.mak (1.2 -> 1.3)
  1092.  - btxe/os2/emxomf.rsp (1.2 -> 1.3)
  1093.  - btxe/os2/ibmcsets.mak (1.2 -> 1.3)
  1094.  - btxe/os2/ibmvacpp.mak (1.3 -> 1.4)
  1095.  
  1096.  
  1097. mr:  (no diff, via cvs at 19990303 03:12:53)
  1098.  
  1099. Description:
  1100.  - forgot file_xxx update for this rsp
  1101.  
  1102. Changed Files:
  1103.  - btxe/os2/emxomf.rsp (1.3 -> 1.4)
  1104.  
  1105.  
  1106. hjk:  (no diff, via cvs at 19990303 11:30:24)
  1107.  
  1108. Description:
  1109. Changed file_w32.c to use dynamic data
  1110.  
  1111. Changed Files:
  1112.  - btxe/include/bink.h (1.11 -> 1.12)
  1113.  - btxe/src/file_w32.c (1.2 -> 1.3)
  1114.  
  1115.  
  1116. hjk:  (no diff, via cvs at 19990303 14:34:41)
  1117.  
  1118. Description:
  1119. Added header and footer to emxmxcom.c
  1120.  
  1121. Changed Files:
  1122.  - btxe/src/emxmxcom.c (1.1 -> 1.2)
  1123.  
  1124.  
  1125. hjk:  (no diff, via cvs at 19990303 18:28:58)
  1126.  
  1127. Description:
  1128. -Fixed problem with TimeSync in Win32 version
  1129. -Added Microsoft VisualC makefile for Win32 version
  1130.  
  1131. New Files:
  1132.  - btxe/win32/msvc.mak (1.1)
  1133.  
  1134. Removed Files:
  1135.  - btxe/win32/w32bink.mak (1.1.1.1)
  1136.  
  1137. Changed Files:
  1138.  - btxe/include/vt100.h (1.2 -> 1.3)
  1139.  - btxe/src/misc.c (1.9 -> 1.10)
  1140.  
  1141.  
  1142. mr:  (no diff, via cvs at 19990305 03:24:43)
  1143.  
  1144. Description:
  1145.  - moved all file and dir related definitions into file_io.h
  1146.  
  1147. New Files:
  1148.  - btxe/include/file_io.h (1.1)
  1149.  
  1150. Changed Files:
  1151.  - btxe/include/bink.h (1.12 -> 1.13)
  1152.  - btxe/include/includes.h (1.8 -> 1.9)
  1153.  - btxe/include/xfer.h (1.2 -> 1.3)
  1154.  
  1155.  
  1156. mr:  (no diff, via cvs at 19990305 03:51:59)
  1157.  
  1158. Description:
  1159.  - clean ups, styleguide !!!!
  1160.  
  1161. Changed Files:
  1162.  - btxe/readme.1st (1.2 -> 1.3)
  1163.  - btxe/doc/xr6/announce.src (1.1.1.1 -> 1.2)
  1164.  - btxe/include/com_nt.h (1.4 -> 1.5)
  1165.  - btxe/include/externs.h (1.10 -> 1.11)
  1166.  - btxe/include/foffsets.h (1.1 -> 1.2)
  1167.  - btxe/include/maxcomm.h (1.4 -> 1.5)
  1168.  - btxe/include/vt100.h (1.3 -> 1.4)
  1169.  - btxe/src/async_lx.c (1.9 -> 1.10)
  1170.  - btxe/src/async_nt.c (1.5 -> 1.6)
  1171.  - btxe/src/async_os.c (1.3 -> 1.4)
  1172.  - btxe/src/b_rspfil.c (1.2 -> 1.3)
  1173.  - btxe/src/b_sbinit.c (1.4 -> 1.5)
  1174.  - btxe/src/b_script.c (1.2 -> 1.3)
  1175.  - btxe/src/bbs_io.c (1.6 -> 1.7)
  1176.  - btxe/src/btutil.c (1.8 -> 1.9)
  1177.  - btxe/src/cache.c (1.10 -> 1.11)
  1178.  - btxe/src/chat.c (1.3 -> 1.4)
  1179.  - btxe/src/debug.c (1.3 -> 1.4)
  1180.  - btxe/src/dosfuncs.c (1.6 -> 1.7)
  1181.  - btxe/src/emxmxcom.c (1.2 -> 1.3)
  1182.  - btxe/src/exceptio.c (1.3 -> 1.4)
  1183.  - btxe/src/fcfgread.c (1.3 -> 1.4)
  1184.  - btxe/src/file_all.c (1.1 -> 1.2)
  1185.  - btxe/src/file_dos.c (1.8 -> 1.9)
  1186.  - btxe/src/file_lnx.c (1.1 -> 1.2)
  1187.  - btxe/src/file_os2.c (1.5 -> 1.6)
  1188.  - btxe/src/file_w32.c (1.3 -> 1.4)
  1189.  - btxe/src/ftsc.c (1.5 -> 1.6)
  1190.  - btxe/src/mailer.c (1.7 -> 1.8)
  1191.  - btxe/src/misc.c (1.10 -> 1.11)
  1192.  - btxe/src/os2_pm.c (1.5 -> 1.6)
  1193.  - btxe/src/pktmsgs.c (1.6 -> 1.7)
  1194.  - btxe/src/script2.c (1.6 -> 1.7)
  1195.  - btxe/src/version.c (1.18 -> 1.19)
  1196.  
  1197.  
  1198. mr:  (no diff, via cvs at 19990306 02:49:36)
  1199.  
  1200. Description:
  1201.  - changed all open() to fopen() calls
  1202.  - some other modifications necessary because of this change
  1203.  
  1204. Changed Files:
  1205.  - btxe/todo.bbr (1.2 -> 1.3)
  1206.  - btxe/include/prototyp.h (1.10 -> 1.11)
  1207.  - btxe/src/b_flofil.c (1.7 -> 1.8)
  1208.  - btxe/src/b_frproc.c (1.8 -> 1.9)
  1209.  - btxe/src/exceptio.c (1.4 -> 1.5)
  1210.  - btxe/src/freepoll.c (1.9 -> 1.10)
  1211.  - btxe/src/hydra.c (1.7 -> 1.8)
  1212.  - btxe/src/janus.c (1.6 -> 1.7)
  1213.  - btxe/src/mailovly.c (1.10 -> 1.11)
  1214.  - btxe/src/maxprm.c (1.4 -> 1.5)
  1215.  - btxe/src/outbound.c (1.11 -> 1.12)
  1216.  - btxe/src/version.c (1.19 -> 1.20)
  1217.  
  1218.  
  1219. mr:  (no diff, via cvs at 19990306 02:59:18)
  1220.  
  1221. Description:
  1222.  - added some other rules to styleguide
  1223.  
  1224. Changed Files:
  1225.  - btxe/doc/stylguid.txt (1.1 -> 1.2)
  1226.  
  1227.  
  1228. mr:  (no diff, via cvs at 19990306 03:06:29)
  1229.  
  1230. Description:
  1231.  - yet another try to fix this damn NO CARRIER message after ZModem session
  1232.  - cleanups
  1233.  
  1234. Bugfixes for:
  1235.  - 0017
  1236.  
  1237. Changed Files:
  1238.  - btxe/src/zmodem.c (1.5 -> 1.6)
  1239.  
  1240.  
  1241. mr:  (no diff, via cvs at 19990306 03:08:13)
  1242.  
  1243. Description:
  1244.  - cleanups
  1245.  
  1246. Changed Files:
  1247.  - btxe/src/b_initva.c (1.8 -> 1.9)
  1248.  - btxe/src/btconfig.c (1.9 -> 1.10)
  1249.  - btxe/src/mailroot.c (1.8 -> 1.9)
  1250.  - btxe/src/maxmcp.c (1.3 -> 1.4)
  1251.  - btxe/src/mdm_proc.c (1.4 -> 1.5)
  1252.  - btxe/src/misc.c (1.11 -> 1.12)
  1253.  - btxe/src/sbuf.c (1.5 -> 1.6)
  1254.  - btxe/src/sched.c (1.4 -> 1.5)
  1255.  - btxe/src/script2.c (1.7 -> 1.8)
  1256.  - btxe/src/script2.inc (1.2 -> 1.3)
  1257.  - btxe/src/sendbark.c (1.3 -> 1.4)
  1258.  - btxe/src/srif.c (1.3 -> 1.4)
  1259.  - btxe/src/v7debug.c (1.3 -> 1.4)
  1260.  - btxe/src/version7.c (1.4 -> 1.5)
  1261.  - btxe/src/vfossil.c (1.4 -> 1.5)
  1262.  - btxe/src/xmrec.c (1.3 -> 1.4)
  1263.  - btxe/src/xmsend.c (1.3 -> 1.4)
  1264.  
  1265.  
  1266. mr:  (no diff, via cvs at 19990306 03:30:20)
  1267.  
  1268. Description:
  1269.  - outbound still broken :(
  1270.  
  1271. Changed Files:
  1272.  - btxe/todo.bbr (1.3 -> 1.4)
  1273.  
  1274.  
  1275. mr:  (no diff, via cvs at 19990306 03:40:42)
  1276.  
  1277. Description:
  1278.  - fixed some warnings
  1279.  
  1280. Changed Files:
  1281.  - btxe/src/janus.c (1.7 -> 1.8)
  1282.  
  1283.  
  1284. mr:  (no diff, via cvs at 19990306 03:43:52)
  1285.  
  1286. Description:
  1287.  - makefiles should work again
  1288.  
  1289. Changed Files:
  1290.  - btxe/os2/emx28omf.mak (1.4 -> 1.5)
  1291.  - btxe/os2/emxnaout.mak (1.3 -> 1.4)
  1292.  
  1293.  
  1294. hjk:  (no diff, via cvs at 19990306 11:49:10)
  1295.  
  1296. Description:
  1297. Update changes to example log file
  1298.  
  1299. Changed Files:
  1300.  - btxe/doc/sampcfg/binkley.cfg (1.1.1.1 -> 1.2)
  1301.  
  1302.  
  1303. hjk:  (no diff, via cvs at 19990306 12:31:06)
  1304.  
  1305. Description:
  1306. Fixed broken outbound again.
  1307.  
  1308. Changed Files:
  1309.  - btxe/todo.bbr (1.4 -> 1.5)
  1310.  - btxe/src/cache.c (1.11 -> 1.12)
  1311.  
  1312.  
  1313. hjk:  (no diff, via cvs at 19990306 16:58:36)
  1314.  
  1315. Description:
  1316. Made filenaming for different OSses more clear, according to the styleguide. No code changes.
  1317.  
  1318. New Files:
  1319.  - btxe/include/com_w32.h (1.1)
  1320.  - btxe/src/asyn_lnx.c (1.1)
  1321.  - btxe/src/asyn_os2.c (1.1)
  1322.  - btxe/src/asyn_w32.c (1.1)
  1323.  - btxe/src/vfos_dos.c (1.1)
  1324.  - btxe/src/vfos_os2.c (1.1)
  1325.  - btxe/src/vfos_w32.c (1.1)
  1326.  
  1327. Removed Files:
  1328.  - btxe/include/com_nt.h (1.5)
  1329.  - btxe/include/com_os2p.h (1.4)
  1330.  - btxe/src/async.c (1.5)
  1331.  - btxe/src/async_lx.c (1.10)
  1332.  - btxe/src/async_nt.c (1.6)
  1333.  - btxe/src/async_os.c (1.4)
  1334.  - btxe/src/vfos_nt.c (1.4)
  1335.  - btxe/src/vfossil.c (1.5)
  1336.  
  1337. Changed Files:
  1338.  - btxe/todo.bbr (1.5 -> 1.6)
  1339.  - btxe/dos/btxec700.mak (1.2 -> 1.3)
  1340.  - btxe/include/com.h (1.5 -> 1.6)
  1341.  - btxe/include/com_os2.h (1.4 -> 1.5)
  1342.  - btxe/include/vfossil.h (1.4 -> 1.5)
  1343.  - btxe/linux/Makefile (1.7 -> 1.8)
  1344.  - btxe/linux/todo (1.7 -> 1.8)
  1345.  - btxe/os2/borland.mak (1.3 -> 1.4)
  1346.  - btxe/os2/emx28omf.mak (1.5 -> 1.6)
  1347.  - btxe/os2/emxaout.rsp (1.3 -> 1.4)
  1348.  - btxe/os2/emxgaout.mak (1.4 -> 1.5)
  1349.  - btxe/os2/emxgomf.mak (1.5 -> 1.6)
  1350.  - btxe/os2/emxnaout.mak (1.4 -> 1.5)
  1351.  - btxe/os2/emxomf.rsp (1.4 -> 1.5)
  1352.  - btxe/os2/ibmcsets.mak (1.3 -> 1.4)
  1353.  - btxe/os2/ibmvacpp.mak (1.4 -> 1.5)
  1354.  - btxe/os2/watcom10.mif (1.5 -> 1.6)
  1355.  - btxe/src/file_w32.c (1.4 -> 1.5)
  1356.  - btxe/src/version.c (1.20 -> 1.21)
  1357.  - btxe/win32/makefile (1.3 -> 1.4)
  1358.  - btxe/win32/msvc.mak (1.1 -> 1.2)
  1359.  
  1360.  
  1361. hjk:  (no diff, via cvs at 19990306 18:11:50)
  1362.  
  1363. Description:
  1364. - Updated BCC Win32 makefile to compile btutil
  1365.  
  1366. Changed Files:
  1367.  - btxe/include/com_w32.h (1.1 -> 1.2)
  1368.  - btxe/linux/credits (1.3 -> 1.4)
  1369.  - btxe/win32/makefile (1.4 -> 1.5)
  1370.  
  1371.  
  1372. mr:  (no diff, via cvs at 19990306 21:16:51)
  1373.  
  1374. Description:
  1375.  - yet another problem: request processor broken :(
  1376.  
  1377. Changed Files:
  1378.  - btxe/todo.bbr (1.6 -> 1.7)
  1379.  
  1380.  
  1381. ceh:  (no diff, via cvs at 19990306 23:44:36)
  1382.  
  1383. Description:
  1384.  - Fixed bug in getting data from fidoconfig
  1385.  - Fixed problem detecting incoming *.req as requests
  1386.    (might work now... maybe)
  1387.  
  1388. Changed Files:
  1389.  - btxe/linux/Makefile (1.8 -> 1.9)
  1390.  - btxe/src/fcfgread.c (1.4 -> 1.5)
  1391.  - btxe/src/misc.c (1.12 -> 1.13)
  1392.  
  1393.  
  1394. ceh:  (no diff, via cvs at 19990306 23:51:48)
  1395.  
  1396. Description:
  1397.  - removed one line...
  1398.  
  1399. Changed Files:
  1400.  - btxe/src/misc.c (1.13 -> 1.14)
  1401.  
  1402.  
  1403. mr:  (no diff, via cvs at 19990307 04:23:49)
  1404.  
  1405. Description:
  1406.  - changed all filenames to lowercase (btexit flag was broken)
  1407.  
  1408. Changed Files:
  1409.  - btxe/src/b_sessio.c (1.10 -> 1.11)
  1410.  
  1411.  
  1412. mr:  (no diff, via cvs at 19990307 05:08:04)
  1413.  
  1414. Description:
  1415.  - fixed little bug in internal request processor that caused big problems...
  1416.  
  1417. Changed Files:
  1418.  - btxe/todo.bbr (1.7 -> 1.8)
  1419.  - btxe/src/b_frproc.c (1.9 -> 1.10)
  1420.  - btxe/src/version.c (1.21 -> 1.22)
  1421.  
  1422.  
  1423. hjk:  (no diff, via cvs at 19990307 15:16:38)
  1424.  
  1425. Description:
  1426. For some reason all year-2000 fixes of AG did not work, I always got year 1900. Fixed it.
  1427.  
  1428. Changed Files:
  1429.  - btxe/src/bbs_io.c (1.7 -> 1.8)
  1430.  - btxe/src/ftsc.c (1.6 -> 1.7)
  1431.  - btxe/src/hydra.c (1.8 -> 1.9)
  1432.  - btxe/src/misc.c (1.14 -> 1.15)
  1433.  - btxe/src/outbound.c (1.12 -> 1.13)
  1434.  - btxe/src/pktmsgs.c (1.7 -> 1.8)
  1435.  - btxe/src/version.c (1.22 -> 1.23)
  1436.  
  1437.  
  1438. mr:  (no diff, via cvs at 19990309 17:16:22)
  1439.  
  1440. Description:
  1441.  - version number in version.c is now maintained by daemon
  1442.  
  1443. Changed Files:
  1444.  - btxe/todo.bbr (1.8 -> 1.9)
  1445.  - btxe/src/version.c (1.25 -> 1.26)
  1446.  
  1447.  
  1448.  
  1449. Beta XH5:
  1450. ---------
  1451.  
  1452. XH4_CE1:  (checked in by hjk at 19990318 12:46:39)
  1453.  
  1454. Description:
  1455. - make it runable under IBM VAC 3.0
  1456. - include missing file include/com_os2p.h from XH3 (note HJK: file was not missing, only IBM VAC makefile was wrong, changed it)
  1457. - change some includes in include/third/max3
  1458.  
  1459. Changed Files:
  1460.  - btxe/include/third/max3/alc.h (1.1.1.1 -> 1.2)
  1461.  - btxe/include/third/max3/compiler.h (1.1.1.1 -> 1.2)
  1462.  - btxe/include/third/max3/max_u.h (1.1.1.1 -> 1.2)
  1463.  - btxe/include/third/max3/prog.h (1.1.1.1 -> 1.2)
  1464.  - btxe/include/third/max3/stamp.h (1.1.1.1 -> 1.2)
  1465.  - btxe/os2/ibmvacpp.mak (1.5 -> 1.6)
  1466.  
  1467.  
  1468. mr:  (no diff, via cvs at 19990319 00:55:57)
  1469.  
  1470. Description:
  1471.  - new things to do
  1472.  
  1473. Changed Files:
  1474.  - btxe/todo.bbr (1.9 -> 1.10)
  1475.  
  1476.  
  1477. mr:  (no diff, via cvs at 19990319 00:57:52)
  1478.  
  1479. Description:
  1480.  - fixed crash when spawning BBS (hopefully)
  1481.  
  1482. Changed Files:
  1483.  - btxe/src/b_bbs.c (1.7 -> 1.8)
  1484.  
  1485.  
  1486. mr:  (no diff, via cvs at 19990319 00:58:49)
  1487.  
  1488. Description:
  1489.  - little fixes
  1490.  
  1491. Changed Files:
  1492.  - btxe/os2/watrbeta.cmd (1.1 -> 1.2)
  1493.  
  1494.  
  1495. xh4_aw1:  (checked in by mr at 19990320 05:08:32)
  1496.  
  1497. Description:
  1498.  - fix for fts-1 and 100% cpu usage on incoming garbage calls
  1499.    (CONNECT 28800/NONE and fallback into fts-1 session)
  1500.  - time info in the logfile was not always correct. Fixed in
  1501.    in misc.c::status_line(), get complete time info with dostime() and not
  1502.    the hundreth seconds with dostime() and the seconds with time()/localtime().
  1503.  - fix for broken bbs spawn+commandline options in bbs exit, bbs batch, bbs
  1504.    spawn that was introduced in XH4.
  1505.    (Note MR: not included, already fixed in previous patch)
  1506.  
  1507. Bugfixes for:
  1508.  - 0031
  1509.  
  1510. Changed Files:
  1511.  - btxe/doc/xr5/knwnbugs.xr5 (1.1.1.1 -> 1.2)
  1512.  - btxe/doc/xr6/knwnbugs.xr6 (1.4 -> 1.5)
  1513.  - btxe/include/prototyp.h (1.11 -> 1.12)
  1514.  - btxe/src/brec.c (1.2 -> 1.3)
  1515.  - btxe/src/bsend.c (1.3 -> 1.4)
  1516.  - btxe/src/ftsc.c (1.7 -> 1.8)
  1517.  - btxe/src/m7rec.c (1.2 -> 1.3)
  1518.  - btxe/src/m7send.c (1.4 -> 1.5)
  1519.  - btxe/src/misc.c (1.15 -> 1.16)
  1520.  - btxe/src/sendbark.c (1.4 -> 1.5)
  1521.  - btxe/src/xmrec.c (1.4 -> 1.5)
  1522.  - btxe/src/xmsend.c (1.4 -> 1.5)
  1523.  
  1524.  
  1525. xh4_ag1:  (checked in by mr at 19990322 02:49:31)
  1526.  
  1527. Description:
  1528.  - erased a duplicate #define for COMOPEN in maxcomm.h.
  1529.  - corrected emxomf.rsp to not use b_fuser.obj for linking, as this is no
  1530.    longer used.
  1531.  - fixed parser for remote mail on hold information.
  1532.  - emx+gcc trapped on a toupper of >8bit values, as it can occur on READKB
  1533.    in the stats screens.
  1534.  - added #define BINKLEY_SOUNDS for OS/2.
  1535.  - We don't need to define __32BIT__ for IBMC(++).
  1536.  - The efficiency computation in xmrec.c/show_block was useless.
  1537.  - disabled CapiCID feature for emx+gcc, because it's not really possible
  1538.    to implement the 16bit callback function.
  1539.  
  1540. Changed Files:
  1541.  - btxe/include/includes.h (1.9 -> 1.10)
  1542.  - btxe/include/maxcomm.h (1.5 -> 1.6)
  1543.  - btxe/os2/emxomf.rsp (1.5 -> 1.6)
  1544.  - btxe/src/b_sessio.c (1.11 -> 1.12)
  1545.  - btxe/src/bt.c (1.10 -> 1.11)
  1546.  - btxe/src/btconfig.c (1.10 -> 1.11)
  1547.  - btxe/src/callback.c (1.4 -> 1.5)
  1548.  - btxe/src/callerid.c (1.3 -> 1.4)
  1549.  - btxe/src/capi.c (1.6 -> 1.7)
  1550.  - btxe/src/data.c (1.11 -> 1.12)
  1551.  - btxe/src/evtsetup.c (1.3 -> 1.4)
  1552.  - btxe/src/hydra.c (1.9 -> 1.10)
  1553.  - btxe/src/mailroot.c (1.9 -> 1.10)
  1554.  - btxe/src/mdm_proc.c (1.5 -> 1.6)
  1555.  - btxe/src/stats.c (1.4 -> 1.5)
  1556.  - btxe/src/xmrec.c (1.5 -> 1.6)
  1557.  
  1558.  
  1559. mr:  (no diff, via cvs at 19990322 04:47:51)
  1560.  
  1561. Description:
  1562.  - misc cleanups
  1563.  
  1564. Changed Files:
  1565.  - btxe/src/asyn_lnx.c (1.1 -> 1.2)
  1566.  - btxe/src/asyn_os2.c (1.1 -> 1.2)
  1567.  - btxe/src/asyn_w32.c (1.1 -> 1.2)
  1568.  - btxe/src/b_banner.c (1.2 -> 1.3)
  1569.  - btxe/src/b_faxrcv.c (1.3 -> 1.4)
  1570.  - btxe/src/b_flofil.c (1.8 -> 1.9)
  1571.  - btxe/src/b_help.c (1.2 -> 1.3)
  1572.  - btxe/src/b_initva.c (1.9 -> 1.10)
  1573.  - btxe/src/b_logs.c (1.3 -> 1.4)
  1574.  - btxe/src/b_passwo.c (1.3 -> 1.4)
  1575.  - btxe/src/b_proto.c (1.4 -> 1.5)
  1576.  - btxe/src/b_rspfil.c (1.3 -> 1.4)
  1577.  - btxe/src/b_sbinit.c (1.5 -> 1.6)
  1578.  - btxe/src/b_script.c (1.3 -> 1.4)
  1579.  - btxe/src/b_search.c (1.3 -> 1.4)
  1580.  - btxe/src/b_spawn.c (1.4 -> 1.5)
  1581.  - btxe/src/b_term.c (1.7 -> 1.8)
  1582.  - btxe/src/b_termov.c (1.4 -> 1.5)
  1583.  - btxe/src/b_today.c (1.4 -> 1.5)
  1584.  - btxe/src/b_wazoo.c (1.4 -> 1.5)
  1585.  - btxe/src/b_whack.c (1.2 -> 1.3)
  1586.  - btxe/src/b_wzsend.c (1.5 -> 1.6)
  1587.  - btxe/src/btutil.c (1.9 -> 1.10)
  1588.  - btxe/src/cache.c (1.12 -> 1.13)
  1589.  - btxe/src/chat.c (1.4 -> 1.5)
  1590.  - btxe/src/common.c (1.5 -> 1.6)
  1591.  - btxe/src/css.c (1.4 -> 1.5)
  1592.  - btxe/src/dosfuncs.c (1.7 -> 1.8)
  1593.  - btxe/src/emsi.c (1.4 -> 1.5)
  1594.  - btxe/src/evtparse.c (1.2 -> 1.3)
  1595.  - btxe/src/file_all.c (1.2 -> 1.3)
  1596.  - btxe/src/file_dos.c (1.9 -> 1.10)
  1597.  - btxe/src/file_os2.c (1.6 -> 1.7)
  1598.  - btxe/src/file_w32.c (1.5 -> 1.6)
  1599.  - btxe/src/fossil.c (1.5 -> 1.6)
  1600.  - btxe/src/freepoll.c (1.10 -> 1.11)
  1601.  - btxe/src/janus.c (1.8 -> 1.9)
  1602.  - btxe/src/langload.c (1.5 -> 1.6)
  1603.  - btxe/src/mailer.c (1.8 -> 1.9)
  1604.  - btxe/src/mailovly.c (1.11 -> 1.12)
  1605.  - btxe/src/maxprm.c (1.5 -> 1.6)
  1606.  - btxe/src/nodeproc.c (1.4 -> 1.5)
  1607.  - btxe/src/os2_pm.c (1.6 -> 1.7)
  1608.  - btxe/src/outbound.c (1.13 -> 1.14)
  1609.  - btxe/src/pipe.c (1.3 -> 1.4)
  1610.  - btxe/src/recvbark.c (1.2 -> 1.3)
  1611.  - btxe/src/recvsync.c (1.2 -> 1.3)
  1612.  - btxe/src/sbuf.c (1.6 -> 1.7)
  1613.  - btxe/src/sched.c (1.5 -> 1.6)
  1614.  - btxe/src/script2.c (1.8 -> 1.9)
  1615.  - btxe/src/sendsync.c (1.3 -> 1.4)
  1616.  - btxe/src/srif.c (1.4 -> 1.5)
  1617.  - btxe/src/v7debug.c (1.4 -> 1.5)
  1618.  - btxe/src/version.c (1.32 -> 1.33)
  1619.  - btxe/src/version7.c (1.5 -> 1.6)
  1620.  - btxe/src/vfos_dos.c (1.1 -> 1.2)
  1621.  - btxe/src/vfos_w32.c (1.1 -> 1.2)
  1622.  - btxe/src/yoohoo.c (1.3 -> 1.4)
  1623.  - btxe/src/zmodem.c (1.6 -> 1.7)
  1624.  - btxe/src/gethist/getmax3.c (1.4 -> 1.5)
  1625.  
  1626.  
  1627. mr:  (no diff, via cvs at 19990322 05:16:28)
  1628.  
  1629. Description:
  1630.  - bbs spawn really works now again
  1631.  
  1632. Changed Files:
  1633.  - btxe/todo.bbr (1.10 -> 1.11)
  1634.  - btxe/src/b_bbs.c (1.8 -> 1.9)
  1635.  
  1636.  
  1637. mr:  (no diff, via cvs at 19990323 01:30:57)
  1638.  
  1639. Description:
  1640.  - fixed makefile
  1641.  
  1642. Changed Files:
  1643.  - btxe/os2/emxgomf.mak (1.6 -> 1.7)
  1644.  
  1645.  
  1646. hjk:  (no diff, via cvs at 19990323 12:15:18)
  1647.  
  1648. Description:
  1649. Make it compile with Borland/Win32 again
  1650.  
  1651. Changed Files:
  1652.  - btxe/src/b_bbs.c (1.9 -> 1.10)
  1653.  
  1654.  
  1655. mr:  (no diff, via cvs at 19990323 23:29:01)
  1656.  
  1657. Description:
  1658.  - changed filenames from uppercase to lowercase
  1659.  
  1660. Changed Files:
  1661.  - btxe/src/b_faxrcv.c (1.4 -> 1.5)
  1662.  - btxe/src/b_logs.c (1.4 -> 1.5)
  1663.  - btxe/src/b_rspfil.c (1.4 -> 1.5)
  1664.  - btxe/src/b_sbinit.c (1.6 -> 1.7)
  1665.  - btxe/src/brec.c (1.3 -> 1.4)
  1666.  - btxe/src/bt.c (1.11 -> 1.12)
  1667.  - btxe/src/btconfig.c (1.11 -> 1.12)
  1668.  - btxe/src/btutil.c (1.10 -> 1.11)
  1669.  - btxe/src/cache.c (1.13 -> 1.14)
  1670.  - btxe/src/data.c (1.12 -> 1.13)
  1671.  - btxe/src/exceptio.c (1.5 -> 1.6)
  1672.  - btxe/src/hydra.c (1.10 -> 1.11)
  1673.  - btxe/src/janus.c (1.9 -> 1.10)
  1674.  - btxe/src/langload.c (1.6 -> 1.7)
  1675.  - btxe/src/maxmcp.c (1.4 -> 1.5)
  1676.  - btxe/src/misc.c (1.16 -> 1.17)
  1677.  - btxe/src/outbound.c (1.14 -> 1.15)
  1678.  - btxe/src/sched.c (1.6 -> 1.7)
  1679.  - btxe/src/xmrec.c (1.6 -> 1.7)
  1680.  - btxe/src/zmodem.c (1.7 -> 1.8)
  1681.  
  1682.  
  1683. mr:  (no diff, via cvs at 19990323 23:40:16)
  1684.  
  1685. Description:
  1686.  - little cleanups
  1687.  
  1688. Changed Files:
  1689.  - btxe/src/b_whack.c (1.3 -> 1.4)
  1690.  - btxe/src/mailer.c (1.9 -> 1.10)
  1691.  - btxe/src/mdm_proc.c (1.6 -> 1.7)
  1692.  - btxe/src/pipe.c (1.4 -> 1.5)
  1693.  - btxe/src/pktmsgs.c (1.8 -> 1.9)
  1694.  - btxe/src/recvbark.c (1.3 -> 1.4)
  1695.  - btxe/src/recvsync.c (1.3 -> 1.4)
  1696.  - btxe/src/script2.c (1.9 -> 1.10)
  1697.  - btxe/src/sendsync.c (1.4 -> 1.5)
  1698.  - btxe/src/stats.c (1.5 -> 1.6)
  1699.  - btxe/src/version7.c (1.6 -> 1.7)
  1700.  - btxe/src/vfos_lnx.c (1.5 -> 1.6)
  1701.  - btxe/src/vfos_w32.c (1.2 -> 1.3)
  1702.  - btxe/src/yoohoo.c (1.4 -> 1.5)
  1703.  
  1704.  
  1705. mr:  (no diff, via cvs at 19990323 23:42:15)
  1706.  
  1707. Description:
  1708.  - more things to do
  1709.  
  1710. Changed Files:
  1711.  - btxe/todo.bbr (1.11 -> 1.12)
  1712.  
  1713.  
  1714. ceh:  (no diff, via cvs at 19990324 12:29:02)
  1715.  
  1716. Description:
  1717.  - updated todo.bbr
  1718.  
  1719. Changed Files:
  1720.  - btxe/todo.bbr (1.12 -> 1.13)
  1721.  - btxe/include/includes.h (1.10 -> 1.11)
  1722.  - btxe/linux/Makefile (1.9 -> 1.10)
  1723.  
  1724.  
  1725. hjk:  (no diff, via cvs at 19990331 18:45:23)
  1726.  
  1727. Description:
  1728. - Some cleanups
  1729. - Removed mtask_name, was not used or displayed anymore
  1730.  
  1731. New Files:
  1732.  - btxe/src/old/vfos_w32.c (1.1)
  1733.  
  1734. Changed Files:
  1735.  - btxe/include/externs.h (1.11 -> 1.12)
  1736.  - btxe/src/b_frproc.c (1.10 -> 1.11)
  1737.  - btxe/src/data.c (1.13 -> 1.14)
  1738.  - btxe/src/dosfuncs.c (1.8 -> 1.9)
  1739.  - btxe/src/vfos_w32.c (1.3 -> 1.4)
  1740.  
  1741.  
  1742. ceh:  (no diff, via cvs at 19990331 22:40:18)
  1743.  
  1744. Description:
  1745.  - Fixed internal frequest-processor for Linux-Version
  1746.  
  1747. Changed Files:
  1748.  - btxe/todo.bbr (1.13 -> 1.14)
  1749.  - btxe/linux/Makefile (1.10 -> 1.11)
  1750.  - btxe/src/b_frproc.c (1.11 -> 1.12)
  1751.  
  1752.  
  1753. ceh:  (no diff, via cvs at 19990331 23:16:34)
  1754.  
  1755. Description:
  1756.  - An attempt to make the linux-version more stable receiving files
  1757.    under heavy load (I neither know if this is neccessary nor if it
  1758.    works ;)
  1759.  
  1760. Changed Files:
  1761.  - btxe/include/com_lnx.h (1.4 -> 1.5)
  1762.  - btxe/src/asyn_lnx.c (1.2 -> 1.3)
  1763.  - btxe/src/dosfuncs.c (1.9 -> 1.10)
  1764.  
  1765.  
  1766. ceh:  (no diff, via cvs at 19990331 23:25:43)
  1767.  
  1768. Description:
  1769.  - fixed typo in todo.bbr
  1770.  
  1771. Changed Files:
  1772.  - btxe/todo.bbr (1.14 -> 1.15)
  1773.  
  1774.  
  1775. xh4_aw2:  (checked in by mr at 19990401 01:52:21)
  1776.  
  1777. Description:
  1778.  - fixed flo file write error message on janus transfers (cosmetic error)
  1779.  - fixes for Maximus3 ACS analysis (skip leading+trailing spaces)
  1780.  - adapted Maximus3 ACS handling to be more Maximus3-like (empty ACS means
  1781.    "every user has access" instead of "no user has access")
  1782.  - added some comments to the ACS handling routines (makes it easier for the
  1783.    next programmer generation ;-)
  1784.  - added recognition of ALIAS definitions in Maximus3 access.ctl
  1785.  - fixed Watcoms "Warning! W111: Meaningless use of an expression" in gettg.c
  1786.  - fixed display-bug in zoomed outbound ALT-I node info
  1787.  - work on the Txy flag recognition. Currently the online hours is only
  1788.    shown on the ALT-I node info but not regarded when calling out.
  1789.    The upcoming full implementation will regard a system as 'CM' during its
  1790.    online hours and non-CM during its offline-hours. The biggest problem is
  1791.    the shared outbound and the necessary outbound-reread at full and half hour
  1792.    if there is any mail for Txy-flagged nodes in the outbound.
  1793.  
  1794. Bugfixes for:
  1795.  - 0027
  1796.  
  1797. Changed Files:
  1798.  - btxe/doc/xr6/knwnbugs.xr6 (1.5 -> 1.6)
  1799.  - btxe/include/bink.h (1.13 -> 1.14)
  1800.  - btxe/src/b_frproc.c (1.12 -> 1.13)
  1801.  - btxe/src/janus.c (1.10 -> 1.11)
  1802.  - btxe/src/mailroot.c (1.10 -> 1.11)
  1803.  - btxe/src/nodeproc.c (1.5 -> 1.6)
  1804.  - btxe/src/outbound.c (1.15 -> 1.16)
  1805.  - btxe/src/version7.c (1.7 -> 1.8)
  1806.  - btxe/src/gethist/gettg.c (1.3 -> 1.4)
  1807.  
  1808.  
  1809. hjk:  (no diff, via cvs at 19990407 17:12:07)
  1810.  
  1811. Description:
  1812. - Fixed bug in Linux version that made it always report no space available on disk when recieving files
  1813.  
  1814. Changed Files:
  1815.  - btxe/linux/Makefile (1.11 -> 1.12)
  1816.  - btxe/src/file_lnx.c (1.2 -> 1.3)
  1817.  
  1818.  
  1819. ceh:  (no diff, via cvs at 19990420 20:46:45)
  1820.  
  1821. Description:
  1822.  - fix for scanning outbound directories more than once under linux
  1823.  
  1824. Changed Files:
  1825.  - btxe/todo.bbr (1.15 -> 1.16)
  1826.  - btxe/include/zmodem.h (1.3 -> 1.4)
  1827.  - btxe/src/file_lnx.c (1.3 -> 1.4)
  1828.  - btxe/src/mailovly.c (1.12 -> 1.13)
  1829.  
  1830.  
  1831. ceh:  (no diff, via cvs at 19990504 22:07:25)
  1832.  
  1833. Description:
  1834.  - LINUX: Fixed "rename"-Bug. Other OSs rename returns an error when the
  1835.    destination already exists. Linux just overwrites. Now it stat()s the
  1836.    destination and returns an error if it exists, too.
  1837.  - Allowd "0" as parameter for RejectIgnoreSize (zero is the example in
  1838.    xe_user.doc, so it shoul work... ;)
  1839.  
  1840. Changed Files:
  1841.  - btxe/include/includes.h (1.11 -> 1.12)
  1842.  - btxe/linux/Makefile (1.12 -> 1.13)
  1843.  - btxe/src/asyn_lnx.c (1.3 -> 1.4)
  1844.  - btxe/src/btconfig.c (1.12 -> 1.13)
  1845.  - btxe/src/fcfgread.c (1.5 -> 1.6)
  1846.  - btxe/src/file_lnx.c (1.4 -> 1.5)
  1847.  - btxe/src/freepoll.c (1.11 -> 1.12)
  1848.  
  1849.  
  1850. hjk:  (no diff, via cvs at 19990504 22:20:37)
  1851.  
  1852. Description:
  1853. - Fixed Win32 timing problem
  1854. - Fixed Linux free inode problem
  1855.  
  1856. Changed Files:
  1857.  - btxe/src/dosfuncs.c (1.10 -> 1.11)
  1858.  
  1859.  
  1860. ceh:  (no diff, via cvs at 19990507 12:48:29)
  1861.  
  1862. Description:
  1863.  - LINUX: Fixed F5/F6 to F10
  1864.  
  1865. Changed Files:
  1866.  - btxe/linux/Makefile (1.13 -> 1.14)
  1867.  - btxe/linux/credits (1.4 -> 1.5)
  1868.  - btxe/linux/install (1.3 -> 1.4)
  1869.  - btxe/src/asyn_lnx.c (1.4 -> 1.5)
  1870.  
  1871.  
  1872. ag:  (no diff, via cvs at 19990512 23:15:12)
  1873.  
  1874. Description:
  1875. - added patch for maxcomm.dll included in the BT-XE package
  1876.  
  1877. Changed Files:
  1878.  - btxe/doc/sampcfg/os2/maxcomm.pat (1.1.1.1 -> 1.2)
  1879.  
  1880.  
  1881. ag:  (no diff, via cvs at 19990513 12:06:13)
  1882.  
  1883. Description:
  1884. - fread in 0-byte files caused endless loops.
  1885.  
  1886. Changed Files:
  1887.  - btxe/os2/cemx.cmd (1.1 -> 1.2)
  1888.  - btxe/src/outbound.c (1.16 -> 1.17)
  1889.  
  1890.  
  1891. mr:  (no diff, via cvs at 19990513 14:22:19)
  1892.  
  1893. Description:
  1894.  - some more bugs
  1895.  
  1896. Changed Files:
  1897.  - btxe/doc/xr6/knwnbugs.xr6 (1.6 -> 1.7)
  1898.  
  1899.  
  1900. ag:  (no diff, via cvs at 19990514 13:52:05)
  1901.  
  1902. Description:
  1903. - update todo.bbr
  1904.  
  1905. Changed Files:
  1906.  - btxe/todo.bbr (1.16 -> 1.17)
  1907.  
  1908.  
  1909. ceh:  (no diff, via cvs at 19990514 15:01:29)
  1910.  
  1911. Description:
  1912.  - removed domain_loc (someone using domain-setup please test!)
  1913.  
  1914. Changed Files:
  1915.  - btxe/include/externs.h (1.12 -> 1.13)
  1916.  - btxe/linux/Makefile (1.14 -> 1.15)
  1917.  - btxe/linux/install (1.4 -> 1.5)
  1918.  - btxe/src/btconfig.c (1.13 -> 1.14)
  1919.  - btxe/src/data.c (1.14 -> 1.15)
  1920.  - btxe/src/fcfgread.c (1.6 -> 1.7)
  1921.  - btxe/src/mailovly.c (1.13 -> 1.14)
  1922.  - btxe/src/mailroot.c (1.11 -> 1.12)
  1923.  
  1924.  
  1925. ceh:  (no diff, via cvs at 19990514 19:41:39)
  1926.  
  1927. Description:
  1928.  - added '#' as comment-starting character (if 1st whitespace char only)
  1929.  
  1930. Changed Files:
  1931.  - btxe/todo.bbr (1.17 -> 1.18)
  1932.  - btxe/doc/xe_user.doc (1.6 -> 1.7)
  1933.  - btxe/src/btconfig.c (1.14 -> 1.15)
  1934.  
  1935.  
  1936. ag:  (no diff, via cvs at 19990516 01:53:40)
  1937.  
  1938. Description:
  1939. - invalid entries in the history file could crash binkley under weird
  1940.   circumstances
  1941.  
  1942. Changed Files:
  1943.  - btxe/src/stats.c (1.6 -> 1.7)
  1944.  
  1945.  
  1946. ceh:  (no diff, via cvs at 19990517 17:48:47)
  1947.  
  1948. Description:
  1949.  - replaced match/prep_match with wildcard-check for okfile-requests
  1950.  
  1951. Changed Files:
  1952.  - btxe/linux/install (1.5 -> 1.6)
  1953.  - btxe/src/b_frproc.c (1.13 -> 1.14)
  1954.  - btxe/src/vfos_lnx.c (1.6 -> 1.7)
  1955.  
  1956.  
  1957. ceh:  (no diff, via cvs at 19990517 17:51:56)
  1958.  
  1959. Description:
  1960.  - added find_event() before polling when started with "mail" or "poll"
  1961.    (to set pickup_ok according to schedule)
  1962.  
  1963. Changed Files:
  1964.  - btxe/src/bt.c (1.12 -> 1.13)
  1965.  
  1966.  
  1967. ceh:  (no diff, via cvs at 19990519 01:17:21)
  1968.  
  1969. Description:
  1970.  - LINUX: Enabled Signal-Handling (SIGINT, SIGTERM)
  1971.  
  1972. Changed Files:
  1973.  - btxe/include/includes.h (1.12 -> 1.13)
  1974.  - btxe/linux/todo (1.8 -> 1.9)
  1975.  - btxe/src/bt.c (1.13 -> 1.14)
  1976.  
  1977.  
  1978. ns:  (no diff, via cvs at 19990527 05:47:59)
  1979.  
  1980. Description:
  1981. - some patches for MSVC
  1982.  
  1983. Changed Files:
  1984.  - btxe/include/file_io.h (1.1 -> 1.2)
  1985.  - btxe/include/includes.h (1.13 -> 1.14)
  1986.  - btxe/src/bt.c (1.14 -> 1.15)
  1987.  
  1988.  
  1989. xh4_aw4:  (checked in by mr at 19990529 20:36:47)
  1990.  
  1991. Description:
  1992. - DOS version: fixed dfind() handling on findnext/findclose function.
  1993.   dfind(2) resulted in endless loop.
  1994.  
  1995. Changed Files:
  1996.  - btxe/src/file_dos.c (1.10 -> 1.11)
  1997.  
  1998.  
  1999. ceh:  (no diff, via cvs at 19990530 17:18:13)
  2000.  
  2001. Description:
  2002.  - little ifdef-fix
  2003.  - LINUX: logfile in fidoconfig's log-dir now contains task-number
  2004.    (no longer one logfile for all tasks... ;)
  2005.  
  2006. Changed Files:
  2007.  - btxe/include/file_io.h (1.2 -> 1.3)
  2008.  - btxe/src/fcfgread.c (1.7 -> 1.8)
  2009.  
  2010.  
  2011. hjk:  (no diff, via cvs at 19990601 20:50:27)
  2012.  
  2013. Description:
  2014.  - Fixed problem with WinFossil and high CPU loads
  2015.  - Updated knownbugs list
  2016.  
  2017. Changed Files:
  2018.  - btxe/doc/xr6/knwnbugs.xr6 (1.7 -> 1.8)
  2019.  - btxe/src/asyn_w32.c (1.2 -> 1.3)
  2020.  
  2021.  
  2022. ceh:  (no diff, via cvs at 19990605 00:38:54)
  2023.  
  2024. Description:
  2025.  - New keyword: ReadFlagTime to set minimal time between scans for flags
  2026.    (btexit??.??, forcexit etc.) Default 15 seconds (as hardcoded before)
  2027.  
  2028. Changed Files:
  2029.  - btxe/doc/xe_user.doc (1.7 -> 1.8)
  2030.  - btxe/include/externs.h (1.13 -> 1.14)
  2031.  - btxe/src/b_sessio.c (1.12 -> 1.13)
  2032.  - btxe/src/btconfig.c (1.15 -> 1.16)
  2033.  - btxe/src/data.c (1.15 -> 1.16)
  2034.  
  2035.  
  2036. ceh:  (no diff, via cvs at 19990608 22:20:37)
  2037.  
  2038. Description:
  2039.  - LiNuX: Fixed diskfree bug with free space >2GB
  2040.  - changed Alpha -> Beta
  2041.  
  2042. Changed Files:
  2043.  - btxe/linux/install (1.6 -> 1.7)
  2044.  - btxe/src/file_lnx.c (1.5 -> 1.6)
  2045.  - btxe/src/version.c (1.65 -> 1.66)
  2046.  
  2047.  
  2048. ceh:  (no diff, via cvs at 19990608 22:26:54)
  2049.  
  2050. Description:
  2051.  - removed unused file
  2052.  
  2053. Removed Files:
  2054.  - btxe/src/script2.inc (1.3)
  2055.  
  2056.  
  2057. ceh:  (no diff, via cvs at 19990610 18:55:41)
  2058.  
  2059. Description:
  2060.  - Linux: Fidoconfig: Small Password Fix
  2061.  
  2062. Changed Files:
  2063.  - btxe/src/b_passwo.c (1.4 -> 1.5)
  2064.  - btxe/src/bbs_io.c (1.8 -> 1.9)
  2065.  - btxe/src/script2.c (1.10 -> 1.11)
  2066.  
  2067.  
  2068. xh4_aw5:  (checked in by mr at 19990611 00:01:16)
  2069.  
  2070. Description:
  2071. - DOS version: fixed dfind() handling on findnext/findclose function.
  2072.   dfind(2) resulted in endless loop.
  2073. - DOS version: fixed more bugs in dfind() handling of filenames.
  2074.  
  2075. Changed Files:
  2076.  - btxe/include/file_io.h (1.3 -> 1.4)
  2077.  - btxe/src/file_dos.c (1.11 -> 1.12)
  2078.  
  2079.  
  2080. ceh:  (no diff, via cvs at 19990611 00:02:52)
  2081.  
  2082. Description:
  2083.  - linux: fixed small typo in linux_pause
  2084.  
  2085. Changed Files:
  2086.  - btxe/src/asyn_lnx.c (1.5 -> 1.6)
  2087.  
  2088.  
  2089. ceh:  (no diff, via cvs at 19990611 00:21:20)
  2090.  
  2091. Description:
  2092.  - Linux: Fixed small linux_pause-bug
  2093.  
  2094. Changed Files:
  2095.  - btxe/include/bbs_incl.h (1.3 -> 1.4)
  2096.  - btxe/src/asyn_lnx.c (1.6 -> 1.7)
  2097.  
  2098.  
  2099. ceh:  (no diff, via cvs at 19990612 23:41:37)
  2100.  
  2101. Description:
  2102.  - Changed SHARE_DEFAULT for Linux to 0 (to make sure lockfile will be
  2103.    deleted on exit).
  2104.  - Added new KeyWord: LocalInbound <inbound> where Binkley will write
  2105.    PKTs to the system (dayly statistics). Defaults to ProtInbound.
  2106.  
  2107. Changed Files:
  2108.  - btxe/doc/xe_user.doc (1.8 -> 1.9)
  2109.  - btxe/include/externs.h (1.14 -> 1.15)
  2110.  - btxe/include/includes.h (1.14 -> 1.15)
  2111.  - btxe/src/btconfig.c (1.16 -> 1.17)
  2112.  - btxe/src/data.c (1.16 -> 1.17)
  2113.  - btxe/src/fcfgread.c (1.8 -> 1.9)
  2114.  - btxe/src/sched.c (1.7 -> 1.8)
  2115.  
  2116.  
  2117. ceh:  (no diff, via cvs at 19990614 23:57:14)
  2118.  
  2119. Description:
  2120.  - small clean-up
  2121.  
  2122. Changed Files:
  2123.  - btxe/src/b_initva.c (1.10 -> 1.11)
  2124.  - btxe/src/btconfig.c (1.17 -> 1.18)
  2125.  
  2126.  
  2127. ceh:  (no diff, via cvs at 19990615 19:26:38)
  2128.  
  2129. Description:
  2130.  - TZ-Fix for Linux
  2131.  
  2132. Changed Files:
  2133.  - btxe/src/misc.c (1.17 -> 1.18)
  2134.  
  2135.  
  2136.  
  2137. Beta XH6:
  2138. ---------
  2139.  
  2140. hjk:  (no diff, via cvs at 19990704 18:41:01)
  2141.  
  2142. Description:
  2143.  - Fixed bug with relative paths in zfree() function for Win32
  2144.  
  2145. Changed Files:
  2146.  - btxe/src/file_w32.c (1.6 -> 1.7)
  2147.  
  2148.  
  2149. ceh:  (no diff, via cvs at 19990720 18:27:11)
  2150.  
  2151. Description:
  2152.  - Linux: timzone-fix and restart after errlevelshell fixed
  2153.  
  2154. Changed Files:
  2155.  - btxe/linux/Makefile (1.15 -> 1.16)
  2156.  - btxe/linux/credits (1.5 -> 1.6)
  2157.  - btxe/src/asyn_lnx.c (1.7 -> 1.8)
  2158.  - btxe/src/misc.c (1.18 -> 1.19)
  2159.  
  2160.  
  2161. ceh:  (no diff, via cvs at 19990730 19:37:20)
  2162.  
  2163. Description:
  2164.  - okfile frequest processor fixed
  2165.  
  2166. Changed Files:
  2167.  - btxe/src/b_frproc.c (1.14 -> 1.15)
  2168.  
  2169.  
  2170. ceh:  (no diff, via cvs at 19990823 02:27:11)
  2171.  
  2172. Description:
  2173.  - LINUX: Fixed Msg-Pkt generation (Dayly Stats/Frequest-Responses
  2174.    should work now)
  2175.  
  2176. Changed Files:
  2177.  - btxe/include/foffsets.h (1.2 -> 1.3)
  2178.  - btxe/src/pktmsgs.c (1.9 -> 1.10)
  2179.  
  2180.  
  2181. ceh:  (no diff, via cvs at 19990829 21:55:50)
  2182.  
  2183. Description:
  2184.  - Linux: Freeze-Fix
  2185.  
  2186. Changed Files:
  2187.  - btxe/src/asyn_lnx.c (1.8 -> 1.9)
  2188.  
  2189.  
  2190. sms:  (no diff, via cvs at 19990912 23:53:37)
  2191.  
  2192. Description:
  2193. - now using sessionPwd instead of defaultPwd from fidoconfig
  2194.  
  2195. Changed Files:
  2196.  - btxe/src/fcfgread.c (1.9 -> 1.10)
  2197.  
  2198.  
  2199. ag:  (no diff, via cvs at 19990926 23:35:05)
  2200.  
  2201. Description:
  2202. - fixed bug that occured in BiDi sessions when remote set NoPickup.
  2203.   Now you should be able to receive mail in those sessions.
  2204.  
  2205. Changed Files:
  2206.  - btxe/src/b_wazoo.c (1.5 -> 1.6)
  2207.  
  2208.  
  2209. mr:  (no diff, via cvs at 19990927 16:59:13)
  2210.  
  2211. Description:
  2212.  - removed "Notes:"
  2213.  
  2214. Changed Files:
  2215.  - btxe/src/win32/semwait/semwait.c (1.3 -> 1.4)
  2216.  
  2217.  
  2218. mr:  (no diff, via cvs at 19990927 17:01:43)
  2219.  
  2220. Description:
  2221.  - changed btxever to XH5
  2222.  
  2223. Changed Files:
  2224.  - btxe/os2/watrbeta.cmd (1.2 -> 1.3)
  2225.  
  2226.  
  2227. mr:  (no diff, via cvs at 19990927 17:29:46)
  2228.  
  2229. Description:
  2230.  - added indent profiles to every directory under indent check
  2231.  
  2232. New Files:
  2233.  - btxe/include/.indent.pro (1.1)
  2234.  - btxe/src/.indent.pro (1.1)
  2235.  - btxe/src/dos/.indent.pro (1.1)
  2236.  - btxe/src/gethist/.indent.pro (1.1)
  2237.  - btxe/src/old/.indent.pro (1.1)
  2238.  - btxe/src/os2/.indent.pro (1.1)
  2239.  - btxe/src/os2/bink_pm/.indent.pro (1.1)
  2240.  - btxe/src/os2/binkpipe/.indent.pro (1.1)
  2241.  - btxe/src/os2/toss/.indent.pro (1.1)
  2242.  - btxe/src/win32/.indent.pro (1.1)
  2243.  - btxe/src/win32/semwait/.indent.pro (1.1)
  2244.  - btxe/src/win32/snoopon/.indent.pro (1.1)
  2245.  
  2246. Changed Files:
  2247.  - btxe/doc/stylguid.txt (1.2 -> 1.3)
  2248.  
  2249.  
  2250. sms:  (no diff, via cvs at 19990927 17:44:10)
  2251.  
  2252. Description:
  2253. added sms to xe_user.doc
  2254.  
  2255. Changed Files:
  2256.  - btxe/doc/xe_user.doc (1.9 -> 1.10)
  2257.  
  2258.  
  2259. ceh:  (no diff, via cvs at 19990927 19:40:20)
  2260.  
  2261. Description:
  2262.  - made DZA addable to protocol-preference
  2263.  - Linux: undefined language-file warnings
  2264.  
  2265. Changed Files:
  2266.  - btxe/src/emsi.c (1.5 -> 1.6)
  2267.  - btxe/src/langload.c (1.7 -> 1.8)
  2268.  
  2269.  
  2270. xh5-vp2.dif:  (checked in by mr at 19990927 22:51:42)
  2271.  
  2272. Description:
  2273.  - added Txy support in outbound
  2274.  - added Online time override (see xe_user.doc)
  2275.  - added SendHoldIfCaller (see xe_user.doc)
  2276.  - added RestorePoll (see xe_user.doc)
  2277.  - Binkley now sets mailflag (if defined) after generating daily stats
  2278.  - added Hidden lines support (see xe_user.doc)
  2279.  - "SmartBiDi Outgouing" didn't work, fixed
  2280.  - Changed ExtSession behaviour (see xe_user.doc)
  2281.  - Session results are now saved into CallHist.All file (for mailer and
  2282.    external mail sessions) in the field CallHist.h.m.success.
  2283.  - added NetMailFlag, ArcMailFlag and TicFlag (see xe_user.doc)
  2284.  - added SaveExtSession (see xe_user.doc)
  2285.  - fixed bug with outbound cache in Win32 version with Watcom C (by Stas
  2286.    Mekhanoshin)
  2287.  - some minor cosmetic changes in the sources (by mr, not in diff)
  2288.  - emx gnu make file now uses '/' instead of '\' (by mr, not in diff)
  2289.  
  2290. Bugfixes for:
  2291.  - 0038
  2292.  
  2293. Changed Files:
  2294.  - btxe/doc/xe_user.doc (1.10 -> 1.11)
  2295.  - btxe/doc/xr6/knwnbugs.xr6 (1.8 -> 1.9)
  2296.  - btxe/dos/btxec700.def (1.2 -> 1.3)
  2297.  - btxe/dos/btxec700.mak (1.3 -> 1.4)
  2298.  - btxe/include/bink.h (1.14 -> 1.15)
  2299.  - btxe/include/externs.h (1.15 -> 1.16)
  2300.  - btxe/include/file_io.h (1.4 -> 1.5)
  2301.  - btxe/include/history.h (1.2 -> 1.3)
  2302.  - btxe/include/prototyp.h (1.12 -> 1.13)
  2303.  - btxe/include/sched.h (1.2 -> 1.3)
  2304.  - btxe/linux/Makefile (1.16 -> 1.17)
  2305.  - btxe/os2/borland.mak (1.4 -> 1.5)
  2306.  - btxe/os2/emx28omf.mak (1.6 -> 1.7)
  2307.  - btxe/os2/emxaout.rsp (1.4 -> 1.5)
  2308.  - btxe/os2/emxgaout.mak (1.5 -> 1.6)
  2309.  - btxe/os2/emxgomf.mak (1.7 -> 1.8)
  2310.  - btxe/os2/emxnaout.mak (1.5 -> 1.6)
  2311.  - btxe/os2/emxomf.rsp (1.6 -> 1.7)
  2312.  - btxe/os2/ibmcsets.mak (1.4 -> 1.5)
  2313.  - btxe/os2/ibmvacpp.mak (1.6 -> 1.7)
  2314.  - btxe/os2/watcom10.mif (1.6 -> 1.7)
  2315.  - btxe/src/b_flofil.c (1.9 -> 1.10)
  2316.  - btxe/src/b_initva.c (1.11 -> 1.12)
  2317.  - btxe/src/b_sessio.c (1.13 -> 1.14)
  2318.  - btxe/src/b_wazoo.c (1.6 -> 1.7)
  2319.  - btxe/src/b_wzsend.c (1.6 -> 1.7)
  2320.  - btxe/src/btconfig.c (1.18 -> 1.19)
  2321.  - btxe/src/data.c (1.17 -> 1.18)
  2322.  - btxe/src/emsi.c (1.6 -> 1.7)
  2323.  - btxe/src/ftsc.c (1.8 -> 1.9)
  2324.  - btxe/src/history.c (1.3 -> 1.4)
  2325.  - btxe/src/mailer.c (1.10 -> 1.11)
  2326.  - btxe/src/mailovly.c (1.14 -> 1.15)
  2327.  - btxe/src/mailroot.c (1.12 -> 1.13)
  2328.  - btxe/src/mdm_proc.c (1.7 -> 1.8)
  2329.  - btxe/src/misc.c (1.19 -> 1.20)
  2330.  - btxe/src/nodeproc.c (1.6 -> 1.7)
  2331.  - btxe/src/outbound.c (1.17 -> 1.18)
  2332.  - btxe/src/sched.c (1.8 -> 1.9)
  2333.  - btxe/src/times.c (1.3 -> 1.4)
  2334.  - btxe/src/version7.c (1.8 -> 1.9)
  2335.  
  2336.  
  2337. mr:  (no diff, via cvs at 19990928 20:07:08)
  2338.  
  2339. Description:
  2340.  - moved "modifications done by"-list from xe_user.doc into team.lst
  2341.  - rewrote header of xe_user.doc
  2342.  
  2343. Changed Files:
  2344.  - btxe/doc/xe_user.doc (1.11 -> 1.12)
  2345.  - btxe/doc/team.lst (1.1.1.1 -> 1.2)
  2346.  
  2347.  
  2348. mr:  (no diff, via cvs at 19990928 20:11:16)
  2349.  
  2350. Description:
  2351.  - moved "don't use TABs" from readthis.!!! into stylguid.txt
  2352.  - readthis.!!! is no longer necessary (indent removes TABs)
  2353.  
  2354. Removed Files:
  2355.  - btxe/doc/readthis.!!! (1.1.1.1)
  2356.  
  2357. Changed Files:
  2358.  - btxe/doc/stylguid.txt (1.3 -> 1.4)
  2359.  
  2360.  
  2361. mr:  (no diff, via cvs at 19990928 22:06:13)
  2362.  
  2363. Description:
  2364.  - added team.lst to the release archive
  2365.  
  2366. Changed Files:
  2367.  - btxe/os2/watrbeta.cmd (1.3 -> 1.4)
  2368.  
  2369.  
  2370. mr:  (no diff, via cvs at 19990930 11:38:03)
  2371.  
  2372. Description:
  2373.  - RestorePoll cra[sh] showed error message "unknown flavour"
  2374.  
  2375. Changed Files:
  2376.  - btxe/src/btconfig.c (1.19 -> 1.20)
  2377.  
  2378.  
  2379. ceh:  (no diff, via cvs at 19990930 19:50:10)
  2380.  
  2381. Description:
  2382.  - Linux: Fix for NodeExtraDir
  2383.  
  2384. Changed Files:
  2385.  - btxe/doc/team.lst (1.2 -> 1.3)
  2386.  - btxe/include/includes.h (1.15 -> 1.16)
  2387.  - btxe/src/b_flofil.c (1.10 -> 1.11)
  2388.  - btxe/src/freepoll.c (1.12 -> 1.13)
  2389.  
  2390.  
  2391. mr:  (no diff, via cvs at 19991002 02:45:29)
  2392.  
  2393. Description:
  2394.  - little fixes, now they should work with sh (exception: clean)
  2395.  
  2396. Changed Files:
  2397.  - btxe/os2/emx28omf.mak (1.7 -> 1.8)
  2398.  - btxe/os2/emxgaout.mak (1.6 -> 1.7)
  2399.  - btxe/os2/emxgomf.mak (1.8 -> 1.9)
  2400.  
  2401.  
  2402. mr:  (no diff, via cvs at 19991002 22:10:37)
  2403.  
  2404. Description:
  2405.  - corrected entry of jan n. klug
  2406.  
  2407. Changed Files:
  2408.  - btxe/doc/team.lst (1.3 -> 1.4)
  2409.  
  2410.  
  2411. mr:  (no diff, via cvs at 19991003 15:42:56)
  2412.  
  2413. Description:
  2414.  - added some members who were only listed in bt.c
  2415.  
  2416. Changed Files:
  2417.  - btxe/doc/team.lst (1.4 -> 1.5)
  2418.  
  2419.  
  2420. mr:  (no diff, via cvs at 19991003 15:44:06)
  2421.  
  2422. Description:
  2423.  - very little changes
  2424.  
  2425. Changed Files:
  2426.  - btxe/doc/cbdjl.lst (1.1.1.1 -> 1.2)
  2427.  - btxe/doc/join.us (1.1.1.1 -> 1.2)
  2428.  
  2429.  
  2430. mr:  (no diff, via cvs at 19991003 15:46:48)
  2431.  
  2432. Description:
  2433.  - removed team list from bt.c
  2434.  
  2435. Changed Files:
  2436.  - btxe/src/bt.c (1.15 -> 1.16)
  2437.  
  2438.  
  2439. mr:  (no diff, via cvs at 19991003 17:08:11)
  2440.  
  2441. Description:
  2442.  - corrected / removed some wrong homepage links
  2443.  
  2444. Changed Files:
  2445.  - btxe/doc/team.lst (1.5 -> 1.6)
  2446.  
  2447.  
  2448. ag:  (no diff, via cvs at 19991003 23:18:02)
  2449.  
  2450. Description:
  2451. - changed entry of Andre Grueneberg in team.lst.
  2452.  
  2453. Changed Files:
  2454.  - btxe/doc/team.lst (1.6 -> 1.7)
  2455.  
  2456.  
  2457. mr:  (no diff, via cvs at 19991005 16:00:53)
  2458.  
  2459. Description:
  2460.  - VRP is now listed under members
  2461.  - added SVM
  2462.  
  2463. Changed Files:
  2464.  - btxe/doc/team.lst (1.7 -> 1.8)
  2465.  
  2466.  
  2467. hjk:  (no diff, via cvs at 19991005 16:22:05)
  2468.  
  2469. Description:
  2470.  - rewritten zfree() function for Win32
  2471.  - updated my entry in team.lst
  2472.  
  2473. Changed Files:
  2474.  - btxe/doc/team.lst (1.8 -> 1.9)
  2475.  - btxe/doc/xe_user.doc (1.12 -> 1.13)
  2476.  - btxe/src/file_w32.c (1.7 -> 1.8)
  2477.  
  2478.  
  2479. mr:  (no diff, via cvs at 19991005 16:44:56)
  2480.  
  2481. Description:
  2482.  - SM is SVM now
  2483.  
  2484. Changed Files:
  2485.  - btxe/src/file_w32.c (1.8 -> 1.9)
  2486.  
  2487.  
  2488. mr:  (no diff, via cvs at 19991005 16:47:59)
  2489.  
  2490. Description:
  2491.  - SM is SVM now
  2492.  
  2493. Changed Files:
  2494. - btxe/doc/xe_user.doc (1.13 -> 1.14)
  2495.  
  2496.  
  2497.  
  2498. Beta XH7:
  2499. ---------
  2500.  
  2501. 2000-10-07 11:51  hjk
  2502.  
  2503.     * include/includes.h: - Commit for CE: IBM compiler definition for
  2504.     MAXPATH
  2505.  
  2506. 2000-10-06 21:13  hjk
  2507.  
  2508.     * doc/xr7/: announce.frq, contents.xr7, knwnbugs.xr7, readme.dos,
  2509.     readme.os2, readme.w32: - Added 5 additional new-gamma-release
  2510.     files
  2511.  
  2512. 2000-10-06 19:53  hjk
  2513.  
  2514.     * todo.bbr, doc/join.us, doc/team.lst, dos/btxec700.bat,
  2515.     dos/btxec700.mak, linux/install, os2/borland.mak, os2/emx28omf.mak,
  2516.     os2/emxgaout.mak, os2/emxgomf.mak, os2/emxnaout.mak,
  2517.     os2/ibmvacpp.mak, os2/watcom10.mif, src/bt.c, src/misc.c,
  2518.     win32/makefile.bcb, win32/makefile.bcc, win32/makefile.w11: -
  2519.     Changes for release of a new beta and updates to do a release of a
  2520.     new gamma soon
  2521.  
  2522. 2000-09-25 21:09  hjk
  2523.  
  2524.     * doc/team.lst: - Updated team.lst
  2525.  
  2526. 2000-09-13 15:49  nsch
  2527.  
  2528.     * src/b_flofil.c: Notify-Mail: remove Password from Logfile
  2529.  
  2530. 2000-08-08 23:35  michar
  2531.  
  2532.     * doc/team.lst: Description:  - updated my entry
  2533.  
  2534. 2000-07-01 23:25  sascha_silbe
  2535.  
  2536.     * include/includes.h, src/mdm_proc.c: Description: Using MAXPATH
  2537.     (and defining it for Unix in includes.h) instead of _MAX_PATH
  2538.     (which is Win32-only) in mdm_proc.c
  2539.  
  2540. 2000-07-01 23:01  sascha_silbe
  2541.  
  2542.     * src/fcfgread.c: Description: Made compilable with latest
  2543.     fidoconfig (changed readConfig() to readConfig(NULL)).
  2544.  
  2545. 2000-06-23 22:29  s0601444
  2546.  
  2547.     * doc/team.lst: 
  2548.     update for team.lst
  2549.  
  2550. 2000-06-22 23:56  s0601444
  2551.  
  2552.     * doc/xe_user.doc, include/externs.h, src/btconfig.c, src/data.c,
  2553.     src/mailovly.c: 
  2554.     Add NoRescan for bigger systems to reduce outbound rescans.
  2555.  
  2556. 2000-06-22 17:36  s0601444
  2557.  
  2558.     * src/mailovly.c: 
  2559.     fix for AKA's in outbound shown more than one time.
  2560.  
  2561. 2000-06-22 12:13  hjk
  2562.  
  2563.     * doc/team.lst, include/bink.h, src/b_initva.c, src/btconfig.c,
  2564.     src/mdm_proc.c: Patch by Victor Pomortseff <root@pomor.e-burg.ru>:
  2565.     * Several (really as many as needed) 'AfterCall' keywords allowed
  2566.     yb binkley.cfg * AfterCall keyword have optional third parameter
  2567.     now - filter name.     AfterCall <lines> <modem string> [filter
  2568.     program]
  2569.  
  2570. 2000-06-09 16:01  nsch
  2571.  
  2572.     * src/asyn_w32.c: Patch for EMSI-Bug (20 sec. delay after new EMSI
  2573.     request) in WIN32
  2574.  
  2575. 2000-06-02 15:13  hjk
  2576.  
  2577.     * linux/: Makefile, install: - updated linux information
  2578.  
  2579. 2000-06-01 13:49  hjk
  2580.  
  2581.     * doc/team.lst: - Update team.lst, some changes to homepage
  2582.  
  2583. 2000-05-26 19:49  hjk
  2584.  
  2585.     * doc/team.lst: - Updated team.lst
  2586.  
  2587. 2000-05-20 18:13  hjk
  2588.  
  2589.     * src/: b_spawn.c, bt.c: Diff by SVM: - Fixed incorrectly applied
  2590.     diff for Watcom 11.0 in b_spawn.c - Changed declaration of variable
  2591.     `av' from `char **av' to `const char **av' in bt.c
  2592.  
  2593. 2000-05-16 06:04  sascha_silbe
  2594.  
  2595.     * linux/Makefile: Description: Adjusted Makefile to new location of
  2596.     fidoconfig headers.
  2597.  
  2598. 2000-05-15 23:23  sascha_silbe
  2599.  
  2600.     * src/fcfgread.c: Description: fixed #include <fidoconf.h> to
  2601.     #include <fidoconf/fidoconf.h> (at least _I_ should have known what
  2602.     is right :) ).    Changed URL of husky project.
  2603.  
  2604. 2000-05-15 23:20  sascha_silbe
  2605.  
  2606.     * src/fcfgread.c: Description: Fixed #include "fidoconf.h" to
  2607.     #include <fidoconf.h>
  2608.  
  2609. 2000-05-15 23:16  sascha_silbe
  2610.  
  2611.     * doc/xe_user.doc, src/fcfgread.c, src/mailroot.c: Description:
  2612.     fixed importing SDM style netmail area from fidoconfig. Now adding
  2613.     trailing / and using "lastread" instead of "LASTREAD".
  2614.  
  2615. 2000-05-15 17:59  sascha_silbe
  2616.  
  2617.     * doc/xe_user.doc: 
  2618.     Description: CVS write access test
  2619.  
  2620. 2000-05-15 06:32  hjk
  2621.  
  2622.     * win32/: bt32.lnk, btutil32.lnk: - Added 2 missing files
  2623.  
  2624. 2000-05-14 19:02  hjk
  2625.  
  2626.     * linux/Makefile, src/bt.c, src/fcfgread.c: - Some code cleanup
  2627.     (mainly for use with fidoconfig)
  2628.  
  2629. 2000-05-14 18:47  hjk
  2630.  
  2631.     * include/includes.h, include/third/ntcomm.h, src/b_spawn.c,
  2632.     src/bt.c, src/btconfig.c: A patch by Stas Mehanoshin
  2633.     <rampitec@tu.spb.ru>:
  2634.     
  2635.     - Added win32\makefile.w11 for Watcom C 11.0/Win32.  - Added
  2636.     win32\bt32.rc resource script with Binkley icon.  - Added Watcom C
  2637.     11.0 compatibility.  - Console codepage was set to 437 ob startup
  2638.     but never restored. Fixed now: src\bt.c.There is still the same
  2639.     problem for OS/2.  - Added config keyword chcp <codepage>. Under
  2640.     Win32 and OS/2 changes console codepage from default 437 set in
  2641.     bt.c(main) to allow chat with national characters: for example:
  2642.     chcp 866 - fixed seting of console CP under Win32 in src\bt.c, now
  2643.     output CP is set also.
  2644.  
  2645. 2000-05-14 18:11  hjk
  2646.  
  2647.     * readme.1st, doc/xe_user.doc, linux/btxe.1, src/b_logs.c,
  2648.     src/b_sbinit.c, src/bt.c, src/emsi.c, src/sched.c: - Change from
  2649.     uue.org to sourceforge.net - All filesnames are kept lowercase now
  2650.     - Recognizes EMSI HRQ flag now (patch by Victor Pomortseff)
  2651.  
  2652. 2000-05-14 17:50  hjk
  2653.  
  2654.     * include/externs.h, include/prototyp.h, src/b_flofil.c,
  2655.     src/b_sbinit.c, src/b_sessio.c, src/data.c, src/emsi.c,
  2656.     src/freepoll.c, src/ftsc.c, src/janus.c, src/misc.c,
  2657.     src/outbound.c, src/yoohoo.c: A patch by Victor Pomortseff
  2658.     <root@pomor.e-burg.ru>: - HAT, HXT and HRQ remote EMSI flag
  2659.     recognition if remote presents HXT EMSI flags all .?lo will be
  2660.     moved to .hlo - Fix the problem with unattached files after remote
  2661.     skip. Now if file was skipped by remote it moves to .hlo -
  2662.     SmartBiDi fix - now also works if only file requests for remote
  2663.     present (made by SVM)
  2664.  
  2665. 2000-05-14 17:41  hjk
  2666.  
  2667.     * src/: hydra.c, janus.c, xmrec.c, xmsend.c, zmodem.c: A patch by
  2668.     Victor Pomortseff <root@pomor.e-burg.ru>: - fix bug with byte count
  2669.     in broken sessions
  2670.  
  2671. 2000-01-15 18:27  mr
  2672.  
  2673.     * doc/team.lst: Description:  - updated Lutz Issler's contact
  2674.     information
  2675.  
  2676. 2000-01-07 00:24  mr
  2677.  
  2678.     * doc/team.lst: Description:  - updated Thomas Waldmann's contact
  2679.     information
  2680.  
  2681. 1999-12-20 18:36  ns
  2682.  
  2683.     * doc/team.lst: Description: updated team.lst
  2684.  
  2685. 1999-11-27 14:56  aw
  2686.  
  2687.     * src/: hydra.c, mdm_proc.c: Description: - bugfix: made
  2688.     SyncHydraSession active only on outgoing sessions - fixed
  2689.     AfterCallOut handling
  2690.  
  2691. 1999-10-24 22:56  sms
  2692.  
  2693.     * src/fcfgread.c: Description: - using the first netmail area (if
  2694.     any) from fidoconfig
  2695.  
  2696. 1999-10-23 13:30  aw
  2697.  
  2698.     * include/bink.h, src/data.c, src/mailovly.c, src/version7.c:
  2699.     Diffname: xh6_aw1 Description: - fixed slow outbound re-reading
  2700.     introduced in XH6 - changed default ReadHoldTime time from 1 minute
  2701.     to 10 minutes (1 minute was an error, I think) - removed the
  2702.     mandatory requirement that the Txy flag is a user flag in the
  2703.     nodelist. Now it is recognized as normal or as user flag.
  2704.  
  2705. 1999-10-18 10:26  hjk
  2706.  
  2707.     * doc/xe_user.doc, include/includes.h, include/third/ntcomm.h,
  2708.     src/b_spawn.c, src/bt.c, win32/bcc50.mak, win32/bt32.rc,
  2709.     win32/compile.bat, win32/compilwf.bat, win32/makefile,
  2710.     win32/makefile.bcb, win32/makefile.bcc, win32/makefile.mvc,
  2711.     win32/makefile.w11, win32/msvc.mak, win32/dll/ntcomm.dll:
  2712.     Description:  - Some patches by SVM for Win32 - see xe_user.doc
  2713.  
  2714. 1999-10-07 20:09  daemon
  2715.  
  2716.     * doc/xe_hist.doc: Description:  - changed docs, todo and version
  2717.     for release
  2718.  
  2719. 1999-10-05 14:47  mr
  2720.  
  2721.     * doc/xe_user.doc: Description:  - SM is SVM now
  2722.  
  2723. 1999-10-05 14:44  mr
  2724.  
  2725.     * src/file_w32.c: Description:    - SM is SVM now
  2726.  
  2727. 1999-10-05 14:22  hjk
  2728.  
  2729.     * doc/team.lst, doc/xe_user.doc, src/file_w32.c: Description:  -
  2730.     rewritten zfree() function for Win32  - updated my entry in
  2731.     team.lst
  2732.  
  2733. 1999-10-05 14:00  mr
  2734.  
  2735.     * doc/team.lst: Description:  - VRP is now listed under members  -
  2736.     added SVM
  2737.  
  2738. 1999-10-03 21:18  ag
  2739.  
  2740.     * doc/team.lst: Description: - changed entry of Andre Grueneberg in
  2741.     team.lst.
  2742.  
  2743. 1999-10-03 15:08  mr
  2744.  
  2745.     * doc/team.lst: Description:  - corrected / removed some wrong
  2746.     homepage links
  2747.  
  2748. 1999-10-03 13:46  mr
  2749.  
  2750.     * src/bt.c: Description:  - removed team list from bt.c
  2751.  
  2752. 1999-10-03 13:44  mr
  2753.  
  2754.     * doc/: cbdjl.lst, join.us: Description:  - very little changes
  2755.  
  2756. 1999-10-03 13:42  mr
  2757.  
  2758.     * doc/team.lst: Description:  - added some members who were only
  2759.     listed in bt.c
  2760.  
  2761. 1999-10-02 20:10  mr
  2762.  
  2763.     * doc/team.lst: Description:  - corrected entry of jan n. klug
  2764.  
  2765. 1999-10-02 00:45  mr
  2766.  
  2767.     * os2/: emx28omf.mak, emxgaout.mak, emxgomf.mak: Description:  -
  2768.     little fixes, now they should work with sh (exception: clean)
  2769.  
  2770. 1999-09-30 17:50  ceh
  2771.  
  2772.     * doc/team.lst, include/includes.h, src/b_flofil.c, src/freepoll.c:
  2773.     Description:  - Linux: Fix for NodeExtraDir
  2774.  
  2775. 1999-09-30 09:38  mr
  2776.  
  2777.     * src/btconfig.c: Description:    - RestorePoll cra[sh] showed error
  2778.     message "unknown flavour"
  2779.  
  2780. 1999-09-28 20:06  mr
  2781.  
  2782.     * os2/watrbeta.cmd: Description:  - added team.lst to the release
  2783.     archive
  2784.  
  2785. 1999-09-28 18:11  mr
  2786.  
  2787.     * doc/: readthis.!!!, stylguid.txt: Description:  - moved "don't
  2788.     use TABs" from readthis.!!! into stylguid.txt  - readthis.!!! is no
  2789.     longer necessary (indent removes TABs)
  2790.  
  2791. 1999-09-28 18:07  mr
  2792.  
  2793.     * doc/: xe_user.doc, team.lst: Description:  - moved "modifications
  2794.     done by"-list from xe_user.doc into team.lst  - rewrote header of
  2795.     xe_user.doc
  2796.  
  2797. 1999-09-27 20:50  mr
  2798.  
  2799.     * doc/xe_user.doc, doc/xr6/knwnbugs.xr6, dos/btxec700.def,
  2800.     dos/btxec700.mak, include/bink.h, include/externs.h,
  2801.     include/file_io.h, include/history.h, include/prototyp.h,
  2802.     include/sched.h, linux/Makefile, os2/borland.mak, os2/emx28omf.mak,
  2803.     os2/emxaout.rsp, os2/emxgaout.mak, os2/emxgomf.mak,
  2804.     os2/emxnaout.mak, os2/emxomf.rsp, os2/ibmcsets.mak,
  2805.     os2/ibmvacpp.mak, os2/watcom10.mif, src/b_flofil.c, src/b_initva.c,
  2806.     src/b_sessio.c, src/b_wazoo.c, src/b_wzsend.c, src/btconfig.c,
  2807.     src/data.c, src/emsi.c, src/ftsc.c, src/history.c, src/mailer.c,
  2808.     src/mailovly.c, src/mailroot.c, src/mdm_proc.c, src/misc.c,
  2809.     src/nodeproc.c, src/outbound.c, src/sched.c, src/times.c,
  2810.     src/version7.c: Diffname: xh5-vp2.dif Bugfixes: 0038 Description: 
  2811.     - added Txy support in outbound  - added Online time override (see
  2812.     xe_user.doc)  - added SendHoldIfCaller (see xe_user.doc)  - added
  2813.     RestorePoll (see xe_user.doc)  - Binkley now sets mailflag (if
  2814.     defined) after generating daily stats  - added Hidden lines support
  2815.     (see xe_user.doc)  - "SmartBiDi Outgouing" didn't work, fixed  -
  2816.     Changed ExtSession behaviour (see xe_user.doc)    - Session results
  2817.     are now saved into CallHist.All file (for mailer and    external
  2818.     mail sessions) in the field CallHist.h.m.success.   - added
  2819.     NetMailFlag, ArcMailFlag and TicFlag (see xe_user.doc)     - added
  2820.     SaveExtSession (see xe_user.doc)   - fixed bug with outbound cache
  2821.     in Win32 version with Watcom C (by Stas     Mekhanoshin)   - some
  2822.     minor cosmetic changes in the sources (by mr, not in diff)   - emx
  2823.     gnu make file now uses '/' instead of '\' (by mr, not in diff)
  2824.  
  2825. 1999-09-27 17:40  ceh
  2826.  
  2827.     * src/: emsi.c, langload.c: Description:  - made DZA addable to
  2828.     protocol-preference  - Linux: undefined language-file warnings
  2829.  
  2830. 1999-09-27 15:44  sms
  2831.  
  2832.     * doc/xe_user.doc: Description: added sms to xe_user.doc
  2833.  
  2834. 1999-09-27 15:29  mr
  2835.  
  2836.     * doc/stylguid.txt, include/.indent.pro, src/.indent.pro,
  2837.     src/dos/.indent.pro, src/gethist/.indent.pro, src/old/.indent.pro,
  2838.     src/os2/.indent.pro, src/os2/bink_pm/.indent.pro,
  2839.     src/os2/binkpipe/.indent.pro, src/os2/toss/.indent.pro,
  2840.     src/win32/.indent.pro, src/win32/semwait/.indent.pro,
  2841.     src/win32/snoopon/.indent.pro: Description:  - added indent
  2842.     profiles to every directory under indent check
  2843.  
  2844. 1999-09-27 15:01  mr
  2845.  
  2846.     * os2/watrbeta.cmd: Description:  - changed btxever to XH5
  2847.  
  2848. 1999-09-27 14:59  mr
  2849.  
  2850.     * src/win32/semwait/semwait.c: Description:  - removed "Notes:"
  2851.  
  2852. 1999-09-26 21:35  ag
  2853.  
  2854.     * src/b_wazoo.c: Description: - fixed bug that occured in BiDi
  2855.     sessions when remote set NoPickup.    Now you should be able to
  2856.     receive mail in those sessions.
  2857.  
  2858. 1999-09-12 21:53  sms
  2859.  
  2860.     * src/fcfgread.c: Description: - now using sessionPwd instead of
  2861.     defaultPwd from fidoconfig
  2862.  
  2863. 1999-08-29 19:55  ceh
  2864.  
  2865.     * src/asyn_lnx.c: Description:    - Linux: Freeze-Fix
  2866.  
  2867. 1999-08-23 00:27  ceh
  2868.  
  2869.     * include/foffsets.h, src/pktmsgs.c: Description:  - LINUX: Fixed
  2870.     Msg-Pkt generation (Dayly Stats/Frequest-Responses    should work
  2871.     now)
  2872.  
  2873. 1999-07-30 17:37  ceh
  2874.  
  2875.     * src/b_frproc.c: Description:    - okfile frequest processor fixed
  2876.  
  2877. 1999-07-20 16:27  ceh
  2878.  
  2879.     * linux/Makefile, linux/credits, src/asyn_lnx.c, src/misc.c:
  2880.     Description:  - Linux: timzone-fix and restart after errlevelshell
  2881.     fixed
  2882.  
  2883.  
  2884.