diff --git a/ChangeLog b/ChangeLog index 4986372d..1f315619 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Mar 5 07:23:53 CET 1999 Daniel Veillard + + * Renamed error.h to xml-error.h, corrected Makefile.am to list + it in the header and not the sources, updated the doc. + Thanks to Tim Mooney for + pointing this out. + Mon Mar 1 13:27:17 CET 1999 Daniel Veillard * parser.c, parser.h, parserInternals.h: memory leak hunting, diff --git a/Makefile.am b/Makefile.am index cf87f470..a961e2aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,6 @@ libxml_la_SOURCES = \ entities.c \ encoding.c \ error.c \ - error.h \ parser.c \ debugXML.c \ tree.c \ @@ -28,6 +27,7 @@ xmlinc_HEADERS = \ parser.h \ parserInternals.h \ debugXML.h \ + xml-error.h \ tree.h \ valid.h diff --git a/SAX.c b/SAX.c index b4165565..b4a6cb16 100644 --- a/SAX.c +++ b/SAX.c @@ -11,7 +11,7 @@ #include "tree.h" #include "parser.h" #include "entities.h" -#include "error.h" +#include "xml-error.h" /* #define DEBUG_SAX */ diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml index 39ecb8e3..e7442bd4 100644 --- a/doc/gnome-xml.sgml +++ b/doc/gnome-xml.sgml @@ -2,7 +2,7 @@ - + ]> diff --git a/doc/html/book1.html b/doc/html/book1.html index 02a4bd63..d3b9d007 100644 --- a/doc/html/book1.html +++ b/doc/html/book1.html @@ -58,8 +58,8 @@ HREF="gnome-xml-valid.html" > — one line description goes here.
errorxml-error — one line description goes here.
PrevPreverrorxml-errorNextNexterrorxml-error - - - + + + diff --git a/doc/html/libxml.html b/doc/html/libxml.html index 0f4d7b39..fade2b17 100644 --- a/doc/html/libxml.html +++ b/doc/html/libxml.html @@ -93,8 +93,8 @@ HREF="gnome-xml-valid.html" > — one line description goes here.
errorxml-error — one line description goes here.