2007-02-03  Klaus Weiss  <klaus.weiss@nanet.at>

	* src/conf.c (directives): added MysqlPort and MysqlPrefix
	* src/db.c (db_connect): enables MysqlPort and MysqlPrefix
	* src/db.c (db_checkserver, db_getserver, db_checknick) 
	(db_getnick_unsure, db_getnick, db_getservfromnick, db_removenick)
	(db_removefromchans, db_checkemtpychan, db_getlusers, db_getchannel)
	(db_getchancreate, db_cleanserver, db_cleanuser, db_offlineusers):
	enables MysqlPrefix

2007-02-02  Klaus Weiss  <klaus.weiss@nanet.at>

	* src/main.c (main): added getopt_long() support
	added -c parameter to allow changing the config file path.
	* src/conf.c (read_config): changed interface
	* src/conf.c (error): exchanged THALES_CONF with thales_conf variable
	* src/Makefile.am: removed THALES_CONF definition

2006-11-18    Claudio Fontana <claudio@gnu.org>
	
	* ReportUsage.sh: removed.
	* configure.in: do not get input from stdin, do not mail reports
	  to the original author. Fix to satisfy GNU standards.
	  Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
	* src/Makefile.am: configuration file path fixed.
	* src/conf.h: remove THALES_CONF definition.
	* data/Makefile.am: support DESTDIR, use correct variables for data.
	* ChangeLog: recreated in GNU format, moved old to NEWS.
	* Makefile.am: adjust for the changes, remove foreign option.
	* autogen.sh: new file

