Thu Sep 20 15:42:19 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/property.c:
	* libgnurdf/property.h: Removed the parent parameter on
	  rdfRemoveElement().

Thu Sep 20 14:22:35 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/schema.h: Changed the documentation for
	  rdfSetCompressionLevel() and rdfGetCompressionLevel() to mention that
	  these compression levels are gzip-compliant.

Thu Sep 20 13:55:07 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/property.c:
	* libgnurdf/property.h: Removed the namespace parameter on
	  rdfRemoveElement().

Sun Aug 19 12:28:51 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/alt.c:
	* libgnurdf/alt.h:
	* libgnurdf/attribute.c:
	* libgnurdf/attribute.h:
	* libgnurdf/bag.c:
	* libgnurdf/bag.h:
	* libgnurdf/property.c:
	* libgnurdf/property.h:
	* libgnurdf/seq.c:
	* libgnurdf/seq.h:
	* libgnurdf/types.h:
	  * Did some restructuring of element types. It's nowhere near good
	    or how the RDF specification does things, but if anybody
		has any complaints (or patches), they can e-mail me.
	  * Added a function for removing elements.

Tue Aug 07 21:26:41 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Makefile.am: Make sure configure.in and configure.ac are in the
	  distribution tarballs.

Tue Aug 07 21:10:58 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.ac: Added this for autoconf 2.50 support.

Sun Jul 29 11:58:02 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/property.c: Fixed a major bug in rdfGetProperty().

Sat Jul 28 02:09:52 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* libgnurdf/alt.c:
	* libgnurdf/bag.c:
	* libgnurdf/description.c:
	* libgnurdf/element.c:
	* libgnurdf/element.h:
	* libgnurdf/property.c:
	* libgnurdf/seq.c: Added rdfGetElementSchema(), and used it in place
	  of direct xmlNode->doc accesses.

Sat Jul 28 01:37:06 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* acconfig.h: Removed the HAVE_XMLSETNSPROP macro.
	* configure.in:
	  * The HAVE_LIBXML1 and HAVE_LIBXML2 macros work again.

	* docs/api/man/rdfSetDescriptionAbout.3:
	* docs/api/info/description-functions.texi:
	* libgnurdf/gnurdf.h: Documentation updates

	* libgnurdf/gnurdf.c:
	  * RDF attributes are now prefixed with a namespace prefix, as per
		the changes to the RDF specification.
	  * Compatibility with the old 1998/1999 specification (HREF attributes,
		Working Draft namespace, etc.) has been removed.

Tue Jul 17 16:37:58 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* acinclude.m4: Fixed a bug in the libxml macros that caused segfaults
	  on some platforms.

Mon Jul 09 13:33:18 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/iterator.c:
	* libgnurdf/iterator.h: Renamed rdfFirstChild() to rdfFirstProperty(),
	  and rdfNextChild() to rdfNextProperty(). Provided
	  backwards-compatibility functions.

	* libgnurdf/types.h: RdfDescription is now a type of RdfContainer.

Mon Jul 09 12:40:59 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/iterator.c: Non-element nodes are now ignored when
	  iterating.
	
	* tests/test.c: Made this more generic.

Sat Jul 07 12:40:14 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/property.c:
	* libgnurdf/property.h:
	* libgnurdf/schema.c:
	* libgnurdf/schema.h:
	* libgnurdf/search.c:
	* libgnurdf/search.h: Replaced the backwards-compatibility macros with
	  actual functions. Now programs using older versions of the library
	  can work again.

Fri Jul 06 01:58:39 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/schema.h:
	* libgnurdf/schema.c:
	* tests/test.c: Renamed rdfRead() to rdfReadFile() and
	  rdfWrite() to rdfWriteFile(). Provided macros for
	  backwards-compatibility.

Fri Jul 06 01:50:41 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/attribute.h:
	* libgnurdf/internal.h: Fixed the filenames after the @file commands
	  in the file header comments.

	* Doxyfile.in: Exclude libgnurdf/internal.h from being processed.

Thu Jul 05 17:45:06 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Split libgnurdf/gnurdf.h and libgnurdf/gnurdf.c into multiple files.
	
	* libgnurdf/property.h:
	* libgnurdf/property.c: Renamed rdfGetValue() to rdfGetProperty() and
	  rdfSetValue() to rdfSetProperty(). Provided macros for
	  backwards-compatibility.
	
	* libgnurdf/search.h:
	* libgnurdf/search.c: Renamed rdfGetElementFromValue() to
	  rdfFindElementWithValue() and rdfGetElementFromResource() to
	  rdfFindElementFromResource(). Provided macros for
	  backwards-compatibility.

    * tests/test.c: Updated to work with the new changes.

Thu Jul 05 15:56:57 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* INSTALL:
	* README:
	* configure.in: Bumped the version up to 0.3.0.

Thu Jul 05 15:52:06 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* debian/libgnurdf-dev.files:
	* Makefile.am:
	* configure.in:
	* libgnurdf.m4.in:
	* libgnurdf.spec.in: Renamed gnurdf.m4.in to libgnurdf.m4.in, and
	  gnurdf.spec.in to libgnurdf.spec.in.

Thu Jul 05 01:13:13 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.in: The debian/rules file is now made executable in the
	  resulting tarball from a make dist.

Thu Jul 05 00:54:46 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.in: Fixed a typo.

Wed Jul 04 10:02:29 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* debian/libgnurdf1.files: Fixed the library filename.

	* configure.in:
	* debian/Makefile.am:
	* debian/changelog:
	* debian/rulez.in:
	* debian/rules.in: Scrapped the rulez generation and moved it back to
	  rules. A working solution has been implemented that prevents the rules
	  file from getting deleted during a make distclean when building a
	  debian package.

	* gnurdf.spec.in:
	* debian/rules.in: ./autogen.sh is now executed instead of ./configure
	  so that the config.sub and config.guess files could be built
	  correctly on systems requiring newer versions of config.sub and
	  config.guess.

Mon Jul 02 21:47:50 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Bumped the version up to 0.2.2.

Wed Jun 20 23:11:58 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Systems without atexit() and on_exit() will now
	  compile correctly.

Thu Jun 07 10:29:58 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* docs/api/info/attribute-functions.texi: Added rdfGetNsAttribute()

Wed Jun 06 10:11:08 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf.spec.in: Added the man1 pages to the RPM.

Wed Jun 06 09:56:12 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* docs/api/html/:
	* docs/api/info/:
	* docs/api/man/: Updated the documentation to reflect the new version
	  number.

Mon Jun 04 23:44:26 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* gnurdf.spec.in: Documentation is no longer installed in
	  /usr/share/docs/libgnurdf-devel-*/api/html/. They are now
	  simply installed in /usr/share/docs/libgnurdf-devel-*/html/.

Mon Jun 04 23:25:28 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* debian/libgnurdf-dev.info:
	* debian/libgnurdf-dev.manpages:
	* debian/libgnurdf1.files: Fixed these up to work with the latest
	  changes.

Fri Jun 01 02:38:53 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Bumped the version up to v0.2.1.

Thu May 31 23:32:12 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Fixed a nasty bug where the returned pointer to
	  a string in a node in some cases is actually the node's own copy.
	* tests/test.c: Now frees memory in the right places. 0 memory leaks!

Thu May 31 21:41:44 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* docs/man:
	* docs/info:
	* docs/html: Moved to docs/api/.
	* docs/Makefile.am:
	* configure.in:
	* Doxyfile.in: Updated to work with the new docs/api/ directory.

Mon May 28 23:24:35 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* debian: Added Debian package information files. Thanks Domenico!

Mon May 21 00:44:45 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Added some portability checks.

Mon May 14 21:01:01 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Added a call to LIBXML_TEST_VERSION, to make sure that the version
	  used in the libxml library is correct.

Mon May 14 02:19:17 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* Removed some unnecessary checks in configure.in.

Mon May 14 02:15:42 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* Released v0.2.0!

Mon May 14 02:09:32 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Now works with libxml2. It is auto-detected during configure, and if
	  not available, defaults to libxml1.

Mon May 14 01:47:13 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Replaced calls to xmlGetProp() with
	  rdfGetAttribute(), and calls to xmlSetProp() with
	  rdfSetAttribute(). Also, some code cleanups, and I removed a block
	  of code that I'm not quite sure why we even had.

Mon May 14 01:31:35 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.h:
	* libgnurdf/gnurdf.c: Removed the RdfSchema * parameter from
	  rdfGetDescriptionAbout(), rdfCreateBag(), rdfCreateSeq(), and
	  rdfCreateAlt().

Mon May 14 01:00:21 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.h:
	* libgnurdf/gnurdf.c: Added rdfSetDescriptionId() and
	  rdfSetDescriptionAbout().

Tue May 08 22:34:47 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Added man pages, and updated documentation.

Tue May 08 14:43:46 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* docs/info/attribute-functions.texi:
	* docs/info/description-functions.texi:
	* docs/info/element-functions.texi:
	* libgnurdf/gnurdf.h:
	* libgnurdf/gnurdf.c: Moved some of the functions into other
	  categories.

Mon May 07 23:54:45 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.h:
	* libgnurdf/gnurdf.c: Renamed rdfWriteMemory() to rdfWriteBuffer().

Mon May 07 23:05:25 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.h: Stay consistent a bit with documentation.

Mon May 07 22:59:22 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* docs/info/search-functions.texi:
	* docs/info/iterator-functions.texi: Added documentation to these.

Mon May 07 21:15:40 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* docs/info/libgnurdf.texi.in: Split this into a file per node. Much
	  easier to maintain.

Mon May 07 09:04:33 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Moved the texinfo files from docs/ to docs/info/.

Sun May 06 22:21:45 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* docs/html/*: Added HTML documentation to the distribution.

Sun May 06 22:01:11 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* docs/libgnurdf.texi.in: Added the beginnings of an Info file.

Sun May 06 21:31:57 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.h: Removed rdfGetDescriptionFromHref() and
	  rdfGetDescriptionHref(). I doubt anybody will miss them.

Sun May 06 18:24:46 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* tests/test.c: Just a bit more tidyness...

Sun May 06 18:06:02 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* tests/test.rdf: Updated with the latest gtk+ from my GNUpdate
	  database. I don't want that old ugly database entry lying around :)
	  
	* tests/test.c: Updated to work with the new test.rdf file.

Sun May 06 17:56:43 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* tests/test.c: Staying consistent with code style and header comments.

Sun May 06 09:28:08 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.in: atexit() and on_exit() are now checked for during
	  the configure process.
	  
	* libgnurdf/gnurdf.c: The __uninitialize() is now compatible with
	  both atexit() and on_exit(), and the correct function is used
	  (if either one is supported).

Thu May 03 23:51:40 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* ChangeLog: Finally added something to this!

Thu May 03 10:23:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Minor doc update.

Fri Apr 06 19:03:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* acinclude.m4: Tests for leakbug and dmalloc will now work.

Fri Apr 06 18:24:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* tests/Makefile.am:
	* tests/test.c:
	* tests/test.cc: Ugh, why did I make this a C++ file?? Now it's
	  how it should be.

Fri Apr 06 18:14:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* autogen.sh: Ugh. This should say libgnurdf, not Eterm :)

Tue Apr 03 21:25:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* gnurdf.spec.in: Oops, typo in the filename. Fixed.

Tue Apr 03 21:03:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* AUTHORS, COPYING, INSTALL, NEWS, README:
	* gnurdf.spec.in: Filled these in more.

Sun Apr 01 12:33:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: The library now cleans itself up
	  on exit by using the atexit() function.

Thu Mar 29 02:08:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: More memory leak fixes, like the
	  ones I did the other day.

Wed Mar 28 23:08:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: Added rdfCleanupParser().

Wed Mar 28 01:03:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: More of what I did earlier, plus
	  some internal fixes to memory leaks involving
	  xmlEncodeEntitiesReentrant().

Wed Mar 28 00:08:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: There were memory leaks caused by
	  const char * functions returning the returned value from
	  xmlGetProp(). These functions are now char *, and the documentation
	  says that the returned values must be freed.

Wed Mar 21 16:57:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* acconfig.h:
	* configure.in:
	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: Added rdfSetNsAttribute(), and checks for
	  the xmlSetNsProp() function.

Wed Mar 21 11:17:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: Expanded some #defines into their
	  own functions.

Wed Mar 21 10:15:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* Some documentation updates.
	  gnurdf.c's comments before each function got trimmed and now
	  match the brief descriptions of the functions in gnurdf.h.
	* Made the fprintf(stderr, ...)'s more descriptive. They now tell
	  the user that the errors are coming from this library.
	* Reordered the functions in gnurdf.c to match the order in gnurdf.h.

Tue Mar 13 12:52:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* tests/test.cc:
	* Changed the rdfElementGet*() to rdfGetElement*().
	* Changed rdfNextElement() to rdfNextChild()
	* Changed rdf*Create() to rdfCreate*().

Sat Mar 10 17:14:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Oops, this should auto-generate the newer RDF
	  namespace.

Sat Mar 10 10:08:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* Many of the functions that required an RdfSchema * to be passed never
	  actually used it. They no longer accept an RdfSchema *.
	* Added rdfGetElementFromValue() and rdfGetElementFromResource().
	* Some minor code cleanups.

Fri Mar 09 16:39:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.in:
	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* tests/test.cc: Changed the rdf* structures to Rdf* to keep
	  consistent with the rest of the GNUpdate libraries.

Thu Mar 08 23:53:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* Doxyfile.in:
	* libgnurdf/gnurdf.c: Fixed the file compression (no,
	  really, I actually fixed it this time!)

Thu Mar 08 09:14:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* Doxyfile.in:
	* libgnurdf/gnurdf.h: Fixed the @file again! Oh how
	  much fun we have.

Wed Mar 07 23:08:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.h: Fixed the @file.

Sun Mar 04 22:45:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.in, libgnurdf/gnurdf.c: Added leakbug support.

Sun Mar 04 11:00:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* Doxyfile.in, libgnurdf/gnurdf.h: Documentation updates.

Fri Mar 02 16:17:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Fixed another memory leak.

Fri Mar 02 15:15:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Fixed some memory leaks.

Tue Feb 27 15:52:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* Doxyfile.in: Forgot this.

Tue Feb 27 15:50:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* Changed some char * stuff to const char *.
	* Fixed some memory leaks.

Tue Feb 27 01:07:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* acconfig.h:
	* configure.in:
	* libgnurdf/gnurdf.c: Added dmalloc support.

Sat Feb 24 18:34:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: This shouldn't crash now if
	  parameters are passed as NULL.

Sat Feb 24 15:04:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* Bug fixes..
	  rdfGetDescriptionFrom* would crash if the thing it was looking
	  for didn't actually exist on the node.

Sat Feb 24 14:01:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* Erm.. that should work a bit better. I guess I didn't fully
	  understand how that was used ;)

Sat Feb 24 13:08:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* Some documentation changes.
	* Added functions for setting/retrieving the document compression
	  mode.

Thu Feb 22 12:09:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* Makefile.am: Added doxygen support.

Thu Feb 22 11:42:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* .cvsignore:
	* tests/.cvsignore: Quiet, CVS!

Thu Feb 22 11:41:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* Added more documentation.
	* Changed some names around so things are more consistent.

Thu Feb 22 02:15:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.h: Added some Doxygen documentation.
	  I'll do the rest tomorrow (later today?)

Thu Feb 15 11:41:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Added some #defines for xmlChildrenNode and
	xmlRootNode, in case the user's libxml doesn't support those.

Thu Feb 15 11:29:00 PST 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.in: Added support for -Wall.

Fri Dec 22 20:32:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* README: Making sure this listserv still works.

Mon Nov 27 18:05:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* acconfig.h:
	* configure.in:
	* gnurdf.m4.in:
	* libgnurdf/gnurdf.c: Added support or libxml v2.x.

Sun Sep 03 01:58:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h:
	* tests/test.cc: Changed copyrights to The GNUpdate Project.

Sat Aug 26 14:55:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: Added support for getting the
	  value of an attribute with the specified namespace.

Wed Aug 23 18:16:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* libgnurdf/gnurdf.h: Added functions for getting and
	  setting attributes.

Mon Aug 21 04:03:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c:
	* Changed the style of the function definitions.
	* Removed some unneeded comments.
	* Finally got rid of that "Deprecated API
	  xmlEncodeEntities() ..." error

Wed Aug 16 14:27:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* gnurdf.m4.in: We don't need that AC_LANG_RESTORE

Wed Aug 16 13:59:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* acconfig.h: Got rid of the PACKAGE and VERSION, which may
	  conflict with other things.

Tue Aug 15 17:04:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/gnurdf.c: Changed a call from
	  xmlEncodeEntities() to xmlEncodeEntitiesReentrant()

Sat Aug 05 11:44:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* Makefile.am: Oops. gnurdf.m4 in the EXTRA_DIST should have been
	  gnurdf.m4.in

Sat Aug 05 11:32:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* gnurdf.m4.in: Oops, wrong author =/

Sat Aug 05 11:18:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* tests/Makefile.am: rdftest will no longer install, and the
	  test.rdf is now an EXTRA_DIST.

Sat Aug 05 11:17:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* gnurdf.m4.in: The test wasn't running properly. CFLAGS wasn't
	  being used because I had set the C++ compiler to run, but it's all
	  fixed now! :)

Sat Aug 05 03:01:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* gnurdf-config.in: @XML_CFLAGS@ and @XML_LIBS@ are now properly
	  added to the --cflags and --libs lists.

Sat Aug 05 02:51:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf/Makefile.am: Now sets the include path for gnome-xml
	  based off the $(XML_CFLAGS).
	* libgnurdf/gnurdf.h: #includes have been updated to work with
	  the new path.

Sat Aug 05 02:41:00 PST 2000  Christian Hammond <chipx86@portaldesign.net>

	* Makefile.am:
	* configure.in:
	* gnurdf-config.in:
	* gnurdf.m4.in:
	* gnurdf.spec.in: Useful files to have :) We're getting there...

