2006-12-14 Thursday 13:55  nick_voronin

	* fidoconf/fidoconf.h (1.39): Fix mvc compilation issues

2006-12-14 Thursday 12:44  nick_voronin

	* src/fidoconf.c (1.29): FIXME comment

2006-12-14 Thursday 12:42  nick_voronin

	* src/cfg.c (1.8): add reinitialization of CommentChar on every
	  init_conf call

2006-12-14 Thursday 09:28  stas_degteff

	* doc/: keywords.hpt (1.38), proposal.texi (1.159): Move
	  descriptions of the tokens 'readonly' and 'writeonly' into
	  fidoconfig manual

2006-12-12 Tuesday 10:52  stas_degteff

	* fidoconf/fidoconf.h (1.38), src/line.c (1.53), src/tparser.c
	  (1.35): Default RO and default RW for areas

2006-11-25 Saturday 13:29  nick_voronin

	* src/line.c (1.52): remove duplicated code

2006-09-06 Wednesday 01:06  nick_voronin

	* src/: common.c (1.23), line.c (1.51): Bug with freeing s_link
	  twice fixed, warning comment added

2006-08-30 Wednesday 10:52  stas_degteff

	* src/fidoconf.c (1.28): Fix warning: 'C++ style comments are not
	  allowed in ISO C90'

2006-08-16 Wednesday 19:17  stas_degteff

	* src/fc2msged.c (1.4): Fix typo in previous patches

2006-08-16 Wednesday 19:07  stas_degteff

	* src/fc2msged.c (1.3): Strong command-line parameters checking

2006-08-16 Wednesday 18:52  stas_degteff

	* src/fc2msged.c (1.2): Fix: fidoconfig may be specified in command
	  line now

2006-08-16 Wednesday 11:42  stas_degteff

	* src/fc2ged.c (1.2): Strong command-line options check; add option
	  '-c' (merge changes from fidoconfig-1.4)

2006-05-24 Wednesday 20:02  ssianky

	* make/: FidoconfDll.8.vcproj (1.2), FidoconfDll.vcproj (1.4),
	  linked.8.vcproj (1.2), linked.vcproj (1.2), tparser.8.vcproj
	  (1.2), tparser.vcproj (1.3), FidoconfDll.70.vcproj (1.1),
	  FidoconfDll.71.vcproj (1.1), FidoconfDll.80.vcproj (1.1),
	  fconf2golded.80.vcproj (1.1), linked.70.vcproj (1.1),
	  linked.71.vcproj (1.1), linked.80.vcproj (1.1), tparser.70.vcproj
	  (1.1), tparser.71.vcproj (1.1), tparser.80.vcproj (1.1): Renamed
	  to projname.XX.vcproj, where XX is compiler version.

2006-05-24 Wednesday 20:01  ssianky

	* src/tparser.c (1.34): Added parsing of config token
	  disableKludgeRescanned.

2006-05-15 Monday 21:39  ssianky

	* doc/keywords.hpt (1.37), fidoconf/fidoconf.h (1.37),
	  fidoconf/tokens.h (1.21), src/line.c (1.50): new token
	  disableKludgeRescanned: do not add kludge @RESCANNED to messages

2006-04-18 Tuesday 08:01  stas_degteff

	* src/line.c (1.49): Don't use Echoareadefaults for LocalArea

2006-03-01 Wednesday 17:25  stas_degteff

	* doc/proposal.texi (1.158): Update seqdir description

2006-02-16 Thursday 18:48  stas_degteff

	* README.TXT (1.6): Insert info about changes

2005-12-20 Tuesday 05:23  nick_voronin

	* make/makefile.cyg (1.4): Fixed cygwin build

2005-11-26 Saturday 11:00  mche

	* src/cfg.c (1.7): syntax fix

2005-11-06 Sunday 21:08  stas_degteff

	* src/cfg.c (1.6): Prevent to call fopen(NULL,"rb")

2005-09-05 Monday 08:21  andr_lukyanov

	* src/common.c (1.22): fixed rulesDir output

2005-06-20 Monday 08:41  val_khokhlov

	* src/line.c (1.48): fix incorrect parsing of prefixed tokens w/o
	  prefix (fwdPriority, etc.)

2005-06-18 Saturday 19:23  val_khokhlov

	* fidoconf/fidoconf.h (1.36), fidoconf/tokens.h (1.20), src/line.c
	  (1.47): logDateFormat token

2005-06-06 Monday 07:55  mche

	* make/: FidoconfDll.8.vcproj (1.1), linked.8.vcproj (1.1),
	  tparser.8.vcproj (1.1): project files for MSVC 8.0 added

2005-05-07 Saturday 14:10  val_khokhlov

	* fidoconf/fidoconf.h (1.35), src/fidoconf.c (1.27), src/tparser.c
	  (1.33): fix setting ReadOnly/WriteOnly permissions in tparser

2005-05-05 Thursday 22:29  nick_voronin

	* src/line.c (1.46): bug fixed: *ReportsFlags were copied from
	  deflink by pointer, not by value.

2005-04-11 Monday 19:28  d_sergienko

	* src/tparser.c (1.32): fixed uid/gid output

2005-03-13 Sunday 19:03  val_khokhlov

	* src/afixcmd.c (1.12): fix a bug with duplicating some config
	  lines when updating a token from areafix (ex: passwords)

2005-03-03 Thursday 11:54  val_khokhlov

	* src/tparser.c (1.31): typo: filefixAutoCreateFile

2005-02-25 Friday 00:12  nick_voronin

	* src/tparser.c (1.30): DLLEXPORT define replaced with DLLIMPORT.
	  FIXME: tparser doesn't export anything, on the contrary it import
	  from dlls. Am I wrong?

2005-02-25 Friday 00:09  nick_voronin

	* src/line.c (1.45): memory leak on parseAreaOption fixed

2005-02-25 Friday 00:06  nick_voronin

	* src/fidoconf.c (1.26): several memory leaks fixed, mainly in
	  disposeConfig

2005-02-25 Friday 00:03  nick_voronin

	* src/common.c (1.21): several small memory leaks in freeLink()
	  fixed

2005-02-25 Friday 00:01  nick_voronin

	* src/afixcmn.c (1.7): hs_addr.domain now initialized with NULL on
	  cvtAddr

2005-02-02 Wednesday 16:59  val_khokhlov

	* src/: line.c (1.44), tparser.c (1.29): new link token
	  'rescanLimit' - to limit max rescan msgs count

2005-02-02 Wednesday 16:27  val_khokhlov

	* fidoconf/: fidoconf.h (1.34), tokens.h (1.19): new link token
	  'rescanLimit' - to limit max rescan msgs count

2005-02-02 Wednesday 15:41  val_khokhlov

	* fidoconf/fidoconf.h (1.33), fidoconf/tokens.h (1.18),
	  src/fidoconf.c (1.25), src/line.c (1.43), src/tparser.c (1.28):
	  new token 'reportRequester' - if turned off, don't report who
	  requested area

2005-01-30 Sunday 20:12  i_zkh

	* doc/: proposal.texi (1.157), rus/proposal.texi (1.7): Moved
	  RobotsArea description to fidoconfig doc

2005-01-13 Thursday 20:09  val_khokhlov

	* fidoconf/fidoconf.h (1.32), fidoconf/tokens.h (1.17),
	  doc/keywords.hpt (1.36), src/line.c (1.42), src/tparser.c (1.27):
	  new token dailyBundles

2005-01-09 Sunday 17:27  val_khokhlov

	* fidoconf/fidoconf.h (1.31), src/common.c (1.20), src/line.c
	  (1.41), src/tparser.c (1.26): move link baseDir to s_link_robot

2005-01-09 Sunday 16:45  val_khokhlov

	* fidoconf/fidoconf.h (1.30), src/common.c (1.19), src/fidoconf.c
	  (1.24), src/line.c (1.40), src/tparser.c (1.25): enable sending
	  echo rules for filefix too

2005-01-09 Sunday 14:47  val_khokhlov

	* src/line.c (1.39): fix: areafix/filefix prefix was not handled
	  correctly

2005-01-02 Sunday 16:44  val_khokhlov

	* fidoconf/fidoconf.h (1.29), fidoconf/tokens.h (1.16),
	  src/fidoconf.c (1.23), src/line.c (1.38), src/tparser.c (1.24):
	  move some vars from s_link into s_link_robot

2004-12-31 Friday 20:24  val_khokhlov

	* src/fidoconf.c (1.22): use correct token for filefix robot's strC

2004-12-30 Thursday 14:35  val_khokhlov

	* fidoconf/fidoconf.h (1.28), fidoconf/tokens.h (1.15),
	  src/afixcmd.c (1.11), src/cfg.c (1.5), src/common.c (1.18),
	  src/fidoconf.c (1.21), src/line.c (1.37), src/tparser.c (1.23):
	  move all robot-dependent stuff from s_link to s_link_robot

2004-12-28 Tuesday 20:49  val_khokhlov

	* fidoconf/fidoconf.h (1.27), fidoconf/tokens.h (1.14),
	  src/common.c (1.17), src/fidoconf.c (1.20), src/line.c (1.36),
	  src/tparser.c (1.22): move some vars from global into robot
	  structure

2004-12-26 Sunday 21:17  val_khokhlov

	* fidoconf/fidoconf.h (1.26), src/fidoconf.c (1.19): add fields to
	  robot struct to contain strings for 'area', 'filearea' words

2004-12-26 Sunday 20:43  val_khokhlov

	* src/common.c (1.16): use sstrdup() to fix a crash when free()'ing
	  robots

2004-12-25 Saturday 21:47  val_khokhlov

	* fidoconf/common.h (1.7), fidoconf/fidoconf.h (1.25),
	  fidoconf/tokens.h (1.13), src/common.c (1.15), src/fidoconf.c
	  (1.18), src/line.c (1.35), src/tparser.c (1.21): multi-robot
	  support, global config parameters only

2004-12-19 Sunday 10:24  andrew_ladutsko

	* src/line.c (1.34): fixed -nopause area option

2004-12-19 Sunday 00:44  nick_voronin

	* src/line.c (1.33): Check for no link definitions before 'Pack'
	  keyword

2004-12-09 Thursday 12:17  mche

	* src/afixcmd.c (1.10): fix for unclosed config files

2004-12-08 Wednesday 04:49  andr_lukyanov

	* src/line.c (1.32): Fix check for no link definition. (patch by
	  Nick Voronin)

2004-11-03 Wednesday 10:33  mche

	* fidoconf/common.h (1.6), src/common.c (1.14): added return codes
	  to string2addr function

2004-09-11 Saturday 07:36  pgul

	* src/afixcmd.c (1.9): Check retcode of fseek() on config change

2004-07-31 Saturday 14:53  andrew_ladutsko

	* HISTORY (1.27), fidoconf/fidoconf.h (1.24), fidoconf/tokens.h
	  (1.12), src/line.c (1.31), src/tparser.c (1.20): added denyRescan
	  and rescanGrp tokens, added function getLinkRescanAccess

2004-07-27 Tuesday 08:34  andrew_ladutsko

	* src/tparser.c (1.19): fixed output of default value of
	  "sortEchoList" token by tparser

2004-07-13 Tuesday 06:41  andr_lukyanov

	* doc/: proposal.texi (1.156), rus/proposal.texi (1.6): Fix syntax
	  to 'Nodelistformat' token

2004-05-12 Wednesday 17:17  andrew_ladutsko

	* src/fidoconf.c (1.17): set default value for 'sysop' token

2004-05-09 Sunday 15:47  andrew_ladutsko

	* fidoconf/common.h (1.5), src/common.c (1.13), src/line.c (1.30):
	  functions e_readCheck() and e_writeCheck() moved to htick, their
	  functionality is now carried out by setLinkAccess()

2004-04-13 Tuesday 10:25  sfpavel

	* debian/compat (1.1): file compat was initially added on branch
	  fidoconf-1_4-stable.

2004-04-13 Tuesday 10:25  sfpavel

	* debian/fidoconf-runtime.install (1.1): file
	  fidoconf-runtime.install was initially added on branch
	  fidoconf-1_4-stable.

2004-04-13 Tuesday 10:25  sfpavel

	* debian/libfidoconf1-dev.install (1.1): file
	  libfidoconf1-dev.install was initially added on branch
	  fidoconf-1_4-stable.

2004-04-13 Tuesday 10:25  sfpavel

	* debian/libfidoconf1.install (1.1): file libfidoconf1.install was
	  initially added on branch fidoconf-1_4-stable.

2004-03-27 Saturday 21:29  mche

	* fidoconf/fidoconf.h (1.23), src/line.c (1.29): new option
	  DaysToKeepTics in SaveTic

2004-03-27 Saturday 21:09  mche

	* src/fidoconf.c (1.16): fix memleak in freeSaveTic()

2004-03-04 Thursday 20:35  mche

	* src/line.c (1.28): fix parsing AutoCreateDefaults

2004-02-17 Tuesday 09:29  mche

	* src/line.c (1.27): fix parsing of SaveTic keyword

2004-02-06 Friday 03:11  andr_lukyanov

	* src/: fidoconf.c (1.15), tparser.c (1.18): Set advisoryLock
	  'integer', by default 0 = off

2004-01-25 Sunday 17:45  d_sergienko

	* doc/: proposal.texi (1.155), rus/proposal.texi (1.5): password is
	  case insensitive

2004-01-23 Friday 10:41  mche

	* src/: fidoconf.c (1.14), tparser.c (1.17): some improvement on
	  fileDescription

2004-01-23 Friday 07:40  andr_lukyanov

	* fidoconf/fidoconf.h (1.22), fidoconf/tokens.h (1.11), src/line.c
	  (1.26), src/tparser.c (1.16): Add new token: fileDescription, by
	  default - files.bbs

2004-01-21 Wednesday 04:02  andr_lukyanov

	* make/makefile.mvcdll (1.2): Fix MSVC compilation

2004-01-14 Wednesday 22:18  i_zkh

	* doc/rus/proposal.texi (1.4): Fixed doc about quoted strings

2004-01-11 Sunday 15:10  mche

	* src/afixcmd.c (1.8): fix MSVC7 compilations and some warnings

2004-01-10 Saturday 17:35  andrew_ladutsko

	* HISTORY (1.26), fidoconf/fidoconf.h (1.21), fidoconf/tokens.h
	  (1.10), src/line.c (1.25), src/tparser.c (1.15): added
	  unsubscribeOnAreaDelete token to s_link structure; updated
	  HISTORY to recent changes

2004-01-08 Thursday 16:02  andrew_ladutsko

	* fidoconf/fidoconf.h (1.20), fidoconf/tokens.h (1.9), src/line.c
	  (1.24), src/tparser.c (1.14): added allowRemoteControl token to
	  s_link structure

2004-01-07 Wednesday 05:13  d_sergienko

	* doc/proposal.texi (1.154): fix docs about quoted strings

2004-01-07 Wednesday 05:11  d_sergienko

	* src/line.c (1.23): move back reporting that there is a parameter
	  missing after ...; ignore rounding quotes while copying string.

2004-01-06 Tuesday 13:44  andrew_ladutsko

	* fidoconf/afixcmd.h (1.5), src/afixcmd.c (1.7): added option for
	  FindTokenPos4Link(): try to find the position after the
	  alternative token

2003-12-26 Friday 16:39  andrew_ladutsko

	* src/afixcmd.c (1.6): Addlink() speedup: do not call slow
	  processPermissions() there, check a particular area - arealink
	  pair instead

2003-12-23 Tuesday 14:42  val_khokhlov

	* src/fidoconf.c (1.13): ensure string is not null when stripping
	  comments (patch by Andrew Ladutsko)

2003-12-22 Monday 01:52  andr_lukyanov

	* INSTALL (1.17), VERSION (1.8), INSTALL (1.18): Small Fix for
	  reguire modules

2003-12-16 Tuesday 08:35  val_khokhlov

	* fidoconf/fidoconf.h (1.19), src/afixcmd.c (1.5): fix: use filefix
	  limit for htick (perviously areafix limit was used)

2003-12-16 Tuesday 08:22  val_khokhlov

	* fidoconf/afixcmd.h (1.4), src/afixcmn.c (1.6): yet another common
	  function moved from hpt: cvtAddr()

2003-12-15 Monday 10:05  val_khokhlov

	* fidoconf/: common.h (1.4), fidoconf.h (1.18): when detaching
	  areafix library, some new keywords added to fidoconfig struct
	  (still there's no support for them in parser and docs)

2003-12-11 Thursday 08:04  val_khokhlov

	* Makefile (1.68): fix for incorrect commands while (un)installing

2003-12-10 Wednesday 08:15  val_khokhlov

	* makefile.inc (1.44): small improvement for makefile.inc (.o ->
	  $_OBJ)

2003-12-04 Thursday 15:33  mche

	* fidoconf/arealist.h (1.4), src/arealist.c (1.7): %list, %linked
	  command extension

	  patch by Andrew Ladutsko 2:450/210

2003-12-03 Wednesday 18:23  mche

	* fidoconf/fidoconf.h (1.17), fidoconf/tokens.h (1.8), src/line.c
	  (1.22), src/tparser.c (1.13): added ability to automatically
	  pause area when all links but uplink (determined by "-def" flag)
	  are in pause (see description of "autoAreaPause" token in
	  documentation for details).

	  patch by Andrew Ladutsko 2:450/210

2003-11-24 Monday 15:52  val_khokhlov

	* Makefile (1.67), makefile.in2 (1.9), makefile.inc (1.43): fix
	  makefiles to compile with huskymak.cfg (unix'es mostly)

2003-11-12 Wednesday 15:44  mche

	* src/line.c (1.21): fixed core on empty origin

2003-11-11 Tuesday 20:10  i_zkh

	* doc/config (1.20): Fixed link definations

2003-11-01 Saturday 22:06  i_zkh

	* doc/: fidoconfig.texi (1.25), rus/fidoconfig.texi (1.4): Minor
	  fix

2003-10-21 Tuesday 01:17  andr_lukyanov

	* makefile.mvc (1.31): Removed old makefiles

2003-10-21 Tuesday 01:12  andr_lukyanov

	* make/makefile.mvc (1.1): Fix MSVC compilation

2003-10-20 Monday 03:31  andr_lukyanov

	* makefile.mvcdll (1.31): Removed old makefiles

2003-10-20 Monday 03:28  andr_lukyanov

	* make/makefile.mvcdll (1.1): Add new MSVC dinamic compilation

2003-10-17 Friday 07:27  andr_lukyanov

	* makefile.cyg (1.15), makefile.emx (1.10): Removed old makefiles

2003-10-17 Friday 07:18  andr_lukyanov

	* make/: makefile.cyg (1.3), makefile.djg (1.4), makefile.inc
	  (1.14): Fix compilation with huskymak.cfg.*

2003-10-17 Friday 07:16  andr_lukyanov

	* make/makefile.emx (1.1): Added

2003-10-16 Thursday 07:16  mche

	* src/fidoconf.c (1.12): add links for all our akas if it is not
	  defined in config

2003-10-07 Tuesday 12:03  stas_degteff

	* src/fc2binkd.c (1.3): Fix version output. Thanks to Kostya Falkov

2003-10-05 Sunday 17:21  d_sergienko

	* HISTORY (1.25), fidoconf/fidoconf.h (1.16), fidoconf/tokens.h
	  (1.7), src/line.c (1.20), src/tparser.c (1.12): added new token
	  sendNotifyMessages for hpt

2003-10-05 Sunday 14:50  d_sergienko

	* src/line.c (1.19): prevent overriding group in EchoAreaDefaults

2003-10-05 Sunday 12:12  d_sergienko

	* fidoconf/fidoconf.h (1.15), src/fidoconf.c (1.11): added new
	  function: getRobotsArea()

2003-09-02 Tuesday 21:10  i_zkh

	* doc/rus/: fidoconfig.texi (1.3), proposal.texi (1.3): Fixed
	  including other files, plus few updates

2003-08-28 Thursday 21:18  i_zkh

	* doc/rus/: fidoconfig.texi (1.2), proposal.texi (1.2): Almost
	  rewrited docs

2003-08-25 Monday 11:05  d_sergienko

	* doc/proposal.texi (1.153), fidoconf/fidoconf.h (1.14),
	  fidoconf/tokens.h (1.6), src/line.c (1.18), src/tparser.c (1.11):
	  new token: delAppliedDiff

2003-08-24 Sunday 08:28  d_sergienko

	* fidoconf/common.h (1.3), src/common.c (1.12): fillCmdStatement()
	  moved to huskylib

2003-08-21 Thursday 18:54  d_sergienko

	* doc/rus/.cvsignore (1.1): added doc/rus/.cvsignore

2003-08-21 Thursday 18:51  d_sergienko

	* doc/rus/: fidoconfig.texi (1.1), proposal.texi (1.1): added
	  russian doc translation from vadim s. sabinich (2:5070/264)

2003-08-18 Monday 18:27  d_sergienko

	* src/fidoconf.c (1.10): add var configdir

2003-07-27 Sunday 15:27  d_sergienko

	* src/line.c (1.17): remove debug message about carbonextern
	  parameters

2003-07-27 Sunday 12:21  d_sergienko

	* doc/proposal.texi (1.152): missed keyword :)

2003-07-27 Sunday 12:19  d_sergienko

	* doc/proposal.texi (1.151): added docs about zipInternal

2003-06-27 Friday 04:16  lmike

	* fidoconfig.qpg (1.4): Fixed .so file name, after install.

2003-06-21 Saturday 11:03  mche

	* make/tparser.vcproj (1.2): documentation build added

2003-06-21 Saturday 08:23  mche

	* src/line.c (1.16): new area option  -pass define area as
	  passthrough even if msgbase type or filename is defined

2003-06-18 Wednesday 19:50  d_sergienko

	* src/line.c (1.15): make squish msgbtype as default

2003-06-17 Tuesday 04:25  lmike

	* fidoconfig.qpg (1.3): Added lost config example.

2003-06-16 Monday 14:26  lmike

	* make/makefile.qnx (1.4): Added proper library dependencies

2003-06-16 Monday 13:33  lmike

	* fidoconfig.qpg (1.2): Oops, forget to change the name of library.

2003-06-16 Monday 13:32  lmike

	* fidoconfig.qpg (1.1): Added packaging file for QNX6.

2003-06-16 Monday 13:13  lmike

	* make/makefile.inc (1.13): Added "patch" version as variable

2003-06-16 Monday 12:56  lmike

	* make/makefile.qnx (1.3): added versions to .so, proper cleaning.

2003-06-16 Monday 12:34  lmike

	* make/makefile.qnx (1.2), src/line.c (1.14): continuing porting to
	  QNX. Just include files fixes.

2003-05-30 Friday 15:15  lmike

	* src/fidoconf.c (1.9): Added path to config file for QNX 6, maybe
	  it will be changed in near future.

2003-05-30 Friday 07:40  mche

	* src/: arealist.c (1.6), stat.c (1.2): fix compilation warnings

2003-05-30 Friday 04:26  d_sergienko

	* HISTORY (1.24): update

2003-05-30 Friday 03:56  d_sergienko

	* src/line.c (1.13): if link subscribed to area twice, just warn
	  about it and continue working

2003-05-29 Thursday 09:52  val_khokhlov

	* fidoconf/fidoconf.h (1.13), fidoconf/tokens.h (1.5), src/line.c
	  (1.12): new token: createAddUplink to add auto-creating link as
	  uplink (-def)

2003-05-28 Wednesday 17:57  d_sergienko

	* doc/proposal.texi (1.150): added info about CommentChar

2003-05-26 Monday 05:30  lmike

	* src/tparser.c (1.10): Added support for QNX 6.x

2003-05-26 Monday 05:26  lmike

	* src/: afixcmd.c (1.4), afixcmn.c (1.5), areatree.c (1.2), cfg.c
	  (1.4), common.c (1.11), fidoconf.c (1.8), grptree.c (1.2): Added
	  support for QNX 6.x

2003-05-25 Sunday 12:49  lmike

	* fidoconf/syslogp.h (1.2): Added syslog.h file placement switch.

2003-05-25 Sunday 12:46  lmike

	* doc/makefile.qnx (1.1), make/makefile.qnx (1.1): Added support
	  for QNX 6.x

2003-05-25 Sunday 12:35  lmike

	* README.TXT (1.5): Added line about QNX

2003-05-22 Thursday 20:57  d_sergienko

	* src/tparser.c (1.9): make remaps output more pretty

2003-05-15 Thursday 14:25  mche

	* make/FidoconfDll.vcproj (1.3), fidoconf/stat.h (1.2): fix windows
	  build

2003-05-15 Thursday 09:47  val_khokhlov

	* makefile.aix (1.12), makefile.bsd (1.21), makefile.in1 (1.5),
	  makefile.mvc (1.30), makefile.mvcdll (1.30), fidoconf/stat.h
	  (1.1), make/makefile.inc (1.12), src/stat.c (1.1): stat.c and
	  stat.h are moved here from hpt

2003-05-15 Thursday 07:07  nssoft

	* doc/keywords.htick (1.11): Move keyword "RemoteFileRobotName" to
	  Link section.

2003-05-14 Wednesday 23:16  nssoft

	* make/makefile.inc (1.11): Fix makefiles.

2003-05-14 Wednesday 20:39  d_sergienko

	* HISTORY (1.23), fidoconf/fidoconf.h (1.12), fidoconf/tokens.h
	  (1.4), src/fidoconf.c (1.7), src/line.c (1.11), src/tparser.c
	  (1.8): add token recodeMsgBase

2003-05-12 Monday 04:44  d_sergienko

	* src/fc2binkd.c (1.2): fix compiling after links reallocation

2003-05-11 Sunday 17:41  mche

	* src/cfg.c (1.3), src/fidoconf.c (1.6), src/line.c (1.10),
	  src/tparser.c (1.7), fidoconf/fidoconf.h (1.11): fix reallocation
	  array of links

2003-05-07 Wednesday 17:11  mche

	* src/afixcmd.c (1.3), src/fidoconf.c (1.5), fidoconf/afixcmd.h
	  (1.3):  - common areafix function moved from htick & hpt to
	  fidoconfig
	   - process writeonly/readonly tokens for fileechos

2003-04-25 Friday 04:57  andr_lukyanov

	* make/makefile.djg (1.3): Fixed DJGPP compilation.

2003-04-25 Friday 04:40  andr_lukyanov

	* make/: makefile.cyg (1.2), makefile.djg (1.2): Fixed compilation.
	  Remark DEBUG mode.

2003-04-24 Thursday 05:13  andr_lukyanov

	* makefile.djg (1.14): Removed old DJGPP makefile

2003-04-24 Thursday 05:04  andr_lukyanov

	* make/makefile.djg (1.1): Added DJGPP makefile with support new
	  library structure

2003-04-21 Monday 08:40  mche

	* fidoconf/fidoconf.h (1.10), src/line.c (1.9): Now it is possible
	  using internal zip compression to switch it on define this packer

	  pack zip zipInternal unpack zipInternal 0 504b0304

2003-04-19 Saturday 11:48  mche

	* make/: linked.vcproj (1.1), tparser.vcproj (1.1): vcproj Project
	  File added for building fidoconf tools in Microsoft Visual Studio
	  .NET

2003-04-19 Saturday 11:17  mche

	* src/tparser.c (1.6): fix some memory leaks

2003-04-17 Thursday 07:28  mche

	* make/FidoconfDll.vcproj (1.2): change optimization

2003-04-12 Saturday 13:54  mche

	* fidoconfDll.vcproj (1.3), make/FidoconfDll.vcproj (1.1): change
	  location

2003-04-11 Friday 07:11  mche

	* fidoconfDll.vcproj (1.2): fix GUIDs of projects

2003-04-10 Thursday 21:17  i_zkh

	* doc/proposal.texi (1.149): Fixed misprints

2003-04-08 Tuesday 10:27  val_khokhlov

	* fidoconf/fidoconf.h (1.9), src/line.c (1.8), src/tparser.c (1.5):
	  areafixReportsAttr can be applied to individual links

2003-04-03 Thursday 09:44  mche

	* src/afixcmn.c (1.4): fix freeMsgBuffers

2003-04-02 Wednesday 09:48  val_khokhlov

	* make/makefile.inc (1.10): makefile fix (errors when linking
	  progs)

2003-03-31 Monday 21:17  d_sergienko

	* fidoconf/fidoconf.h (1.8), src/common.c (1.10): fixed bug with
	  incorrect fill of cmd statements during executing packer/unpacker
	  (thanx to Alexander N. Skovpen)

2003-03-31 Monday 18:59  mche

	* fidoconfDll.vcproj (1.1): vcproj Project File added for building
	  dynamyc fidoconfig library in Microsoft Visual Studio .NET

2003-03-30 Sunday 19:54  d_sergienko

	* make/makefile.inc (1.9): make makefile.inc more comfortable and
	  less buggy

2003-03-29 Saturday 20:33  d_sergienko

	* make/makefile.inc (1.8): add $(LIBDIR) to libraries search path

2003-03-28 Friday 09:57  sfpavel

	* Makefile (1.66), debian/libfidoconf1-dev.files (1.2),
	  debian/libfidoconf1.files (1.2), debian/rules (1.15),
	  debian/shlibs (1.8), make/makefile.inc (1.7): Rewrite Makefile
	  for using with new makefile.inc

2003-03-28 Friday 07:05  sfpavel

	* make/makefile.inc (1.6): Don't use 'ifdef' at common makefile -
	  this is not standart for all compilers

2003-03-27 Thursday 21:09  d_sergienko

	* fidoconf/fidoconf.h (1.7), src/common.c (1.9): fix compiling

2003-03-27 Thursday 12:07  sfpavel

	* make/makefile.inc (1.5): Use SHORTNAMES variable instead
	  LONGNAMES; change library name if need SHORTNAMES

2003-03-27 Thursday 11:52  sfpavel

	* make/makefile.inc (1.4): Change EXENAMEOPT to EXENAMEFLAG

2003-03-27 Thursday 11:45  sfpavel

	* make/makefile.inc (1.3): Add rule for support longnames for
	  utilities

2003-03-27 Thursday 08:55  stas_degteff

	* src/common.c (1.8), fidoconf/common.h (1.2): Move copyString() &
	  copyStringUntilSep() from fidoconfig to huskylib

2003-03-27 Thursday 07:41  stas_degteff

	* src/common.c (1.7): Prevent memory faults

2003-03-27 Thursday 06:33  stas_degteff

	* src/common.c (1.6): Use __WIN32__ instead __NT__

2003-03-27 Thursday 06:32  stas_degteff

	* src/common.c (1.5): Improve BSY checking

2003-03-27 Thursday 06:18  stas_degteff

	* fidoconf/fidoconf.h (1.6): Set 'undef' flavour to zero

2003-03-27 Thursday 06:17  stas_degteff

	* src/line.c (1.7): Fix compiler warnings

2003-03-26 Wednesday 12:16  stas_degteff

	* src/: arealist.c (1.5), fidoconf.c (1.4): Fix cygwin-mingw build

2003-03-26 Wednesday 12:16  stas_degteff

	* fidoconf/: afixcmd.h (1.2), fidoconf.h (1.5): Fix cygvin-mingw
	  build

2003-03-26 Wednesday 12:07  stas_degteff

	* src/: afixcmn.c (1.3), common.c (1.4): Fix warnings

2003-03-26 Wednesday 11:45  val_khokhlov

	* fidoconf/arealist.h (1.3), src/arealist.c (1.4): fix for
	  undefined extern "config" when compiling .dll

2003-03-26 Wednesday 11:22  val_khokhlov

	* makefile.mvc (1.29): working makefile for msvc

2003-03-26 Wednesday 10:57  stas_degteff

	* make/: makefile.cyg (1.1), makefile.inc (1.2): Cygwin-mingw
	  build: unify makefiles

2003-03-26 Wednesday 04:19  andr_lukyanov

	* fidoconf/version.h (1.2), src/common.c (1.3), src/version.c
	  (1.2): Fixed GenVersionSTR error

2003-03-25 Tuesday 18:36  stas_degteff

	* src/cfg.c (1.2): Move cmpfnames to huskylib/src/cmpfname.c

2003-03-25 Tuesday 13:43  stas_degteff

	* fidoconf/fidoconf.h (1.4), src/afixcmd.c (1.2), src/afixcmn.c
	  (1.2), src/common.c (1.2), src/fidoconf.c (1.3), src/line.c
	  (1.6), src/tparser.c (1.4): Replace CHAR, UCHAR, INT, UINT,
	  UINT16, & etc with compiler-independed types declared in
	  huskylib/compiler.h

2003-03-25 Tuesday 12:09  sfpavel

	* make/makefile.inc (1.1): Write 'new style' common makefile

2003-03-25 Tuesday 11:50  val_khokhlov

	* src/arealist.c (1.3): group description for group '*' is used in
	  %list for groups w/o description

2003-03-25 Tuesday 11:44  val_khokhlov

	* Makefile (1.65): undefined CFGNAME fix

2003-03-25 Tuesday 11:08  val_khokhlov

	* Makefile (1.64), src/fidoconf.c (1.2): CFGNAME now defines config
	  file name (default: config), see huskymak.cfg

2003-03-24 Monday 12:44  val_khokhlov

	* fidoconf/tokens.h (1.3), src/line.c (1.5): new token for link
	  'flavour' to set netmail, echomail and fileecho flavours

2003-03-24 Monday 12:06  val_khokhlov

	* src/line.c (1.4): more verbose error message for route

2003-03-24 Monday 11:02  val_khokhlov

	* fidoconf/fidoconf.h (1.3), src/line.c (1.3), src/tparser.c (1.3):
	  flavour in 'route' can be omitted, in this case link's
	  'netMailFlavour' is used

2003-03-21 Friday 11:54  val_khokhlov

	* HISTORY (1.22), fidoconf/arealist.h (1.2), fidoconf/fidoconf.h
	  (1.2), fidoconf/tokens.h (1.2), src/arealist.c (1.2), src/line.c
	  (1.2), src/tparser.c (1.2): new token 'sortEchoList' and various
	  sort modes: by name, by group, by group and name, unsorted

2003-03-21 Friday 08:01  sfpavel

	* Makefile (1.63), afixcmd.c (1.30), afixcmd.h (1.18), afixcmn.c
	  (1.31), arealist.c (1.10), arealist.h (1.4), areatree.c (1.15),
	  areatree.h (1.7), cfg.c (1.65), common.c (1.171), common.h
	  (1.89), fc2aed.c (1.9), fc2binkd.c (1.14), fc2fgate.c (1.9),
	  fc2ged.c (1.10), fc2msged.c (1.8), fc2sq.c (1.10), fc2tor.c
	  (1.11), fc2tor_g.c (1.4), fc2tor_g.h (1.4), fconf2areasbbs (1.4),
	  fconf2dir (1.2), fconf2fidogate.cfg.sample (1.3), fconf2na.pl
	  (1.2), fecfg146.c (1.6), fecfg146.h (1.11), fecfg2fc.c (1.23),
	  fidoInst (1.7), fidoconf.c (1.114), fidoconf.h (1.180),
	  fidoconf.pas (1.12), findtok.c (1.3), findtok.h (1.2), grptree.c
	  (1.12), grptree.h (1.5), line.c (1.389), linked.c (1.10),
	  linkedto (1.7), makefile.in1 (1.4), makefile.inc (1.42),
	  makefile.mvcdll (1.29), syslogp.h (1.9), tokens.h (1.63),
	  tparser.c (1.251), version.c (1.12), version.h (1.13),
	  debian/control (1.16), debian/fidoconf-runtime.examples (1.3),
	  debian/shlibs (1.7), fidoconf/afixcmd.h (1.1),
	  fidoconf/arealist.h (1.1), fidoconf/areatree.h (1.1),
	  fidoconf/common.h (1.1), fidoconf/fc2tor_g.h (1.1),
	  fidoconf/fecfg146.h (1.1), fidoconf/fidoconf.h (1.1),
	  fidoconf/fidoconf.pas (1.1), fidoconf/findtok.h (1.1),
	  fidoconf/grptree.h (1.1), fidoconf/syslogp.h (1.1),
	  fidoconf/tokens.h (1.1), fidoconf/version.h (1.1), man/Makefile
	  (1.7), src/afixcmd.c (1.1), src/afixcmn.c (1.1), src/arealist.c
	  (1.1), src/areatree.c (1.1), src/cfg.c (1.1), src/common.c (1.1),
	  src/fc2aed.c (1.1), src/fc2binkd.c (1.1), src/fc2fgate.c (1.1),
	  src/fc2ged.c (1.1), src/fc2msged.c (1.1), src/fc2sq.c (1.1),
	  src/fc2tor.c (1.1), src/fc2tor_g.c (1.1), src/fecfg146.c (1.1),
	  src/fecfg2fc.c (1.1), src/fidoconf.c (1.1), src/findtok.c (1.1),
	  src/grptree.c (1.1), src/line.c (1.1), src/linked.c (1.1),
	  src/tparser.c (1.1), src/version.c (1.1), util/fconf2areasbbs.pl
	  (1.1), util/fconf2dir.pl (1.1), util/fconf2fidogate.cfg.sample
	  (1.1), util/fconf2na.pl (1.1), util/fidoInst (1.1), util/linkedto
	  (1.1): Reorganize directory tree

2003-03-20 Thursday 12:46  val_khokhlov

	* fidoconf.c (1.113), fidoconf.h (1.179), line.c (1.388), tokens.h
	  (1.62), tparser.c (1.250), doc/proposal.texi (1.148): new
	  keyword: grpDesc, to add descriptions for groups specified by -g
	  in echoArea

2003-03-20 Thursday 12:38  val_khokhlov

	* fidoconf.h (1.178), line.c (1.387), tokens.h (1.61), tparser.c
	  (1.249), doc/keywords.hpt (1.35): new keyword for link:
	  netmailFlavour, flavour parsing joined in one function

2003-03-20 Thursday 07:28  sfpavel

	* fc2tor_g.c (1.3), fc2tor_g.h (1.3): Dos2Unix & clean extra-tabs

2003-03-18 Tuesday 12:53  val_khokhlov

	* afixcmn.c (1.30), fidoconf.h (1.177), line.c (1.386),
	  makefile.mvc (1.28), makefile.mvcdll (1.28), tparser.c (1.248):
	  new option for *area: -scan; attaches processing changed (only
	  delete path here, seek for files in hpt/scan.c); mvc makefiles
	  fix

2003-03-15 Saturday 20:42  d_sergienko

	* adcase.c (1.14), adcase.h (1.5), crc.c (1.8), crc.h (1.12),
	  dirlayer.c (1.11), dirlayer.h (1.15), getfree.c (1.9), log.c
	  (1.12), log.h (1.13), recode.c (1.4), recode.h (1.6), strsep.c
	  (1.3), temp.c (1.19), temp.h (1.6), tree.c (1.13), tree.h (1.6),
	  typesize.h (1.37), vixie.h (1.4), xstr.c (1.13), xstr.h (1.7):
	  these files moved to huskylib

2003-03-15 Saturday 19:30  d_sergienko

	* common.c (1.170), fc2fgate.c (1.8): fix compiling

2003-03-15 Saturday 19:20  d_sergienko

	* Makefile (1.62), afixcmd.c (1.29), afixcmn.c (1.29), areatree.h
	  (1.6), cfg.c (1.64), common.c (1.169), common.h (1.88),
	  fidoconf.c (1.112), fidoconf.h (1.176), grptree.c (1.11),
	  grptree.h (1.4), line.c (1.385), linked.c (1.9), makefile.in1
	  (1.3), tparser.c (1.247), version.c (1.11): move code to huskylib

2003-03-15 Saturday 13:28  d_sergienko

	* log.c (1.11), log.h (1.12), tree.c (1.12): make logging
	  independent of fidoconfig

2003-03-14 Friday 10:13  stas_degteff

	* fidoconf.c (1.111), fidoconf.h (1.175): Try to fix MSVC build

2003-03-12 Wednesday 07:23  stas_degteff

	* afixcmn.c (1.28): Prevent memory fault

2003-03-12 Wednesday 05:06  stas_degteff

	* VERSION (1.7): Add huskylib into 'require' list

2003-03-11 Tuesday 21:20  d_sergienko

	* Makefile (1.61): fix linking with huskylib

2003-03-09 Sunday 04:03  nssoft

	* fecfg2fc.c (1.22): Remove "#include <huskylib/typedefs.h>"

2003-03-03 Monday 07:49  d_sergienko

	* Makefile (1.60), adcase.c (1.13), afixcmd.c (1.28), afixcmn.c
	  (1.27), arealist.c (1.9), cfg.c (1.63), common.c (1.168),
	  common.h (1.87), crc.h (1.11), dirlayer.h (1.14), fc2binkd.c
	  (1.13), fc2fgate.c (1.7), fc2sq.c (1.9), fecfg2fc.c (1.21),
	  fidoconf.c (1.110), getfree.c (1.8), line.c (1.384), temp.c
	  (1.18), tparser.c (1.246), typesize.h (1.36), version.c (1.10):
	  use new huskylib

2003-02-26 Wednesday 12:52  stas_degteff

	* log.h (1.11): Add loglevels LL_TIC & LL_SECURITY

2003-02-25 Tuesday 11:02  mche

	* afixcmd.c (1.27), fidoconf.c (1.109), fidoconf.h (1.174): fix
	  processpermisions

2003-02-25 Tuesday 09:45  stas_degteff

	* fidoconf.c (1.108), fidoconf.h (1.173): Update known modules
	  list: add bsopack, emailpkt, hptkill, hptsqfix, hptutil, hpucode,
	  huskmisc, mpost, msged, nltools, sqpack

2003-02-24 Monday 17:54  pgul

	* cfg.c (1.62): Fix previous patch

2003-02-24 Monday 11:14  pgul

	* cfg.c (1.61): elif is now synonym for elseif

2003-02-22 Saturday 19:19  stas_degteff

	* fecfg2fc.c (1.20): Fix FTN domain output. Patch from Alexander
	  Reznikov,2:4600/220

2003-02-20 Thursday 12:16  stas_degteff

	* HISTORY (1.21): Add section for 0.14-stable

2003-02-20 Thursday 12:15  stas_degteff

	* HISTORY (1.20): Update CONFIG CHANGES and IMPORTANT BUGFIXES
	  lists for 1.4-stable

2003-02-19 Wednesday 09:09  stas_degteff

	* fidoconf.h (1.172): Change UNIX to __UNIX__

2003-02-19 Wednesday 09:09  stas_degteff

	* fecfg146.h (1.10), fecfg2fc.c (1.19): Fixes & updates for
	  fastecho to fidoconfig converter. Path from Alexander Reznikov

2003-02-19 Wednesday 07:08  stas_degteff

	* version.c (1.9): Make version string shorten. Thanks to Val
	  Khokhlov 2:550/180.8

2003-02-18 Tuesday 22:34  d_sergienko

	* fc2tor.c (1.10): fixed compilation after merging s_filearea and
	  s_area

2003-02-18 Tuesday 14:44  mche

	* line.c (1.383): fix fileecho path parsing

2003-02-18 Tuesday 12:51  mche

	* common.c (1.167), common.h (1.86): check for our aka in access
	  functions

2003-02-18 Tuesday 12:37  mche

	* line.c (1.382): fix netmail area parsing

2003-02-18 Tuesday 12:25  mche

	* afixcmd.c (1.26), afixcmd.h (1.17), fidoconf.h (1.171), line.c
	  (1.381): set access to area for just added links

2003-02-18 Tuesday 06:26  stas_degteff

	* line.c (1.380): Check options unique for echoareas and fileares

2003-02-18 Tuesday 05:19  stas_degteff

	* fidoconf.h (1.170): merging s_filearea into s_area (after
	  2003-02-17 Monday 12:26): strong define constants ECHOAREA and
	  FILEAREA

2003-02-18 Tuesday 05:15  stas_degteff

	* linked.c (1.8): merging s_filearea into s_area (after 2003-02-17
	  Monday 12:26)

2003-02-18 Tuesday 05:09  stas_degteff

	* makefile.djg (1.13): Remove obsolete defines (DJGPP build)

2003-02-18 Tuesday 04:30  stas_degteff

	* fidoconf.h (1.169): Remove C++ style comments; add some comments
	  (after 2003-02-17 Monday 12:26)

2003-02-17 Monday 12:26  mche

	* afixcmd.c (1.25), afixcmd.h (1.16), areatree.c (1.14), areatree.h
	  (1.5), common.c (1.166), common.h (1.85), fc2tor.c (1.9),
	  fidoconf.c (1.107), fidoconf.h (1.168), fidoconfDll.dsp (1.6),
	  line.c (1.379), tparser.c (1.245): merging s_filearea into s_area

2003-02-17 Monday 11:36  pgul

	* grptree.c (1.10): Uninitialized value usage fixed

2003-02-16 Sunday 17:19  stas_degteff

	* typesize.h (1.35): Update Watcom/win32 INT16 & UINT16

2003-02-16 Sunday 17:19  stas_degteff

	* INSTALL (1.16): Update build documentation

2003-02-16 Sunday 13:22  stas_degteff

	* makefile.bsd (1.20): Update BSD makefile

2003-02-16 Sunday 13:17  stas_degteff

	* INSTALL (1.15), README.TXT (1.4): Update build documentation

2003-02-16 Sunday 13:01  stas_degteff

	* VERSION (1.6): Change version number to 1.9

2003-02-14 Friday 15:31  stas_degteff

	* line.c (1.378): Bugfix: check pointers for NULL value

2003-02-14 Friday 15:29  stas_degteff

	* tparser.c (1.244): Update version check to new -current

2003-02-14 Friday 15:28  stas_degteff

	* version.h (1.12): Change version number to 1.9-current

2003-02-11 Tuesday 19:31  stas_degteff

	* line.c (1.377): Display diagnostic message if OurAka is not
	  listed as Address

2003-02-10 Monday 22:29  d_sergienko

	* grptree.c (1.9), tparser.c (1.243): fixed warnings

2003-02-10 Monday 16:47  mche

	* line.c (1.376): fix areaname parsing

2003-02-10 Monday 16:42  mche

	* makefile.mvc (1.27), makefile.mvcdll (1.27): fix compilation

2003-02-09 Sunday 16:17  d_sergienko

	* grptree.c (1.8), line.c (1.375): use AreaGroup when parsing area

2003-02-09 Sunday 15:29  d_sergienko

	* fidoconf.c (1.106), grptree.c (1.7), grptree.h (1.3), line.c
	  (1.374), tokens.h (1.60), tparser.c (1.242): AreaGroup &
	  AreaGroupDefaults functionality

2003-02-05 Wednesday 11:51  sfpavel

	* Makefile (1.59), VERSION (1.5), debian/changelog (1.22),
	  debian/control (1.15), debian/huskymak.cfg (1.14), doc/Makefile
	  (1.18), man/Makefile (1.6): New debian package

2003-02-05 Wednesday 11:51  sfpavel

	* grptree.c (1.6), version.c (1.8): Fix compiler warnings

2003-02-05 Wednesday 07:16  stas_degteff

	* tparser.c (1.241): Test smapi & fidoconfig versions, display
	  message 'using...'

2003-02-05 Wednesday 07:05  stas_degteff

	* version.h (1.11): Fix comment

2003-02-05 Wednesday 07:04  stas_degteff

	* version.c (1.7): Update CheckFidoconfigVersion(); fix comment

2003-02-05 Wednesday 06:01  stas_degteff

	* tparser.c (1.240), version.c (1.6), version.h (1.10): Replace
	  CheckLibVersion() with CheckFidoconfigVersion()

2003-02-04 Tuesday 20:41  stas_degteff

	* tparser.c (1.239): Implement smapi version check

2003-02-04 Tuesday 20:40  stas_degteff

	* version.c (1.5), version.h (1.9): Add test for cvs_date

2003-02-04 Tuesday 20:05  stas_degteff

	* version.c (1.4), version.h (1.8): New function: CheckLibVersion()

2003-02-03 Monday 22:04  d_sergienko

	* common.c (1.165), grptree.c (1.5): fixed warnings

2003-02-03 Monday 21:21  d_sergienko

	* areatree.c (1.13), grptree.c (1.4), tree.c (1.11), tree.h (1.5):
	  removed tree_deinit() back and place its functionality to
	  transparent layer - tree_mung()

2003-02-03 Monday 15:56  mche

	* tree.c (1.10): fix delete & tree_trav functions

2003-02-03 Monday 12:57  mche

	* tree.c (1.9): fix tree_srch on empty tree

2003-02-03 Monday 11:32  mche

	* areatree.c (1.12), grptree.c (1.3): use tree_deinit for free
	  memory alocated by tree

2003-02-03 Monday 11:23  mche

	* tree.c (1.8), tree.h (1.4): fix compilation warning new function:
	  tree_deinit - it can free memory alocated by tree

2003-02-02 Sunday 21:39  d_sergienko

	* fidoconf.c (1.105): fixed crash when ourAka points to unexistent
	  link (thanx to Michael Haase)

2003-02-02 Sunday 21:02  d_sergienko

	* grptree.c (1.2): use safe scalloc() and sstrdup(); prevent
	  strtok() modifying memory in stack.

2003-02-02 Sunday 20:29  d_sergienko

	* grptree.h (1.2): changed copyrights etc.

2003-02-02 Sunday 20:25  d_sergienko

	* Makefile (1.58), areatree.c (1.11), grptree.c (1.1), grptree.h
	  (1.1), makefile.in1 (1.2), tree.c (1.7), tree.h (1.3): 1. added
	  ability to use trees as lists, just pass 2nd parameter of
	  tree_init as 1 or 0. 0 = list, 1 = tree.

	  2. added code for AreaAutoCreateGroup future token.

2003-01-31 Friday 07:23  stas_degteff

	* cfg.c (1.60): Add comment about _fullpath() and realpath()
	  implementations

2003-01-30 Thursday 08:14  mche

	* common.c (1.164): fix pathing arguments to unpacker

2003-01-29 Wednesday 10:24  stas_degteff

	* tparser.c (1.238): Add a checks for relative path & etc

2003-01-27 Monday 18:21  stas_degteff

	* makefile.inc (1.41): Fix illegal usage the 'tokens.h' file

2003-01-27 Monday 17:16  stas_degteff

	* tparser.c (1.237): Fix variable type: need use SIGNED int, not
	  unsigned for the 'k' variable in checkLogic() (Fix patch
	  2003-01-09 Thursday 15:29  mche tparser.c (1.230))

2003-01-27 Monday 17:06  stas_degteff

	* line.c (1.373): Fix after patch 2003-01-14 Tuesday 06:48 line.c
	  (1.367)

2003-01-27 Monday 16:52  stas_degteff

	* makefile.wco (1.26), makefile.wcw (1.34): Fix Watcom C builds

2003-01-27 Monday 16:33  stas_degteff

	* README.TXT (1.3): Add information about cygwin/mingw dll
	  compilation

2003-01-27 Monday 16:32  stas_degteff

	* HISTORY (1.19): Add 'known bugs' section; write info about GCC
	  3.x bug (reported by Gerrit Kuehn 2:2411/12)

2003-01-27 Monday 10:10  stas_degteff

	* fidoconf.c (1.104): Comment out message about pktpwd truncate

2003-01-25 Saturday 16:39  stas_degteff

	* common.c (1.163): Bugfix: copy_file() overwrite file correctly
	  now

2003-01-24 Friday 06:47  stas_degteff

	* Makefile (1.57): make clean: remove fidoconf/version.h

2003-01-23 Thursday 09:21  mche

	* common.c (1.162), common.h (1.84), fidoconf.h (1.167):
	  optimization on dupe detection

2003-01-22 Wednesday 12:03  mche

	* line.c (1.372), tparser.c (1.236): multiply definition for
	  filedescname

2003-01-22 Wednesday 11:45  mche

	* fidoconf.h (1.166), line.c (1.371): multiply definition for
	  filedescname

2003-01-21 Tuesday 09:50  stas_degteff

	* fecfg146.c (1.5), fecfg146.h (1.9), fecfg2fc.c (1.18): Fix
	  'RulesDir' output in fastecho -> fidoconfig converter. Patch from
	  Alexander Reznikov 2:4600/220

2003-01-21 Tuesday 06:10  stas_degteff

	* fidoconfDll.dsp (1.5), fidoconfStatic.dsp (1.2): 0x0a -->
	  0x0d0x0a for *.dsp

2003-01-18 Saturday 22:08  i_zkh

	* doc/proposal.texi (1.147): Fixed spelling, misprints etc

2003-01-18 Saturday 19:59  stas_degteff

	* common.c (1.161), makefile.cyg (1.14): Fix cygwin build

2003-01-17 Friday 13:40  stas_degteff

	* line.c (1.370): Use HAS_PROCESS_H

2003-01-17 Friday 11:45  mche

	* fidoconf.c (1.103): Add exclusions to syntax of the 'ReadOnly'
	  token

2003-01-17 Friday 09:24  gerritkuehn

	* adcase.c (1.12), fecfg2fc.c (1.17), line.c (1.369): Fixed
	  includes/defines.

2003-01-17 Friday 07:38  stas_degteff

	* tparser.c (1.235): Check config file existents before all
	  operations; print used config file name

2003-01-17 Friday 07:34  stas_degteff

	* dirlayer.h (1.13): Fix includes

2003-01-16 Thursday 15:06  mche

	* dirlayer.c (1.10): fix #include "dirlayer.h"

2003-01-16 Thursday 15:01  mche

	* dirlayer.h (1.12): fix dirent declaration for MSVC

2003-01-16 Thursday 12:50  stas_degteff

	* adcase.c (1.11), afixcmd.c (1.24), afixcmn.c (1.26), arealist.c
	  (1.8), cfg.c (1.59), crc.h (1.10), dirlayer.c (1.9), dirlayer.h
	  (1.11), fc2binkd.c (1.12), fecfg146.h (1.8), fidoconf.c (1.102),
	  fidoconf.h (1.165), getfree.c (1.7), line.c (1.368), syslogp.h
	  (1.8), temp.c (1.17), tparser.c (1.234), typesize.h (1.34),
	  vixie.h (1.3): Use new defines from smapi/compiler.h

2003-01-16 Thursday 09:01  stas_degteff

	* doc/keywords.hpt (1.34): Fix typo error

2003-01-16 Thursday 07:37  andr_lukyanov

	* makefile.mgw (1.11): fix Mingw32 compilation

2003-01-15 Wednesday 10:15  stas_degteff

	* typesize.h (1.33): Fix declarations for Watcom C 10.0

2003-01-15 Wednesday 08:42  mche

	* version.c (1.3): reduce version string for current versions

2003-01-15 Wednesday 05:58  stas_degteff

	* common.c (1.160), common.h (1.83), xstr.c (1.12): Adopt defines
	  with compiler.h

2003-01-15 Wednesday 05:58  stas_degteff

	* makefile.cyg (1.13): Fix cygwin build

2003-01-14 Tuesday 07:31  mche

	* common.c (1.159): change #if to #ifdef

2003-01-14 Tuesday 06:48  mche

	* line.c (1.367): fix MSVC compilation

2003-01-13 Monday 23:11  d_sergienko

	* Makefile (1.56): make fidoconfig compilable on Solaris

2003-01-13 Monday 14:36  stas_degteff

	* makefile.wcx (1.3): Small fix for Watcom C build

2003-01-13 Monday 14:35  stas_degteff

	* cfg.c (1.58), common.c (1.158), getfree.c (1.6), typesize.h
	  (1.32): Update code

2003-01-13 Monday 11:36  mche

	* common.c (1.157): fix MSVC compilation

2003-01-13 Monday 11:00  stas_degteff

	* makefile.cyg (1.12): allow dll compilation

2003-01-13 Monday 11:00  stas_degteff

	* makefile.in1 (1.1), makefile.inc (1.40): extract object files
	  list into makefile.in1

2003-01-13 Monday 08:50  stas_degteff

	* common.c (1.156), common.h (1.82): Move cmdcall() from hpt into
	  fidoconfig

2003-01-11 Saturday 20:16  i_zkh

	* fc2binkd.c (1.11): Fix 'sysname', 'location', 'sysop' keywords
	  generation

2003-01-11 Saturday 13:14  stas_degteff

	* tparser.c (1.233): Fix diagnostics if robotsarea not defined in
	  config

2003-01-10 Friday 11:30  sfpavel

	* debian/: changelog (1.21), control (1.14), copyright (1.4),
	  huskymak.cfg (1.13), libfidoconf0-dev.files (1.2),
	  libfidoconf0-dev.links (1.2), libfidoconf0-dev.preinst (1.2),
	  libfidoconf0.doc-base (1.3), libfidoconf0.files (1.6),
	  libfidoconf1-dev.files (1.1), libfidoconf1-dev.links (1.1),
	  libfidoconf1.doc-base (1.1), libfidoconf1.files (1.1), rules
	  (1.14), shlibs (1.6): New debian package

2003-01-10 Friday 11:30  sfpavel

	* makefile.inc (1.39), version.h (1.7): Change version to 1.3

2003-01-10 Friday 10:38  sfpavel

	* man/: Makefile (1.5), linked.1 (1.1): Add linked.1 manual page

2003-01-10 Friday 09:55  stas_degteff

	* tparser.c (1.232): Try to improve performance (after previous
	  patch)

2003-01-10 Friday 08:37  sfpavel

	* version.h (1.6): Define version of FidoConfig

2003-01-10 Friday 08:33  mche

	* tparser.c (1.231): Fix output version info

2003-01-10 Friday 08:06  andr_lukyanov

	* fc2fgate.c (1.6), fc2ged.c (1.9), fc2aed.c (1.8), fc2binkd.c
	  (1.10): Fix output version info

2003-01-10 Friday 08:00  andr_lukyanov

	* fc2msged.c (1.7), fc2sq.c (1.8): Fix output version info

2003-01-10 Friday 07:56  andr_lukyanov

	* linked.c (1.7), fecfg2fc.c (1.16), fc2tor.c (1.8): Fix output
	  version info

2003-01-10 Friday 07:46  andr_lukyanov

	* version.h (1.5): Fix output version info

2003-01-10 Friday 06:04  andr_lukyanov

	* line.c (1.366): Small bugfix

2003-01-10 Friday 04:16  andr_lukyanov

	* fc2aed.c (1.7), fc2binkd.c (1.9), fc2fgate.c (1.5), fc2ged.c
	  (1.8), fc2msged.c (1.6), fc2sq.c (1.7), fc2tor.c (1.7),
	  fecfg2fc.c (1.15): Add display message about version info

2003-01-10 Friday 01:50  andr_lukyanov

	* makefile.wco (1.25), makefile.wcw (1.33), makefile.wcx (1.2):
	  small fix for Watcom C

2003-01-09 Thursday 15:29  mche

	* tparser.c (1.230): fix compiler warnings

2003-01-09 Thursday 14:54  mche

	* line.c (1.365): parse advStatisticsFile as usal line

2003-01-09 Thursday 12:51  stas_degteff

	* Makefile (1.55): set permissions for install documentations &
	  libraries. Patch from Max Khon <fjoe@iclub.nsu.ru>

2003-01-09 Thursday 10:32  stas_degteff

	* typesize.h (1.31): Fix declaration INT32 & UINT32 for OS/2

2003-01-09 Thursday 08:22  stas_degteff

	* linked.c (1.6), tparser.c (1.229): Fix memory leak

2003-01-09 Thursday 08:20  stas_degteff

	* doc/makefile.unx (1.4): Fix macrovariable name

2003-01-09 Thursday 08:01  stas_degteff

	* tparser.c (1.228): Fix output

2003-01-09 Thursday 04:19  andr_lukyanov

	* linked.c (1.5), tparser.c (1.227): Add display message about
	  version info

2003-01-08 Wednesday 11:55  stas_degteff

	* fidoconf.c (1.101), tparser.c (1.226): Warnings about too long
	  passwords

2003-01-08 Wednesday 11:32  stas_degteff

	* common.c (1.155): Comment out messages to stderr about waiting
	  lock file

2003-01-08 Wednesday 08:51  andr_lukyanov

	* makefile.mvc (1.26), makefile.mvcdll (1.26): correct MSVC
	  compilation

2003-01-06 Monday 15:57  quetschke

	* typesize.h (1.30): Re-added __CYGWIN__ to the list of other unix
	  like systems. This got lost between rev. 1.23 and 1.24 by the
	  patch of mche.

	  Cygwin uses gcc and *really* needs theese type definitions.
	  (2:2411/12.99)

2003-01-05 Sunday 16:18  mche

	* common.c (1.154): check for NULL pointers in fc_stristr()

2003-01-05 Sunday 08:26  stas_degteff

	* line.c (1.364), tparser.c (1.225): Add 'no' prefix for all
	  echoarea & filearea options. Now implemented echoarea options:
	  TinySB/noTinySB, killSB/nokillSB, keepUnread/nokeepUnread,
	  killRead/nokillRead, hide/nohide, kill/nokill, manual/nomanual,
	  pause/nopause, link/nolink, mandatory/nomandatory, debug/nodebug,
	  DOSFile/noDOSFile, pack/nopack, ccoff/noccoff/ccon,
	  keepSB/nokeepSB, pack/nopack; and Filearea options: hide/nohide,
	  manual/nomanual, mandatory/nomandatory, sendorig/nosendorig,
	  pause/nopause, crc/nocrc, replace/noreplace, diz/nodiz. Also
	  improve tparser output.

2003-01-05 Sunday 06:50  stas_degteff

	* tparser.c (1.224): Change diagnostics: don't stop if not defined
	  netmailarea, dupearea or badarea (these tokens used not for all
	  husky modules)

2003-01-05 Sunday 06:12  stas_degteff

	* fecfg2fc.c (1.14): Fix read & write access levels conversion;
	  replace '-h' to '-hide'echoarea option output

2003-01-05 Sunday 06:11  stas_degteff

	* line.c (1.363): Enable '-hide' for filearea options (alias for
	  '-h' option)

2003-01-04 Saturday 14:20  stas_degteff

	* fecfg2fc.c (1.13): Fix area options confersion

2003-01-04 Saturday 14:05  stas_degteff

	* line.c (1.362): Use -1 value for echoarea & filearea options for
	  reference to echoareadefaults & fileareadefaults: options -p,
	  -lw, -lr, -, -dupehistory.

2003-01-04 Saturday 14:01  stas_degteff

	* line.c (1.361): Use -1 value for echoarea & filearea options for
	  reference to echoareadefaults & fileareadefaults: options -p,
	  -lw, -lr, -$m, -dupehistory.

2003-01-04 Saturday 11:30  stas_degteff

	* line.c (1.360): Fix packaka parsing (prevent memory leak). Path
	  from Alexander Reznikov 2:4600/220

2003-01-04 Saturday 06:58  mche

	* common.c (1.153), makefile.mvc (1.25): correct MSVC static
	  compilation

2002-12-31 Tuesday 09:24  stas_degteff

	* doc/: keywords.hpt (1.33), keywords.htick (1.10): Include PackAka
	  into hpt & htick tokens lists

2002-12-31 Tuesday 09:21  stas_degteff

	* common.c (1.152), common.h (1.81), fidoconf.h (1.164),
	  fidoconf.pas (1.11), line.c (1.359), tokens.h (1.59), tparser.c
	  (1.223):  New token: PackAka (Patch from Alexander Reznikov
	  2:4600/220)

2002-12-30 Monday 08:57  stas_degteff

	* common.c (1.151): Add empty line into end of file to prevent
	  invalid patches generation

2002-12-27 Friday 13:23  mche

	* common.c (1.150), common.h (1.80): common function for clearing
	  lock file

2002-12-27 Friday 12:46  mche

	* common.c (1.149), common.h (1.79), line.c (1.358): new
	  functionality for advanced locking now if token "advisoryLock"
	  defined with unsigned value than programm will try to create
	  lockfile several times (defined by "advisoryLock" )

2002-12-27 Friday 09:24  stas_degteff

	* common.h (1.78), linked.c (1.4): parse addresses list in command
	  line; validate checking for parameters

2002-12-27 Friday 08:46  stas_degteff

	* linked.c (1.3): fix warnings; optimise code

2002-12-24 Tuesday 13:34  stas_degteff

	* common.c (1.148), common.h (1.77): New functions strnzcpy() and
	  strnzcat(): copy/concantenate strings with prevent bufer
	  overflow, result is zero-ended always (alternate to strncpy() and
	  strncat() from stdc library)

2002-12-23 Monday 11:53  mche

	* common.c (1.147): fix GetDirnameFromPathname() function

2002-12-20 Friday 22:52  d_sergienko

	* Makefile (1.54), makefile.inc (1.38): install/uninstall linked

2002-12-20 Friday 22:36  d_sergienko

	* linked.c (1.2): search for includes in current directory (linked
	  is being compiled before fidoconf is being installed)

2002-12-20 Friday 15:23  stas_degteff

	* fidoconf.c (1.100): Update diagnostic in previous patch

2002-12-20 Friday 14:42  stas_degteff

	* fidoconf.c (1.99), fidoconf.h (1.163): Bugfix: trap if defined
	  carbonto into nonexistent area and badarea not specified

2002-12-18 Wednesday 06:03  stas_degteff

	* afixcmd.c (1.23): Fix errors on renaming config: use move_file()
	  instead rename()

2002-12-18 Wednesday 05:25  stas_degteff

	* afixcmd.c (1.22): Change fprintf(stderr, to w_log(LL_ERR,

2002-12-17 Tuesday 14:27  stas_degteff

	* tparser.c (1.222): Warnings outputs before config dump now.
	  Display message to stderr if warnings found. Thanks to Pavel
	  Girnov,2:5066/18.66 (for idea)

2002-12-17 Tuesday 14:15  stas_degteff

	* tparser.c (1.221): Fix addresses output

2002-12-17 Tuesday 14:13  stas_degteff

	* makefile.mvcdll (1.25): Fix distclean tag (Thanks to Alexander
	  Reznikov)

2002-12-17 Tuesday 08:14  stas_degteff

	* tparser.c (1.220): Check for: robotsarea value is not an existing
	  area

2002-12-10 Tuesday 16:27  mche

	* makefile.mvc (1.24): correct makefile

2002-12-09 Monday 15:29  nssoft

	* linked.c (1.1), makefile.inc (1.37): Add "linked" program, that
	  show linked areas for link

2002-12-06 Friday 16:58  stas_degteff

	* line.c (1.357), tparser.c (1.219): Echoarea options: 'kill' is
	  synonym for 'k' and 'hide' is synonym for 'h'

2002-12-06 Friday 16:28  stas_degteff

	* line.c (1.356), tparser.c (1.218): Uppercase for
	  areafixReportsattr

2002-12-06 Friday 15:59  stas_degteff

	* Makefile (1.53): Install version.h into system includes directory

2002-12-06 Friday 15:44  stas_degteff

	* tparser.c (1.217): Fix areafixreportsattr & filefixreportsattr
	  syntax

2002-12-06 Friday 15:40  stas_degteff

	* line.c (1.355): uppercase filefixreportsattr & areafixreportsattr

2002-12-06 Friday 15:02  stas_degteff

	* makefile.bsd (1.19): Fix make warning about NULL

2002-12-06 Friday 14:22  mche

	* common.h (1.76): try to compile with msvc

2002-12-06 Friday 13:23  mche

	* fidoconf.h (1.162), line.c (1.354), tparser.c (1.216): Kill area
	  msgbase only if it dfined area options -- "-k"

2002-12-06 Friday 06:14  mche

	* afixcmd.c (1.21), fidoconf.c (1.98), fidoconf.h (1.161),
	  fidoconfDll.dsp (1.4), line.c (1.353), tokens.h (1.58), tparser.c
	  (1.215): new token added: advStatisticsFile token removed:
	  msgIdFile

2002-12-05 Thursday 14:00  stas_degteff

	* tparser.c (1.214): Add filefixhelp output

2002-12-05 Thursday 08:32  stas_degteff

	* makefile.wco (1.24), makefile.wcw (1.32): Update Watcom C
	  makefiles

2002-12-05 Thursday 08:32  stas_degteff

	* makefile.wcx (1.1): Makwfile for build DOS4GW executable by
	  Watcom C

2002-12-05 Thursday 08:31  stas_degteff

	* recode.c (1.3): Fix compiler warnings: Watcom C DOS4GW target

2002-12-05 Thursday 08:29  stas_degteff

	* cfg.c (1.57): Add cmpfnames() variant for Watcom/DOS4GW

2002-12-05 Thursday 08:02  mche

	* makefile.mvc (1.23), makefile.mvcdll (1.24): fix msvc compilation

2002-12-03 Tuesday 14:03  stas_degteff

	* version.h (1.4): Add extern "C" for C++ compilers

2002-12-03 Tuesday 13:58  stas_degteff

	* HISTORY (1.18): Describe tokens changes: seqDir and seqOutrun and
	  MSGID generation algorithm

2002-12-03 Tuesday 13:32  stas_degteff

	* HISTORY (1.17): Describe tokens changes: areafixKillReports and
	  filefixKillReports, AreafixReportsAttr and FilefixReportsAttr

2002-12-03 Tuesday 08:37  stas_degteff

	* typesize.h (1.29): Set all CHAR typedefs as signed char (instead
	  char)

2002-12-03 Tuesday 08:15  stas_degteff

	* common.c (1.146): Fix parentness

2002-12-03 Tuesday 08:11  stas_degteff

	* typesize.h (1.28): Set all INT & LONG as signed: prevent compiler
	  defaults to unsigned

2002-12-03 Tuesday 07:14  stas_degteff

	* typesize.h (1.27): Fix Watcom C compilation for OS/2

2002-12-03 Tuesday 07:08  stas_degteff

	* common.c (1.145): Fix previous: set condition for MS Visual C
	  only

2002-12-02 Monday 15:17  mche

	* common.c (1.144): fix msvc compilation

2002-12-02 Monday 09:45  stas_degteff

	* makefile.wco (1.23), makefile.wcw (1.31): Add 'default' tag; add
	  dependence for fidoconf.obj; more accuracy options usage.

2002-12-02 Monday 09:43  stas_degteff

	* version.h (1.3): Fix dependencies

2002-12-02 Monday 09:14  stas_degteff

	* makefile.wco (1.22), makefile.wcw (1.30): Fix makefiles for
	  Watcom C

2002-12-02 Monday 08:40  stas_degteff

	* common.c (1.143): Fix includes order

2002-12-02 Monday 07:06  stas_degteff

	* version.c (1.2), version.h (1.2): Fix compilation for GCC

2002-12-02 Monday 06:50  stas_degteff

	* doc/config (1.19): Add AreafixReportsAttr and FilefixReportsAttr
	  into config example

2002-11-29 Friday 14:30  stas_degteff

	* makefile.inc (1.36): Add version.c to library

2002-11-29 Friday 12:48  stas_degteff

	* version.c (1.1), version.h (1.1): New function for unify version
	  representation: GenVersionStr()

2002-11-28 Thursday 14:19  pgul

	* afixcmn.c (1.25): Fix netmail flag

2002-11-28 Thursday 14:04  mche

	* afixcmn.c (1.24): do not set netmail flag on echomail messages

2002-11-27 Wednesday 16:00  stas_degteff

	* fidoconf.h (1.160): Prevent macro redefinition:
	  'MSGTYPE_PASSTHROUGH' (now defined in smapi/msgapi.h)

2002-11-27 Wednesday 14:05  pgul

	* afixcmd.h (1.15), afixcmn.c (1.23): Change makeMessage() params

2002-11-27 Wednesday 13:55  stas_degteff

	* doc/: keywords.hpt (1.32), keywords.htick (1.9): Describe tokens
	  'areafixReportsAttr' and 'filefixReportsAttr'

2002-11-27 Wednesday 13:54  stas_degteff

	* common.c (1.142): Fix Watcom C OS/2 includes: include sys/utime.h
	  instead utime.h

2002-11-27 Wednesday 13:42  pgul

	* common.c (1.141), common.h (1.75), fidoconf.c (1.97), fidoconf.h
	  (1.159), line.c (1.352), tokens.h (1.57), tparser.c (1.213):
	  Removed tokens areafixKillReports and filefixKillReports; added
	  tokens areafixReportsAttr and filefixReportsAttr.

2002-11-27 Wednesday 12:34  pgul

	* common.c (1.140), common.h (1.74): extattr() function

2002-11-27 Wednesday 10:00  stas_degteff

	* typesize.h (1.26): Fix Watcom C compilation errors: redefine
	  INT32 & UINT32

2002-11-26 Tuesday 07:34  stas_degteff

	* line.c (1.351): Fix EMX compilation warnings (bugreport from Andy
	  U. Luk'yanov)

2002-11-25 Monday 16:01  pgul

	* common.c (1.139): redo previous patch

2002-11-25 Monday 10:42  mche

	* common.c (1.138): fix xstrscat() usage

2002-11-25 Monday 09:00  mche

	* afixcmd.c (1.20), afixcmd.h (1.14), afixcmn.c (1.22), common.c
	  (1.137), common.h (1.73), fidoconf.c (1.96), fidoconf.h (1.158),
	  fidoconfDll.dsp (1.3), line.c (1.350), tparser.c (1.212): s_addr
	  --> hs_addr

2002-11-22 Friday 09:07  pgul

	* fidoconf.h (1.157): optimise source

2002-11-22 Friday 07:40  stas_degteff

	* tparser.c (1.211): fix typo error

2002-11-21 Thursday 20:54  pgul

	* line.c (1.349): Check for more then once link subscription to an
	  area

2002-11-21 Thursday 11:10  stas_degteff

	* doc/config (1.18): Add unpacker examples:  pkzipc, pkzip25,
	  pkunzip

2002-11-21 Thursday 07:08  mche

	* afixcmd.c (1.19): correct config changing

2002-11-21 Thursday 06:54  mche

	* afixcmd.c (1.18), common.h (1.72): fix previous patches

2002-11-21 Thursday 05:52  stas_degteff

	* doc/: config (1.17), proposal.texi (1.146): Add unpacker example
	  for rar-sfx/dos

2002-11-20 Wednesday 11:29  stas_degteff

	* arealist.c (1.7): Fix for '2002-11-18 Monday 12:43'. Patch from
	  Alexander Reznikov, 2:4600/220

2002-11-20 Wednesday 08:35  stas_degteff

	* common.c (1.136), common.h (1.71): New common function:
	  OS_independed_basename()

2002-11-19 Tuesday 12:08  stas_degteff

	* fidoconf.h (1.156): Fix Watcom C compilation errors

2002-11-19 Tuesday 12:08  stas_degteff

	* arealist.c (1.6): Use safety string compare functions

2002-11-19 Tuesday 11:02  mche

	* fidoconf.h (1.155), recode.h (1.5), tparser.c (1.210): make
	  tparser compilable

2002-11-19 Tuesday 10:40  mche

	* line.c (1.348): fix parsing warnings

2002-11-19 Tuesday 10:01  stas_degteff

	* line.c (1.347): Fyx types convertion

2002-11-18 Monday 12:43  stas_degteff

	* arealist.c (1.5), arealist.h (1.3), fidoconf.h (1.154), line.c
	  (1.346), tokens.h (1.56), tparser.c (1.209), doc/keywords.hpt
	  (1.31): New token 'AvailList': %avail reply form. Patch from
	  Alexander Reznikov, 2:4600/220 (modified)

2002-11-18 Monday 11:56  stas_degteff

	* arealist.c (1.4): Fix: arealist compare items (sorting)
	  case-insencitive now

2002-11-18 Monday 09:27  stas_degteff

	* afixcmd.c (1.17): Prevent print ...(null)... in diagnostic
	  message

2002-11-17 Sunday 00:10  stas_degteff

	* HISTORY (1.16): Fix AllowEmptyPktPwd parsing: now enable
	  'AllowEmptyPktPwd off' and other boolean values

2002-11-17 Sunday 00:07  stas_degteff

	* line.c (1.345): Fix AllowEmptyPktPwd parsing: now enable
	  'AllowEmptyPktPwd off' and other boolean values

2002-11-17 Sunday 00:00  stas_degteff

	* fecfg2fc.c (1.12): Fix unpacker line output

2002-11-16 Saturday 23:20  stas_degteff

	* fecfg146.h (1.7), fecfg2fc.c (1.11): Convert 'norules' (link
	  config)

2002-11-16 Saturday 22:43  stas_degteff

	* fecfg2fc.c (1.10): Change program structure; sort areas by type
	  in output

2002-11-16 Saturday 21:21  stas_degteff

	* fecfg2fc.c (1.9): Use strLower from common.c

2002-11-16 Saturday 20:28  stas_degteff

	* cfg.c (1.56), fecfg2fc.c (1.8), fidoconf.c (1.95), fidoconf.h
	  (1.153), line.c (1.344), tparser.c (1.208), man/tparser.1 (1.4):
	  Create nonexisted directories: tparser -P

2002-11-16 Saturday 20:25  stas_degteff

	* doc/fidoconfig.texi (1.24): Create nonexisted directories:
	  tparser -P

2002-11-16 Saturday 11:48  pgul

	* makefile.inc (1.35): Fix fecfg2fconf build

2002-11-16 Saturday 08:05  pgul

	* afixcmd.c (1.16): Change config if it is r/o

2002-11-16 Saturday 01:28  stas_degteff

	* line.c (1.343): Fix passing 'passthrough' value for ordinary
	  directory

2002-11-15 Friday 19:14  pgul

	* afixcmd.c (1.15): Small fix for previous patch

2002-11-15 Friday 19:04  pgul

	* afixcmd.c (1.14): More clean changing config

2002-11-15 Friday 15:52  stas_degteff

	* fecfg146.c (1.4), fecfg146.h (1.6), fecfg2fc.c (1.7),
	  makefile.inc (1.34): Improve functionality to fastecho ->
	  fidoconfig conversion

2002-11-14 Thursday 08:31  stas_degteff

	* tparser.c (1.207): Print delNotReceivedTIC value

2002-11-14 Thursday 08:21  stas_degteff

	* fidoconf.h (1.152), line.c (1.342), tokens.h (1.55): Fix spell in
	  variable name

2002-11-13 Wednesday 10:56  stas_degteff

	* makefile.cyg (1.11): Add DEBUG define

2002-11-12 Tuesday 07:02  mche

	* line.c (1.341): fix carbonreason

2002-11-12 Tuesday 06:58  mche

	* areatree.c (1.10), fidoconf.c (1.94), fidoconf.h (1.151), line.c
	  (1.340): fix coredump in areafix tanks to Alexander Reznikov
	  [2:4600/220]

2002-11-12 Tuesday 05:35  stas_degteff

	* cfg.c (1.55): Add top comment

2002-11-12 Tuesday 05:30  stas_degteff

	* cfg.c (1.54): Fix types redefinitions for OS/2 compilers

2002-11-12 Tuesday 05:29  stas_degteff

	* temp.h (1.5): DOS2UNIX

2002-11-12 Tuesday 05:17  stas_degteff

	* common.c (1.135): Fix (prevent memory leak) and improve
	  performance in GetDirnameFromPathname()

2002-11-12 Tuesday 04:47  stas_degteff

	* common.c (1.134): Fix: variable incremention move out from macros
	  call

2002-11-11 Monday 07:41  mche

	* afixcmn.c (1.21): fix coredump on scaning

2002-11-10 Sunday 18:57  d_sergienko

	* HISTORY (1.15), fidoconf.h (1.150), line.c (1.339), tokens.h
	  (1.54), tparser.c (1.206), doc/keywords.htick (1.8): fixed
	  spelling (AnnAdr* -> AnnAddr*)

2002-11-10 Sunday 11:47  pgul

	* line.c (1.338): Add "MsgBaseDir [[]msgbase]" possibility

2002-11-10 Sunday 08:51  pgul

	* common.c (1.133): Fix compilation warnings

2002-11-09 Saturday 14:57  pgul

	* line.c (1.337): Parse options after area subscribers mask fixed

2002-11-06 Wednesday 08:25  mche

	* areatree.c (1.9), areatree.h (1.4), common.c (1.132), fidoconf.c
	  (1.93), fidoconf.h (1.149): cheking for duplicate definitions of
	  fileareas

2002-11-05 Tuesday 15:19  stas_degteff

	* afixcmd.c (1.13), afixcmd.h (1.13), afixcmn.c (1.20), areatree.c
	  (1.8), areatree.h (1.3), cfg.c (1.53), common.c (1.131), common.h
	  (1.70), crc.h (1.9), dirlayer.c (1.8), dirlayer.h (1.10),
	  fc2binkd.c (1.8), fc2sq.c (1.6), fecfg146.h (1.5), fecfg2fc.c
	  (1.6), fidoconf.c (1.92), fidoconf.h (1.148), getfree.c (1.5),
	  line.c (1.336), log.c (1.10), log.h (1.10), recode.c (1.2),
	  recode.h (1.4), temp.c (1.16), temp.h (1.4), tparser.c (1.205),
	  tree.c (1.6), typesize.h (1.25), vixie.h (1.2): Convert C++
	  comments into pure C comments to prevent compilation
	  warnings/errors

2002-11-04 Monday 13:02  stas_degteff

	* doc/proposal.texi (1.145): Add pack & unpack statements
	  description from hpt.texi, modified

2002-11-04 Monday 11:02  stas_degteff

	* common.c (1.130), common.h (1.69): Add GetDirnameFromPathname();
	  replace basename() with macro to GetFilenameFromPAthname; add
	  dirname() macros for GetDirnameFromPathname()

2002-11-03 Sunday 03:53  d_sergienko

	* README.TXT (1.2), doc/fidoconfig.texi (1.23): update docs

2002-11-03 Sunday 00:51  d_sergienko

	* common.c (1.129): test version of createLock() function

2002-11-01 Friday 23:35  stas_degteff

	* areatree.c (1.7): Fix buggy '2002-11-01 Friday 15:28	mche'

2002-11-01 Friday 15:28  mche

	* areatree.c (1.6), areatree.h (1.2), fidoconf.c (1.91): check for
	  redefenition of echoareas

2002-11-01 Friday 14:31  stas_degteff

	* common.c (1.128), common.h (1.68): New function: basename()

2002-10-30 Wednesday 14:31  mche

	* line.c (1.335): fix previous patch

2002-10-30 Wednesday 13:50  mche

	* line.c (1.334): fix redefinition packing options deined by
	  EchoAreaDefaults

2002-10-30 Wednesday 13:48  stas_degteff

	* common.c (1.127), common.h (1.67): Prevent memory fault in
	  changeFileSuffix(); Fix comments after MCHE patches

2002-10-30 Wednesday 08:57  mche

	* common.c (1.126): a little optimization of changeFileSuffix

2002-10-30 Wednesday 08:52  mche

	* common.c (1.125), common.h (1.66): syntax of changeFileSuffix is
	  expanded

2002-10-29 Tuesday 12:35  stas_degteff

	* xstr.c (1.11), xstr.h (1.6): Add 'const' modifier for string
	  parameters

2002-10-28 Monday 23:52  pgul

	* tparser.c (1.204): Fix previous patch

2002-10-28 Monday 23:24  pgul

	* afixcmd.h (1.12), afixcmn.c (1.19): Change createKludges() args,
	  use new msgid generation method

2002-10-28 Monday 23:09  pgul

	* fidoconf.c (1.90): fix compiler warning

2002-10-28 Monday 23:05  pgul

	* tokens.h (1.53), fidoconf.h (1.147), line.c (1.333), tparser.c
	  (1.203), doc/proposal.texi (1.144): add seqDir and seqOutrun
	  tokens

2002-10-27 Sunday 08:50  pgul

	* fidoconf.c (1.89): fix new groups parsing

2002-10-26 Saturday 13:03  mche

	* cfg.c (1.52): added chak for duplicate includes

2002-10-25 Friday 13:17  stas_degteff

	* common.c (1.124): Fix Watcom C win32 compilation

2002-10-25 Friday 13:06  stas_degteff

	* crc.c (1.7), crc.h (1.8): Implement 16-bit & 32-bit checksum
	  algorithmes

2002-10-25 Friday 08:12  stas_degteff

	* getfree.c (1.4): workaround Watcom C/win32 compilation error

2002-10-25 Friday 07:23  stas_degteff

	* crc.c (1.6): Bugfix: Check for NULL pointer in crc calculating
	  routines; Also try improve performance - use register variables

2002-10-25 Friday 06:56  mche

	* afixcmn.c (1.18): undo previos patch

2002-10-25 Friday 06:17  mche

	* afixcmn.c (1.17): undo previos patch

2002-10-25 Friday 04:37  stas_degteff

	* Makefile (1.52), makefile.in2 (1.8), makefile.sun (1.12), xstr.c
	  (1.10): Insert VSPRINTF_ONLY define commented out, need for SunOS
	  2.5.1

2002-10-24 Thursday 11:37  mche

	* tparser.c (1.202): fix spelling

2002-10-24 Thursday 09:12  mche

	* afixcmn.c (1.16): hpt attach processing patch by [val khokhlov
	  2:550/180]

2002-10-24 Thursday 06:16  stas_degteff

	* afixcmn.c (1.15): MSGID generation in createKludges(): Wait one
	  second to prevent generate equvalence msgid in two sequental
	  program call

2002-10-23 Wednesday 13:16  stas_degteff

	* afixcmn.c (1.14), common.c (1.123), common.h (1.65), crc.c (1.5),
	  crc.h (1.7): New msgid generation algorihtm in createKludges(),
	  based on code from val khokhlov

2002-10-23 Wednesday 11:55  mche

	* .cvsignore (1.6): fix ERROR redefinition

2002-10-23 Wednesday 11:21  mche

	* getfree.c (1.3): fix previous patch

2002-10-23 Wednesday 10:38  stas_degteff

	* getfree.c (1.2): Prevent compilation warnings for OS/2 EMX & UNIX

2002-10-23 Wednesday 10:10  mche

	* cfg.c (1.51): clean type redefinition for win32 compilers

2002-10-23 Wednesday 10:03  mche

	* typesize.h (1.24): clean type redefenition for win32 compilers

2002-10-23 Wednesday 10:01  pgul

	* common.c (1.122), line.c (1.332), common.h (1.64): Optimise
	  groups parsing

2002-10-23 Wednesday 09:23  pgul

	* line.c (1.331): Avoid nested strtok()

2002-10-23 Wednesday 08:44  mche

	* getfree.c (1.1): function getfree() moved to fidoconfig

2002-10-23 Wednesday 08:13  mche

	* common.h (1.63), fidoconfDll.dsp (1.2), makefile.inc (1.33),
	  makefile.mvc (1.22), makefile.mvcdll (1.23): function getfree()
	  moved to fidoconfig

2002-10-22 Tuesday 11:36  stas_degteff

	* cfg.c (1.50): Fix EMX compilation warning in cmpfnames()

2002-10-22 Tuesday 10:22  sfpavel

	* debian/changelog (1.20), man/fconf2.1 (1.8): New debian packages

2002-10-22 Tuesday 08:55  sfpavel

	* man/: Makefile (1.4), fconf2.1 (1.7): Add fconf2na.pl description
	  into man page

2002-10-21 Monday 09:29  stas_degteff

	* makefile.inc (1.32): fix clean (comonclean) tag: prevent remove
	  files fithout suffixes on DOS-based FS

2002-10-21 Monday 09:11  stas_degteff

	* cfg.c (1.49): Fix & fine cmpfnames() for DJGPP

2002-10-21 Monday 08:44  stas_degteff

	* cfg.c (1.48), common.c (1.121): Fix cmpfnames() definitions for
	  all platforms: remove 'statuc' modifier

2002-10-21 Monday 07:54  stas_degteff

	* fc2aed.c (1.6): Fix compiler warning; use 'safe' strcmp fucntion

2002-10-21 Monday 07:48  stas_degteff

	* cfg.c (1.47): Fix typo erro in previos fix

2002-10-21 Monday 07:09  stas_degteff

	* cfg.c (1.46): Fix typo erro in previos fix

2002-10-21 Monday 06:59  stas_degteff

	* cfg.c (1.45): Fix memory leak on DJGPP; fix preprocessor
	  condition

2002-10-21 Monday 06:26  stas_degteff

	* common.c (1.120): Fix DJGPP compilation

2002-10-21 Monday 06:23  stas_degteff

	* cfg.c (1.44): Small fix in cmpfnames() for DJGPP

2002-10-20 Sunday 20:59  stas_degteff

	* common.h (1.62): Add 'safe' string macroses: sstrstr amd sstristr

2002-10-20 Sunday 11:26  mche

	* fidoconfDll.dsp (1.1), fidoconfStatic.dsp (1.1): Microsoft
	  Developer Studio Project Files added

2002-10-20 Sunday 10:12  mche

	* makefile.cyg (1.10): Remove useless defines

2002-10-20 Sunday 09:57  mche

	* makefile.cyg (1.9), makefile.mvc (1.21): Remove useless defines

2002-10-20 Sunday 09:36  mche

	* common.c (1.119), makefile.mvc (1.20), makefile.mvcdll (1.22):
	  Definition for USE_SYSTEM_COPY in compiler.h for MSVC

2002-10-18 Friday 04:17  stas_degteff

	* common.c (1.118): Bugfix : open() do not support share locking
	  (freebsd, other possible)

2002-10-17 Thursday 18:57  stas_degteff

	* common.c (1.117), common.h (1.61): Fix fc_stristr(): prevent
	  compiler warnings for other modules (use const char*)

2002-10-17 Thursday 18:24  stas_degteff

	* HISTORY (1.14): Update documentation

2002-10-17 Thursday 17:11  stas_degteff

	* common.c (1.116), common.h (1.60): Implement stripTrailingChars()
	  and define macro stripRoundingChars() in addition to
	  stripLeadingChars()

2002-10-17 Thursday 12:50  stas_degteff

	* Makefile (1.51): Add install and uninstall 'fconf2na.pl'

2002-10-17 Thursday 12:47  stas_degteff

	* makefile.bsd (1.18): Add install and uninstall 'fconf2na.pl'

2002-10-17 Thursday 12:46  stas_degteff

	* makefile.bsd (1.17): Fix install on makefile.bsd

2002-10-16 Wednesday 12:28  d_sergienko

	* fconf2na.pl (1.1): added converter fidoconfig -> ECHOLIST.NA

2002-10-15 Tuesday 07:50  stas_degteff

	* cfg.c (1.43): Use safety string functions (sstricmp, sstrdup,
	  sstrcpy, ...)

2002-10-15 Tuesday 03:48  sfpavel

	* cfg.c (1.42): Fix typo

2002-10-14 Monday 18:25  d_sergienko

	* common.c (1.115): open file in binary mode when copying it (in
	  copy_file())

2002-10-14 Monday 10:42  stas_degteff

	* line.c (1.330): Fix from -stable: negative values now invalid for
	  many tokens (before its prodused zero value)

2002-10-14 Monday 10:42  stas_degteff

	* fidoconf.c (1.88), fidoconf.h (1.146): Fix idlePassthruTimeout
	  default value set

2002-10-14 Monday 10:08  stas_degteff

	* common.c (1.114), common.h (1.59): Prevent compiler warnings in
	  fidostat module: use const modifier for 1st parameter of
	  string2addr()

2002-10-14 Monday 06:32  sfpavel

	* temp.c (1.15): Fix OS/2 EMX build

2002-10-14 Monday 06:25  mche

	* makefile.mvc (1.19), makefile.mvcdll (1.21): correct
	  HAS_VSNPRINTF defenition for MSVC

2002-10-14 Monday 05:51  sfpavel

	* common.c (1.113): Fix OS/2 EMX build

2002-10-11 Friday 13:49  stas_degteff

	* fidoconf.c (1.87): Fix previous patch

2002-10-11 Friday 13:33  stas_degteff

	* fidoconf.c (1.86): Fix bug with signed use unsigned var in
	  setConfigDefaults()

2002-10-09 Wednesday 09:55  stas_degteff

	* common.c (1.112): Implement file locking in copy_file()

2002-10-09 Wednesday 09:36  stas_degteff

	* common.c (1.111): Fix copy_file() patch

2002-10-09 Wednesday 09:21  stas_degteff

	* common.c (1.110): Debug output added

2002-10-09 Wednesday 09:02  mche

	* afixcmd.c (1.12), afixcmd.h (1.11): functions addlink and
	  removelink are moved to fidoconfig

2002-10-09 Wednesday 08:30  stas_degteff

	* cfg.c (1.41): DJGPP cmpfnames() probe. Test please!

2002-10-09 Wednesday 08:28  stas_degteff

	* common.h (1.58): Safety string envelope: str() macro

2002-10-09 Wednesday 05:05  sfpavel

	* fc2binkd.c (1.7): Fix creation of the binkd.cfg [patch from Igor
	  Zakharoff 2:5030/49.30]

2002-10-08 Tuesday 14:24  stas_degteff

	* common.c (1.109), common.h (1.57): Fix move_file() and
	  copy_file(): prevent unexpected result ("ANSI C requires rename,
	  but only specifies that the result on failure be nonzero. The
	  effects of using the name of an existing file as *<[new>> may
	  vary from one implementation to another.") TEST this please!

2002-10-08 Tuesday 11:13  d_sergienko

	* common.c (1.108): security fix (copy_file() could copy suid
	  binaries without clearing suid bit)

2002-10-08 Tuesday 06:35  sfpavel

	* debian/changelog (1.19): New debian packages

2002-10-07 Monday 14:27  d_sergienko

	* common.c (1.107): cosmetic fixes

2002-10-07 Monday 14:07  d_sergienko

	* common.c (1.106): save permissions (and ownership when running as
	  root) in copy_file on UNIX

2002-10-04 Friday 13:12  stas_degteff

	* cfg.c (1.40): Workaround for DJGPP compilation

2002-10-04 Friday 10:05  sfpavel

	* debian/: changelog (1.18), control (1.13), fidoconf-runtime.dirs
	  (1.4), fidoconf-runtime.files (1.3), fidoconf-runtime.manpages
	  (1.2), huskymak.cfg (1.12), libfidoconf0-dev.dirs (1.2),
	  libfidoconf0.dirs (1.2), libfidoconf0.doc-base (1.2),
	  libfidoconf0.files (1.5), rules (1.13): New debian packages

2002-10-04 Friday 09:59  sfpavel

	* Makefile (1.50): Fix build fconf2*: no link with static
	  libfidoconf!

2002-10-04 Friday 09:57  sfpavel

	* man/: Makefile (1.3), fconf2.1 (1.6): Add fconf2binkd description
	  to fconf2.1

2002-10-04 Friday 07:40  sfpavel

	* doc/: Makefile (1.17), makefile.unx (1.3): Fix install options

2002-10-03 Thursday 13:27  mche

	* xstr.c (1.9): vsnprintf fix

2002-10-03 Thursday 09:31  mche

	* xstr.c (1.8): INTEL defined for msvc makefiles and vsnprintf fix

2002-09-30 Monday 14:22  stas_degteff

	* common.c (1.105): More safety check for prevent owervrite files
	  by copy_file()

2002-09-30 Monday 09:59  mche

	* common.c (1.104): compiler.h was included twise that broke msvc
	  building

2002-09-30 Monday 09:55  mche

	* dirlayer.h (1.9): global defines are changed to prevent conflicts
	  with <windows.h>

2002-09-29 Sunday 13:37  d_sergienko

	* common.c (1.103): fixed undefined reference to `strnicmp' under
	  UNIX

2002-09-28 Saturday 08:22  stas_degteff

	* common.c (1.102): Prevent replace file in move_file() and
	  copy_file(): if file exists return -1 and set errno into EEXIST

2002-09-28 Saturday 07:17  stas_degteff

	* common.c (1.101), common.h (1.56): New functions: sstricmp(),
	  sstrnicmp()

2002-09-27 Friday 12:25  mche

	* fidoconf.h (1.145): correct previous patch

2002-09-27 Friday 12:12  pgul

	* fidoconf.h (1.144): add 'extern' to theApp declaration

2002-09-27 Friday 07:45  mche

	* makefile.mvc (1.18), makefile.mvcdll (1.20): HAS_VSNPRINTF
	  defined for MSVC

2002-09-26 Thursday 08:26  stas_degteff

	* HISTORY (1.13): Update changes tracking file.

2002-09-25 Wednesday 10:30  stas_degteff

	* makefile.cyg (1.8): Remove unused defines (__CYG__ & WINNT)

2002-09-25 Wednesday 10:29  stas_degteff

	* HISTORY (1.12): Update changes tracking file

2002-09-25 Wednesday 07:27  mche

	* fidoconf.h (1.143), line.c (1.329), tokens.h (1.52), tparser.c
	  (1.201), doc/keywords.htick (1.7): feature: FileFixEchoLimit
	  patch by <  <pscorporation@mail.ru>>

2002-09-24 Tuesday 13:34  pgul

	* afixcmn.c (1.13): createKludges() alwayd add PID, not TID

2002-09-24 Tuesday 06:05  pgul

	* temp.c (1.14): more clean tempfile creating (check errno)

2002-09-24 Tuesday 06:00  pgul

	* temp.c (1.13): fix previous changes

2002-09-23 Monday 08:34  stas_degteff

	* temp.c (1.12): Fix temporary file name generation (prevent bug
	  with strange file name template)

2002-09-23 Monday 06:26  stas_degteff

	* fidoconf.c (1.85): Fix previous fix (fix condition compilation)

2002-09-23 Monday 06:18  stas_degteff

	* fidoconf.c (1.84), doc/proposal.texi (1.143): Fix use enviroment
	  variables to default tempdir value set (for win32 version)

2002-09-23 Monday 05:03  stas_degteff

	* doc/proposal.texi (1.142): Document use TEMP, TMP or TMPDIR
	  enviroment variables (for '2002-09-21 Saturday 07:29	pgul'
	  patch)

2002-09-21 Saturday 12:53  pgul

	* afixcmn.c (1.12): htick makes PID, not TID kludge

2002-09-21 Saturday 12:49  pgul

	* common.c (1.100): cosmetic fix

2002-09-21 Saturday 09:44  d_sergienko

	* fidoconf.c (1.83), fidoconf.h (1.142), line.c (1.328), tokens.h
	  (1.51), tparser.c (1.200), doc/keywords.htick (1.6): added new
	  token 'FileFixNames' for htick

2002-09-21 Saturday 08:08  d_sergienko

	* fidoconf.c (1.82): fix tempDir default definition

2002-09-21 Saturday 07:29  pgul

	* fidoconf.c (1.81), fidoconf.h (1.141): Use default tempDir if not
	  defined in config

2002-09-21 Saturday 05:55  pgul

	* tokens.h (1.50): sort parseline_tokens array

2002-09-20 Friday 17:21  d_sergienko

	* fidoconf.h (1.140), line.c (1.327), tokens.h (1.49), tparser.c
	  (1.199), doc/keywords.htick (1.5): added new token
	  "autoFileCreateFlag" for htick

2002-09-20 Friday 16:35  d_sergienko

	* HISTORY (1.11): update for previous commit

2002-09-20 Friday 16:34  d_sergienko

	* fidoconf.h (1.139), line.c (1.326), tokens.h (1.48), tparser.c
	  (1.198), doc/keywords.htick (1.4): added token 'filefixFromName'

2002-09-20 Friday 10:33  pgul

	* line.c (1.325): filenames and paths defined in linkDefaults may
	  be overrided in link section

2002-09-19 Thursday 08:37  sfpavel

	* fc2msged.c (1.5), makefile.djg (1.12): Fix DJGPP build

2002-09-18 Wednesday 18:13  pgul

	* temp.c (1.11): remove HAVE_MKSTEMP, its parameters are not
	  compartible

2002-09-17 Tuesday 09:18  sfpavel

	* HISTORY (1.10): Update documentation

2002-09-14 Saturday 23:24  stas_degteff

	* common.c (1.99): Fix move_file() and copy_file() for cygwin &
	  watcom: USE_SYSTEM_COPY & copy buffer size

2002-09-14 Saturday 23:22  stas_degteff

	* fc2tor.c (1.6): comment out unused variables

2002-09-14 Saturday 20:14  stas_degteff

	* temp.c (1.10): Fix declaration of mktemp() for Watcom C v.11

2002-09-12 Thursday 11:17  stas_degteff

	* HISTORY (1.9): Info about previous fix

2002-09-12 Thursday 11:11  stas_degteff

	* fidoconf.c (1.80): Fix commented line parsing (if comment ends
	  line)

2002-09-11 Wednesday 18:15  stas_degteff

	* tparser.c (1.197): Add remap section in tparser's output

2002-09-11 Wednesday 11:57  mche

	* dirlayer.c (1.7), dirlayer.h (1.8), makefile.aix (1.11),
	  syslogp.h (1.7): make fidoconf compilable under AIX

2002-09-10 Tuesday 14:30  stas_degteff

	* makefile.in2 (1.7): Revert invalid patch (-2)

2002-09-10 Tuesday 14:19  stas_degteff

	* makefile.bsd (1.16): Update previous fix

2002-09-10 Tuesday 14:09  stas_degteff

	* makefile.bsd (1.15), makefile.in2 (1.6): Add install into for
	  FreeBSD using makefile.bsd

2002-09-10 Tuesday 13:47  stas_degteff

	* makefile.inc (1.31): Add fc2binkd$(OBJ) into OBJS

2002-09-10 Tuesday 13:44  stas_degteff

	* makefile.in2 (1.5): Small (cosmetic) fix

2002-09-10 Tuesday 06:21  stas_degteff

	* common.h (1.55): Cosmetic fix: change comment

2002-09-10 Tuesday 06:20  stas_degteff

	* common.c (1.98), common.h (1.54): Implement "safe" function
	  sstrcmp() and macroses sstrncpy(), sstrcpy(), sstrndup().

2002-09-10 Tuesday 01:32  d_sergienko

	* fidoconf.h (1.138), line.c (1.324), tokens.h (1.47), tparser.c
	  (1.196), doc/keywords.hpt (1.30): new token 'disablePID'

2002-09-10 Tuesday 01:07  d_sergienko

	* temp.c (1.9): setting up permissions for newly created files

2002-09-09 Monday 11:11  pgul

	* temp.c (1.8): Added HAVE_MKSTEMP option

2002-09-09 Monday 05:20  stas_degteff

	* Makefile (1.49): Syncronise with -stable

2002-09-08 Sunday 11:05  georgi

	* Makefile (1.48): fixed install bug (linkedto and fconf2areasbbs)

2002-09-04 Wednesday 18:41  stas_degteff

	* cfg.c (1.39): Initialise pointers variables (prement memoty
	  faults)

2002-09-04 Wednesday 10:05  d_sergienko

	* common.c (1.97): in sstrdup(): strup("") will also work, so no
	  need to check if strlen(str)=0

2002-09-04 Wednesday 09:48  d_sergienko

	* temp.c (1.7): open descriptor in O_RDWR mode instead of O_RDONLY
	  (default) in createTempFileIn();

2002-09-03 Tuesday 10:39  stas_degteff

	* common.c (1.96): Use w_log() alt. to fprintf(stderr, message) in
	  smalloc(), srealloc(), sstrdup().

2002-09-03 Tuesday 10:36  stas_degteff

	* log.c (1.9): Critical error prints to stder if can't logged

2002-09-03 Tuesday 09:47  stas_degteff

	* common.c (1.95): Test source string for empty ("") in sstrdup().

2002-09-03 Tuesday 04:16  stas_degteff

	* doc/keywords.htick (1.3): Include following htick's keywords in
	  documentation: AnnFileOrigin, AnnFileRFrom.

2002-09-02 Monday 15:45  mche

	* fc2tor_g.c (1.2), fc2tor_g.h (1.2), makefile.mvc (1.17),
	  makefile.mvcdll (1.19): fix compilation fc2tor

2002-09-02 Monday 15:37  mche

	* fidoconf.h (1.137), line.c (1.323), makefile.mvcdll (1.18),
	  tokens.h (1.46), tparser.c (1.195): new tokens for Htick's
	  reports: AnnFileRFrom AnnFileOrigin

2002-09-02 Monday 13:50  stas_degteff

	* common.c (1.94), common.h (1.53): New function: aka2str5d, return
	  string representation of the 5D FTN address (dinamic string:
	  malloc())

2002-09-02 Monday 13:48  d_sergienko

	* Makefile (1.47): added installation of temp.h

2002-09-02 Monday 06:48  mche

	* tparser.c (1.194): fix function parametr passing

2002-09-02 Monday 05:52  stas_degteff

	* fc2binkd.c (1.6): Fix version string generation; cosmetic fix

2002-09-02 Monday 05:27  stas_degteff

	* fc2binkd.c (1.5): Fix: check fopen() result

2002-09-02 Monday 05:15  stas_degteff

	* fc2binkd.c (1.4): Modufy usage()

2002-09-01 Sunday 20:13  stas_degteff

	* Makefile (1.46): Fix makefile: add install fconf2binkd, fix
	  install linkedto & fconf2areasbbs

2002-09-01 Sunday 19:13  stas_degteff

	* log.h (1.9): Add defines for debug log levels (c-z).

2002-09-01 Sunday 18:23  stas_degteff

	* makefile.mvc (1.16), makefile.mvcdll (1.17): Fix makefiles: add
	  programs to compile: fconf2tornado.exe fconf2binkd.exe

2002-09-01 Sunday 18:17  d_sergienko

	* fc2binkd.c (1.3): fixed F_OK missing definition for ANSI C
	  compilers

2002-09-01 Sunday 18:11  d_sergienko

	* fc2binkd.c (1.2): make exit(1) at the end of usage();

2002-09-01 Sunday 18:08  d_sergienko

	* fc2tor.c (1.5), fc2tor_g.c (1.1), fc2tor_g.h (1.1), makefile.inc
	  (1.30): new version of fconf2tornado from Victor Anikeev; fixed
	  fconf2binkd compilation (CONF2BINKD error); distclean removes
	  fconf2binkd too.

2002-09-01 Sunday 18:04  stas_degteff

	* makefile.mvc (1.15), makefile.mvcdll (1.16): Fix makefiles: add
	  temp.c into library

2002-08-30 Friday 14:35  stas_degteff

	* fidoconf.h (1.136), line.c (1.322), tparser.c (1.193): Update
	  win32 conditions (compilation-time)

2002-08-30 Friday 14:33  stas_degteff

	* makefile.bco (1.8), makefile.cyg (1.7): Fix previous patch

2002-08-30 Friday 14:24  stas_degteff

	* makefile.bcd (1.13), makefile.bco (1.7), makefile.bcw (1.11),
	  makefile.cyg (1.6), makefile.djg (1.11), makefile.emo (1.15),
	  makefile.emx (1.9), makefile.ibo (1.10), makefile.in2 (1.4),
	  makefile.inc (1.29), makefile.mgw (1.9), makefile.mvc (1.14),
	  makefile.mvcdll (1.15), makefile.rxw (1.7), makefile.unx (1.6),
	  makefile.wco (1.21), Makefile (1.45), makefile.wcw (1.29):
	  Compile rules for fconf2binkd (fc2binkd)

2002-08-30 Friday 14:16  stas_degteff

	* fc2binkd.c (1.1): Fidoconfig to binkd config converter

2002-08-30 Friday 12:14  mche

	* makefile.mgw (1.8): minGW makefiles corrected

2002-08-29 Thursday 10:16  sfpavel

	* debian/libfidoconf0-dev.preinst (1.1): Update debian version

2002-08-29 Thursday 10:02  mche

	* tree.c (1.5): fix cygwin warnings

2002-08-29 Thursday 08:54  stas_degteff

	* common.h (1.52): New macrofunction: sstrlen - safe strlen (check
	  for NULL pointer)

2002-08-29 Thursday 08:17  sfpavel

	* doc/fidoconfig.texi (1.22): Update version number

2002-08-29 Thursday 08:16  sfpavel

	* debian/: changelog (1.17), fidoconf-runtime.dirs (1.3),
	  fidoconf-runtime.examples (1.2), fidoconf-runtime.files (1.2),
	  info (1.1), libfidoconf0-dev.links (1.1), rules (1.12): New
	  debian package

2002-08-29 Thursday 08:02  sfpavel

	* Makefile (1.44): Fix install of libs and fconf2areasbbs

2002-08-29 Thursday 07:59  sfpavel

	* man/: dumpfcfg.1 (1.2), fconf2.1 (1.5), linkedto.1 (1.4),
	  tparser.1 (1.3): update with new http-location

2002-08-26 Monday 13:25  d_sergienko

	* fidoconf.h (1.135), line.c (1.321), tokens.h (1.45), tparser.c
	  (1.192), doc/keywords.hpt (1.29): added keyword "areafixFromName"

2002-08-26 Monday 07:48  sfpavel

	* fc2tor.c (1.4), debian/README.Debian (1.4), debian/changelog
	  (1.16), debian/copyright (1.3), debian/rules (1.11),
	  doc/fidoconfig.texi (1.21), man/fconf2.1 (1.4): New debian
	  version

2002-08-25 Sunday 18:40  d_sergienko

	* fc2tor.c (1.3): fixed warnings (include ctype.h)

2002-08-24 Saturday 11:25  d_sergienko

	* fc2tor.c (1.2): cosmetics in screen output and usage output

2002-08-24 Saturday 10:57  d_sergienko

	* Makefile (1.43), makefile.bco (1.6), makefile.bcw (1.10),
	  makefile.cyg (1.5), makefile.djg (1.10), makefile.emo (1.14),
	  makefile.emx (1.8), makefile.ibo (1.9), makefile.in2 (1.3),
	  makefile.mgw (1.7), makefile.rxw (1.6), makefile.unx (1.5),
	  makefile.wco (1.20), makefile.wcw (1.28), xstr.c (1.7): changed
	  fc2tornado -> fconf2tornado; enlarged xscatprintf() buffer to
	  1024.

2002-08-23 Friday 18:53  stas_degteff

	* xstr.c (1.6): Enlarge string buffer.

2002-08-23 Friday 16:30  d_sergienko

	* fc2tor.c (1.1): forgot to make cvs add before cvs ci :)

2002-08-23 Friday 16:26  d_sergienko

	* Makefile (1.42), makefile.bcd (1.12), makefile.bco (1.5),
	  makefile.bcw (1.9), makefile.cyg (1.4), makefile.djg (1.9),
	  makefile.emo (1.13), makefile.emx (1.7), makefile.ibo (1.8),
	  makefile.in2 (1.2), makefile.inc (1.28), makefile.mgw (1.6),
	  makefile.rxw (1.5), makefile.unx (1.4), makefile.wco (1.19),
	  makefile.wcw (1.27): added fidoconfig -> tornadoBBS converter

2002-08-22 Thursday 07:06  sfpavel

	* debian/: changelog (1.15), control (1.12), copyright (1.2), rules
	  (1.10): New debian package

2002-08-21 Wednesday 12:06  mche

	* tparser.c (1.191): feature: - reduces Seen-BYs (fsc-0093)

2002-08-21 Wednesday 12:00  mche

	* doc/keywords.hpt (1.28): feature: - reduces Seen-BYs (fsc-0093)

2002-08-21 Wednesday 11:54  mche

	* fidoconf.h (1.134), line.c (1.320), tokens.h (1.44): feature: -
	  reduces Seen-BYs (fsc-0093)

2002-08-20 Tuesday 07:18  stas_degteff

	* temp.c (1.6): Revert buggy patch `2002-08-17 Saturday 12:26
	  d_sergienko`

2002-08-18 Sunday 18:25  d_sergienko

	* TODO (1.60), doc/fidoconfig.texi (1.20): purged TODO expired
	  entries and fixed html output by makeinfo --html

2002-08-18 Sunday 15:36  d_sergienko

	* adcase.c (1.10): Patch from Ivan Fedorov (2:5070/275) to include
	  common.h

2002-08-18 Sunday 10:30  mche

	* common.c (1.93): end file with new line

2002-08-17 Saturday 12:26  d_sergienko

	* temp.c (1.5): use mkstemp() instead mktemp() on UNIX

2002-08-16 Friday 06:59  mche

	* adcase.c (1.9), arealist.c (1.3), dirlayer.c (1.6): free()
	  function changed to macro nfree()

2002-08-05 Monday 13:55  quetschke

	* Makefile (1.41): Changed hardcoded options to OPTLFLAGS when not
	  linking with GCC.

2002-08-02 Friday 13:55  mche

	* cfg.c (1.38), common.c (1.92): prevent file deleting when copy
	  into the same location (win32 only)

2002-08-02 Friday 09:03  d.sergienko

	* xstr.h (1.5): typo in type definition in xstrcpy()

2002-08-02 Friday 08:56  d.sergienko

	* xstr.c (1.5), xstr.h (1.4): added xstrcpy()

2002-07-31 Wednesday 10:26  gerrit

	* doc/Makefile (1.16): Added DVI-file to install and uninstall
	  targets.

2002-07-30 Tuesday 18:59  stas

	* doc/proposal.texi (1.141): Correct loglevels description

2002-07-30 Tuesday 13:52  mche

	* common.c (1.91), common.h (1.51): hpt_stristr() moved to
	  fidoconfig

2002-07-29 Monday 12:40  quetschke

	* typesize.h (1.23): Added __CYGWIN__ to the list of other unix
	  like systems. (2:2411/12.99)

2002-07-29 Monday 12:37  quetschke

	* common.c (1.90): Cygwin (still) needs io.h. (2:2411/12.99)

2002-07-29 Monday 12:34  quetschke

	* syslogp.h (1.6): Cygwin has syslog handling but not
	  facilitynames. (2:2411/12.99)

2002-07-26 Friday 13:50  d.sergienko

	* fidoconf.h (1.133), line.c (1.319), tokens.h (1.43), tparser.c
	  (1.190), doc/keywords.hpt (1.27): added new token
	  `NewAreaRefuseFile'

2002-07-26 Friday 12:25  stas

	* line.c (1.318): Fix warnings

2002-07-25 Thursday 13:57  mche

	* afixcmd.c (1.11): some improvement of  function "InsertCfgLine"

2002-07-25 Thursday 08:46  mche

	* afixcmd.c (1.10), afixcmd.h (1.10): usefull function
	  "InsertCfgLine" added

2002-07-25 Thursday 07:40  mche

	* afixcmd.c (1.9), afixcmd.h (1.9): made function FindTokenPos4Link
	  exportable

2002-07-24 Wednesday 14:59  mche

	* arealist.c (1.2), arealist.h (1.2): report about rescanable areas
	  by %list command to areafix rescanable areas will have mark 'R'

2002-07-24 Wednesday 07:41  mche

	* common.c (1.89): initialize stat structure

2002-07-23 Tuesday 18:32  d.sergienko

	* common.c (1.88), common.h (1.50), fidoconf.h (1.132), line.c
	  (1.317), tokens.h (1.42), tparser.c (1.189), doc/keywords.htick
	  (1.2): + added new token fileAreaCreatePerms

2002-07-22 Monday 21:13  stas

	* afixcmd.h (1.8): Insert comments

2002-07-22 Monday 21:00  stas

	* afixcmn.c (1.11): Fix remap bug: synchronise INTL kludge

2002-07-22 Monday 11:46  mche

	* makefile.mvc (1.13), makefile.mvcdll (1.14): corrected file
	  cleaning

2002-07-17 Wednesday 20:53  tobi

	* typesize.h (1.22): Updates for MacOS X

2002-07-17 Wednesday 19:58  stas

	* crc.c (1.4), crc.h (1.6): change type of crc32 functions to
	  portable UINT32

2002-07-17 Wednesday 19:51  stas

	* crc.c (1.3), crc.h (1.5): Implement crc16 calculation

2002-07-17 Wednesday 15:16  stas

	* log.c (1.8): openLog() changes: if fileName without path, create
	  log into LogFileDir

2002-07-17 Wednesday 14:53  stas

	* log.c (1.7): change message if log file name is empty

2002-07-15 Monday 20:42  stas

	* tokens.h (1.41): fix C syntax (remove comma)

2002-07-15 Monday 20:36  stas

	* line.c (1.316), doc/proposal.texi (1.140): Implement ranges into
	  loglevels and screenloglevels

2002-07-15 Monday 08:05  pavel.gulchouck

	* fidoconf.h (1.131), line.c (1.315), tparser.c (1.188): added
	  bundleNameStyle addrsCRC32Always

2002-07-14 Sunday 19:51  pavel.gulchouck

	* doc/proposal.texi (1.139): "!=" and "!~" (not equial) in "if"
	  expressions in the config

2002-07-14 Sunday 19:46  pavel.gulchouck

	* cfg.c (1.37): "!=" and "!~" (not equial) in "if" expressions in
	  the config

2002-07-14 Sunday 18:28  stas

	* HISTORY (1.8): Add in MAJOR FEATURES section.

2002-07-13 Saturday 16:56  stas

	* doc/: makefile.bsd (1.2), makefile.cyg (1.2), makefile.lnx (1.3),
	  makefile.unx (1.2): Add makefiles for building documentation for
	  *BSD, cygwin & generic unix.

2002-07-13 Saturday 16:52  stas

	* doc/makefile.unx (1.1): file makefile.unx was initially added on
	  branch fidoconf-0_14-stable.

2002-07-13 Saturday 16:52  stas

	* doc/makefile.bsd (1.1): file makefile.bsd was initially added on
	  branch fidoconf-0_14-stable.

2002-07-13 Saturday 16:52  stas

	* doc/makefile.cyg (1.1): file makefile.cyg was initially added on
	  branch fidoconf-0_14-stable.

2002-07-12 Friday 18:59  stas

	* fidoconf.h (1.130), line.c (1.314), tparser.c (1.187): New value
	  'addrsCRC32' for token 'BundleNameStyle'

2002-07-12 Friday 17:02  stas

	* doc/: keywords.htick (1.1), proposal.texi (1.138): Add HTick
	  keywords list.

2002-07-12 Friday 16:48  stas

	* doc/proposal.texi (1.137): Describe the 'bbsarea' token.

2002-07-12 Friday 16:36  stas

	* doc/proposal.texi (1.136): Add description for tokens: localarea
	  and filearea.

2002-07-10 Wednesday 15:14  mche

	* fidoconf.h (1.129), line.c (1.313), tokens.h (1.40), tparser.c
	  (1.186): new tokens to Report defenitions added "annmessflags" -
	  flags like "k/s", "loc", "hld" .... that will have announce
	  message "annorigin" - origin for definrd announce

2002-07-09 Tuesday 15:11  mche

	* fidoconf.h (1.128), line.c (1.312), tparser.c (1.185), tree.c
	  (1.4): added purging option "-p" for file echos

2002-07-08 Monday 16:07  mche

	* doc/: Makefile (1.15), makefile.lnx (1.2): The duplicated "RM"
	  options are removed patch by [Alexander Shiyan
	  <shc@milas.spb.ru>]

2002-07-07 Sunday 22:28  stas

	* doc/proposal.texi (1.135): Describe log level 'Q'

2002-07-07 Sunday 22:13  stas

	* HISTORY (1.7): update HISTORY file

2002-07-07 Sunday 21:52  stas

	* HISTORY (1.6): update HISTORY file

2002-07-06 Saturday 21:25  pavel.gulchouck

	* common.c (1.87): save modification time in copy_file() and
	  move_file()

2002-07-06 Saturday 15:59  stas

	* fidoconf.h (1.127), line.c (1.311): Mandatory now disallow
	  unsubscribe only; Manual disallow subscribe

2002-07-06 Saturday 15:57  stas

	* log.h (1.8): Add log levels: LL_EMAIL, LL_DEBUGA, LL_DEBUGB;
	  LL_BOX is alias for LL_FILEBOX

2002-07-05 Friday 21:47  stas

	* line.c (1.310): Implement quoted Origin; for empty origin use
	  double quote

2002-07-05 Friday 21:30  stas

	* line.c (1.309): Implement quoted areafixOrigin; for empty areafix
	  origin use double quote

2002-07-04 Thursday 06:18  stas

	* debian/: changelog (1.14), control (1.11): new Debian version
	  [patch from Pavel Andreew]

2002-07-03 Wednesday 19:29  stas

	* Makefile (1.40): Uninstall: remove all libfidoconfig*

2002-07-02 Tuesday 13:37  stas

	* HISTORY (1.5), INSTALL (1.14): Change documentation

2002-07-02 Tuesday 13:30  stas

	* debian/: changelog (1.13), control (1.10),
	  fidoconf-runtime.postinst (1.2), fidoconf-runtime.postrm (1.2),
	  fidoconf-runtime.prerm (1.2), huskymak.cfg (1.11),
	  libfidoconf0-dev.postinst (1.2), libfidoconf0-dev.postrm (1.2),
	  libfidoconf0-dev.prerm (1.2), libfidoconf0.files (1.4),
	  libfidoconf0.postinst (1.2), libfidoconf0.postrm (1.2),
	  libfidoconf0.prerm (1.2), rules (1.9), shlibs (1.5): Change
	  debian control files like in -stable.

2002-07-02 Tuesday 13:12  stas

	* makefile.inc (1.27): Change version number

2002-07-01 Monday 14:03  mche

	* tokens.h (1.39): fix compilation warning

2002-06-29 Saturday 12:29  mche

	* fidoconf.h (1.126), line.c (1.308), log.c (1.6), tokens.h (1.38),
	  tparser.c (1.184): added new tokens for htick announcer

2002-06-26 Wednesday 12:31  mche

	* fidoconf.h (1.125), line.c (1.307), tokens.h (1.37), tparser.c
	  (1.183): new token "AnnounceSpool" added

2002-06-25 Tuesday 15:40  stas

	* HISTORY (1.4), INSTALL (1.13), VERSION (1.4): Begin 0.14-stable &
	  change current version number to 0.15

2002-06-25 Tuesday 15:23  stas

	* README.TXT (1.1): Begin 0.14-stable branch. (Change description
	  files).

2002-06-25 Tuesday 14:16  stas

	* doc/.cvsignore (1.1): Add auxiliary file.

2002-06-24 Monday 13:19  stas

	* log.h (1.7): New log level LL_LINKPASS ('Y'); add some aliases
	  for other

2002-06-23 Sunday 19:57  stas

	* makefile.bsd (1.14): Add comments.

2002-06-21 Friday 13:22  stas

	* temp.c (1.4): Include fix: io.h for turbo C & MS C, unistd.h for
	  other

2002-06-20 Thursday 13:10  stas

	* Makefile (1.39): Fix CDEFS.

2002-06-20 Thursday 11:53  stas

	* temp.c (1.3): Change logic in MKSTEMP, rename it to MKSTEMPS.

2002-06-20 Thursday 11:01  stas

	* temp.h (1.3): Fix for non-unix platform.

2002-06-20 Thursday 07:47  stas

	* fidoconf.h (1.124): Prevent redefine PATH_DELIM (if this macro
	  already defined)

2002-06-20 Thursday 07:45  stas

	* compiler.h (1.2): Remove compiler.h (this file exist in smapi).

2002-06-19 Wednesday 14:49  stas

	* doc/proposal.texi (1.134): Describe token tempDir into
	  documentation.

2002-06-19 Wednesday 14:48  stas

	* temp.h (1.2): Export functions from temp.c/temp.h (fix);

2002-06-19 Wednesday 14:37  stas

	* tparser.c (1.182): Print warning messages if some directories not
	  defined in config. (new function testConfig).

2002-06-19 Wednesday 14:20  stas

	* Makefile (1.38), compiler.h (1.1), fidoconf.h (1.123), line.c
	  (1.306), makefile.inc (1.26), temp.c (1.1), temp.h (1.1),
	  tokens.h (1.36), tparser.c (1.181): New token: tempDir; new
	  functions: createTempFileIn(), createTempTextFile(),
	  createTempBinFile(), macro createTempFile()

2002-06-19 Wednesday 14:17  stas

	* doc/keywords.hpt (1.26): Remove common for fidoconfig keywords

2002-06-19 Wednesday 13:00  stas

	* tparser.c (1.180): Change emailpkt section output condition: now
	  printed everyone.

2002-06-19 Wednesday 07:30  stas

	* log.h (1.6), doc/proposal.texi (1.133): New loglevel 'P' = LL_DIR
	  for directory operations

2002-06-18 Tuesday 20:30  tobi

	* tparser.c (1.179): bugfix for os/2

2002-06-17 Monday 17:44  stas

	* fecfg2fc.c (1.5): Extend Fastecho to fidoconfig conversion
	  utility: packers, domain in FTN address & etc.

2002-06-17 Monday 17:41  stas

	* crc.c (1.2): Fix warning.

2002-06-17 Monday 04:50  stas

	* doc/proposal.texi (1.132): Cosmetic fix.

2002-06-16 Sunday 09:57  mche

	* line.c (1.305): wrong passing arguments fixed

2002-06-15 Saturday 13:34  stas

	* fidoconf.c (1.79), fidoconf.h (1.122), line.c (1.304), tokens.h
	  (1.35): New token in mail config: email (for emailpkt).

2002-06-15 Saturday 13:17  stas

	* tparser.c (1.178): Add 'tmailpkt' section with sendmailcmd token
	  value

2002-06-15 Saturday 13:10  stas

	* fidoconf.c (1.78): Fix: free sendmailcmd in disposeConfig()

2002-06-15 Saturday 13:04  stas

	* .cvsignore (1.5): Modify not-commited filemasks list

2002-06-15 Saturday 08:25  mche

	* tokens.h (1.34): token order fixed

2002-06-15 Saturday 07:53  mche

	* makefile.inc (1.25): patch by [Alexander Shiyan
	  <shc@milas.spb.ru>]

2002-06-14 Friday 16:49  mche

	* line.c (1.303): fixed incorrect function defenition

2002-06-14 Friday 16:04  mche

	* .cvsignore (1.4): no message

2002-06-14 Friday 14:33  stas

	* doc/proposal.texi (1.131): Description for sendMailCmd added.

2002-06-14 Friday 14:07  stas

	* fidoconf.h (1.121), line.c (1.302), tokens.h (1.33): New token
	  sendMailCmd (for emailpkt).

2002-06-14 Friday 10:26  mche

	* common.h (1.49): fscmn.* contain some functions works with
	  files,directories  and their names.  taken from fidoconf/common.h

2002-06-13 Thursday 17:31  stas

	* fconf2dir (1.1): New script: generate fileareas directories
	  listing for FREQ-processors & bbslist tool.

2002-06-13 Thursday 17:28  stas

	* fconf2areasbbs (1.3): Fixes: passthrough areas recognition,
	  subscribed links list.

2002-06-13 Thursday 17:28  stas

	* fconf2areasbbs (1.2): Added JAM support (patch by Dmitry Pankov
	  2:5022/81)

2002-06-13 Thursday 17:26  stas

	* log.h (1.5): Fix 'alert' log level.

2002-06-13 Thursday 04:45  stas

	* log.h (1.4): Change log levels defines

2002-06-13 Thursday 04:44  stas

	* man/fconf2.1 (1.3): Add fconf2areasbbs and fconf2dir descriptions

2002-06-13 Thursday 04:42  stas

	* doc/proposal.texi (1.130): Add loglevels & screenloglevels nodes.

2002-06-11 Tuesday 16:22  mche

	* afixcmd.c (1.8): remove cygwin warning

2002-06-10 Monday 13:54  mche

	* Makefile (1.37), makefile.inc (1.24), makefile.mvc (1.12),
	  makefile.mvcdll (1.13), arealist.c (1.1), arealist.h (1.1):
	  arealist.* moved to fidoconfig from hpt

2002-06-10 Monday 13:12  mche

	* makefile.mvc (1.11): link fconfmvc.lib only with necessary *.obj
	  from smapi

2002-06-09 Sunday 12:17  mche

	* fidoconf.h (1.120), tparser.c (1.177): forwardrequests added

2002-06-08 Saturday 13:54  mche

	* afixcmd.c (1.7), afixcmd.h (1.7): IsAreaAvailable() moved to
	  fidoconfig

2002-06-07 Friday 17:31  mche

	* afixcmd.c (1.6): some code improvement

2002-06-07 Friday 10:18  oliver.grimm

	* fidoconf.c (1.77): Fix a problem with empty lines &
	  stripWhitespaces(), so 1st char is also stripped if needed.

2002-06-07 Friday 09:30  mche

	* afixcmn.c (1.10): msgid generation rolled back

2002-06-06 Thursday 14:29  mche

	* fidoconf.h (1.119), line.c (1.301): filearea option added: -nodiz
	  Do not try to get description from <fileDescName>

2002-06-05 Wednesday 12:30  mche

	* afixcmd.h (1.6), afixcmn.c (1.9): function freeMsgBuffers() moved
	  from hpt to fidoconfig

2002-06-05 Wednesday 05:21  stas

	* afixcmd.c (1.5): Replace russian win-1251 comment to english.

2002-06-04 Tuesday 07:32  oliver.grimm

	* fc2sq.c (1.5): OG: Add an explanation of "-" in the help output

2002-06-04 Tuesday 07:26  oliver.grimm

	* fc2sq.c (1.4): OG: fconf2squish now interpret argument "-" as
	  stdout (all non squish.cfg outputs go to stderr)

2002-06-03 Monday 07:14  mche

	* tparser.c (1.176): token SaveTic in tparser

2002-06-01 Saturday 12:19  mche

	* fidoconf.h (1.118), line.c (1.300): token SaveTic expanded

2002-05-30 Thursday 13:25  stas

	* common.c (1.86): Check NULL pointers in patimat()

2002-05-28 Tuesday 15:25  mche

	* line.c (1.299): parseSaveTic() improved

2002-05-25 Saturday 14:32  d.sergienko

	* afixcmd.c (1.4): added #include <ctype.h> for isspace(),
	  isdigit().

2002-05-24 Friday 06:34  pavel.gulchouck

	* line.c (1.298): fix spelling

2002-05-24 Friday 06:31  pavel.gulchouck

	* line.c (1.297): getDescription fix - process tab as whitespace

2002-05-22 Wednesday 11:19  mche

	* afixcmd.c (1.3), afixcmd.h (1.5): new version of
	  DelLinkFromString() moved from hpt to fidoconfig for common use
	  in hpt & htick

2002-05-20 Monday 09:36  pavel.gulchouck

	* line.c (1.296), fidoconf.c (1.76): BeOS compilation fix

2002-05-19 Sunday 09:08  pavel.gulchouck

	* adcase.c (1.8): avoid warning

2002-05-17 Friday 20:05  pavel.gulchouck

	* makeperl.mvc (1.6): use makefile.mvc instead of makeperl.mvc

2002-05-17 Friday 15:55  pavel.gulchouck

	* makeperl.mvcdll (1.6): Use makefile.mvcdll instead of
	  makeperl.mvcdll

2002-05-17 Friday 05:56  mche

	* fidoconf.h (1.117), line.c (1.295), tokens.h (1.32),
	  doc/keywords.hpt (1.25): new token for link  "LinkFileFaseDir"
	  Where autocreated file echos will be placed (may be
	  "passthrough")

2002-05-15 Wednesday 17:04  mche

	* afixcmn.c (1.8): fast msgid generation

2002-05-14 Tuesday 14:13  pavel.gulchouck

	* typesize.h (1.21): mingw32 compilation fix

2002-05-12 Sunday 12:06  mche

	* tparser.c (1.175): expanded pauses in tparser

2002-05-12 Sunday 11:54  mche

	* line.c (1.294): fixed bug with pausing links for fileechoareas

2002-05-12 Sunday 11:52  mche

	* common.c (1.85): fixed bug with pausing links for echoareas

2002-05-11 Saturday 13:32  mche

	* afixcmn.c (1.7): fix cygwin warnings

2002-05-11 Saturday 10:16  mche

	* common.c (1.84), common.h (1.48): changeFileSuffix() moved to
	  fidoconfig for common use in hpt, htick

2002-05-11 Saturday 09:16  mche

	* afixcmd.h (1.4), afixcmn.c (1.6), fidoconf.h (1.116):
	  createXMSG() moved to fidoconfig for common use in hpt, htick

2002-05-07 Tuesday 11:15  mche

	* fidoconf.h (1.115): make mvcdll version compilable

2002-05-07 Tuesday 08:38  pavel.gulchouck

	* fidoconf.h (1.114): added HAREA harea to s_area structure

2002-05-07 Tuesday 05:53  pavel.gulchouck

	* line.c (1.293): subscribe a:b.c.* now means export to all a:b/c
	  points including zero

2002-05-07 Tuesday 05:42  pavel.gulchouck

	* afixcmn.c (1.5): Fix compiler warning

2002-05-06 Monday 18:40  pavel.gulchouck

	* Makefile (1.36): [no log message]

2002-05-06 Monday 15:50  pavel.gulchouck

	* fidoconf.h (1.113): added FILE *pkt to s_link structure

2002-05-06 Monday 12:02  pavel.gulchouck

	* afixcmn.c (1.4): Do not add "FLAGS NPD" in createKludges

2002-05-06 Monday 10:50  pavel.gulchouck

	* line.c (1.292): getDescription fix

2002-05-06 Monday 09:07  pavel.gulchouck

	* afixcmn.c (1.3): fix compiler warning

2002-05-06 Monday 07:18  pavel.gulchouck

	* fidoconf.c (1.75): stripComment fix

2002-05-04 Saturday 07:54  mche

	* afixcmd.h (1.3), afixcmn.c (1.2), fidoconf.h (1.112):
	  makeMessage() moved to fidoconfig for common use in hpt htick
	  txt2pkt

2002-05-03 Friday 12:30  mche

	* afixcmd.h (1.2), makefile.inc (1.23), makefile.mvc (1.10),
	  makefile.mvcdll (1.12): createKludgesmoved to fidoconfig for
	  common use in hpt htick txt2pkt

2002-05-03 Friday 11:28  mche

	* afixcmn.c (1.1): here is some common Areafix function

2002-05-01 Wednesday 15:25  pavel.gulchouck

	* cfg.c (1.36): cmpfnames() for windows changed

2002-04-26 Friday 15:19  mche

	* common.c (1.83), common.h (1.47): fillCmdStatement moved to
	  fidoconfig for common use in hpt htick nltools

2002-04-24 Wednesday 16:03  mche

	* common.c (1.82): removed CreateHardLink from copy_file()

2002-04-23 Tuesday 09:04  d.sergienko

	* makefile.inc (1.22): Watcom Make doesn't understand slash at the
	  end of line...

2002-04-22 Monday 05:44  mche

	* afixcmd.c (1.2): fix cygwin compilation

2002-04-21 Sunday 09:22  d.sergienko

	* makefile.inc (1.21): lame syntax fix (symbols after trailing
	  slashes and spaces instead of tabs)

2002-04-20 Saturday 11:46  mche

	* tree.c (1.3), tree.h (1.2): search and insert algorithm

2002-04-19 Friday 14:17  mche

	* fidoconf.h (1.111), line.c (1.291), Makefile (1.35), makefile.inc
	  (1.20), makefile.mvcdll (1.11), afixcmd.c (1.1), afixcmd.h (1.1):
	  pause statement expanded to: Pause ON Pause OFF Pause FAREA Pause
	  EAREA

2002-04-15 Monday 10:59  mche

	* doc/keywords.hpt (1.24): token perlSupport removed

2002-04-15 Monday 10:54  mche

	* fidoconf.h (1.110), line.c (1.290), tokens.h (1.31), tparser.c
	  (1.174): token perlSupport removed

2002-04-15 Monday 10:38  mche

	* makefile.mvc (1.9): no message

2002-04-15 Monday 10:36  mche

	* adcase.h (1.4): makefile for mvcdll version

2002-04-13 Saturday 14:44  mche

	* fidoconf.h (1.109): Some internal features added.  Now we can set
	  application that use fidoconfig

2002-04-13 Saturday 14:26  mche

	* common.c (1.81), fidoconf.c (1.74), fidoconf.h (1.108), line.c
	  (1.289), tokens.h (1.30), tparser.c (1.173): new token
	  "TickerPackToBox" added

2002-04-11 Thursday 07:20  pavel.gulchouck

	* man/Makefile (1.2): Installation manpages bugfix

2002-04-11 Thursday 06:36  pavel.gulchouck

	* areatree.c (1.5), log.c (1.5): Fixed compiler warning -- no
	  newline at end of file

2002-04-09 Tuesday 16:20  mche

	* areatree.c (1.4), fidoconf.c (1.73), fidoconf.h (1.107), line.c
	  (1.288), tparser.c (1.172): new token "quickAreaSearch" removed

2002-04-08 Monday 16:07  mche

	* fidoconf.h (1.106), line.c (1.287), tokens.h (1.29): token
	  "uueechogroup" added

2002-04-06 Saturday 13:21  d.sergienko

	* Makefile (1.34): added installation of areatree.h

2002-04-06 Saturday 07:35  mche

	* areatree.c (1.3): fixed cygwin compilation

2002-04-06 Saturday 07:18  mche

	* cfg.c (1.35): fixed cygwin compilation

2002-04-05 Friday 13:52  mche

	* areatree.c (1.2): free tree before rebuild

2002-04-05 Friday 13:31  mche

	* areatree.c (1.1), areatree.h (1.1): new token "quickAreaSearch"
	  added makes areasearch faster by using b-tree

2002-04-05 Friday 13:11  mche

	* fidoconf.c (1.72), fidoconf.h (1.105), line.c (1.286),
	  makefile.inc (1.19), makefile.mvcdll (1.10), makeperl.mvcdll
	  (1.5), tokens.h (1.28), tparser.c (1.171), tree.c (1.2): new
	  token "quickAreaSearch" added makes areasearch faster by using
	  b-tree

2002-04-05 Friday 07:58  ml

	* common.c (1.80), common.h (1.46):  work again on wcw (case
	  insensitive CreateOutboundFileName function calls of Watcom C)
	  [patch by sir]

2002-03-31 Sunday 05:59  ml

	* Makefile (1.33), cfg.c (1.34), fidoconf.c (1.71), fidoconf.h
	  (1.104), line.c (1.285), tokens.h (1.27), tparser.c (1.170),
	  doc/keywords.hpt (1.23): packNetMailOnScan token

2002-03-30 Saturday 06:34  ml

	* Makefile (1.32): install and uninstall tree.h

2002-03-29 Friday 14:32  pavel.gulchouck

	* cfg.c (1.33): Work if GetShortPathName() fails

2002-03-28 Thursday 14:02  mche

	* common.c (1.79): hardlink support for coping files under  WinNT
	  5.0

2002-03-27 Wednesday 14:12  mche

	* common.c (1.78), common.h (1.45): functions
	  needUseFileBoxForLink,makeFileBoxName moved to fidoconfig for
	  common usage in htick and hpt

2002-03-27 Wednesday 10:20  mche

	* common.c (1.77), common.h (1.44), fidoconf.h (1.103): function
	  createOutboundFileName moved to fidoconfig

2002-03-20 Wednesday 16:17  mche

	* common.c (1.76), common.h (1.43): function makeMsgbFileName is
	  removed from htick  and hpt to fidoconfig

2002-03-20 Wednesday 14:51  mche

	* log.c (1.4), log.h (1.3): function writeLogEntry are removed

2002-03-20 Wednesday 14:29  mche

	* fidoconf.c (1.70), fidoconf.h (1.102): functions isOurAka,
	  isAreaLink are moved to fidoconfig

2002-03-18 Monday 15:23  mche

	* makefile.inc (1.18), makefile.mvc (1.8), makefile.mvcdll (1.9),
	  makeperl.mvcdll (1.4), tree.c (1.1), tree.h (1.1), vixie.h (1.1),
	  makeperl.mvc (1.5): b-tree moved from hpt to fidoconfig

2002-03-16 Saturday 10:23  mche

	* fidoconf.c (1.69), fidoconf.h (1.101), line.c (1.284), tokens.h
	  (1.26), tparser.c (1.169): new areafix tokens with default values
	  ForwardRequestTimeout: 7 IdlePassthruTimeout	: 4
	  KilledRequestTimeout : 3

2002-03-16 Saturday 09:55  mche

	* doc/keywords.hpt (1.22): new tokens added
	  ID_FORWARDREQUESTTIMEOUT,	ID_IDLEPASSTHRUTIMEOUT,
	  ID_KILLEDREQUESTTIMEOUT

2002-03-14 Thursday 12:28  mche

	* fidoconf.c (1.68): getLink code improvment

2002-03-05 Tuesday 00:28  joerg.jaspert

	* debian/huskymak.cfg (1.10): New Debian Package built

2002-03-05 Tuesday 00:23  joerg.jaspert

	* debian/: changelog (1.12), control (1.9), docs (1.3),
	  libfidoconf0.files (1.3), rules (1.8), shlibs (1.4): New Debian
	  Package built

2002-03-02 Saturday 13:44  mche

	* common.c (1.75), common.h (1.42): function
	  GetFilenameFromPathname added

2002-03-01 Friday 13:12  mche

	* makefile.mvcdll (1.8), makeperl.mvcdll (1.3): makefile updates
	  (change optimization)

2002-03-01 Friday 07:51  ml

	* .cvsignore (1.3), makeperl.mvc (1.4), makeperl.mvcdll (1.2):
	  makefile updates (change optimization)

2002-02-26 Tuesday 06:37  ml

	* crc.h (1.4), makeperl.mvc (1.3), makeperl.mvcdll (1.1), recode.h
	  (1.3), tparser.c (1.168): changes for compiling mscv6 dll version
	  with perl support

2002-02-25 Monday 12:44  mche

	* cfg.c (1.32): another fix cmpfnames under Cygwin compilations
	  warnings removed

2002-02-24 Sunday 14:09  mche

	* cfg.c (1.31): fixed bug with cmpfnames under Cygwin

2002-02-22 Friday 18:00  ml

	* HISTORY (1.3): new history

2002-02-22 Friday 08:42  ml

	* tparser.c (1.167): print ImportLog

2002-02-21 Thursday 14:43  mche

	* TODO (1.59): - speedup getArea by using b-tree

2002-02-19 Tuesday 22:03  pavel.gulchouck

	* cfg.c (1.30): elseif parse bugfix

2002-02-16 Saturday 19:27  ml

	* fidoconf.h (1.100): added hs_addr for perl.c compiling under
	  msvc6

2002-02-16 Saturday 18:24  ml

	* fidoconf.h (1.99), line.c (1.283), tokens.h (1.25), tparser.c
	  (1.166), doc/keywords.hpt (1.21): add perlsupport token [patch by
	  Dmitry Kazimirow]; fix error in tparser dumb checks

2002-02-16 Saturday 11:08  pavel.gulchouck

	* fidoconf.c (1.67), fidoconf.h (1.98): config EOL-slyle detection
	  minor fix

2002-02-16 Saturday 11:01  pavel.gulchouck

	* cfg.c (1.29), fidoconf.c (1.66), fidoconf.h (1.97), line.c
	  (1.282): Put LF or CRLF in new lines according to config style

2002-02-14 Thursday 12:55  mche

	* makefile.mvcdll (1.7): minimized binaries size

2002-02-10 Sunday 17:32  pavel.gulchouck

	* cfg.c (1.28): Use GetFullPathName() with mingw32

2002-02-08 Friday 10:20  ml

	* cfg.c (1.27): fixed bug with unsubscribing link from echoarea
	  with mixed unix/non-unix strings in config under msvc

2002-02-08 Friday 10:15  ml

	* tparser.c (1.165): msvc compiling

2002-02-08 Friday 09:09  mche

	* fidoconf.h (1.96): making actualLineNr exportable for mcvdll
	  version

2002-02-05 Tuesday 17:50  stas

	* tparser.c (1.164): Check permissions of AutoAreaCreateFile &
	  AutoFileCreateFile (links definitions).

2002-02-05 Tuesday 14:01  ml

	* cfg.c (1.26): cmpfnames logical fix

2002-02-05 Tuesday 08:52  mche

	* common.c (1.74): - added: string2addr can take first address from
	  string of addresses	derived by spaces

2002-02-02 Saturday 16:19  nestyurkin.nikolay

	* cfg.c (1.25): cmpfnames() fix for Watcom C

2002-01-31 Thursday 21:07  nestyurkin.nikolay

	* cfg.c (1.24): some fix for cmpfnames (WIN32)

2002-01-31 Thursday 16:44  ml

	* fidoconf.h (1.95), line.c (1.281): don't destroy areadefaults
	  when parsing netmailArea [patch by Serguei Revtov]

2002-01-31 Thursday 15:09  mhaase

	* cfg.c (1.23): bug fixed (spelling mistake and two missing
	  brackets) reported by Jesper Soerensen (mhaase)

2002-01-31 Thursday 09:36  pavel.gulchouck

	* cfg.c (1.22): cmpfnames() fix for MSDOS

2002-01-30 Wednesday 18:57  ml

	* fidoconf.c (1.65): readLine can read lines without \r on Watcom
	  C/WinDOs [patch by SR]

2002-01-30 Wednesday 11:55  stas

	* Makefile (1.31), fc2jt.c (1.2), makefile.cyg (1.3), makefile.inc
	  (1.17), makefile.mvc (1.7), makefile.mvcdll (1.6): Remove
	  converter to Just Tosser.

2002-01-29 Tuesday 10:33  ml

	* cfg.c (1.21): checkIncludeLogic changes by pavel, modyfied by me

2002-01-28 Monday 19:04  pavel.gulchouck

	* cfg.c (1.20), tparser.c (1.163): Bugfix in yesterday changes with
	  vars_expand()

2002-01-28 Monday 00:05  pavel.gulchouck

	* fidoconf.c (1.64): Comments started after "\t#" now, not only "
	  #"

2002-01-27 Sunday 23:41  pavel.gulchouck

	* cfg.c (1.19), line.c (1.280): move vars_expand() call into
	  parseLine()

2002-01-27 Sunday 23:02  pavel.gulchouck

	* cfg.c (1.18), common.h (1.41): public function vars_expand()

2002-01-27 Sunday 22:57  pavel.gulchouck

	* line.c (1.279): Allow quoted areaname (included commentchar)

2002-01-27 Sunday 21:33  stas

	* log.c (1.3): Fix bug in writeLogEntry() (now screenloglevels
	  token work). Change fprintf(stdout,...) calls to printf() in
	  w_log() & writeLogEntry().  Log message display to stderr if log
	  file don't open (writeLogEntry() & w_log()).

2002-01-27 Sunday 20:19  stas

	* Makefile (1.30): Add defines for compile fc2jt.

2002-01-27 Sunday 20:07  stas

	* fc2jt.c (1.1), makefile.cyg (1.2), makefile.inc (1.16),
	  makefile.mvc (1.6), makefile.mvcdll (1.5): New utility: fconf2jt
	  - convert fidoconfig to Just Tosser's config.

2002-01-27 Sunday 16:53  stas

	* common.c (1.73), common.h (1.40): Size of static variable
	  returned by aka2str() defined in common.h.

2002-01-25 Friday 16:22  pavel.gulchouck

	* cfg.c (1.17), fidoconf.c (1.63), fidoconf.h (1.94), line.c
	  (1.278), tokens.h (1.24), tparser.c (1.162): move CommentChar
	  token parsing to preprocessor level

2002-01-25 Friday 15:16  pavel.gulchouck

	* tparser.c (1.161): added -E switch - run preprocessor only

2002-01-25 Friday 09:41  d.sergienko

	* log.c (1.2): added "\n" to error message in openLog()

2002-01-23 Wednesday 17:59  mche

	* crc.h (1.3): fixed bug with compilation under MCVS compiler

2002-01-22 Tuesday 13:49  mche

	* fidoconf.c (1.62), fidoconf.h (1.93), line.c (1.277): code
	  improvement canged passing arguments by value to passing by
	  pointers

2002-01-22 Tuesday 13:45  mche

	* common.h (1.39), crc.h (1.2), dirlayer.h (1.7): fixed bug with
	  compilation under MCVS compiler

2002-01-22 Tuesday 13:41  mche

	* makefile.mvc (1.5), makefile.mvcdll (1.4), log.h (1.2), recode.h
	  (1.2), strsep.c (1.2): fixed bug with compilation under MCVS
	  compiler

2002-01-21 Monday 19:18  ml

	* linkedto (1.6), man/linkedto.1 (1.3): 'linkedto' script output
	  change, man page updated. Path from Stas Degteff 2:5080/102
	  <g@grumber.org>

2002-01-21 Monday 19:16  ml

	* man/Makefile (1.1): [no log message]

2002-01-21 Monday 18:16  ml

	* Makefile (1.29): Install man pages (unixes only). Path from Stas
	  Degteff 2:5080/102 <g@grumber.org>

2002-01-21 Monday 18:08  ml

	* Makefile (1.28), common.h (1.38), crc.c (1.1), crc.h (1.1), log.c
	  (1.1), log.h (1.1), makefile.inc (1.15), recode.c (1.1), recode.h
	  (1.1), strsep.c (1.1): Log file, charset recoding, crc32 support
	  and strseparate() GNU function moved from hpt & htick. Path from
	  Stas Degteff 2:5080/102 <g@grumber.org>

2002-01-19 Saturday 14:58  mche

	* fidoconf.h (1.92), line.c (1.276), tokens.h (1.23), tparser.c
	  (1.160), doc/keywords.hpt (1.20): token areafixqueryrequests
	  changed to arefixqueuefile

2002-01-19 Saturday 13:13  mche

	* common.c (1.72), common.h (1.37): removed win32 specific code

2002-01-19 Saturday 07:48  ml

	* cfg.c (1.16): checkIncludeLogic case sencitive for unix systems

2002-01-14 Monday 19:03  ml

	* line.c (1.275): bugfix: carbonmove not carboncopy after ORed
	  carbonmove rules

2002-01-14 Monday 07:27  yagodkin

	* tparser.c (1.159): Fixed FileDescName token

2002-01-11 Friday 10:02  yagodkin

	* fidoconf.h (1.91), line.c (1.274), tokens.h (1.22), tparser.c
	  (1.158): [no log message]

2002-01-10 Thursday 15:41  mche

	* fidoconf.h (1.90), line.c (1.273), tokens.h (1.21), tparser.c
	  (1.157): new areafixQueryRequests token for hpt (not fully
	  implemented in yet)

2002-01-10 Thursday 15:36  mche

	* doc/keywords.hpt (1.19): new areafixQueryRequests token for hpt
	  (not fully implemented in yet)

2002-01-06 Sunday 16:48  ml

	* fidoconf.h (1.89), line.c (1.272), tokens.h (1.20), tparser.c
	  (1.156), doc/keywords.hpt (1.18): rulesDir & noRules tokens

2002-01-05 Saturday 15:01  mche

	* adcase.c (1.7), adcase.h (1.3), common.h (1.36), fidoconf.h
	  (1.88): declare some functions as dllexported (for htick)

2002-01-03 Thursday 13:15  ml

	* TODO (1.58), VERSION (1.3), makefile.inc (1.14): change version
	  number

2002-01-03 Thursday 11:02  ml

	* doc/fidoconfig.texi (1.19): [no log message]

2002-01-03 Thursday 10:29  ml

	* README (1.7), man/fconf2.1 (1.2), man/linkedto.1 (1.2),
	  man/tparser.1 (1.2): documentation files updates

2002-01-03 Thursday 10:05  ml

	* VERSION (1.2): version file

2002-01-03 Thursday 09:19  ml

	* cfg.c (1.15): checkIncludeLogic case insensitive

2002-01-02 Wednesday 19:14  ml

	* fidoconf.c (1.61), line.c (1.271): fixed carbonrule OR after NOT
	  before carbonarea definition

2002-01-02 Wednesday 18:06  mche

	* common.c (1.71), common.h (1.35), makefile.mvcdll (1.3): build
	  fconfmvc.dll with msvcrt.dll

2001-12-28 Friday 17:20  ml

	* HISTORY (1.2), cfg.c (1.14): fixed yesterday bug from mche in
	  configline ()

2001-12-27 Thursday 15:12  mche

	* common.c (1.70), fidoconf.c (1.60): - unified memory
	  (de-)allocation functions

	  conversion from static library to dynamic under win32 with MSVC
	  compiler

2001-12-27 Thursday 15:07  mche

	* line.c (1.270), xstr.c (1.4): - unified memory (de-)allocation
	  functions

	  conversion from static library to dynamic under win32 with MSVC
	  compiler

2001-12-27 Thursday 14:57  mche

	* cfg.c (1.13): - unified memory alocation functions

	  conversion from static library to dynamic under win32 with MSVC
	  compiler

2001-12-27 Thursday 14:23  mche

	* fidoconf.h (1.87): - added define _MAKE_DLL_MVC_

	  conversion from static library to dynamic under win32 with MSVC
	  compiler

2001-12-26 Wednesday 17:33  mche

	* common.c (1.69), common.h (1.34): moved functions fputUINT16,
	  fgetsUntil0, getUINT16 from fidoconfig to pktread.c pktwrite.c to
	  avoid error with I/O file operations when HPT is made with dlls

2001-12-26 Wednesday 16:30  mche

	* cfg.c (1.12), fidoconf.h (1.86): added functions
	  getCurConfName(); getCurConfPos(); get_hcfgPos(); to avoid
	  external variables

2001-12-26 Wednesday 07:37  mche

	* common.c (1.68), common.h (1.33): redesign of functions smalloc
	  srealloc sstrdup for for using them as dll extern functions under
	  win32

2001-12-24 Monday 13:10  mche

	* common.c (1.67), common.h (1.32): redesign of macro "nfree" for
	  win32

2001-12-24 Monday 09:20  pavel.gulchouck

	* tparser.c (1.155): added echoMailFlavour, fileEchoFlavour

2001-12-24 Monday 09:09  pavel.gulchouck

	* tparser.c (1.154): added arcNetmail

2001-12-23 Sunday 20:26  pavel.gulchouck

	* tokens.h (1.19): bugfix

2001-12-23 Sunday 20:20  pavel.gulchouck

	* fidoconf.h (1.85), line.c (1.269), tokens.h (1.18),
	  doc/keywords.hpt (1.17): added keyword arcNetmail for link

2001-12-23 Sunday 12:49  ml

	* cfg.c (1.11), fidoconf.c (1.59), fidoconf.h (1.84): check if
	  autoarea(file)createfile included in config or not

2001-12-22 Saturday 14:34  mche

	* makefile.mvcdll (1.2): conversion from static library to dynamic
	  under win32 makes fconfmvc.dll tparser.exe and so on under
	  windows with MSVC compiler

2001-12-22 Saturday 14:23  mche

	* common.h (1.31), dirlayer.h (1.6), fidoconf.h (1.83), xstr.h
	  (1.3): conversion from static library to dynamic under win32
	  makes fconfmvc.dll tparser.exe and so on under windows with MSVC
	  compiler

2001-12-22 Saturday 14:16  mche

	* makefile.mvcdll (1.1): makes fconfmvc.dll tparser.exe and so on
	  under windows with MSVC compiler

2001-12-17 Monday 19:45  ml

	* fidoconf.c (1.58), fidoconf.h (1.82), line.c (1.268), tokens.h
	  (1.17), tparser.c (1.153), doc/keywords.hpt (1.16):
	  notValidFileNameChars token

2001-12-17 Monday 12:21  ml

	* cfg.c (1.10), fidoconf.h (1.81), line.c (1.267): updates

2001-12-13 Thursday 14:54  ml

	* TODO (1.57), cfg.c (1.9), fidoconf.c (1.57), fidoconf.h (1.80):
	  trying to check included files for AutoAreaCreateFile

2001-12-10 Monday 08:18  ml

	* common.c (1.66): check for zero zone in string2addr()

2001-12-09 Sunday 15:30  ml

	* fidoconf.h (1.79), line.c (1.266), tokens.h (1.16), tparser.c
	  (1.152), doc/keywords.hpt (1.15): new token areafixQueryReports
	  for hpt

2001-12-09 Sunday 11:58  ml

	* dirlayer.h (1.5): [no log message]

2001-12-09 Sunday 11:58  ml

	* fecfg2fc.c (1.4): carbonarea changed to carboncopy

2001-11-18 Sunday 19:34  ml

	* line.c (1.265): fixed some strtok() calls [patch by Alexander
	  Aganichev]

2001-11-08 Thursday 14:40  ml

	* fidoconf.c (1.56), fidoconf.h (1.78), line.c (1.264): define exit
	  codes for non unix systems

2001-11-06 Tuesday 07:56  ml

	* makefile.cyg (1.1): cygwin makefile

2001-10-24 Wednesday 07:36  ml

	* fidoconf.c (1.55), line.c (1.263): change exit codes

2001-10-20 Saturday 15:40  ml

	* makeperl.mvc (1.2): [no log message]

2001-10-19 Friday 10:28  ml

	* line.c (1.262), makeperl.mvc (1.1): [no log message]

2001-10-16 Tuesday 06:45  tobi

	* fidoconf.c (1.54): Fixed out of range array access when parsing
	  empty lines in fidoconfig.

2001-09-04 Tuesday 05:55  ml

	* fidoconf.c (1.53): allow CR chars in unix configs (in empty
	  lines)

2001-08-30 Thursday 15:50  ml

	* fidoconf.h (1.77), line.c (1.261), tokens.h (1.15), tparser.c
	  (1.151), doc/keywords.hpt (1.14): New tokens: FileBoxesDir,
	  FileBoxAlways [patch by SR]

2001-08-27 Monday 08:09  ml

	* line.c (1.260): don't check file boxes existence (for fileBox
	  autocreation) [patch by SR]

2001-08-27 Monday 08:07  ml

	* cfg.c (1.8): fix OS var under win32

2001-08-24 Friday 13:20  ml

	* syslogp.h (1.5): syslog under BeOS it turned off

2001-08-19 Sunday 16:43  ml

	* fidoconf.h (1.76), line.c (1.259), doc/config (1.16),
	  doc/fidoconfig.texi (1.18): [no log message]

2001-08-08 Wednesday 19:41  joerg.jaspert

	* debian/: rules (1.7), fidoconf-runtime.dirs (1.2): Newest Build.

2001-08-08 Wednesday 19:32  joerg.jaspert

	* debian/: README.Debian (1.3), changelog (1.11), control (1.8),
	  huskymak.cfg (1.9): Newest Build.

2001-08-01 Wednesday 12:24  ml

	* line.c (1.258), syslogp.h (1.4): allow comments after
	  linkwithimportlog token

2001-07-26 Thursday 15:04  ml

	* fidoconf.c (1.52), fidoconf.h (1.75), line.c (1.257), tokens.h
	  (1.14), doc/keywords.hpt (1.13), doc/proposal.texi (1.129):
	  readonly & writeonly keywords for hpt

2001-07-26 Thursday 02:36  ml

	* fidoconf.c (1.51), syslogp.h (1.3): syslog support under BeOS
	  (fixed compilation error)

2001-07-22 Sunday 11:22  twm

	* fidoconf.pas (1.10): As of now I will stop maintaining
	  fidoconf.pas. It turned out that because of the alignment of the
	  structures passed between fidoconfig and calling programs is left
	  to the compiler, it is likely to need constant rechecking whether
	  the fields are still in sync. I am not going to do that.  So this
	  is the last update I will post.

2001-07-21 Saturday 13:53  twm

	* fidoconf.pas (1.9): Lots of changes to make fidoconf.pas actually
	  compile and work with Kylix.	This might have broken
	  compatibility with other Pascal compilers, but since there were
	  half a million bugs in this unit anyway, I doubt that anybody
	  will mind.

2001-07-15 Sunday 09:55  ml

	* HISTORY (1.1), doc/fidoconfig.texi (1.17), doc/proposal.texi
	  (1.128): added HISTORY file

2001-07-09 Monday 21:20  joerg.jaspert

	* debian/: changelog (1.10), control (1.7): Smapi with the shit
	  licence is only non-free so fidoconf could only be contrib.
	  Bullshit.

2001-07-09 Monday 21:19  joerg.jaspert

	* debian/: fidoconf-runtime.postinst (1.1), fidoconf-runtime.postrm
	  (1.1), fidoconf-runtime.prerm (1.1), libfidoconf0-dev.postinst
	  (1.1), libfidoconf0-dev.postrm (1.1), libfidoconf0-dev.prerm
	  (1.1), libfidoconf0.postinst (1.1), libfidoconf0.postrm (1.1),
	  libfidoconf0.prerm (1.1): Some new Files

2001-07-08 Sunday 18:57  joerg.jaspert

	* debian/: changelog (1.9), libfidoconf0.files (1.2), rules (1.6),
	  shlibs (1.3): Rebuild, its 0.12 now.

2001-07-08 Sunday 18:45  joerg.jaspert

	* debian/huskymak.cfg (1.8): Enabled Perl for Debian Packages

2001-07-03 Tuesday 13:40  ml

	* fidoconf.c (1.50), fidoconf.h (1.74), line.c (1.256),
	  makefile.inc (1.13), tokens.h (1.13), tparser.c (1.150),
	  doc/keywords.hpt (1.12): hptperlfile [patch by Serge N.
	  Pokhodyaev]

2001-07-02 Monday 21:52  joerg.jaspert

	* debian/: changelog (1.8), shlibs (1.2): Wrong entry in shlibs
	  File.

2001-07-02 Monday 21:25  joerg.jaspert

	* debian/: README.BUILD-DEB (1.2), README.Debian (1.2), changelog
	  (1.7), control (1.6), dirs (1.2), doc-base (1.3), docs (1.2),
	  dumpfcfg.1 (1.2), fconf2.1 (1.2), fidoconf-runtime.dirs (1.1),
	  fidoconf-runtime.examples (1.1), fidoconf-runtime.files (1.1),
	  fidoconf-runtime.manpages (1.1), huskymak.cfg (1.7),
	  libfidoconf0-dev.dirs (1.1), libfidoconf0-dev.files (1.1),
	  libfidoconf0.dirs (1.1), libfidoconf0.doc-base (1.1),
	  libfidoconf0.files (1.1), linkedto.1 (1.2), rules (1.5),
	  tparser.1 (1.2): Rebuild the libfidoconf0 package.

2001-06-18 Monday 15:49  ml

	* line.c (1.255): fix parsing denyFwdFile

2001-06-11 Monday 18:34  ml

	* fidoconf.h (1.73), line.c (1.254), tokens.h (1.12), tparser.c
	  (1.149), doc/keywords.hpt (1.11): carbonexcludefwdfrom token

2001-06-11 Monday 11:08  ml

	* line.c (1.253), tparser.c (1.148): now it is possoble to make
	  spaces before and after searching strings in carboncopy

2001-06-03 Sunday 05:31  ml

	* fidoconf.h (1.72): fixed adding aka to seen-bys for links from
	  ignoreseen or -sbign arrays

2001-05-24 Thursday 13:25  ml

	* fidoconf.h (1.71), line.c (1.252), tokens.h (1.11), tparser.c
	  (1.147), doc/keywords.hpt (1.10): token fileBox

2001-05-20 Sunday 09:32  ml

	* line.c (1.251), syslogp.h (1.2): [no log message]

2001-05-16 Wednesday 10:08  ml

	* fidoconf.h (1.70), line.c (1.250): fixed parsing forwardpkts

2001-05-11 Friday 14:38  wulf.krueger

	* TODO (1.56), fidoconf.h (1.69), line.c (1.249), tokens.h (1.10),
	  tparser.c (1.146):
	  Modified Files:	  TODO fidoconf.h line.c tokens.h tparser.c
	  ---------------------------------------------------------------------
	  - Implemented keyword "FileFixFSC87Subset" for htick. Not yet
	  properly documented since IMHO there have to be major changes
	  regarding the whole htick documentation which I will do during
	  the next days.

2001-05-07 Monday 22:42  tobi

	* line.c (1.248), syslogp.h (1.1): fixed syslogging for sun

2001-05-07 Monday 22:01  tobi

	* dirlayer.c (1.5): remove warning about empty source file with gcc
	  and -pedantic

2001-05-07 Monday 22:01  tobi

	* makefile.bcd (1.11): -DNOSEMAPHORES for Turbo C

2001-05-06 Sunday 19:52  ml

	* TODO (1.55), tparser.c (1.145): cbaName small fix

2001-05-05 Saturday 21:33  tobi

	* doc/proposal.texi (1.127): updated doc with description of the
	  reqidxDir keyword

2001-05-05 Saturday 21:26  tobi

	* fidoconf.h (1.68), line.c (1.247), tokens.h (1.9), tparser.c
	  (1.144), doc/Makefile (1.14), doc/proposal.texi (1.126):
	  implemented some keywords for herp, in particular
	  syslogfacility (this one may also be used by other husky programs
	  that can use syslogd logging in the future) and    reqidxdir herp
	  is the husky request processor, which has not yet been released,
	  but will use stable fidoconfig when it will be released later-on.

2001-05-05 Saturday 10:12  ml

	* fidoconf.c (1.49), fidoconf.h (1.67), line.c (1.246), tokens.h
	  (1.8), tparser.c (1.143), doc/keywords.hpt (1.9): new
	  areafixnames token for hpt

2001-05-05 Saturday 08:50  ml

	* fidoconf.h (1.66), line.c (1.245), tokens.h (1.7), tparser.c
	  (1.142), doc/keywords.hpt (1.8): new token advisorylock for hpt

2001-05-03 Thursday 19:40  ml

	* fidoconf.c (1.48), line.c (1.244), tparser.c (1.141): patch from
	  kees: changed default carbonRule to AND

2001-05-03 Thursday 11:25  ml

	* .cvs2cl (1.1): added .cvs2cl file

2001-04-24 Tuesday 17:22  ml

	* fidoconf.c (1.47), line.c (1.243), tparser.c (1.140): [no log
	  message]

2001-04-21 Saturday 15:34  joerg.jaspert

	* debian/control (1.5): Changed priority

2001-04-21 Saturday 15:21  joerg.jaspert

	* debian/: huskymak.cfg (1.6), rules (1.4): Turned debug on

2001-04-21 Saturday 15:21  joerg.jaspert

	* debian/doc-base (1.2): Changed section

2001-04-21 Saturday 15:19  joerg.jaspert

	* debian/changelog (1.6): Changed it so it compiles now with debug
	  enabled. From now on i compile only stable versions without
	  debug.

2001-04-18 Wednesday 21:40  tobi

	* fidoconf.h (1.65), line.c (1.242), tokens.h (1.6),
	  doc/keywords.hpt (1.7): ----- cvs ci ------ Wed Apr 18 23:24:50
	  CEST 2001 tobi: * new keywords: autofilecreatesubdirs and
	  autoareacreatesubdirs   for creating /filebase/gfd/app/comm/
	  instead of /filebase/gdb.app.comm/

2001-04-15 Sunday 17:56  ml

	* line.c (1.241), makefile.mvc (1.4): [no log message]

2001-04-14 Saturday 14:53  joerg.jaspert

	* debian/: changelog (1.5), control (1.4): Changed dependencys,
	  newest cvs-fix applied.

2001-04-14 Saturday 12:48  tobi

	* debian/huskymak.cfg (1.5): fixed DEBLFLAGS

2001-04-14 Saturday 05:46  ml

	* line.c (1.240), tokens.h (1.5): [no log message]

2001-04-13 Friday 13:12  joerg.jaspert

	* debian/: changelog (1.4), control (1.3), huskymak.cfg (1.4),
	  rules (1.3): Recompiled. Change to smapi-version made it
	  neccessary for right Dependencys (I hope apt-get/dselect like it
	  now!)

2001-04-13 Friday 13:11  joerg.jaspert

	* Makefile (1.27): Removed path from symlinks.

2001-04-12 Thursday 11:16  joerg.jaspert

	* debian/: changelog (1.3), huskymak.cfg (1.3), rules (1.2):
	  Changed cleantarget in rules. Changed to newest cvs version.

2001-04-12 Thursday 11:15  joerg.jaspert

	* Makefile (1.26): Deleted most of my changes yesterday. They are
	  now in debian/rules

2001-04-12 Thursday 07:21  ml

	* fidoconf.c (1.46), fidoconf.h (1.64), line.c (1.239), tokens.h
	  (1.4), tparser.c (1.139), doc/keywords.hpt (1.6),
	  doc/proposal.texi (1.125), doc/keywords.bp (1.1): [no log
	  message]

2001-04-11 Wednesday 20:31  joerg.jaspert

	* debian/README.BUILD-DEB (1.1): Some words for package-building on
	  Debian Systems.

2001-04-10 Tuesday 19:55  joerg.jaspert

	* debian/: changelog (1.2), control (1.2), huskymak.cfg (1.2):
	  Error in huskymak. *grumpf*

2001-04-10 Tuesday 15:42  joerg.jaspert

	* Makefile (1.25), doc/Makefile (1.13): Debian-specific changes.

2001-04-10 Tuesday 15:42  joerg.jaspert

	* debian/: README.Debian (1.1), changelog (1.1), control (1.1),
	  copyright (1.1), dirs (1.1), doc-base (1.1), docs (1.1),
	  dumpfcfg.1 (1.1), fconf2.1 (1.1), huskymak.cfg (1.1), linkedto.1
	  (1.1), rules (1.1), shlibs (1.1), tparser.1 (1.1): Files needed
	  for Package-Building on Debian-Systems.

2001-04-09 Monday 15:19  ml

	* line.c (1.238): [no log message]

2001-04-09 Monday 07:20  ml

	* tparser.c (1.138), doc/keywords.hpt (1.5): [no log message]

2001-04-08 Sunday 23:13  tobi

	* tparser.c (1.137): fixed crash in tparser

2001-04-07 Saturday 10:53  ml

	* fidoconf.c (1.45), fidoconf.h (1.63), line.c (1.237), tokens.h
	  (1.3), tparser.c (1.136): [no log message]

2001-04-05 Thursday 15:52  ml

	* fc2aed.c (1.5), fc2ged.c (1.7), fc2msged.c (1.4): [no log
	  message]

2001-04-05 Thursday 12:07  joerg.jaspert

	* man/: README (1.1), dumpfcfg.1 (1.1), fconf2.1 (1.1), linkedto.1
	  (1.1), tparser.1 (1.1): Small manpages for the binaries in
	  Fidoconf. Please check for errors.

2001-04-02 Monday 23:05  tobi

	* cfg.c (1.7), fidoconf.c (1.44): fixed out-of-bounds error in
	  fidoconf.c and rewrote code in cfg.c to be compatbile with gnu
	  boundary checking

2001-03-31 Saturday 09:12  ml

	* fidoconf.c (1.43): [no log message]

2001-03-28 Wednesday 11:08  ml

	* Makefile (1.24), dump.c (1.73), dumpfcfg.c (1.8), makefile.inc
	  (1.12): [no log message]

2001-03-28 Wednesday 10:56  ml

	* fidoconf.c (1.42), doc/proposal.texi (1.124): [no log message]

2001-03-22 Thursday 15:01  ml

	* fidoconf.c (1.41): [no log message]

2001-03-18 Sunday 15:51  ml

	* fc2ged.c (1.6): [no log message]

2001-03-16 Friday 07:12  ml

	* fc2ged.c (1.5): [no log message]

2001-03-12 Monday 18:48  ml

	* line.c (1.236): [no log message]

2001-03-11 Sunday 09:49  ml

	* fidoconf.h (1.62), line.c (1.235), tokens.h (1.2), tparser.c
	  (1.135), xstr.h (1.2), doc/keywords.hpt (1.4): [no log message]

2001-03-10 Saturday 22:58  tobi

	* findtok.c (1.2), line.c (1.234), makefile.inc (1.11), tokens.h
	  (1.1): Rewrote the parser core function parseLine. Replaced the
	  endless if/elseif chain with a bsearch lookup and a consecutive
	  switch/case construct. This should give a performance gain both
	  in terms of compile time as well as in terms of run time.  The
	  comments in the new file tokens.h describe how to add new
	  keywords to fidoconfig now.

2001-03-10 Saturday 11:14  ml

	* line.c (1.233): [no log message]

2001-03-09 Friday 11:28  tobi

	* Makefile (1.23), findtok.c (1.1), findtok.h (1.1), makefile.inc
	  (1.10): added "findtok.c" and "findtok.h"

2001-03-09 Friday 09:56  ml

	* TODO (1.54), dump.c (1.72), fidoconf.c (1.40), fidoconf.h (1.61),
	  line.c (1.232), tparser.c (1.134): [no log message]

2001-03-09 Friday 08:10  ml

	* TODO (1.53), common.c (1.65), common.h (1.30): new string2addr()

2001-03-05 Monday 16:46  ml

	* dirlayer.c (1.4), dirlayer.h (1.4): [no log message]

2001-03-04 Sunday 17:01  ml

	* TODO (1.52), doc/proposal.texi (1.123): [no log message]

2001-03-04 Sunday 05:59  ml

	* TODO (1.51), common.c (1.64), line.c (1.231), tparser.c (1.133),
	  doc/config (1.15): [no log message]

2001-02-25 Sunday 16:58  ml

	* dump.c (1.71), fidoconf.h (1.60), line.c (1.230), tparser.c
	  (1.132), doc/keywords.hpt (1.3), doc/proposal.texi (1.122): [no
	  log message]

2001-02-18 Sunday 18:59  ml

	* dump.c (1.70), fidoconf.h (1.59), line.c (1.229), tparser.c
	  (1.131): [no log message]

2001-02-18 Sunday 08:32  ml

	* TODO (1.50), dump.c (1.69), fidoconf.h (1.58), line.c (1.228),
	  tparser.c (1.130), doc/keywords.hpt (1.2): [no log message]

2001-02-17 Saturday 18:18  ml

	* fidoconf.h (1.57), line.c (1.227), typesize.h (1.20),
	  doc/proposal.texi (1.121): [no log message]

2001-02-13 Tuesday 19:53  ml

	* TODO (1.49), doc/keywords.hpt (1.1), doc/proposal.texi (1.120):
	  [no log message]

2001-02-13 Tuesday 16:33  ml

	* fidoconf.c (1.39), doc/Makefile (1.12), doc/fidoconfig.texi
	  (1.16), doc/proposal.texi (1.119): [no log message]

2001-02-12 Monday 20:55  nestyurkin.nikolay

	* fidoconf.c (1.38): "fix/update"

2001-02-12 Monday 20:11  ml

	* fidoconf.c (1.37), doc/proposal.texi (1.118): [no log message]

2001-02-09 Friday 16:17  ml

	* line.c (1.226), doc/proposal.texi (1.117): [no log message]

2001-02-04 Sunday 19:38  ml

	* TODO (1.48), dump.c (1.68), fidoconf.h (1.56), line.c (1.225),
	  tparser.c (1.129), doc/proposal.texi (1.116): [no log message]

2001-02-03 Saturday 18:50  ml

	* TODO (1.47), dump.c (1.67), line.c (1.224), tparser.c (1.128),
	  doc/proposal.texi (1.115): [no log message]

2001-01-28 Sunday 20:22  ml

	* TODO (1.46), dump.c (1.66), fidoconf.h (1.55), line.c (1.223),
	  tparser.c (1.127): [no log message]

2001-01-28 Sunday 19:29  d.sergienko

	* Makefile (1.22):
	  Makefile (ldconfig) fixes.

2001-01-28 Sunday 14:34  ml

	* dump.c (1.65), fidoconf.c (1.36), fidoconf.h (1.54), line.c
	  (1.222), tparser.c (1.126), doc/proposal.texi (1.114): [no log
	  message]

2001-01-27 Saturday 16:32  ml

	* common.c (1.63), dump.c (1.64), fidoconf.h (1.53), line.c
	  (1.221), tparser.c (1.125), doc/proposal.texi (1.113): new tokens

2001-01-27 Saturday 09:21  ml

	* dump.c (1.63), fidoconf.h (1.52), line.c (1.220), tparser.c
	  (1.124), doc/proposal.texi (1.112): [no log message]

2001-01-20 Saturday 15:54  ml

	* dump.c (1.62), fidoconf.h (1.51), line.c (1.219), tparser.c
	  (1.123), doc/proposal.texi (1.111): new feature

2001-01-15 Monday 16:00  ml

	* common.c (1.62), dump.c (1.61), fidoconf.c (1.35), fidoconf.h
	  (1.50), line.c (1.218), tparser.c (1.122), doc/proposal.texi
	  (1.110): new features

2001-01-15 Monday 08:31  ml

	* TODO (1.45), dump.c (1.60), fidoconf.h (1.49), line.c (1.217),
	  tparser.c (1.121), doc/proposal.texi (1.109): new features

2001-01-03 Wednesday 15:44  sms

	* doc/fidoconfig.texi (1.15): - fixed some typos in the docs

2001-01-02 Tuesday 12:07  sms

	* dump.c (1.59): + dumping packNetmail and maxUnpackedNetmail

2000-12-25 Monday 17:18  d.sergienko

	* Makefile (1.21), tparser.c (1.120):
	  Mon Dec 25 19:15:50 EET 2000 dmitry: + added processing of tokens
	  packNetmail & maxUnpackedNetmail in tparser

2000-12-18 Monday 17:49  ml

	* makefile.wcw (1.26): [no log message]

2000-12-15 Friday 19:31  ml

	* line.c (1.216): [no log message]

2000-12-13 Wednesday 21:10  sms

	* line.c (1.215): removed uninitialised-warning for clink in
	  parseLine()

2000-12-13 Wednesday 18:35  sms

	* line.c (1.214): + support for long area descriptions

2000-12-12 Tuesday 14:41  sms

	* line.c (1.213), tparser.c (1.119): removed warnings about flDir
	  not being handled in switch

2000-12-11 Monday 18:45  ml

	* fidoconf.c (1.34), makefile.mvc (1.3): [no log message]

2000-12-09 Saturday 15:11  ml

	* line.c (1.212): [no log message]

2000-12-09 Saturday 14:36  ml

	* dump.c (1.58), fidoconf.h (1.48), line.c (1.211), tparser.c
	  (1.118), doc/proposal.texi (1.108): [no log message]

2000-12-09 Saturday 06:26  d.sergienko

	* doc/proposal.texi (1.107):
	  dmitry: + added docs about tokens packNetmail and
	  maxUnpackedNetmail for bsopack

2000-12-08 Friday 04:41  sms

	* common.c (1.61): * string2addr: check if string is non-NULL first

2000-12-08 Friday 02:48  sms

	* tparser.c (1.117): [no log message]

2000-12-08 Friday 02:43  sms

	* tparser.c (1.116): [no log message]

2000-12-08 Friday 02:40  sms

	* tparser.c (1.115): fixed typo in tparser.c

2000-12-08 Friday 01:21  sms

	* dump.c (1.57), fidoconf.c (1.33), fidoconf.h (1.47), line.c
	  (1.210), tparser.c (1.114), doc/proposal.texi (1.106): + added
	  dirlist option to keyword filelist

2000-12-07 Thursday 22:22  sms

	* common.c (1.60), common.h (1.29), dump.c (1.56), fidoconf.c
	  (1.32), fidoconf.h (1.46), line.c (1.209), tparser.c (1.113),
	  doc/proposal.texi (1.105): + added keyword filelist

2000-12-07 Thursday 21:12  sms

	* common.c (1.59): * fixed memory hole in freeLink

2000-12-05 Tuesday 15:01  sms

	* TODO (1.44), dump.c (1.55): + dumping fileareas and bbsareas

2000-12-05 Tuesday 03:18  sms

	* dump.c (1.54), fidoconf.h (1.45), line.c (1.208), tparser.c
	  (1.112): ! replaced most stricmp-calls with strcmp-calls on the
	  lower case variant   of the variable (parsing should be
	  significantly faster now) ! using enum for linkWithImportLog
	  instead of strings

2000-12-05 Tuesday 01:48  sms

	* dump.c (1.53), fidoconf.h (1.44), line.c (1.207), tparser.c
	  (1.111), doc/proposal.texi (1.104): + added emailSubj, emailFrom,
	  emailEncoding

2000-12-03 Sunday 17:59  sms

	* Makefile (1.20), doc/Makefile (1.11): using RMOPT from
	  huskymak.cfg

2000-12-02 Saturday 02:13  sms

	* dump.c (1.52): temporarily deactivated commentChar support in
	  dump.c

2000-12-02 Saturday 02:00  sms

	* dump.c (1.51), line.c (1.206): fixed error message for
	  commentChar, fixed commentChar output in dump.c

2000-12-02 Saturday 01:28  sms

	* fidoconf.c (1.31): using strdup for string constants on init, so
	  copyString can free it safely

2000-11-30 Thursday 09:22  ml

	* cfg.c (1.6), common.c (1.58), common.h (1.28), fidoconf.c (1.30),
	  line.c (1.205): see changelog 30-nov-2000

2000-11-23 Thursday 18:28  ml

	* common.c (1.57), common.h (1.27), fidoconf.c (1.29), line.c
	  (1.204): [no log message]

2000-11-17 Friday 04:25  sms

	* dump.c (1.50): added CommentChar to dump.c

2000-11-16 Thursday 09:52  fedor.lizunkov

	* fidoconf.c (1.28), fidoconf.h (1.43), line.c (1.203), tparser.c
	  (1.110): [no log message]

2000-11-15 Wednesday 18:25  sms

	* doc/proposal.texi (1.103): linkgrp only takes a single group as
	  argument

2000-11-14 Tuesday 17:19  ml

	* tparser.c (1.109): addrDiffAlways in tparser

2000-11-13 Monday 19:11  ml

	* line.c (1.202): excludepassthroughcarbon fix

2000-11-12 Sunday 10:52  ml

	* common.c (1.56), common.h (1.26), line.c (1.201),
	  doc/proposal.texi (1.102): see ChangeLog Nov 12

2000-11-08 Wednesday 18:35  ml

	* line.c (1.200), doc/proposal.texi (1.101): see ChangeLog Nov 09

2000-10-28 Saturday 17:38  ml

	* line.c (1.199): see changelog oct 29

2000-10-27 Friday 19:52  mhaase

	* tparser.c (1.108): * added entry in changelog (hpt and fidoconf)
	  and tparser for statlog

2000-10-26 Thursday 18:26  mhaase

	* dump.c (1.49), fidoconf.c (1.27), fidoconf.h (1.42), line.c
	  (1.198), doc/proposal.texi (1.100): * New optional keyword:
	  statlog   After tossing (hpt toss), it is checked if there is new
	  personal mail   (netmail or personal echo mail). If that's true,
	  it is checked if   statlog is defined in config. If yes, then it
	  is checked if the log file   exists. If not, then it is created
	  and the number of received netmails	or/and personal echo mails
	  is written to the log file. Otherwise, if the   file exists, the
	  old counter will be read, added to the new counter and   written
	  the actual counter.	 The log file looks like this:	   netmail:
	  x	CC: x	 Whereas x is the number of mails.    If the log
	  file exists, one of the two or both lines exist.

	    This is for utils, which can show you how many personal mail
	  you got.
	    The log file is not removed by hpt, only by the util that uses
	  it.
	    Or you could write in your toss script something like this:
	     if exist stat.log type stat.log
	     if exist stat.log del stat.log>nul

2000-10-26 Thursday 17:45  ml

	* TODO (1.43), fidoconf.h (1.41), line.c (1.197): add tokens
	  maxUnpackedNetmail, packNetmail for bsopack

2000-10-22 Sunday 09:11  ml

	* line.c (1.196): see ChangeLog Oct 22

2000-10-21 Saturday 16:17  ml

	* common.c (1.55), line.c (1.195): see ChangeLog Oct 21

2000-10-16 Monday 14:43  ml

	* dump.c (1.48), fidoconf.h (1.40), line.c (1.194), tparser.c
	  (1.107), doc/proposal.texi (1.99): see ChangeLog Oct 16

2000-10-15 Sunday 17:16  ml

	* fecfg2fc.c (1.3): [no log message]

2000-10-15 Sunday 12:17  ml

	* makefile.emo (1.12): see ChangeLog Oct 15

2000-10-15 Sunday 08:04  ml

	* line.c (1.193): exit(1) when link Error

2000-10-09 Monday 17:36  tobi

	* fecfg146.c (1.3): fix for fastecho routines

2000-10-09 Monday 10:25  ml

	* fecfg146.h (1.4), fidoconf.c (1.26): bugfix for last patch from
	  yesterday

2000-10-08 Sunday 19:11  ml

	* fecfg146.c (1.2): [no log message]

2000-10-08 Sunday 18:35  ml

	* fidoconf.c (1.25), line.c (1.192): long passwds

2000-10-07 Saturday 14:55  tobi

	* Makefile (1.19), fecfg146.c (1.1), fecfg146.h (1.3), fecfg2fc.c
	  (1.2), makefile.inc (1.9), makefile.wco (1.18), makefile.wcw
	  (1.25): * fecfg2fconf is now platform independent * -> included
	  fecfg2fconf into standard makefile.

2000-09-27 Wednesday 13:26  ml

	* dump.c (1.47), fidoconf.c (1.24), fidoconf.h (1.39), line.c
	  (1.191), tparser.c (1.106), doc/proposal.texi (1.98): robotsArea

2000-09-25 Monday 17:26  ml

	* dump.c (1.46), fidoconf.h (1.38), line.c (1.190), tparser.c
	  (1.105), doc/proposal.texi (1.97): addrDiffAlways

2000-09-24 Sunday 10:44  ml

	* tparser.c (1.104): tparser dumb checks

2000-09-23 Saturday 14:22  ml

	* dump.c (1.45), fidoconf.c (1.23), fidoconf.h (1.37), line.c
	  (1.189), tparser.c (1.103), doc/proposal.texi (1.96): see
	  ChangeLog Sep 23

2000-09-15 Friday 08:45  ml

	* TODO (1.42), fidoconf.c (1.22), fidoconf.h (1.36), line.c
	  (1.188): choose right link for filearea

2000-09-08 Friday 17:52  ml

	* dump.c (1.44), doc/proposal.texi (1.95): dump.c update

2000-09-08 Friday 14:56  ml

	* cfg.c (1.5): includes fix

2000-09-02 Saturday 13:54  ml

	* common.c (1.54), dump.c (1.43), fidoconf.h (1.35), line.c
	  (1.187), tparser.c (1.102), doc/proposal.texi (1.94): see
	  changelog Sep 02

2000-08-29 Tuesday 15:58  ml

	* TODO (1.41), dump.c (1.42), tparser.c (1.101): see ChangeLog Aug
	  29

2000-08-27 Sunday 14:29  ml

	* fidoconf.h (1.34), line.c (1.186), tparser.c (1.100),
	  doc/proposal.texi (1.93): see changelog Aug 27

2000-08-27 Sunday 14:19  sms

	* Makefile (1.17), Makefile (1.18): fixed missing TAB

2000-08-27 Sunday 14:16  sms

	* Makefile (1.16): using seperate make process for programs because
	  ranlib changes libfidoconfig.a

2000-08-27 Sunday 13:15  sms

	* Makefile (1.15): removed ranlib run from install target
	  (conflicted with installing from NFS homedirs)

2000-08-25 Friday 06:16  ml

	* TODO (1.40), fidoconf.h (1.33), line.c (1.185), doc/proposal.texi
	  (1.92): see changelog Aug 25

2000-08-25 Friday 05:13  ml

	* tparser.c (1.99): [no log message]

2000-08-24 Thursday 10:16  sms

	* doc/Makefile (1.10): fixed missing targets if xxxDIR not defined

2000-08-21 Monday 22:51  sms

	* Makefile (1.14), doc/Makefile (1.9): added documentation to
	  target all

2000-08-21 Monday 22:23  sms

	* doc/: Makefile (1.7), Makefile (1.8): fixed missing ifdef INFODIR

2000-08-21 Monday 13:15  sms

	* Makefile (1.13), doc/Makefile (1.6): added target uninstall

2000-08-21 Monday 11:18  sms

	* Makefile (1.12): always calling clean/distclean in doc subdir,
	  not only if INFODIR defined

2000-08-19 Saturday 11:49  ml

	* TODO (1.39): [no log message]

2000-08-15 Tuesday 10:46  sms

	* cfg.c (1.4), fidoconf.h (1.32): renamed var to name in get/setvar
	  because var is a protected keyword in Pascal

2000-08-14 Monday 08:33  ml

	* cfg.c (1.3), tparser.c (1.98): [no log message]

2000-08-10 Thursday 22:54  tobi

	* dump.c (1.41), fidoconf.h (1.31), line.c (1.184), tparser.c
	  (1.97): introduced "points4d" nodelist format type

2000-08-10 Thursday 15:43  ml

	* doc/proposal.texi (1.91): [no log message]

2000-08-06 Sunday 23:24  tobi

	* Makefile (1.11): beos adaptions

2000-08-06 Sunday 19:46  tobi

	* makefile.be (1.2): fixed UNIXID for BE makefile

2000-08-05 Saturday 11:40  oliver.grimm

	* Makefile (1.10), makefile.be (1.1): [no log message]

2000-08-05 Saturday 11:34  oliver.grimm

	* Makefile (1.9), common.c (1.53), typesize.h (1.19): [no log
	  message]

2000-08-05 Saturday 05:55  ml

	* cfg.c (1.2), fidoconf.h (1.30), line.c (1.183), doc/proposal.texi
	  (1.90): [no log message]

2000-07-31 Monday 18:06  ml

	* dump.c (1.40), fidoconf.h (1.29): [no log message]

2000-07-27 Thursday 11:28  ml

	* cfg.c (1.1): cfg.c

2000-07-25 Tuesday 18:44  ml

	* Makefile (1.8), TODO (1.38), dumpfcfg.c (1.7), fidoconf.c (1.21),
	  fidoconf.h (1.28), line.c (1.182), makefile.inc (1.8),
	  makefile.mvc (1.2), tparser.c (1.96), xstr.c (1.3),
	  doc/proposal.texi (1.89): [no log message]

2000-07-20 Thursday 21:11  tobi

	* makefile.wcw (1.24): fixed wcw makefile

2000-07-19 Wednesday 23:31  tobi

	* doc/makefile.os2 (1.2): fixed os/2 docs makefile

2000-07-18 Tuesday 16:07  ml

	* common.c (1.52), common.h (1.25): [no log message]

2000-07-14 Friday 09:32  ml

	* doc/proposal.texi (1.88): [no log message]

2000-07-13 Thursday 22:55  tobi

	* VERSION (1.1): file VERSION was initially added on branch
	  fidoconf-0_10.

2000-07-13 Thursday 19:30  tobi

	* dump.c (1.39): merged fix from stable

2000-07-13 Thursday 11:27  ml

	* xstr.c (1.2): [no log message]

2000-07-09 Sunday 13:24  ml

	* fidoconf.h (1.27), line.c (1.181), tparser.c (1.95),
	  doc/proposal.texi (1.87): [no log message]

2000-07-07 Friday 21:48  tobi

	* makefile.mgw (1.5): Adapted MINGW32 code to the latest mingw32
	  version available at www.mingw.org.

2000-07-07 Friday 01:15  tobi

	* makefile.wco (1.17): migrated fix from -stable

2000-07-06 Thursday 23:57  tobi

	* typesize.h (1.18): Mingw32 fix

2000-07-05 Wednesday 19:56  tobi

	* tlib_sup.bat (1.4): Re-added tlib_sup.bat

2000-07-04 Tuesday 15:39  ml

	* fidoconf.h (1.26), line.c (1.180), tparser.c (1.94),
	  doc/proposal.texi (1.86): [no log message]

2000-07-03 Monday 15:11  ml

	* line.c (1.179): [no log message]

2000-07-02 Sunday 09:41  ml

	* line.c (1.178): [no log message]

2000-07-01 Saturday 05:55  ml

	* line.c (1.177): [no log message]

2000-06-30 Friday 17:27  ml

	* line.c (1.176): [no log message]

2000-06-30 Friday 17:17  ml

	* fidoconf.c (1.20), doc/proposal.texi (1.85): [no log message]

2000-06-29 Thursday 17:04  ml

	* dump.c (1.38), fidoconf.h (1.25), line.c (1.175), makefile.emo
	  (1.11), tparser.c (1.93), typesize.h (1.17): [no log message]

2000-06-27 Tuesday 23:21  nestyurkin.nikolay

	* makefile.wco (1.16), makefile.wcw (1.23): update

2000-06-27 Tuesday 17:33  ml

	* line.c (1.174): [no log message]

2000-06-27 Tuesday 17:19  ml

	* line.c (1.173): [no log message]

2000-06-27 Tuesday 15:53  ml

	* line.c (1.172): [no log message]

2000-06-24 Saturday 12:44  ml

	* line.c (1.171): [no log message]

2000-06-22 Thursday 11:43  nestyurkin.nikolay

	* makefile.inc (1.7), makefile.wco (1.15), makefile.wcw (1.22):
	  changed Watcom makefiles to use makefile.inc

2000-06-21 Wednesday 13:49  nestyurkin.nikolay

	* makefile.inc (1.6): fix

2000-06-21 Wednesday 06:52  ml

	* fidoconf.h (1.24), line.c (1.170), tparser.c (1.92),
	  doc/proposal.texi (1.83), doc/proposal.texi (1.84): [no log
	  message]

2000-06-20 Tuesday 21:23  nestyurkin.nikolay

	* makefile.inc (1.5): fix

2000-06-20 Tuesday 20:26  nestyurkin.nikolay

	* makefile.wco (1.14), makefile.wcw (1.21): fix

2000-06-20 Tuesday 19:25  nestyurkin.nikolay

	* dump.c (1.37), makefile.wco (1.13), makefile.wcw (1.20): fix

2000-06-18 Sunday 17:25  ml

	* TODO (1.37): [no log message]

2000-06-18 Sunday 06:43  ml

	* fidoconf.c (1.19), fidoconf.h (1.23), line.c (1.169), tparser.c
	  (1.91), doc/proposal.texi (1.82): [no log message]

2000-06-08 Thursday 17:22  tobi

	* typesize.h (1.16): Fixes to make fidoconfig work on HPUX

2000-06-06 Tuesday 14:04  ml

	* TODO (1.36), dirlayer.c (1.3), fc2fgate.c (1.4), fidoconf.c
	  (1.18), line.c (1.168): [no log message]

2000-06-06 Tuesday 13:47  ml

	* common.c (1.51), common.h (1.24): [no log message]

2000-06-05 Monday 13:14  georgi

	* fidoconf.h (1.22), line.c (1.167): [no log message]

2000-06-05 Monday 12:02  ml

	* line.c (1.166): [no log message]

2000-06-05 Monday 08:39  ml

	* fidoconf.c (1.17): [no log message]

2000-06-05 Monday 04:27  ml

	* dump.c (1.36), line.c (1.165): [no log message]

2000-06-04 Sunday 19:11  ml

	* fidoconf.c (1.16): [no log message]

2000-06-04 Sunday 19:03  ml

	* line.c (1.164), tparser.c (1.90), doc/proposal.texi (1.81): [no
	  log message]

2000-06-04 Sunday 18:31  ml

	* TODO (1.35), common.c (1.50), fidoconf.h (1.21), line.c (1.163),
	  tparser.c (1.89), doc/proposal.texi (1.80): [no log message]

2000-06-04 Sunday 15:20  ml

	* TODO (1.34), dump.c (1.35), fidoconf.c (1.15), fidoconf.h (1.20),
	  line.c (1.162), tparser.c (1.88), doc/proposal.texi (1.79): [no
	  log message]

2000-06-04 Sunday 07:38  ml

	* tparser.c (1.87): [no log message]

2000-06-04 Sunday 07:11  ml

	* dumpfcfg.c (1.6), fc2aed.c (1.4), fc2fgate.c (1.3), fc2ged.c
	  (1.4), fc2msged.c (1.3), fc2sq.c (1.3), fidoconf.c (1.14),
	  fidoconf.h (1.19), tparser.c (1.86): [no log message]

2000-06-03 Saturday 15:00  ml

	* common.c (1.49): [no log message]

2000-06-02 Friday 16:34  ml

	* fidoconf.c (1.13), fidoconf.h (1.18), line.c (1.161), tparser.c
	  (1.85), doc/proposal.texi (1.78): [no log message]

2000-06-02 Friday 15:20  ml

	* xstr.c (1.1), xstr.h (1.1): [no log message]

2000-06-02 Friday 14:46  ml

	* Makefile (1.7), makefile.inc (1.4), makefile.wco (1.12),
	  makefile.wcw (1.19): [no log message]

2000-06-02 Friday 13:03  ml

	* fidoconf.h (1.17), line.c (1.160), tparser.c (1.84),
	  doc/proposal.texi (1.77): [no log message]

2000-06-02 Friday 11:18  ml

	* common.c (1.48): [no log message]

2000-06-01 Thursday 04:51  ml

	* TODO (1.33), common.c (1.47), fidoconf.h (1.16), line.c (1.159):
	  [no log message]

2000-05-28 Sunday 14:52  georgi

	* Makefile (1.6): [no log message]

2000-05-28 Sunday 12:42  georgi

	* Makefile (1.5): [no log message]

2000-05-28 Sunday 11:11  ml

	* doc/proposal.texi (1.76): [no log message]

2000-05-27 Saturday 05:29  ml

	* TODO (1.32), doc/Makefile (1.5), doc/proposal.texi (1.75): [no
	  log message]

2000-05-27 Saturday 03:30  ml

	* dump.c (1.34), fidoconf.c (1.12), fidoconf.h (1.15), fidoconf.pas
	  (1.8), line.c (1.158), doc/proposal.texi (1.74): [no log message]

2000-05-26 Friday 01:12  ml

	* doc/proposal.texi (1.73): [no log message]

2000-05-25 Thursday 08:24  ml

	* line.c (1.157): [no log message]

2000-05-23 Tuesday 22:10  mt

	* fidoInst (1.6): fixed fidoInst

2000-05-23 Tuesday 16:51  tobi

	* doc/Makefile (1.4): fixed doc makefile

2000-05-23 Tuesday 15:41  ml

	* TODO (1.31), dump.c (1.33), tparser.c (1.83): [no log message]

2000-05-23 Tuesday 15:29  ml

	* TODO (1.30), dump.c (1.32), dumpfcfg.c (1.5), fc2fgate.c (1.2),
	  fc2ged.c (1.3), fc2msged.c (1.2), fc2sq.c (1.2), fidoconf.c
	  (1.11), fidoconf.h (1.14), line.c (1.156), makefile.bcd (1.10),
	  tparser.c (1.82): [no log message]

2000-05-22 Monday 12:54  mt

	* README (1.6), makefile.inc (1.3), doc/config (1.14),
	  doc/fidoconfig.texi (1.14): changed version number

2000-05-22 Monday 05:28  ml

	* fc2ged.c (1.2), doc/proposal.texi (1.72): [no log message]

2000-05-20 Saturday 01:24  sms

	* fidoconf.h (1.13): replaced host = 1 by route_zero, host because
	  gpc does not support it

2000-05-20 Saturday 01:21  sms

	* fidoconf.h (1.12): renamed forward to _forward to because forward
	  a reserved name in pascal

2000-05-20 Saturday 01:13  sms

	* fidoconf.h (1.11): removed no longer necessary #ifndef PASCAL

2000-05-20 Saturday 00:58  sms

	* fidoconf.h (1.10): changed FPC to PASCAL

2000-05-18 Thursday 15:50  sms

	* doc/Makefile (1.3): deactivated proposal in Makefile

2000-05-18 Thursday 15:44  sms

	* doc/Makefile (1.2): added proposal to Makefile

2000-05-18 Thursday 03:07  ml

	* TODO (1.29), fidoconf.c (1.10): [no log message]

2000-05-17 Wednesday 18:30  sms

	* common.h (1.23), fidoconf.c (1.9), line.c (1.155): fixed double
	  deallocation of viaStr in new routing code

2000-05-17 Wednesday 15:17  ml

	* TODO (1.28), dump.c (1.31), fidoconf.c (1.8), fidoconf.h (1.9),
	  line.c (1.154), tparser.c (1.81): [no log message]

2000-05-17 Wednesday 07:30  sms

	* TODO (1.27), dump.c (1.30), line.c (1.153): using direxist() from
	  smapi instead of readdir in parsePath()

2000-05-16 Tuesday 13:39  ml

	* TODO (1.26), fidoconf.c (1.7), fidoconf.h (1.8), line.c (1.152):
	  [no log message]

2000-05-16 Tuesday 10:12  sms

	* dump.c (1.29): did some work on dump.c

2000-05-15 Monday 21:31  sms

	* TODO (1.25), dump.c (1.28): updated dump.c

2000-05-15 Monday 20:50  sms

	* TODO (1.24): updated TODO

2000-05-12 Friday 06:59  ml

	* tparser.c (1.80): [no log message]

2000-05-08 Monday 10:55  ml

	* common.c (1.46), dirlayer.c (1.2), dirlayer.h (1.3), makefile.mvc
	  (1.1), typesize.h (1.15): [no log message]

2000-05-07 Sunday 15:34  ml

	* dump.c (1.27), fidoconf.c (1.6), fidoconf.h (1.7), line.c
	  (1.151), tparser.c (1.79), doc/proposal.texi (1.71): [no log
	  message]

2000-05-07 Sunday 08:08  ml

	* doc/proposal.texi (1.70): [no log message]

2000-05-06 Saturday 07:26  ml

	* TODO (1.23), common.c (1.45), common.h (1.22), fidoconf.c (1.5),
	  line.c (1.150): [no log message]

2000-05-01 Monday 12:47  ml

	* fidoconf.c (1.4): [no log message]

2000-05-01 Monday 10:34  ml

	* Makefile (1.4), fidoconf.h (1.6), line.c (1.149), tparser.c
	  (1.78), doc/proposal.texi (1.69): [no log message]

2000-04-25 Tuesday 12:10  ml

	* fidoconf.c (1.3): [no log message]

2000-04-24 Monday 18:32  sms

	* doc/: Makefile (1.1), makefile (1.6), makefile.husky (1.2),
	  makefile.lnx (1.1): renamed makefile to makefile.lnx and
	  makefile.husky to Makefile

2000-04-24 Monday 16:12  sms

	* Makefile (1.3): installing linkedto with include-opts. Its a
	  script, not an elf binary!!!

2000-04-24 Monday 10:37  ml

	* common.c (1.44), common.h (1.21), fidoconf.c (1.2), fidoconf.h
	  (1.5), line.c (1.148), husky.lnx (1.4), husky.sun (1.2), long2dos
	  (1.3), long2dos.bat (1.3), tlib_sup.bat (1.3): [no log message]

2000-04-23 Sunday 15:28  ml

	* common.c (1.43), dos2long (1.3), dos2long.bat (1.3), line.c
	  (1.147): [no log message]

2000-04-23 Sunday 05:15  georgi

	* Makefile (1.2): [no log message]

2000-04-21 Friday 11:14  sms

	* Makefile (1.1), makefile.husky (1.26): renamed makefile.husky to
	  Makefile

2000-04-20 Thursday 22:51  nestyurkin.nikolay

	* fidoconf.h (1.4): bugfix prev. fix

2000-04-20 Thursday 14:03  ml

	* fidoconf.h (1.3), line.c (1.146): [no log message]

2000-04-17 Monday 12:37  sms

	* TODO (1.22): updated TODO

2000-04-16 Sunday 17:17  tobi

	* makefile.mgw (1.4): fixed makefile.mgw. oops!

2000-04-16 Sunday 16:05  tobi

	* makefile.bsd (1.13), makefile.in2 (1.1), makefile.lnx (1.47),
	  makefile.sun (1.11): legacy makefile fixes

2000-04-16 Sunday 14:29  tobi

	* makefile.emo (1.10): legacy makefile fixes

2000-04-16 Sunday 14:12  tobi

	* makefile.bcd (1.9), makefile.rxw (1.4): makefile fixes

2000-04-15 Saturday 23:20  nestyurkin.nikolay

	* makefile.wco (1.11), makefile.wcw (1.18): fix for watcom

2000-04-15 Saturday 20:50  tobi

	* makefile.husky (1.25): fixed installation dir

2000-04-15 Saturday 20:27  tobi

	* makefile.husky (1.24): small fixes

2000-04-15 Saturday 20:15  tobi

	* fc2aed.c (1.3), fidoconf.h (1.2): small compilation fixes

2000-04-15 Saturday 17:43  tobi

	* fc2aed.c (1.2), fconf2aquaed.c (1.6): renamed to 8.3

2000-04-15 Saturday 17:42  tobi

	* common.c (1.42), common.h (1.20), dump.c (1.26), dumpfcfg.c
	  (1.4), fc2aed.c (1.1), fc2fgate.c (1.1), fc2ged.c (1.1),
	  fc2msged.c (1.1), fc2sq.c (1.1), fconf2fidogate.c (1.7),
	  fconf2golded.c (1.19), fconf2msged.c (1.18), fconf2squish.c
	  (1.8), fecfg2fc.c (1.1), fecfg2fconf.c (1.11), fidoconf.c (1.1),
	  fidoconf.h (1.1), fidoconfig.c (1.78), fidoconfig.h (1.103),
	  line.c (1.145), makefile.husky (1.23), makefile.inc (1.2),
	  makefile.mgw (1.3), makefile.wco (1.10), makefile.wcw (1.17),
	  tparser.c (1.77): renamed everything to 8.3

2000-04-15 Saturday 17:16  tobi

	* makefile.common (1.33): renamed to makefile.inc

2000-04-15 Saturday 17:16  tobi

	* makefile.bcd (1.8), makefile.bco (1.4), makefile.bcw (1.8),
	  makefile.djg (1.8), makefile.emo (1.9), makefile.emx (1.6),
	  makefile.husky (1.22), makefile.ibo (1.7), makefile.inc (1.1),
	  makefile.lnx (1.46), makefile.rxw (1.3), makefile.unx (1.3):
	  Renamed common makefile to makefile.inc

2000-04-15 Saturday 10:33  ml

	* doc/proposal.texi (1.68): [no log message]

2000-04-15 Saturday 10:18  nestyurkin.nikolay

	* fidoconfig.h (1.102), line.c (1.144): disableTID small fix

2000-04-15 Saturday 09:01  ml

	* dump.c (1.25), fidoconfig.h (1.101), line.c (1.143), tparser.c
	  (1.76), doc/proposal.texi (1.67): [no log message]

2000-04-14 Friday 12:02  nestyurkin.nikolay

	* makefile.wcw (1.16), makefile.wco (1.9): -zp=1 remove

2000-04-14 Friday 11:56  nestyurkin.nikolay

	* makefile.wcw (1.15): -zp=1 remove

2000-04-13 Thursday 15:49  ml

	* tparser.c (1.75): [no log message]

2000-04-12 Wednesday 22:39  tobi

	* makefile.rxw (1.2): added -Zsys

2000-04-12 Wednesday 22:35  tobi

	* makefile.rxw (1.1), typesize.h (1.14): rsxnt makefile added

2000-04-12 Wednesday 22:32  tobi

	* typesize.h (1.13): fix for rsxnt

2000-04-12 Wednesday 20:36  tobi

	* makefile.wco (1.8), makefile.wcw (1.14): Watcom C makefile
	  changes

2000-04-12 Wednesday 20:36  tobi

	* dirlayer.h (1.2): Borland C fix

2000-04-12 Wednesday 15:05  tobi

	* makefile.bcd (1.7), makefile.bco (1.3), makefile.bcw (1.7),
	  makefile.ibo (1.6), makefile.osf (1.14), tlib_sup.bat (1.2):
	  legacy makefile things

2000-04-11 Tuesday 09:48  tobi

	* common.c (1.41): fixed data corruption

2000-04-11 Tuesday 09:15  tobi

	* makefile.lnx (1.45): fixed linux os id

2000-04-10 Monday 17:49  tobi

	* makefile.lnx (1.44): fix for solaris

2000-04-10 Monday 14:40  sms

	* dump.c (1.24), fidoconfig.c (1.77), fidoconfig.h (1.100), line.c
	  (1.142), makefile.husky (1.21), tparser.c (1.74): some changes to
	  fidoconfig.h and affected files needed to automatically convert
	  fidoconfig.h to fidoconf.pas with h2pas

2000-04-09 Sunday 22:35  tobi

	* line.c (1.141): some magic line shuffling for IBM C

2000-04-09 Sunday 22:19  tobi

	* common.c (1.40): Fix for IBM C

2000-04-09 Sunday 20:49  tobi

	* makefile.wcw (1.13): [no log message]

2000-04-09 Sunday 20:49  tobi

	* makefile.djg (1.7), makefile.emo (1.8), makefile.emx (1.5): djgpp
	  fixes

2000-04-09 Sunday 19:12  tobi

	* makefile.emo (1.7), makefile.emx (1.4), makefile.lnx (1.43),
	  makefile.unx (1.2): worked on the unixish makefiles

2000-04-09 Sunday 18:51  tobi

	* makefile.aix (1.10), makefile.bcd (1.6), makefile.bco (1.2),
	  makefile.bcw (1.6), makefile.bsd (1.12), makefile.common (1.32),
	  makefile.lnx (1.42), makefile.sun (1.10), makefile.unx (1.1):
	  legacy makefile stuff

2000-04-09 Sunday 18:06  tobi

	* makefile.bco (1.1): added borland c OS/2 makefile

2000-04-09 Sunday 18:05  tobi

	* adcase.c (1.6), common.c (1.39), dumpfcfg.c (1.3),
	  fconf2fidogate.c (1.6), fconf2golded.c (1.18), fconf2msged.c
	  (1.17), fconf2squish.c (1.7), fidoconfig.c (1.76), line.c
	  (1.140), makefile.bcd (1.5), makefile.bcw (1.5), makefile.husky
	  (1.20), makefile.lnx (1.41), tparser.c (1.73): mostly borland c
	  fixes (warnings removed etc.)

2000-04-09 Sunday 17:03  tobi

	* makefile.bcw (1.4): legacy makefile

2000-04-09 Sunday 17:00  tobi

	* makefile.aix (1.9): no support for aix any more

2000-04-09 Sunday 16:59  ml

	* TODO (1.21), common.c (1.38), common.h (1.19), fidoconfig.c
	  (1.75), line.c (1.139): [no log message]

2000-04-09 Sunday 16:58  tobi

	* tlib_sup.bat (1.1): add batch file for using makefile.common with
	  borland c

2000-04-09 Sunday 16:31  tobi

	* dumpfcfg.c (1.2), line.c (1.138), makefile.bcd (1.4),
	  makefile.common (1.31), makefile.husky (1.19): Borland C fixes

2000-04-09 Sunday 15:55  hjk

	* makefile.husky (1.18): * Makefile.husky fix

2000-04-09 Sunday 15:44  hjk

	* makefile.husky (1.17): * Makefile.husky fix

2000-04-08 Saturday 21:11  tobi

	* makefile.common (1.30), makefile.husky (1.16): Made
	  makefile.common for portable (no gmake'isms)

2000-04-07 Friday 06:47  tobi

	* makefile.emo (1.6), makefile.emx (1.3): Legacy makefile fixes

2000-04-07 Friday 06:47  tobi

	* fecfg146.h (1.2): Removed warnings.

2000-04-06 Thursday 15:31  ml

	* dump.c (1.23), fidoconfig.h (1.99), line.c (1.137), tparser.c
	  (1.72), doc/proposal.texi (1.66): [no log message]

2000-04-05 Wednesday 03:15  nestyurkin.nikolay

	* common.h (1.18), fidoconfig.h (1.98): Fixes to compile with C++

2000-04-03 Monday 13:55  ml

	* line.c (1.136): [no log message]

2000-04-01 Saturday 13:47  ml

	* TODO (1.20), tparser.c (1.71), doc/proposal.texi (1.65): [no log
	  message]

2000-03-30 Thursday 14:49  tobi

	* makefile.husky (1.15): corrected a typo

2000-03-30 Thursday 14:48  tobi

	* makefile.husky (1.14), doc/fidoconfig.texi (1.13),
	  doc/makefile.husky (1.1), doc/proposal.texi (1.64):
	  makefile.husky now builds and installs the texinfo documentation
	  if INFODIR is set.

2000-03-30 Thursday 07:33  tobi

	* makefile.common (1.29), makefile.husky (1.13): makefile fixes by
	  max and others

2000-03-27 Monday 17:50  ml

	* dump.c (1.22), fidoconfig.h (1.97), line.c (1.135), tparser.c
	  (1.70), doc/proposal.texi (1.63): [no log message]

2000-03-26 Sunday 12:01  tobi

	* makefile.husky (1.12): Fixed missing "-c" that caused removal of
	  linkedto on BSD

2000-03-26 Sunday 05:49  ml

	* doc/proposal.texi (1.62): [no log message]

2000-03-23 Thursday 18:30  ml

	* dump.c (1.21), fidoconfig.h (1.96), line.c (1.134), tparser.c
	  (1.69), doc/proposal.texi (1.61): [no log message]

2000-03-23 Thursday 12:07  ml

	* line.c (1.133): [no log message]

2000-03-22 Wednesday 15:15  ml

	* fidoconfig.h (1.95): [no log message]

2000-03-20 Monday 17:43  ml

	* fidoconfig.c (1.74), makefile.sun (1.9), makefile.wcw (1.12): [no
	  log message]

2000-03-19 Sunday 22:19  tobi

	* makefile.common (1.28): Bugfixes

2000-03-19 Sunday 22:16  tobi

	* makefile.common (1.27), makefile.husky (1.11): Makefile fixes

2000-03-19 Sunday 22:02  tobi

	* makefile.husky (1.10): Fixes for DYNLIBS=0

2000-03-19 Sunday 21:04  tobi

	* makefile.husky (1.9): Husky Makefile fixes

2000-03-19 Sunday 18:03  ml

	* TODO (1.19), line.c (1.132), doc/proposal.texi (1.60): [no log
	  message]

2000-03-17 Friday 07:28  ml

	* common.c (1.37), common.h (1.17), fidoconfig.c (1.73),
	  fidoconfig.h (1.94), line.c (1.131), tparser.c (1.68),
	  doc/proposal.texi (1.59): [no log message]

2000-03-13 Monday 22:46  sms

	* makefile.aix (1.8), makefile.lnx (1.40), makefile.osf (1.13),
	  makefile.sun (1.8), makefile.wcw (1.11): updated legacy makefiles

2000-03-11 Saturday 14:49  georgi

	* line.c (1.130): [no log message]

2000-03-09 Thursday 16:27  sms

	* common.c (1.36), fconf2fidogate.c (1.5), fecfg2fconf.c (1.10),
	  fidoconfig.h (1.93), line.c (1.129), makefile.husky (1.8): moved
	  smapi and fidoconfig headers to INCDIR/smapi and
	  INCDIR/fidoconfig

2000-03-09 Thursday 16:23  sms

	* fidoconfig.c (1.72): fixed segfault caused by new CFGDIR-code

2000-03-09 Thursday 04:45  ml

	* doc/proposal.texi (1.58): [no log message]

2000-03-07 Tuesday 23:22  tobi

	* fidoconfig.c (1.71), makefile.husky (1.7): Override hard coded
	  /etc/fido with CFGDIR huskymak.cfg variable.

2000-03-07 Tuesday 15:24  tobi

	* makefile.common (1.26), makefile.husky (1.6): More makefile fixes

2000-03-07 Tuesday 15:04  tobi

	* makefile.husky (1.5): fixes to Husky makefile

2000-03-05 Sunday 20:30  tobi

	* makefile.lnx (1.39): Fixed missing TAB

2000-03-02 Thursday 08:23  mt

	* doc/proposal.texi (1.57): made it working again :-(

2000-02-27 Sunday 22:20  henk-jan.krueger

	* dump.c (1.20): CVS: * fixed a bug in dump.c and some cosmetical
	  changes

2000-02-25 Friday 19:41  henk-jan.krueger

	* tparser.c (1.67): no message

2000-02-25 Friday 19:35  henk-jan.krueger

	* tparser.c (1.66), doc/proposal.texi (1.56): CVS: * Added config
	  keyword noTIC to tparser & docs

2000-02-25 Friday 01:38  ml

	* fidoconfig.h (1.92), line.c (1.128), tparser.c (1.65): [no log
	  message]

2000-02-23 Wednesday 09:45  georgi

	* fidoconfig.h (1.91), line.c (1.127): [no log message]

2000-02-22 Tuesday 08:45  edi

	* .cvsignore (1.2), dump.c (1.19), fidoconf.pas (1.7), fidoconfig.h
	  (1.90), line.c (1.126), tparser.c (1.64), doc/proposal.texi
	  (1.55):
	  edi: * new token `allowPktAddrDiffer' - for hpt * manual updated
	  for token `allowPktAddrDiffer'

2000-02-19 Saturday 11:44  ml

	* TODO (1.18): [no log message]

2000-02-18 Friday 14:23  sms

	* makefile.husky (1.4): corrected missing TAB in makefile.husky

2000-02-16 Wednesday 18:21  ml

	* TODO (1.17): [no log message]

2000-02-13 Sunday 10:03  ml

	* fconf2squish.c (1.6): [no log message]

2000-02-12 Saturday 15:50  georgi

	* fidoconfig.h (1.89), line.c (1.125): [no log message]

2000-02-12 Saturday 14:53  ml

	* line.c (1.124): [no log message]

2000-02-12 Saturday 12:27  georgi

	* fidoconfig.c (1.70), fidoconfig.h (1.88), line.c (1.123): [no log
	  message]

2000-02-10 Thursday 08:24  sms

	* makefile.husky (1.3), makefile.lnx (1.38): added ldconfig to
	  makefile.husky and makefile.lnx of smapi and fidoconfig

2000-02-09 Wednesday 18:36  ml

	* TODO (1.16): [no log message]

2000-02-09 Wednesday 07:33  sms

	* TODO (1.15): Updated TODO

2000-02-07 Monday 18:49  ml

	* TODO (1.14), common.c (1.35), dump.c (1.18), fidoconfig.c (1.69),
	  fidoconfig.h (1.87), line.c (1.122), tparser.c (1.63), typesize.h
	  (1.12): [no log message]

2000-02-07 Monday 16:54  ml

	* fconf2squish.c (1.5), linkedto (1.5): [no log message]

2000-02-05 Saturday 19:51  ml

	* fidoconfig.h (1.86), line.c (1.121), tparser.c (1.62),
	  doc/proposal.texi (1.54): [no log message]

2000-02-05 Saturday 13:50  ml

	* doc/proposal.texi (1.53): [no log message]

2000-02-04 Friday 20:36  ml

	* dump.c (1.17), fidoconfig.c (1.68), fidoconfig.h (1.85), line.c
	  (1.120), tparser.c (1.61), doc/proposal.texi (1.52): [no log
	  message]

2000-02-01 Tuesday 19:21  ml

	* line.c (1.119), tparser.c (1.60), doc/proposal.texi (1.51): [no
	  log message]

2000-02-01 Tuesday 18:43  simon.soltek

	* doc/proposal.texi (1.50): new keywords: noCRC in filearea
	  section, noTIC in link section

2000-02-01 Tuesday 18:42  simon.soltek

	* fidoconfig.h (1.84), line.c (1.118): new keywords: noTIC in link
	  section, noCRC in filearea section

2000-02-01 Tuesday 16:51  ml

	* fidoconfig.c (1.67), fidoconfig.h (1.83), line.c (1.117): [no log
	  message]

2000-01-31 Monday 18:27  ml

	* fidoconfig.c (1.66): [no log message]

2000-01-30 Sunday 19:34  ml

	* TODO (1.13): [no log message]

2000-01-30 Sunday 16:30  ml

	* TODO (1.12), fidoconfig.h (1.82), line.c (1.116), tparser.c
	  (1.59), doc/proposal.texi (1.49): [no log message]

2000-01-30 Sunday 07:09  ml

	* proposal (1.27), doc/proposal.texi (1.48): [no log message]

2000-01-29 Saturday 15:20  georgi

	* line.c (1.115): [no log message]

2000-01-28 Friday 20:42  sms

	* dump.c (1.16), fconf2aquaed.c (1.5), fconf2golded.c (1.17),
	  fconf2squish.c (1.4), fecfg2fconf.c (1.9), fidoconfig.c (1.65),
	  fidoconfig.h (1.81), line.c (1.114), tparser.c (1.58): changed
	  groups from chars to strings

2000-01-28 Friday 19:48  ml

	* makefile.aix (1.7), makefile.bsd (1.11), makefile.djg (1.6),
	  makefile.lnx (1.37), makefile.osf (1.12), makefile.sun (1.7): [no
	  log message]

2000-01-28 Friday 13:57  sms

	* makefile.lnx (1.36): removed huskymak.cfg dependency from
	  makefile.lnx, created/updated makefile.husky for pascal programs

2000-01-27 Thursday 20:03  mt

	* makefile.common (1.25): fixed makefile.common

2000-01-27 Thursday 17:56  mt

	* fidoconfig.c (1.64), fidoconfig.h (1.80), line.c (1.113),
	  doc/proposal.texi (1.47): patch by Alex Semyanka

2000-01-27 Thursday 11:47  henk-jan.krueger

	* makefile.common (1.24): - Updated makefile.common to make it work

2000-01-25 Tuesday 19:40  ml

	* makefile.sun (1.6): [no log message]

2000-01-25 Tuesday 07:46  ml

	* linkedto (1.4): [no log message]

2000-01-24 Monday 20:09  ml

	* makefile.common (1.23): [no log message]

2000-01-24 Monday 19:19  ml

	* husky.lnx (1.3), makefile.common (1.22), makefile.lnx (1.35): [no
	  log message]

2000-01-24 Monday 19:01  ml

	* makefile.sun (1.5): [no log message]

2000-01-22 Saturday 23:42  sms

	* makefile.common (1.21), makefile.husky (1.2): Updated
	  makefile.husky and huskymak.cfg

2000-01-22 Saturday 13:36  georgi

	* dump.c (1.15), fidoconfig.c (1.63), line.c (1.112): [no log
	  message]

2000-01-22 Saturday 11:50  georgi

	* makefile.lnx (1.34): [no log message]

2000-01-22 Saturday 11:00  sms

	* makefile.common (1.20), makefile.husky (1.1): Created/Updated
	  makefile.husky and huskymak.cfg

2000-01-22 Saturday 08:26  ml

	* fidoconfig.h (1.79): [no log message]

2000-01-21 Friday 23:38  tobi

	* linkedto (1.3), makefile.common (1.19), doc/makefile (1.5):
	  improved linkedto srcipt (now also searches include files, and
	  finds   exact matches), patch by Eduard Dulich

2000-01-21 Friday 16:05  ml

	* fidoconfig.c (1.62), line.c (1.111), tparser.c (1.57): [no log
	  message]

2000-01-20 Thursday 09:13  ml

	* fecfg2fconf.c (1.8), fidoconfig.c (1.61), line.c (1.110): [no log
	  message]

2000-01-16 Sunday 13:10  sms

	* INSTALL (1.12), fidoconfig.c (1.60), husky.lnx (1.2): * added
	  warning if dupeHistoryDir is not set * added "-I../smapi" to
	  husky.lnx

2000-01-09 Sunday 15:54  ml

	* husky.lnx (1.1), husky.sun (1.1), makefile.lnx (1.33),
	  makefile.sun (1.4), makefile.wcw (1.10): [no log message]

2000-01-06 Thursday 20:44  ml

	* fidoconfig.c (1.59), makefile.lnx (1.32), makefile.wcw (1.9): [no
	  log message]

2000-01-03 Monday 16:22  ml

	* dump.c (1.14), fidoconfig.c (1.58), fidoconfig.h (1.78), line.c
	  (1.109), tparser.c (1.56), doc/proposal.texi (1.46): [no log
	  message]

2000-01-01 Saturday 21:05  tobi

	* fecfg2fconf.c (1.7): Removed a warning.

1999-12-25 Saturday 13:56  ml

	* common.c (1.34), common.h (1.16): [no log message]

1999-12-20 Monday 08:56  mt

	* doc/proposal.texi (1.45): fixed doku

1999-12-15 Wednesday 14:09  tobi

	* doc/proposal.texi (1.44): Added docs for fileechoflavour

1999-12-13 Monday 19:55  mt

	* fconf2areasbbs (1.1): added fconf2areabbs

1999-12-12 Sunday 19:27  paul.merdin

	* fidoconfig.c (1.57): mrd: Fixed little bug with memory release.

1999-12-11 Saturday 15:50  georgi

	* dump.c (1.13), fidoconf.pas (1.6), fidoconfig.h (1.77), line.c
	  (1.108): [no log message]

1999-12-08 Wednesday 10:11  mt

	* fidoInst (1.5): new fidoInst

1999-12-07 Tuesday 15:29  ml

	* proposal (1.26), doc/proposal.texi (1.43): [no log message]

1999-12-07 Tuesday 15:19  ml

	* fidoconfig.h (1.76), line.c (1.107), tparser.c (1.55): [no log
	  message]

1999-12-06 Monday 13:43  tobi

	* dir.c (1.5), dir.h (1.7), dirlayer.c (1.1), dirlayer.h (1.1),
	  line.c (1.106), makefile.aix (1.6), makefile.bcd (1.3),
	  makefile.bcw (1.3), makefile.bsd (1.10), makefile.common (1.18),
	  makefile.emo (1.5), makefile.emx (1.2), makefile.ibo (1.5),
	  makefile.lnx (1.31), makefile.mgw (1.2), makefile.osf (1.11),
	  makefile.sun (1.3), makefile.wco (1.7), makefile.wcw (1.8):
	  Renamed dir.* to dirlayer.* and fixed makefiles

1999-12-06 Monday 13:28  tobi

	* fconf2msged.c (1.16): resolved conflicts

1999-12-06 Monday 13:27  tobi

	* makefile.osf (1.10): fixed osf makefile

1999-12-06 Monday 13:26  tobi

	* fidoconfig.h (1.75): changed uid, gid, fperm to unsigned

1999-12-01 Wednesday 08:35  mt

	* common.c (1.33), common.h (1.15), line.c (1.105): all
	  echoareanames are converted to lowercase now during reading

1999-11-30 Tuesday 21:10  sms

	* fecfg2fconf.c (1.6): fixed some misuses of ++ in fecfg2fconf.c

1999-11-29 Monday 00:04  sms

	* line.c (1.104): removed debug output in line.c :)

1999-11-29 Monday 00:03  sms

	* common.c (1.32), line.c (1.103), makefile.lnx (1.30): another
	  bugfix for string2addr: missing backslash before 0

1999-11-28 Sunday 23:32  sms

	* common.c (1.31): fixed some misuses of ++ in common.c

1999-11-28 Sunday 22:52  sms

	* adcase.c (1.5): fixed trashed line 422 in adcase.c

1999-11-28 Sunday 12:07  tobi

	* dos2long (1.2), dos2long.bat (1.2), long2dos (1.2), long2dos.bat
	  (1.2), makefile.djd (1.2), makefile.djg (1.5): Fixes for building
	  with DJGPP

1999-11-28 Sunday 11:50  tobi

	* makefile.emx (1.1), makefile.mgw (1.1): new makefiles

1999-11-28 Sunday 00:40  tobi

	* dir.h (1.6), typesize.h (1.11): Portability fixes

1999-11-27 Saturday 23:43  tobi

	* common.c (1.30): fixed data corruption

1999-11-27 Saturday 23:14  tobi

	* line.c (1.102): Removed dependency on fexist.c from fidoconfig.

1999-11-27 Saturday 23:01  tobi

	* common.c (1.29): Removed carriage returns

1999-11-27 Saturday 12:22  tobi

	* line.c (1.101): Fix for Borland C (workaround ...)

1999-11-27 Saturday 12:14  tobi

	* adcase.c (1.4), makefile.bcw (1.2): Small fixes

1999-11-27 Saturday 11:29  tobi

	* makefile.bcw (1.1), typesize.h (1.10): Makefile for Borland C for
	  Windows

1999-11-18 Thursday 18:23  ml

	* fidoconfig.c (1.56): [no log message]

1999-11-12 Friday 16:56  ml

	* doc/: makefile (1.4), proposal.texi (1.42): [no log message]

1999-11-04 Thursday 20:03  ml

	* common.c (1.28), common.h (1.14), makefile.bcd (1.2),
	  makefile.common (1.17), makefile.emo (1.4), makefile.ibo (1.4),
	  makefile.lnx (1.29), makefile.osf (1.9), makefile.wco (1.6),
	  makefile.wcw (1.7), patmat.c (1.7), patmat.h (1.4): [no log
	  message]

1999-10-28 Thursday 11:29  mt

	* doc/proposal.texi (1.41): docu fixes

1999-10-28 Thursday 10:50  mt

	* fidoconfig.h (1.74), line.c (1.100), tparser.c (1.54),
	  doc/proposal.texi (1.40): added email

1999-10-25 Monday 08:54  mt

	* fidoInst (1.4), line.c (1.99), patmat.c (1.6), patmat.h (1.3):
	  bugfix for missing address after -a, and some pointer changes

1999-10-24 Sunday 23:12  sms

	* fidoconf.pas (1.5): updated fidoconf.pas (carbon copies and
	  multiple netmail areas)

1999-10-24 Sunday 10:26  ml

	* dump.c (1.12), fconf2aquaed.c (1.4), fconf2golded.c (1.16),
	  fconf2msged.c (1.15), fconf2squish.c (1.3), fidoconfig.c (1.55),
	  fidoconfig.h (1.73), line.c (1.98), linkedto (1.2), tparser.c
	  (1.53), doc/proposal.texi (1.39): [no log message]

1999-10-15 Friday 11:09  tobi

	* fconf2msged.c (1.14), makefile.bsd (1.9): More JAM support.

1999-10-14 Thursday 16:08  sms

	* makefile.aix (1.5), makefile.bsd (1.8), makefile.djg (1.4),
	  makefile.dos (1.3), makefile.emo (1.3), makefile.ibo (1.3),
	  makefile.lnx (1.28), makefile.osf (1.8), makefile.static (1.6),
	  makefile.sun (1.2), makefile.wco (1.5), makefile.wcw (1.6),
	  makefile.bcd (1.1), makefile.djd (1.1): reorganized Makefiles,
	  read husky-common/README.Makefiles \!\!\!

1999-10-12 Tuesday 18:35  tobi

	* adcase.c (1.3): fix for OS/2

1999-10-12 Tuesday 13:20  ml

	* fecfg2fconf.c (1.5), line.c (1.97): [no log message]

1999-10-11 Monday 17:55  tobi

	* adcase.c (1.2), adcase.h (1.2): Added a cash expiry routine for
	  adaptcase.

1999-10-10 Sunday 18:38  ml

	* common.c (1.27), common.h (1.13), fidoconfig.c (1.54),
	  fidoconfig.h (1.72), line.c (1.96): [no log message]

1999-10-09 Saturday 21:16  tobi

	* common.c (1.26), line.c (1.95), typesize.h (1.9): Compatibility
	  changes for Borland C

1999-10-09 Saturday 20:54  tobi

	* typesize.h (1.8): Fixed typesize.h for Linux/alpha

1999-10-08 Friday 14:28  tobi

	* dump.c (1.11), fidoconf.pas (1.4), fidoconfig.c (1.53),
	  fidoconfig.h (1.71), line.c (1.94), makefile.osf (1.7), tparser.c
	  (1.52), doc/proposal.texi (1.38): added nodelist specific
	  keywords for the new nltools project	 fidouserlist	nodelist
	  diffupdate   fullupdate   defaultzone   nodelistformat

1999-09-30 Thursday 13:45  ml

	* common.c (1.25): [no log message]

1999-09-30 Thursday 11:30  tobi

	* adcase.c (1.1), adcase.h (1.1), makefile.common (1.16),
	  makefile.dos (1.2), makefile.emo (1.2), makefile.ibo (1.2),
	  makefile.lnx (1.27), makefile.osf (1.6), makefile.static (1.5),
	  makefile.wco (1.4), makefile.wcw (1.5): Added adaptive case
	  matching routines for UNIX

1999-09-28 Tuesday 12:29  ml

	* common.c (1.24): [no log message]

1999-09-25 Saturday 22:12  mt

	* INSTALL (1.11): fidoconfig release

1999-09-24 Friday 09:57  mt

	* doc/: config (1.13), proposal.texi (1.37): bugfix

1999-09-23 Thursday 03:16  sms

	* proposal (1.25), doc/proposal.texi (1.36): updated description
	  for password

1999-09-19 Sunday 16:00  ml

	* common.c (1.23), common.h (1.12), makefile.wcw (1.4): [no log
	  message]

1999-09-18 Saturday 17:43  ml

	* TODO (1.11), fidoconfig.c (1.52), fidoconfig.h (1.70), line.c
	  (1.93), tparser.c (1.51): [no log message]

1999-09-15 Wednesday 19:34  mt

	* makefile.lnx (1.26), doc/config (1.12): new example config

1999-09-15 Wednesday 13:31  mt

	* dump.c (1.10), makefile.static (1.4), makefile.sun (1.1): sun
	  makefile and dumpCfg

1999-09-14 Tuesday 07:46  ml

	* TODO (1.10): [no log message]

1999-09-11 Saturday 06:54  ml

	* fidoconfig.c (1.51), fidoconfig.h (1.69), line.c (1.92),
	  makefile.lnx (1.25), proposal (1.24), tparser.c (1.50),
	  doc/proposal.texi (1.35): [no log message]

1999-09-10 Friday 23:58  sms

	* dump.c (1.9), fidoconf.pas (1.3), fidoconfig.h (1.68), line.c
	  (1.91), proposal (1.23), tparser.c (1.49): added sessionPwd

1999-09-07 Tuesday 14:02  tobi

	* doc/proposal.texi (1.34): Fixed doc: The keyword is
	  autoareacreatefile, not autocreatefile!

1999-09-02 Thursday 15:12  fedor.lizunkov

	* fidoconfig.h (1.67): [no log message]

1999-09-01 Wednesday 22:16  sms

	* .cvsignore (1.1): added .cvsignore

1999-09-01 Wednesday 22:15  sms

	* dump.c (1.8), fidoconf.pas (1.2), fidoconfig.c (1.50),
	  fidoconfig.h (1.66), line.c (1.90), makefile.aix (1.4),
	  makefile.bsd (1.7), makefile.common (1.15), makefile.djg (1.3),
	  makefile.lnx (1.24), makefile.osf (1.5), proposal (1.22),
	  tparser.c (1.48): Added the following keywords:

	  ticOutbound semaDir badFilesDir areafixKillRequests
	  filefixKillReports filefixKillRequests fileAreasLog
	  fileNewAreasLog longNameList fileArcList filePassList
	  fileDupeList msgidfile createDirs longDirNames splitDirs addDLC
	  fileSingleDescLine fileCheckDest fileDescPos DLCDigits
	  fileMaxDupeAge fileFileUMask fileDirUMask fileLocalPwd
	  fileLDescString

1999-08-31 Tuesday 23:15  sms

	* fidoconf.pas (1.1): added pascal unit fidoconf.pas

1999-08-29 Sunday 22:24  sms

	* patmat.c (1.5): sms: + added '#' (single decimal figure) to
	  patmat()

1999-08-28 Saturday 02:29  antonio.perez

	* line.c (1.89), doc/proposal.texi (1.33): [no log message]

1999-08-26 Thursday 19:40  fedor.lizunkov

	* TODO (1.9), fconf2golded.c (1.15), fidoconfig.h (1.65), line.c
	  (1.88), tparser.c (1.47): [no log message]

1999-08-25 Wednesday 21:42  sms

	* dump.c (1.7), makefile.lnx (1.23): sms: + did some work on
	  dumpcfg.c + changes LOPT in makefile.lnx

1999-08-23 Monday 16:07  ml

	* doc/proposal.texi (1.32): [no log message]

1999-08-20 Friday 09:38  ml

	* fidoconfig.c (1.49), fidoconfig.h (1.64), line.c (1.87),
	  tparser.c (1.46), doc/proposal.texi (1.31): [no log message]

1999-08-19 Thursday 18:59  antonio.perez

	* fecfg2fconf.c (1.4): [no log message]

1999-08-19 Thursday 13:19  antonio.perez

	* makefile.lnx (1.22): [no log message]

1999-08-19 Thursday 00:32  antonio.perez

	* makefile.common (1.14), makefile.lnx (1.21): [no log message]

1999-08-16 Monday 07:51  ml

	* fidoconfig.h (1.63), line.c (1.86), proposal (1.21),
	  doc/proposal.texi (1.30): [no log message]

1999-08-15 Sunday 05:34  ml

	* fidoconfig.h (1.62), line.c (1.85), doc/proposal.texi (1.29): [no
	  log message]

1999-08-13 Friday 15:41  ml

	* tparser.c (1.45): [no log message]

1999-08-13 Friday 12:39  tobi

	* dump.c (1.6), line.c (1.84), tparser.c (1.44): Purely aesthetic
	  changes.

1999-08-13 Friday 06:48  ml

	* fidoconfig.h (1.61), line.c (1.83), proposal (1.20),
	  doc/proposal.texi (1.28): [no log message]

1999-08-12 Thursday 10:49  tobi

	* dump.c (1.5), fidoconfig.h (1.60), line.c (1.82), makefile.osf
	  (1.4), tparser.c (1.43), doc/proposal.texi (1.27): Implemented
	  fidoconfig part of the "allowEmptyPktPwd" feature.  Attention:
	  You must rebuild your applications, the link structure has
	  changed!

1999-08-12 Thursday 00:33  sms

	* dumpfcfg.c (1.1): sms: + added dumpfcfg (simply calls
	  dumpConfig())

1999-08-12 Thursday 00:29  sms

	* dump.c (1.4), makefile.common (1.13), makefile.lnx (1.20): sms: +
	  did some work on dump.c

1999-08-11 Wednesday 17:02  sms

	* INSTALL (1.10), TODO (1.8): sms: + did some work on dump.c +
	  added dumpfcfg.c (simply calls dumpConfig())

1999-08-11 Wednesday 15:23  ml

	* tparser.c (1.42): [no log message]

1999-08-10 Tuesday 19:50  ml

	* fidoconfig.h (1.59), line.c (1.81), tparser.c (1.41),
	  doc/proposal.texi (1.26): [no log message]

1999-08-09 Monday 08:50  ml

	* fidoconfig.h (1.58), line.c (1.80): [no log message]

1999-08-03 Tuesday 11:29  georgi

	* line.c (1.79): support -lr and -lw in filearea options

1999-08-03 Tuesday 11:27  georgi

	* fidoconfig.h (1.57): Added levelread and levelwrite in
	  fileareatype

1999-08-02 Monday 13:27  georgi

	* tparser.c (1.40): printBbsArea

1999-08-02 Monday 13:24  georgi

	* line.c (1.78): parseBbsArea

1999-08-02 Monday 13:23  georgi

	* fidoconfig.h (1.56): struct bbsareatype

1999-08-02 Monday 13:21  georgi

	* fidoconfig.c (1.48): [no log message]

1999-07-30 Friday 15:51  tobi

	* dump.c (1.3): Fixed a missing semicolon for ANSI C compliancy.

1999-07-29 Thursday 09:00  mt

	* tparser.c (1.39): logechotoscreen added to tparser

1999-07-21 Wednesday 06:56  georgi

	* fidoconfig.h (1.55), line.c (1.77), tparser.c (1.38): support
	  Passthrough fileareas

1999-07-21 Wednesday 06:54  georgi

	* fidoconfig.c (1.47): free(config->passFileAreaDir)

1999-07-12 Monday 14:14  mt

	* dump.c (1.2), fecfg2fconf.c (1.3), fidoconfig.h (1.54), line.c
	  (1.76): further work

1999-07-09 Friday 21:58  mt

	* common.c (1.22), common.h (1.11), dump.c (1.1), fidoconfig.c
	  (1.46), fidoconfig.h (1.53), makefile.common (1.12): started
	  working on dumpConfig code

1999-07-05 Monday 15:43  ml

	* makefile.common (1.11): [no log message]

1999-06-28 Monday 20:06  fedor.lizunkov

	* common.c (1.21), fecfg2fconf.c (1.2), makefile.common (1.10),
	  makefile.lnx (1.19), makefile.wco (1.3): [no log message]

1999-06-27 Sunday 12:57  fedor.lizunkov

	* common.c (1.20), common.h (1.10), typesize.h (1.7): [no log
	  message]

1999-06-24 Thursday 17:07  mt

	* tparser.c (1.37): fixed tparser

1999-06-23 Wednesday 19:05  mt

	* makefile.common (1.9), doc/fidoconfig.texi (1.12): version
	  updated bugfix for dupe.c

1999-06-23 Wednesday 17:37  ml

	* makefile.wcw (1.3): [no log message]

1999-06-21 Monday 08:02  ml

	* makefile.common (1.8), makefile.lnx (1.18), makefile.wcw (1.2):
	  [no log message]

1999-06-17 Thursday 08:18  ml

	* fidoconfig.h (1.52), line.c (1.75), tparser.c (1.36),
	  doc/proposal.texi (1.25): [no log message]

1999-06-16 Wednesday 16:12  fedor.lizunkov

	* proposal (1.19): [no log message]

1999-06-16 Wednesday 15:50  fedor.lizunkov

	* fecfg146.h (1.1), fecfg2fconf.c (1.1), fidoconfig.c (1.45),
	  fidoconfig.h (1.51), line.c (1.74), makefile.wco (1.2), tparser.c
	  (1.35): [no log message]

1999-06-10 Thursday 16:54  fedor.lizunkov

	* line.c (1.73), tparser.c (1.34): [no log message]

1999-06-08 Tuesday 18:11  fedor.lizunkov

	* fidoconfig.h (1.50), line.c (1.72), proposal (1.18), tparser.c
	  (1.33): [no log message]

1999-06-07 Monday 20:05  mt

	* line.c (1.71): null pointer patches

1999-06-07 Monday 17:20  mt

	* fidoconfig.c (1.44), fidoconfig.h (1.49), line.c (1.70),
	  makefile.lnx (1.17), tparser.c (1.32): post patches

1999-05-30 Sunday 23:00  mt

	* line.c (1.69): bug fixed twice

1999-05-30 Sunday 21:40  mt

	* line.c (1.68): fixed a bug with the .0 code

1999-05-23 Sunday 15:32  fedor.lizunkov

	* fconf2squish.c (1.2), fidoconfig.h (1.48), line.c (1.67),
	  proposal (1.17), tparser.c (1.31): [no log message]

1999-05-18 Tuesday 17:21  mt

	* doc/makefile.os2 (1.1): forgot to add makefile.os2

1999-05-18 Tuesday 17:21  mt

	* fconf2squish.c (1.1): forgot to add fconf2squish.c

1999-05-18 Tuesday 17:21  mt

	* line.c (1.66), makefile.aix (1.3), makefile.bsd (1.6),
	  makefile.common (1.7), makefile.djg (1.2), makefile.lnx (1.16),
	  makefile.osf (1.3): update

1999-05-16 Sunday 23:23  mt

	* fidoInst (1.3): updates

1999-05-12 Wednesday 07:31  ml

	* doc/proposal.texi (1.24): [no log message]

1999-05-11 Tuesday 21:26  mt

	* TODO (1.7), line.c (1.65), makefile.common (1.6),
	  doc/fidoconfig.texi (1.11): kolya patches

1999-04-25 Sunday 20:59  antonio.perez

	* fidoconfig.c (1.43): [no log message]

1999-04-25 Sunday 19:12  antonio.perez

	* fidoconfig.c (1.42), tparser.c (1.30): [no log message]

1999-04-23 Friday 09:36  mt

	* tparser.c (1.29): some null pointer fixes

1999-04-18 Sunday 20:51  mt

	* doc/: config (1.11), proposal.texi (1.23): docu fixes

1999-04-18 Sunday 11:18  ml

	* doc/proposal.texi (1.22): [no log message]

1999-04-18 Sunday 10:07  ml

	* fidoconfig.h (1.47), line.c (1.64), doc/proposal.texi (1.21): [no
	  log message]

1999-04-17 Saturday 11:29  antonio.perez

	* fconf2golded.c (1.14): [no log message]

1999-04-16 Friday 15:47  ml

	* proposal (1.16), doc/config (1.10), doc/proposal.texi (1.20): [no
	  log message]

1999-04-14 Wednesday 20:43  mt

	* TODO (1.6), fidoconfig.c (1.41), line.c (1.63): fixed some
	  fidoconfig parsing code

1999-04-11 Sunday 15:50  antonio.perez

	* fconf2golded.c (1.13): Antonio: + '-a' option added to
	  fconf2golded. Export areas only.  + fidoconfig now supports
	  descriptions for fileareas.  + update tparser

1999-04-10 Saturday 21:45  antonio.perez

	* fidoconfig.c (1.40), fidoconfig.h (1.46), line.c (1.62),
	  tparser.c (1.28): Antonio: + fidoconfig now supports descriptions
	  for FileAreas.  + update tparser.

1999-04-10 Saturday 16:46  ml

	* line.c (1.61): [no log message]

1999-04-10 Saturday 09:47  ml

	* doc/proposal.texi (1.19): [no log message]

1999-04-09 Friday 08:54  mt

	* doc/proposal.texi (1.18): patches from antonio

1999-04-08 Thursday 15:25  mt

	* README (1.5), fidoconfig.c (1.39), fidoconfig.h (1.45), line.c
	  (1.60), tparser.c (1.27), doc/proposal.texi (1.17): new patches
	  by antonio

1999-04-06 Tuesday 20:38  mt

	* INSTALL (1.9), fconf2golded.c (1.12), fidoconfig.c (1.38),
	  fidoconfig.h (1.44), line.c (1.59), doc/proposal.texi (1.16):
	  applied antonios patches

1999-03-29 Monday 13:29  fedor.lizunkov

	* fidoconfig.c (1.37), fidoconfig.h (1.43), line.c (1.58),
	  tparser.c (1.26): [no log message]

1999-03-18 Thursday 17:34  ml

	* line.c (1.57): [no log message]

1999-03-17 Wednesday 17:00  ml

	* line.c (1.56), tparser.c (1.25): [no log message]

1999-03-15 Monday 17:23  ml

	* common.c (1.19), fidoconfig.h (1.42), line.c (1.55), makefile.wcw
	  (1.1), tparser.c (1.24): [no log message]

1999-03-10 Wednesday 11:06  ml

	* fidoconfig.c (1.36), fidoconfig.h (1.41), line.c (1.54), proposal
	  (1.15), tparser.c (1.23): [no log message]

1999-03-08 Monday 11:48  ml

	* line.c (1.53): Max: - fixed a bug when found unknown link in
	  echoarea

1999-03-07 Sunday 18:31  ml

	* fidoconfig.c (1.35), fidoconfig.h (1.40), line.c (1.52), proposal
	  (1.14), tparser.c (1.22): change echo access policy (see docs) by
	  Fedor Lizunkov 2:5020/960

1999-03-04 Thursday 17:23  mt

	* doc/fidoconfig.texi (1.10): fixed version number

1999-03-04 Thursday 13:42  mt

	* fidoconfig.h (1.39): fixed the wrong function-name in
	  fidoconfig.h

1999-03-03 Wednesday 22:57  mt

	* fidoconfig.c (1.34), fidoconfig.h (1.38), line.c (1.51),
	  makefile.common (1.5), makefile.static (1.3), doc/fidoconfig.texi
	  (1.9): applied max patch

1999-03-01 Monday 22:19  gabriel

	* fidoconfig.c (1.33), fidoconfig.h (1.37), line.c (1.50): Mon, Mar
	  1 22:00   Gabriel Plutzar + included new keywords & features
	  needed by Husky Tick:   * FileAreaBaseDir <directory>     Where
	  the directories for all File areas shall be made at autocreate
	  Same as MsgBaseDir	* AutoFileCreateDefaults <string>
	  Defaults for File Area Autocreate   * FileFixHelp <file>     Help
	  file for FileFix  (Same as AreaFixHelp for AreaFix)	* FileArea
	  <name> <fileareapath> <uplink> [options] <downlinks>	   Same as
	  EchoArea, most options are valid + included generic new keyword
	  fpr HPT & HTICK   * LogLevels <string>     You can specify all
	  Loglevels you want in your log     Default is 123456789, use
	  23456789 if you don't want all the IDLE     sessions in your
	  logfile (eg when you start hpt once a minute) - Minor Bugfixes

1999-03-01 Monday 18:58  mt

	* fconf2fidogate.c (1.4), fconf2golded.c (1.11), fconf2msged.c
	  (1.13), fidoconfig.c (1.32), line.c (1.49), makefile.djg (1.1),
	  tparser.c (1.21), typesize.h (1.6): djgpp port

1999-02-25 Thursday 22:02  gabriel

	* fconf2fidogate.c (1.3), fconf2fidogate.cfg.sample (1.2): + Added
	  patimat to fconf2fidogate for better config-file interpretation

1999-02-25 Thursday 21:47  gabriel

	* patmat.c (1.4): new patimat version

1999-02-25 Thursday 17:54  gabriel

	* patmat.c (1.3): Gabriel Plutzar:    included forgotten include
	  file in parmat.c - no more errors produced

1999-02-22 Monday 10:12  tobi

	* patmat.c (1.2), patmat.h (1.2): + Added patimat for case
	  insensitive pattern matching

1999-02-21 Sunday 17:06  gabriel

	* makefile.lnx (1.15): Gabriel Plutzar	  Little Change in
	  makefile.lnx to supress strip error message when    installing
	  the linkedto script

1999-02-20 Saturday 20:20  tobi

	* fidoconfig.h (1.36), doc/proposal.texi (1.15): + Wrote
	  documentation for the packet forwarding feature.  - Removed some
	  things from the link structure that I did not need any   longer
	  for the PKT forwarder.

1999-02-20 Saturday 18:37  tobi

	* common.c (1.18): Fixed a silly bug in move_file.

1999-02-20 Saturday 18:26  tobi

	* common.c (1.17), common.h (1.9): Added the "move_file" routine.
	  Use it instead of rename for moving files if the possibility
	  exists that the move will be across file system boundaries.

1999-02-20 Saturday 17:02  tobi

	* fidoconfig.h (1.35): Removed the ifdefs for PACKET_FORWARDING
	  from fidoconfig. The fidoconfig structure has already changed, so
	  we can change it another time ...

1999-02-19 Friday 19:33  tobi

	* fidoconfig.h (1.34): Changes for the pkt forwarding feature. All
	  embraced in ifdefs because of the feature freeze.

1999-02-17 Wednesday 20:53  gabriel

	* linkedto (1.1), makefile.lnx (1.14): A little Shell script added,
	  which shows you to which Areas a link of you is connected

1999-02-17 Wednesday 20:21  gabriel

	* fidoconfig.c (1.31), fidoconfig.h (1.33), line.c (1.48): Wed Feb
	  17 20:07:00 CET 1999	 Gabriel Plutzar: - added a new remap
	  statment. It takes the parameters   ToName,OldAddr,NewAddr,
	  seperated by commas. ToName or OldAddr may be *.    If a Netmail
	  meets the ToName and OldAddr Criteria, it is sent to NewAddr.

1999-02-16 Tuesday 18:10  gabriel

	* fidoconfig.c (1.30), fidoconfig.h (1.32), line.c (1.47): Gabriel
	  Plutzar:   I added a new keyword availableareas, which expects a
	  filename. This   file should contain a list of all forwardable
	  Areas. It is used by	 the %avail areafix command

1999-02-15 Monday 19:27  mt

	* makefile.lnx (1.13): fixed makefile.lnx

1999-02-15 Monday 19:22  mt

	* TODO (1.5), fidoconfig.c (1.29), fidoconfig.h (1.31), line.c
	  (1.46), tparser.c (1.20), doc/proposal.texi (1.14): applied
	  readLine patch, applied max patch, added forwardPkts and
	  autoCreateFile

1999-02-14 Sunday 13:15  mt

	* fconf2fidogate.c (1.2), fconf2fidogate.cfg.sample (1.1),
	  fconf2golded.c (1.10): added patches and new fconf2fidogate

1999-02-12 Friday 14:14  tobi

	* common.c (1.16), makefile.bsd (1.5): Revised the
	  makeUniqueDosFileName function. It now is totally unique over the
	  whole epoch and much more different for different origin AKAs.

1999-02-11 Thursday 19:42  tobi

	* common.c (1.15), common.h (1.8): Changed the makeUnique
	  DosFileName procedure to add a node specific offset to the pkt
	  numbers in order to try to work around a Fastecho bug.

1999-02-10 Wednesday 21:04  tobi

	* common.c (1.14), makefile.bsd (1.4): Fixed bug in memcpy call

1999-02-10 Wednesday 16:18  mt

	* tparser.c (1.19): fixed a bug in tparser with a NULL Pointer

1999-02-10 Wednesday 15:04  tobi

	* common.c (1.13), common.h (1.7): added makeUniqueDosFilename()
	  which can be used to create more or less unique PKT file names.
	  See the comments in common.c for details.

1999-02-09 Tuesday 10:38  mt

	* TODO (1.4), dos2long (1.1), dos2long.bat (1.1), makefile.emo
	  (1.1), makefile.ibo (1.1), makefile.wco (1.1): added files i have
	  forgotten :-(

1999-02-08 Monday 09:04  mt

	* fconf2fidogate.c (1.1), makefile.aix (1.2), makefile.bsd (1.3),
	  makefile.common (1.4), makefile.lnx (1.12), makefile.osf (1.2):
	  added fconf2fidogate and new makefiles

1999-02-04 Thursday 10:21  mt

	* fidoconfig.c (1.28), fidoconfig.h (1.30), makefile.lnx (1.11):
	  fixed makefile.lnx and added isLinkOfArea

1999-02-03 Wednesday 12:46  mt

	* TODO (1.3), fidoconfig.c (1.27), fidoconfig.h (1.29): added
	  getConfigFileNameForProgram()

1999-02-02 Tuesday 20:41  mt

	* TODO (1.2), common.c (1.12), makefile.lnx (1.10), tparser.c
	  (1.18), doc/config (1.9): updates

1999-01-28 Thursday 23:38  fjoe

	* makefile.bsd (1.2): Various cleanups and minor fixes.

1999-01-27 Wednesday 18:15  mt

	* tparser.c (1.17): fixed null pointer seg-faults

1999-01-22 Friday 10:19  mt

	* INSTALL (1.8), fidoInst (1.2), fidoconfig.c (1.26), fidoconfig.h
	  (1.28), line.c (1.45), makefile.lnx (1.9), proposal (1.13),
	  tparser.c (1.16), doc/fidoconfig.texi (1.8), doc/proposal.texi
	  (1.13): added linkWithImportLog

1999-01-19 Tuesday 19:51  mt

	* makefile.lnx (1.8): fixed makefile.lnx

1999-01-19 Tuesday 10:10  mt

	* TODO (1.1): TODO added

1999-01-18 Monday 17:32  mt

	* fidoconfig.c (1.25), fidoconfig.h (1.27), line.c (1.44),
	  tparser.c (1.15): changed public to publicDir

1999-01-18 Monday 17:24  mt

	* makefile.lnx (1.7): changed makefile.lnx

1999-01-17 Sunday 22:40  mt

	* README (1.4): readme update

1999-01-17 Sunday 21:48  mt

	* makefile.bsd (1.1), makefile.common (1.3): added makefile for bsd

1999-01-14 Thursday 13:48  mt

	* common.c (1.11), fidoconfig.c (1.24), line.c (1.43),
	  makefile.common (1.2), makefile.lnx (1.6), makefile.static (1.2):
	  kolyas memory fixes

1999-01-12 Tuesday 11:00  mt

	* makefile.lnx (1.5): last minute fixes

1999-01-11 Monday 23:13  mt

	* makefile.lnx (1.4), doc/fidoconfig.texi (1.7), doc/makefile
	  (1.3), doc/proposal.texi (1.12), makefile (1.24): fixes for
	  release

1999-01-09 Saturday 10:53  mt

	* INSTALL (1.7), common.c (1.10), common.h (1.6), dir.c (1.4),
	  dir.h (1.5), fconf2aquaed.c (1.3), fconf2golded.c (1.9),
	  fconf2msged.c (1.12), fidoconfig.c (1.23), fidoconfig.h (1.26),
	  line.c (1.42), tparser.c (1.14): fidoconfig updates

1999-01-08 Friday 17:06  tobi

	* dir.h (1.4), fconf2golded.c (1.8), fidoconfig.c (1.22),
	  makefile.aix (1.1), makefile.common (1.1), makefile.lnx (1.3),
	  makefile.osf (1.1), typesize.h (1.5): - fixes for OSF and AIX -
	  added makefiles for OSF and AIX - added a makefile with common
	  rules

1999-01-02 Saturday 18:27  mt

	* makefile (1.23), makefile.lnx (1.2): fixes

1998-12-31 Thursday 14:13  mt

	* line.c (1.41), doc/config (1.8): fixed a bug in parseRoute, there
	  it says noroute, but doku says no-route

1998-12-29 Tuesday 19:34  mt

	* tparser.c (1.13): changes

1998-12-27 Sunday 17:43  mt

	* dir.c (1.3), fidoconfig.c (1.21), line.c (1.40): ported
	  fidoconfig to OS/2 for ibm c-compiler and watcom c32

1998-12-27 Sunday 00:46  mt

	* fidoconfig.h (1.25): changes

1998-12-17 Thursday 22:46  mt

	* long2dos (1.1), long2dos.bat (1.1), makefile.dos (1.1),
	  makefile.lnx (1.1): added kolyas new files

1998-12-17 Thursday 22:45  mt

	* common.c (1.9), common.h (1.5), fconf2golded.c (1.7),
	  fconf2msged.c (1.11), fidoconfig.c (1.20), fidoconfig.h (1.24),
	  line.c (1.39), tparser.c (1.12), doc/config (1.7): fixes by me
	  and Kolya, unpack feature added by Kolya, and backporting to dos

1998-12-16 Wednesday 22:58  mt

	* COPYING (1.2), common.c (1.8), common.h (1.4), dir.c (1.2), dir.h
	  (1.3), fconf2aquaed.c (1.2), fconf2golded.c (1.6), fconf2msged.c
	  (1.10), fidoconfig.c (1.19), fidoconfig.h (1.23), line.c (1.38),
	  tparser.c (1.11): changed fidoconfig licence from gpl to lgpl

1998-12-14 Monday 15:22  mtt

	* makefile.static (1.1): added makefile.static so you can also use
	  the static libraries

1998-12-14 Monday 15:21  mtt

	* typesize.h (1.4): got it working on a ultrasparc

1998-12-14 Monday 12:07  mt

	* fidoconfig.h (1.22), makefile (1.22): made some minor changes

1998-12-10 Thursday 23:56  mt

	* INSTALL (1.6), common.c (1.7), fidoconfig.c (1.18), fidoconfig.h
	  (1.21), line.c (1.37), makefile (1.21), doc/fidoconfig.texi
	  (1.6), doc/proposal.texi (1.11): changes

1998-12-08 Tuesday 10:46  mt

	* fconf2msged.c (1.9), line.c (1.36), makefile (1.20),
	  doc/proposal.texi (1.10): added passthrough for msgbasedir

1998-12-01 Tuesday 23:48  mt

	* README (1.3), common.c (1.6), common.h (1.3), fconf2aquaed.c
	  (1.1), fconf2msged.c (1.8), fidoconfig.c (1.17), fidoconfig.h
	  (1.20), line.c (1.35), makefile (1.19): changed some things, so
	  Michael can only put fidoconfig.h in /usr/local/include and added
	  fconf2aquaed

1998-11-30 Monday 18:57  tobi

	* fidoconfig.c (1.16): Fixed duplicate free's on passwords that
	  point to the default password.

1998-11-30 Monday 17:13  mt

	* fidoconfig.c (1.15), fidoconfig.h (1.19), line.c (1.34), proposal
	  (1.12), doc/config (1.6), doc/proposal.texi (1.9): applied max
	  diff.

1998-11-28 Saturday 12:10  tobi

	* dir.h (1.2), typesize.h (1.3): Added support for FreeBSD

1998-11-28 Saturday 12:10  tobi

	* common.c (1.5): Cosmetic fix (removed a warning)

1998-11-24 Tuesday 22:51  mt

	* fconf2golded.c (1.5), fidoconfig.c (1.14): added some portability
	  changes (from oleg)

1998-11-17 Tuesday 09:37  mt

	* line.c (1.33), tparser.c (1.10): fixes

1998-11-16 Monday 16:06  mt

	* line.c (1.32), proposal (1.11), doc/proposal.texi (1.8): included
	  max -ccoff patch

1998-11-05 Thursday 10:23  mt

	* README (1.2), fidoconfig.c (1.13), line.c (1.31), makefile
	  (1.18), doc/fidoconfig.texi (1.5), doc/makefile (1.2): added
	  disposeConfig patch from Max, changed makefiles

1998-11-04 Wednesday 11:56  mt

	* fconf2msged.c (1.7), doc/config (1.5), doc/proposal.texi (1.7):
	  added carbon Copies to docu

1998-11-02 Monday 13:38  mt

	* fidoconfig.h (1.18), line.c (1.30): incorporated carbon copy and
	  localarea patches by max

1998-10-30 Friday 18:16  mt

	* doc/: config (1.4), fidoconfig.texi (1.4), proposal.texi (1.6):
	  updated documentation

1998-10-30 Friday 11:10  mt

	* fconf2golded.c (1.4), fidoconfig.h (1.17), line.c (1.29),
	  makefile (1.17), proposal (1.10), doc/fidoconfig.texi (1.3),
	  doc/proposal.texi (1.5): incorporated max patches for groups and
	  autoAreaCreate and began with documentation

1998-10-29 Thursday 08:51  mt

	* fidoconfig.h (1.16), line.c (1.28), proposal (1.9): added
	  EchoMailFlavour

1998-10-28 Wednesday 13:43  mt

	* line.c (1.27), makefile (1.16), proposal (1.8), doc/config (1.3):
	  changed pack statement for arcmail

1998-10-27 Tuesday 23:37  mt

	* line.c (1.26): changed packerDef to packer according to proposal

1998-10-27 Tuesday 22:13  mt

	* fidoconfig.h (1.15), line.c (1.25), makefile (1.15), tparser.c
	  (1.9): implemented packerDef

1998-10-26 Monday 15:53  mt

	* fidoconfig.c (1.12), fidoconfig.h (1.14), line.c (1.24), makefile
	  (1.14): added Max patches for include, autoCreateDefaults and
	  areafix

1998-10-19 Monday 13:29  mt

	* line.c (1.23), tparser.c (1.8): fixed parsePack added displaying
	  of packstatements to tparser

1998-10-19 Monday 13:21  mt

	* makefile (1.13): killed install target from makefile/all:

1998-10-18 Sunday 20:22  mt

	* fidoconfig.c (1.11), fidoconfig.h (1.13), line.c (1.22), makefile
	  (1.12): changed makefile with option -fPIC fidoconfig exits after
	  displaying all errors

1998-10-12 Monday 20:45  mt

	* line.c (1.21): fixed small type araepktpassword

1998-10-12 Monday 10:04  tobi

	* typesize.h (1.2): Added preliminary AIX defines. They do only
	  work on 32 bit RS/6000, and I have not yet looked into the big
	  endian problematic.

1998-10-05 Monday 12:56  mt

	* fidoconfig.c (1.10), proposal (1.7), doc/config (1.2),
	  doc/fidoconfig.texi (1.2), doc/proposal.texi (1.4): docu work

1998-10-03 Saturday 21:53  mt

	* fconf2msged.c (1.6), fidoconfig.c (1.9), fidoconfig.h (1.12),
	  line.c (1.20), makefile (1.11), proposal (1.6): added support for
	  recoding / importlog / echotosslog changed proposal, makefile

1998-10-02 Friday 23:20  mt

	* doc/proposal.texi (1.3): updated docs...

1998-09-29 Tuesday 11:42  mt

	* config (1.4): moved config to doc directory

1998-09-28 Monday 12:13  mt

	* fconf2golded.c (1.3), fconf2msged.c (1.5), proposal (1.5),
	  doc/proposal.texi (1.2): removed LF from fconf2* changed doku

1998-09-24 Thursday 09:55  mt

	* fconf2msged.c (1.4): fixed a bug in fconf2msged.c which means
	  that netmailareas has a tag and echoareas dont .-)

1998-09-23 Wednesday 21:47  mt

	* fconf2msged.c (1.3), makefile (1.10), doc/config (1.1),
	  doc/fidoconfig.texi (1.1), doc/makefile (1.1), doc/proposal.texi
	  (1.1): added p in netmailarea fconf2msged.c added documentation
	  changed makefile(s)

1998-09-21 Monday 11:21  mt

	* dir.c (1.1), dir.h (1.1): moved dir.h and dir.c (opendir etc. vor
	  ibm visualagec++) from hpt to fidoconfig

1998-09-21 Monday 11:17  mt

	* line.c (1.19), makefile (1.9): added dir to makefile added
	  testing of paths

1998-09-20 Sunday 21:49  mt

	* patmat.c (1.1), patmat.h (1.1): moved patmat from hpt to
	  fidoconfig

1998-09-20 Sunday 21:48  mt

	* common.c (1.4), fidoconfig.c (1.8), fidoconfig.h (1.11), line.c
	  (1.18), makefile (1.8): added useful errormessages fidoconfig now
	  exits when an error is detected changed makefile

1998-09-20 Sunday 13:25  mt

	* common.c (1.3), fidoconfig.c (1.7), fidoconfig.h (1.10), line.c
	  (1.17): fixed buf if line after a keyword was empty added line
	  number if there were an unrecognized keyword (daniel Schlenzig)

1998-09-16 Wednesday 16:37  mt

	* line.c (1.16), proposal (1.4): fixed proposal added errorline if
	  unrecognized areaOption

1998-09-15 Tuesday 22:35  mt

	* INSTALL (1.5), common.c (1.2), common.h (1.2), fidoInst (1.1),
	  fidoconfig.c (1.6), line.c (1.15): added shell like expanding of
	  strings (~) added small point install script fixed a bug if a
	  null string comes to parseLine()

1998-09-15 Tuesday 12:54  mt

	* line.c (1.14): fixes: bad areaOptions were not recognized

1998-09-08 Tuesday 20:43  mt

	* fidoconfig.c (1.5), fidoconfig.h (1.9): small change in getArea:
	  config parameter now as pointer

1998-09-07 Monday 21:00  mt

	* INSTALL (1.4), config (1.3), fconf2golded.c (1.2), fconf2msged.c
	  (1.2), fidoconfig.h (1.8), line.c (1.13), makefile (1.7),
	  proposal (1.3), tparser.c (1.7): Max Levenkov added
	  autoareacreate and i made some changes to his patch and here it
	  is. Please look at the diff of the proposal: In Short:    Add
	  MsgBaseDir <path> to config to say where to store the new
	  msgbases.	Add for every link who is allowed to create areas
	  an autoareacreate on

1998-09-04 Friday 20:45  mt

	* line.c (1.12), proposal (1.2): changed parsing of
	  route-statements to fulfill proposal changed proposal: routeing
	  "direct" to "no-route"

1998-09-01 Tuesday 14:53  mt

	* line.c (1.11): changed behaviour:    if a passwordline contains
	  no password a empty password is used.     example:	   password
	  xya	     pktpassword    sessionpassword = xya but pktpassword
	  is empty

1998-08-22 Saturday 10:59  mt

	* COPYING (1.1), fconf2golded.c (1.1), fconf2msged.c (1.1),
	  fidoconfig.h (1.7), line.c (1.10), makefile (1.6): added
	  converter for msged and golded added gpl changed makefile began
	  support of pack and unpack statements

1998-08-20 Thursday 18:19  jc

	* config (1.2), line.c (1.9): [no log message]

1998-08-13 Thursday 11:18  mt

	* INSTALL (1.3), config (1.1), fidoconfig.c (1.4), fidoconfig.h
	  (1.6), line.c (1.8), proposal (1.1), tparser.c (1.6): added
	  proposal and my config deleted -nodc area option use instead
	  -dupeCheck off

1998-07-23 Thursday 12:19  mt

	* fidoconfig.h (1.5), tparser.c (1.5): minor update

1998-07-17 Friday 20:57  mt

	* INSTALL (1.2), fidoconfig.h (1.4), line.c (1.7), makefile (1.5):
	  updated to 0.2 and included PASSTHROUGH areas and made fidoconfig
	  to display error-lines

1998-06-16 Tuesday 16:51  mt

	* line.c (1.6): made line.c more robust

1998-06-16 Tuesday 16:50  mt

	* README (1.1): added README

1998-06-07 Sunday 12:26  mt

	* makefile (1.4): forgotten which changes i made :-)

1998-06-07 Sunday 12:25  mt

	* tparser.c (1.4): added displaying of routes

1998-06-07 Sunday 12:25  mt

	* line.c (1.5): fixed 2 bugs in parseRoute. patterns like * are not
	  recogniced and more than oneroute statements creates an
	  seg-fault.

1998-06-03 Wednesday 20:48  mt

	* makefile (1.3): changed

1998-06-03 Wednesday 20:47  mt

	* line.c (1.4): ourAka points now to first aka if not specified

1998-05-28 Thursday 16:20  mt

	* tparser.c (1.3): added output

1998-05-28 Thursday 16:19  mt

	* line.c (1.3): bug fixes

1998-05-28 Thursday 16:18  mt

	* fidoconfig.h (1.3), fidoconfig.c (1.3): bug fixes & ourAka

1998-05-27 Wednesday 16:29  mt

	* tparser.c (1.2): many changes

1998-05-27 Wednesday 16:27  mt

	* makefile (1.2): added generating of shared library

1998-05-27 Wednesday 16:24  mt

	* line.c (1.2): many changes

1998-05-27 Wednesday 16:21  mt

	* fidoconfig.c (1.2), fidoconfig.h (1.2): many changes

1998-05-27 Wednesday 16:19  mt

	* fidoconfig (1.2): unimportant file

1998-05-21 Thursday 16:20  mt

	* INSTALL (1.1), common.c (1.1), common.h (1.1), fidoconfig (1.1),
	  fidoconfig.c (1.1), fidoconfig.h (1.1), line.c (1.1), makefile
	  (1.1), tparser.c (1.1), typesize.h (1.1): Initial revision

