2000-04-01  Michael Meeks  <michael@helixcode.com>

	* configure.in: Clean & bump version for first release, remove some
	dangling gnomeisms.

2000-03-30  Michael Meeks  <michael@helixcode.com>

	* test/test-ole.c (test_stream_open): implement + use around the place.
	(simple_regexp, get_regexp_name): improve name matching for commandline,
	now almost usable.

1999-12-18  Arturo Tena  <arturo@directmail.org>

	* test/test-ole.c (list_files): Show the first funny character, if any.

1999-12-17  Arturo Tena  <arturo@directmail.org>

	* doc/libole2-sections.txt: splitted sections into three smaller
	  sections.
	* doc/libole2-decl.txt, doc/libole2.sgml,
	  doc/tmpl/ms-ole-miscellaneous.sgml, doc/tmpl/ms-ole-summary.sgml,
	  doc/tmpl/ms-ole.sgml: more documentation.

1999-12-17  Arturo Tena  <arturo@directmail.org>

	* doc/Makefile.am (maintainer-clean-local): deleted libole2-decl.txt.
	* doc/libole2-decl.txt, doc/libole2-sections.txt, doc/libole2.sgml,
	  doc/tmpl/ms-ole-miscellaneous.sgml, doc/tmpl/ms-ole-summary.sgml,
	  doc/tmpl/ms-ole.sgml: more documentation.

1999-12-15  Arturo Tena  <arturo@directmail.org>

	* HACKING: include rules for libole2 hackers about documentation.
	* TODO: updated.
	* doc/Makefile.am: add rule to make libole2-decl.txt. Add libole2.html
	  to maintainer-clean-local rule. s/book1.html/index.html
	* doc/libole2-decl.txt: more documentation.
	* doc/libole2-sections.txt: Added to documentation: MsOleSummarySection
	  and ms_ole_dump. Delete from documentation: ms_ole_debug, ms_ole_ref,
	  ms_ole_unref. Reordered entries.
	* doc/libole2.sgml: written "Introduction".
	* doc/tmpl/ms-ole-miscellaneous.sgml, doc/tmpl/ms-ole-summary.sgml,
	  doc/tmpl/ms-ole.sgml: more documentation.

	* doc/Makefile.am: don't allow "make dist" without documentation.

1999-12-15  Michael Meeks  <mmeeks@gnu.org>

	* test/test-ole.c (do_docsummary): clean unuseds.

1999-12-15  Arturo Tena  <arturo@directmail.org>

	* test/test-ole.c: s/dump/ms_ole_dump.

1999-12-10  Arturo Tena  <arturo@directmail.org>

	* test/test-ole.c (TEST_DEBUG): Created in order to conditionaly
	  change the delimiter, which is needed when working with files with
	  spaces in their name.

1999-12-10  Arturo Tena  <arturo@directmail.org>

	* configure.in: Added AM_MAINTAINER_MODE, AM_ACLOCAL_INCLUDE(macros) and
	  GNOME_COMPILE_WARNINGS macros, to get warnings while compiling.

1999-12-06  Michael Meeks  <mmeeks@gnu.org>

	* test/test-ole.c (dump_vba): Improve VBA detect via gid.

1999-11-19  Michael Meeks  <mmeeks@gnu.org>

	* test/test-ole.c (list_files): Fixup empty dir warning.

1999-11-17  Arturo Tena  <arturo@directmail.org>

	* README: libole2 is distributed under GPL.

1999-11-16  Arturo Tena  <arturo@directmail.org>

	* test/Makefile.am (TESTS): Commented out until we have a real test.

1999-11-12  Arturo Tena  <arturo@directmail.org>

	* test/test-ole.c (do_summary): Updated with the new Summary API,
	  now shows times too.
	  Created new comand: docsummary.
	  (do_docsummary): Added.
	* TODO: Updated.

1999-11-12  Arturo Tena  <arturo@directmail.org>

	* doc/Makefile.am, doc/libole2-decl.txt doc/libole2-sections.txt,
	doc/libole2.sgml, doc/tmpl/ms-ole-miscellaneous.sgml,
	doc/tmpl/ms-ole-summary.sgml, doc/tmpl/ms-ole.sgml: Added.
	* Makefile.am, configure.in: Terminated documentation integration,
	using gtk-doc.

1999-11-08  Arturo Tena  <arturo@directmail.org>

	* HACKING, TODO: Updated.

1999-10-30  Arturo Tena <arturo@directmail.org>

	* test/test-ole.c: Use the default wrappers instead own wrappers.

1999-10-22  Arturo Tena <arturo@directmail.org>

	* test/test-ole.c: call ms_ole_debug instead ms_ole_dump_tree.

1999-10-21  Arturo Tena <arturo@directmail.org>

	* Makefile.am: Install gnome-libole2.m4.

1999-10-21  Arturo Tena <arturo@directmail.org>

	* test/test-ole.c: Make compile. Added "tree" command.

1999-10-17  Michael Meeks  <mmeeks@gnu.org>

	* test/test-ole.c (decompress_vba): Add debug dump, implement the
	wierd quirk discarding 2 bytes in mid-stream at 4096 byte boundary.

1999-10-17  Michael Meeks  <mmeeks@gnu.org>

	* test/test-ole.c (decompress_vba): All windows are <= not <

1999-10-17  Michael Meeks  <mmeeks@gnu.org>

	* test/test-ole.c (decompress_vba): Add vital missing else.
	hack wraparound 'back' functionality.

1999-10-17  Michael Meeks  <mmeeks@gnu.org>

	* test/Makefile.am (test_ole_LDADD): add dummy libgb.

	* test/test-ole.c (try_parse_vba): Create.
	Add various libgb hooks.

1999-10-17  Michael Meeks  <mmeeks@gnu.org>

	* test/test-ole.c (dump_vba_module): free array.
	(decompress_vba): clean more cruft, return the data in an array.
	Expunge strtok throught.

1999-10-17  Michael Meeks  <mmeeks@gnu.org>

	* test/test-ole.c (decompress_vba): Kill the hash table; it works pretty
	well now !.

1999-10-14  Arturo Tena <arturo@directmail.org>

	* configure.in: Added check AC_TYPE_MODE_T, but not used. As a matter
	  fact, the checks should be used.
	* test/test-ole.c: Modified so call system calls wrappers.

1999-10-08  Arturo Tena <arturo@directmail.org>

	* configure.in: added generated version file.
	* libole2.m4: fixed bug that prevent include glib include directory.
	* libole2Conf.sh.in (LIBOLE2_INCLUDEDIR): fixed bug that prevent
	  include glib include directory.

	* gnome-libole2.m4: Added.
	* Makefile.am (EXTRA_DIST): Added gnome-libole2.m4.

1999-10-08  Arturo Tena <arturo@directmail.org>

	* Makefile.am, configure.in: Distribute libole2Conf.sh.in, generate
	  and install libole2Conf.sh.

1999-09-30  Arturo Tena <arturo@directmail.org>

	* test/test-ole.c: Fix little typo. Changed exit code from 1 to 0.
	TODO: updated.

1999-09-27  Arturo Tena  <arturo@directmail.org>

	* HACKING: added.
	TODO: updated.

1999-09-27  Michael Meeks  <michael@nuclecu.unam.mx>

	* test/test-ole.c (read_binary, decompress_vba): lots more
	fiddling.

1999-09-26  Arturo Tena  <arturo@directmail.org>

	* TODO: added.

1999-09-26  Michael Meeks  <michael@nuclecu.unam.mx>

	* AUTHORS: add contact.

	* test/test-ole.c (decompress_vba): Updated.

1999-09-26  Arturo Tena  <arturo@directmail.org>

	* AUTHORS: Added contact information.

1999-09-26  Michael Meeks  <michael@nuclecu.unam.mx>

	* .cvsignore: added.

1999-09-26  Arturo Tena  <arturo@directmail.org>

	* test/, test/test-ole.c, test/Makefile.am: Added.
	  Makefile.am: Added test.

