2003-09-23 15:32  mhe

	* po/: confuse.pot, en@boldquot.po, en@quot.po, sv.po: updated
	linenumbers only

2003-09-23 15:30  mhe

	* examples/Makefile.am: added dependencies on the library

2003-09-23 15:29  mhe

	* src/confuse.c: preserve contents of non-multi-sections if given
	several times in configfile

2003-09-23 15:27  mhe

	* src/lexer.l: fixed segfault with include-files and parsing from
	strings

2003-08-14 18:02  mhe

	* Makefile.am, configure.ac, confuse-config.in: added
	confuse-config script

2003-08-14 17:50  mhe

	* src/confuse.c: empty strings are commented out in cfg_print

2003-08-13 20:31  mhe

	* Makefile.am: added dist-extra makefile target

2003-08-13 20:29  mhe

	* src/confuse.c: fixed compiler warnings

2003-08-13 20:28  mhe

	* m4/: intdiv0.m4, inttypes-pri.m4, inttypes.m4, inttypes_h.m4,
	nls.m4, po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4: added
	additional m4 macros

2003-08-13 16:19  mhe

	* NEWS, examples/cfgtest.c, examples/simple.c,
	examples/simple.conf, src/confuse.c, src/confuse.h: documented new
	cfG_print functions, support for simple option in cfg_get functions

2003-08-13 15:02  mhe

	* src/confuse.h: documented print functions

2003-08-13 14:46  mhe

	* NEWS, configure.ac, examples/cfgtest.c, src/confuse.c,
	src/confuse.h: added support to print options to a file

2003-08-13 12:56  mhe

	* NEWS, configure.ac, src/lexer.l: Allows more characters in an
	unquoted string (thanks Mike)

2003-07-13 18:21  mhe

	* Makefile.am: moved windows project files to their own
	subdirectory

2003-07-13 18:10  mhe

	* windows/msvs.net/msvs.net.suo: this file was obviously not needed

2003-07-13 17:55  mhe

	* msvc/libConfuse/config.h, msvc/libConfuse/libConfuse.sln,
	msvc/libConfuse/libConfuse.vcproj, windows/borland/cfgtest.bpf,
	windows/borland/cfgtest.bpr, windows/borland/config.h,
	windows/borland/confuse.bpg, windows/borland/libConfuse.bpf,
	windows/borland/libConfuse.bpr, windows/devcpp/cfgtest.dev,
	windows/devcpp/config.h, windows/devcpp/libConfuse.dev,
	windows/msvc6/libConfuse/config.h,
	windows/msvc6/libConfuse/libConfuse.dsp,
	windows/msvc6/libConfuse/libConfuse.dsw,
	windows/msvc6/libConfuse/unistd.h, windows/msvs.net/config.h,
	windows/msvs.net/msvs.net.sln, windows/msvs.net/msvs.net.suo,
	windows/msvs.net/cfgtest/cfgtest.vcproj,
	windows/msvs.net/libConfuse/libConfuse.vcproj: updated windows
	project files, also moved to their own subdirectory windows/

2003-07-13 16:32  mhe

	* ABOUT-NLS, Makefile.am, NEWS, autogen.sh, configure.ac,
	examples/Makefile.am, m4/ChangeLog, m4/Makefile.am, m4/gettext.m4,
	m4/iconv.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4,
	m4/lib-prefix.m4, m4/progtest.m4, po/ChangeLog, po/Makefile.in.in,
	po/Makevars, po/confuse.pot, po/en@boldquot.po, po/en@quot.po,
	po/sv.po, src/Makefile.am, support/config.guess,
	support/config.rpath, support/config.sub, support/ltmain.sh:
	updated to newest gettext and automake/autoconf

2003-07-13 16:28  mhe

	* src/confuse.h: The cfg_opt_setxxx functions no longer take a
	cfg_t parameter (unused anyway), Documented the cfg_setlist and
	cfg_addlist functions

2003-07-13 16:27  mhe

	* src/confuse.c: The cfg_opt_setxxx functions no longer take a
	cfg_t parameter (unused anyway)

2003-07-13 13:37  mhe

	* src/: confuse.c, lexer.l: Only include NLS support if gettext
	found in libc or preinstalled

2003-07-13 13:35  mhe

	* Makefile.am: added rpm target

2003-07-13 11:48  mhe

	* Makefile.am: includes msvc6 files in dist

2003-07-08 12:49  mhe

	* README: updated links

2003-07-08 12:43  mhe

	* examples/cfgtest.c: added sample code for include() function and
	the extended syntax got get options in subsections

2003-07-08 12:42  mhe

	* examples/: inc.conf, test.conf, Makefile.am: sample config file
	now shows the include function

2003-07-08 11:53  mhe

	* src/lexer.l, NEWS: forgot to fclose include file after use, found
	by James Haley

2003-07-08 11:50  mhe

	* src/: confuse.c, confuse.h: only initializes defaults once

2003-07-04 12:11  mhe

	* src/confuse.h: changed www link

2003-07-03 22:57  mhe

	* NEWS, src/lexer.l: added hexadecimal escape codes in
	double-quoted strings, corrected calculation of line numbers, fixed
	undetected /*comment*/

2003-07-02 01:04  mhe

	* NEWS, src/confuse.c: Setting a list to the empty list in the
	config file now possible, appending to default values in a list now
	possible

2003-07-02 00:36  mhe

	* NEWS: NULL or empty string now initializes lists to the empty
	list

2003-07-02 00:27  mhe

	* src/confuse.c: NULL or empty string now initializes lists to the
	empty list

2003-06-26 15:19  mhe

	* src/confuse.c: fixed unterminated string bug in replacement
	strndup function

2003-06-12 15:51  mhe

	* NEWS: [no log message]

2003-06-12 15:47  mhe

	* src/confuse.h: include io.h on windows

2003-05-21 13:56  mhe

	* src/: confuse.c, confuse.h: made macro is_set() private to
	confuse.c

2003-05-09 17:12  mhe

	* examples/reread.c: added sigusr1 handler for nice exit

2003-05-09 17:11  mhe

	* NEWS: updated with some news

2003-05-09 17:11  mhe

	* src/: confuse.h, lexer.l: added cvs revision id

2003-05-09 17:10  mhe

	* src/confuse.c: fixed two more memory leaks, sections without
	CFGF_MULTI flag now have default values, the cfg_getXXX functions
	now accept an extended syntax

2003-04-29 13:59  mhe

	* po/: confuse.pot, en@boldquot.po, en@quot.po, sv.po: updated
	translations

2003-04-29 13:56  mhe

	* examples/cfgtest.c: changed to reflect change of assertions in
	cfg_getXXX functions

2003-04-29 13:54  mhe

	* src/confuse.c: changed logic for cfg_getXXX functions, now the
	asserts checks if the option is declared and returns 0/NULL/false
	if there is no value (or index out of bounds), suggested by Ademar
	de Souza Reis Jr.

2003-04-29 13:43  mhe

	* configure.ac: next version will be 2.1

2003-04-29 13:29  mhe

	* README: added note about build problems with libtool 1.4.2

2003-04-29 13:23  mhe

	* src/lexer.l: includes errno.h

2003-04-29 13:22  mhe

	* Makefile.am: added foreign option

2003-04-29 12:08  mhe

	* src/: confuse.c, confuse.h: Converted newlines from DOS to UNIX
	style

2003-04-29 12:03  mhe

	* Makefile.am, NEWS, README, configure.ac, libconfuse.spec.in:
	updated to version 2.0

2003-04-29 12:03  mhe

	* support/: config.guess, config.rpath, config.sub, depcomp,
	install-sh, ltmain.sh, missing, mkinstalldirs: added autoconf
	support files

2003-04-29 12:01  mhe

	* doc/: doxygen-footer.html, doxygen-header.html: added comments

2003-04-29 11:59  mhe

	* src/: Makefile.am, confuse.c, confuse.h, lexer.l: imported
	version 2.0 sources

2003-04-29 11:57  mhe

	* examples/: Makefile.am, cfgtest.c, reread.c, reread.conf,
	simple.c, test.conf, wincfgtest.c, wincfgtest.conf, wincfgtest.dev:
	Fixed and extended the example programs

2003-04-29 11:53  mhe

	* po/: confuse.pot, en@boldquot.po, en@quot.po, sv.po: updated
	translation strings

2003-04-29 11:49  mhe

	* msvc/libConfuse/: config.h, libConfuse.sln, libConfuse.vcproj:
	added development files for Microsoft Visual Studio

2003-04-29 11:44  mhe

	* autogen.sh: less picky about versions

2003-03-07 16:23  mhe

	* src/: Makefile.am, confuse.c, confuse.h, lexer.l: imported
	sources

2003-03-05 21:26  mhe

	* ABOUT-NLS, AUTHORS, COPYING, Doxyfile.in, INSTALL, Makefile.am,
	NEWS, README, autogen.sh, configure.ac, doc/Makefile.am,
	doc/doxygen-footer.html, doc/doxygen-footer.shtml,
	doc/doxygen-header.html, doc/doxygen-header.shtml, doc/doxygen.css,
	examples/Makefile.am, examples/cfgtest.c, examples/simple.c,
	examples/simple.conf, examples/test.conf, m4/ChangeLog,
	m4/Makefile.am, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4,
	m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
	m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, po/ChangeLog,
	po/LINGUAS, po/Makefile.in.in, po/Makevars, po/POTFILES.in,
	po/Rules-quot, po/boldquot.sed, po/confuse.pot,
	po/en@boldquot.header, po/en@boldquot.po, po/en@quot.header,
	po/en@quot.po, po/insert-header.sin, po/quot.sed,
	po/remove-potcdate.sin, po/sv.po: imported sources

