2000-10-18  Tomasz Koczko  <kloczek@pld.org.pl>

	* NEWS:
	- comment about release 0.3.

	* configure.in:
	- version changed to 0.3.

	* test/Attic/db4.1.ced:
	- removed (this is part of docbook 4.1).

	* tools/Makefile.am, test/Makefile.am, samples/Makefile.am:
	- fill out EXTRA_DIST.

	* doc/Makefile.am: - put only refentry2man-develdoc.xml in EXTRA_DIST,
	- added man_MANS with refentry2man-develdoc.1,
	- removed tests, manpages and all target (which is now not neccessary).

	* doc/refentry2man-develdoc.xml: - added "/" on end URL.

	* doc/Attic/refentry2man-develdoc.1: - autogenerated.

2000-10-17  Tomasz Koczko  <kloczek@pld.org.pl>

	* test/Attic/nested-list.1: - generated.

	* src/handlers.c, src/refentry2man.c, tools/convgen.h, configure.in:
	- switch to expat from sourceforge.

2000-10-17  Artur Frysiak  <wiget@pld.org.pl>

	* tools/xml2man.in: now work with autoconf

2000-10-16  Artur Frysiak  <wiget@pld.org.pl>

	* src/handlers.c: fix small typos

	* src/Makefile.am, configure.in: - use AC_CHECK_PROGS for recode
	- search for libxmlparse and libxmltok (if needed)
	- use AM_PATH_GLIB
	- fix building outside src tree (not tested enough)

	* samples/Attic/mantest.1, samples/Attic/mantest-simple.1: generated

	* configure.in: - search for recode
	- remove examples/Makefile from AC_OUTPUT (examples dir don't exist)

	* tools/xml2man.in: simple script to put in man.config
	eg:
	.xml		/usr/bin/xml2man
	for test: pinfo -m ./mantest.xml :-)

	* tools/Attic/Makefile, samples/Attic/Makefile: gererated files

	* test/Attic/Makefile: generated file

2000-10-14  Rafa Kleger-Rudomin  <klakier@pg.gda.pl>

	* test/mantest-simple.xml, test/mantest.xml, samples/abstract.xml, samples/Attic/Makefile, samples/citerefentry.xml, samples/cmdsynopsis.xml, samples/example.xml, samples/funcsynopsis.xml, samples/Makefile.am, samples/synopsis.xml, samples/warning.xml, src/handlers.c, src/refentry2man.c, doc/Attic/refentry2man-develdoc.1, doc/Makefile.am, doc/refentry2man-develdoc.xml, TODO:
	- more elements added

	* test/Attic/cmdsynopsis.1, test/Attic/cmdsynopsis.xml, test/Attic/funcsynopsis.1, test/Attic/funcsynopsis.xml, test/Attic/Makefile, test/Attic/synopsis.1, test/Attic/synopsis.xml, test/Makefile.am:
	- moved to samples

	* test/Attic/cmdsynopsis.1, test/Attic/funcsynopsis.1, test/Attic/nested-list.1, test/Attic/synopsis.1, tools/convgen.h, samples/Attic/mantest.1, samples/Attic/mantest-simple.1, samples/mantest2.1, src/handlers.c, src/refentry2man.c, doc/Attic/refentry2man-develdoc.1, doc/refentry2man-develdoc.xml, TODO:
	- added option parsing: -m : multiple files, -q quiet.
	- added creating separate file for every refentry found
	- added many elements: warnining, note, comment, example, citerefentry etc
	- added many inline elements
	- tested generating multiple files on libggi-api.xml document

2000-10-13  Rafa Kleger-Rudomin  <klakier@pg.gda.pl>

	* test/Attic/funcsynopsis.1, test/Attic/funcsynopsis.xml, test/Attic/nested-list.1, samples/Attic/mantest.1, samples/Attic/mantest-simple.1, src/handlers.c, doc/Attic/refentry2man-develdoc.1:
	- funcsynopsis fixed

	* src/handlers.c, test/Attic/cmdsynopsis.1, test/Attic/funcsynopsis.1, test/Attic/nested-list.1, test/Attic/synopsis.1, doc/Attic/refentry2man-develdoc.1, samples/Attic/mantest.1, samples/Attic/mantest-simple.1, TODO:
	- removed unnecessary font setting commands in output

	* src/handlers.c, src/refentry2man.c, test/Attic/cmdsynopsis.1, test/Attic/funcsynopsis.1, test/Attic/nested-list.1, test/Attic/synopsis.1, doc/Attic/refentry2man-develdoc.1, samples/Attic/mantest.1, samples/Attic/mantest-simple.1:
	- multiple space handling improved

	* src/handlers.c, test/Attic/cmdsynopsis.1, test/Attic/funcsynopsis.1, test/Attic/nested-list.1, test/Attic/synopsis.1, doc/Attic/refentry2man-develdoc.1, doc/refentry2man-develdoc.xml, samples/Attic/mantest.1, samples/Attic/mantest-simple.1, Makefile.am, TODO:
	- doc improved
	- now newline is added _before_ all macros (eg \n.IP),
	  not at the end of previous element
	  (this broke funcsynopsisdiv, must be fixed)

2000-10-12  Rafa Kleger-Rudomin  <klakier@pg.gda.pl>

	* doc/Attic/refentry2man-develdoc.1, doc/Makefile.am, doc/refentry2man-develdoc.xml:
	- some devel doc added

2000-10-11  Rafa Kleger-Rudomin  <klakier@pg.gda.pl>

	* src/Attic/find_handlers.c, src/Attic/handlers.h, src/Attic/handlers_list:
	- find_handlers.c handlers.h handlers_list:
	  these files are autogenerated and should not be stored in repo

2000-10-10  Tomasz Koczko  <kloczek@pld.org.pl>

	* autogen.sh: - autogen script.

	* tools/Attic/Makefile.in, test/Attic/Makefile.in, src/Attic/Makefile.in, samples/Attic/Makefile.in, Attic/aclocal.m4, Attic/config.guess, Attic/config.sub, Attic/configure, Attic/install-sh, Attic/ltconfig, Attic/ltmain.sh, Attic/Makefile.in, Attic/missing, Attic/mkinstalldirs:
	- removed autogenerated files.

	* samples/Attic/Makefile, samples/Attic/Makefile.in, samples/Attic/mantest.1, samples/Attic/mantest-simple.1, samples/Makefile.am, samples/mantest2.1, samples/mantest.sgml, samples/mantest-simple.xml, samples/mantest.xml, samples/n2n.1, samples/nic2nic.1, samples/README, test/Attic/db4.1.ced, test/Attic/funcsynopsis.1, test/Attic/funcsynopsis.xml, test/Attic/nested-list.1, test/Attic/synopsis.1, test/Attic/synopsis.xml, test/nested-list.xml:
	New file.

	* samples/Attic/Makefile, samples/Attic/Makefile.in, samples/Attic/mantest.1, samples/Attic/mantest-simple.1, samples/Makefile.am, samples/mantest2.1, samples/mantest.sgml, samples/mantest-simple.xml, samples/mantest.xml, samples/n2n.1, samples/nic2nic.1, samples/README, test/Attic/db4.1.ced, test/Attic/funcsynopsis.1, test/Attic/funcsynopsis.xml, test/Attic/nested-list.1, test/Attic/synopsis.1, test/Attic/synopsis.xml, test/nested-list.xml:
	XML DocBook RefEntry to {n,g}roff manpage fast converter

	* Attic/aclocal.m4, Attic/config.guess, Attic/config.sub, Attic/configure, Attic/install-sh, Attic/ltconfig, Attic/ltmain.sh, Attic/Makefile.in, Attic/missing, Attic/mkinstalldirs, AUTHORS, configure.in, COPYING, INSTALL, Makefile.am, NEWS, README, src/Attic/find_handlers.c, src/Attic/handlers.h, src/Attic/handlers_list, src/Attic/Makefile.in, src/handlers.c, src/Makefile.am, src/refentry2man.c, test/Attic/cmdsynopsis.1, test/Attic/cmdsynopsis.xml, test/Attic/Makefile, test/Attic/Makefile.in, test/Makefile.am, TODO, tools/Attic/Makefile, tools/Attic/Makefile.in, tools/convgen, tools/convgen.awk, tools/convgen.h, tools/convgen.simple, tools/listgen, tools/Makefile.am:
	New file.

	* Attic/aclocal.m4, Attic/config.guess, Attic/config.sub, Attic/configure, Attic/install-sh, Attic/ltconfig, Attic/ltmain.sh, Attic/Makefile.in, Attic/missing, Attic/mkinstalldirs, AUTHORS, configure.in, COPYING, INSTALL, Makefile.am, NEWS, README, src/Attic/find_handlers.c, src/Attic/handlers.h, src/Attic/handlers_list, src/Attic/Makefile.in, src/handlers.c, src/Makefile.am, src/refentry2man.c, test/Attic/cmdsynopsis.1, test/Attic/cmdsynopsis.xml, test/Attic/Makefile, test/Attic/Makefile.in, test/Makefile.am, TODO, tools/Attic/Makefile, tools/Attic/Makefile.in, tools/convgen, tools/convgen.awk, tools/convgen.h, tools/convgen.simple, tools/listgen, tools/Makefile.am:
	XML DocBook RefEntry to {n,g}roff manpage fast converter

