Daniel Veillard
20c8cf2884
Added Seattle and French mirrors links, Daniel
2001-06-26 22:47:36 +00:00
Daniel Veillard
1164810d66
- configure.in doc/xml.html include/libxml/xmlwin32version.h:
...
release of 2.3.12
- parser.c: make an error message if unknow entities in all cases
Daniel
2001-06-26 16:08:24 +00:00
Daniel Veillard
f5498f3d48
warn against sending code to exhibit bugs. Daniel
...
* doc/html.xml: warn against sending code to exhibit bugs.
Daniel
2001-06-25 15:08:36 +00:00
Daniel Veillard
c5d64345cf
Summer's cleanup, a really big one:
...
* AUTHORS: added William and Bjorn
* include/libxml/*.h *.c README doc/*.html etc.: changed old email to
daniel@veillard.com hopefully I won't have to do this again
* doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
docs can be rebuilt cleanly now
* include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
from CVs it's generated, added include/libxml/xmlwin32version.h
also generated but which should change far less frequently.
* catalog.c nanoftp.c: made sure to include libxml.h not
libxml/xmlversion.h directly
* include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
when compiling on WIN32 and MSC
Daniel
2001-06-24 12:13:24 +00:00
Daniel Veillard
ca9897666e
a new version of libxml-doc.el. This new version works with both libxml1
...
* doc/libxml-doc.el: a new version of libxml-doc.el. This new
version works with both libxml1 and libxml2 (it autodetects
the prefix of the html-files) from Felix Natter.
* doc/xml.html: updated doc accordingly
Daniel
2001-06-23 17:39:29 +00:00
Daniel Veillard
7b06bcb1d3
- doc/FAQ.html: added a warning about gcc-3.0
...
- doc/xml.html: added reference to gdome2 and removed a confusing
sentence
Daniel
2001-06-22 16:03:51 +00:00
Daniel Veillard
e3c81b50bf
- tree.c: fixed xmlHasNsProp() accordingly to bug #55683
...
- doc/xml.html: updated with 2.3.11
Daniel
2001-06-17 14:50:34 +00:00
Daniel Veillard
4ec885a128
- TODO: updated adding cleanup of generated doc
...
- configure.in: prepared to release 2.3.11
- xmllint.c: added --version for bug reporting
- doc/html/*.html: rebuilt the doc
Daniel
2001-06-17 10:31:07 +00:00
Daniel Veillard
6761eeea4d
- libxml.h: fixed an error in last commit
...
- doc/FAQ.html: added an entry for compilation from CVS
Daniel
2001-06-11 10:29:38 +00:00
Daniel Veillard
b370a74e0e
Linked to Red Hat, after all they have been paying for libxml recents
...
improvements, Daniel
2001-06-09 16:58:47 +00:00
Daniel Veillard
8a367d4f9b
- doc/libxml-doc.el: Felix Natter provided a new version for libxml2
...
Daniel
2001-06-07 14:01:34 +00:00
Daniel Veillard
6e93c4aa47
- HTMLtree.c: trying to close bug #55772 escaping in script
...
elements
- doc/xml.html: suggest to send mail to the list
Daniel
2001-06-05 20:57:42 +00:00
Daniel Veillard
2e4f188293
- doc/xml.html: added 2.3.10 release
...
Daniel
2001-06-01 10:11:57 +00:00
Daniel Veillard
4623acdc4f
update with 2.3.9 informations Daniel
...
* doc/xml.html: update with 2.3.9 informations
Daniel
2001-05-19 15:13:15 +00:00
Daniel Veillard
bed7b052a3
- HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
...
xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
- doc/html/* : rebuilt the docs
- valid.c: small patch which may improve some case when
validating.
Daniel
2001-05-19 14:59:49 +00:00
Daniel Veillard
a265af7988
Added 1.8.13 release, Daniel
2001-05-14 11:13:58 +00:00
Daniel Veillard
7d6fd219f2
- xmlIO.c catalog.c: plugged in the default catalog resolution
...
- doc/gnome-xml.sgml: linked in the Docbook parser and catalog
documentations
- doc/html/libxml-*.html: rebuild added the missing ones to CVS
Daniel
2001-05-10 15:34:11 +00:00
Daniel Veillard
3bbbe6fa2a
preparing for 2.3.8 release, updated and regenerated the docs Daniel
...
* configure.in doc/xml.html doc/html/*: preparing for 2.3.8
release, updated and regenerated the docs
Daniel
2001-05-03 11:15:37 +00:00
Daniel Veillard
c654d60364
Added an entry to the FAQ, Daniel
2001-05-01 12:42:26 +00:00
Daniel Veillard
61b33d5733
- SAX.c testDocbook.c DOCBparser.c: more work on the support
...
of external parsed entities, added --noent to testDocbook
- valid.c: Garry Pennington found an uninitialized variable
access in xmlValidateElementContent()
Daniel
2001-04-24 13:55:12 +00:00
Daniel Veillard
a41123ce95
- doc/html/* doc/xml.html: updated and regenerated the docs
...
Daniel
2001-04-22 19:31:20 +00:00
Daniel Veillard
5d7a9fe6b3
Quick fix of a couple of bad links, Daniel
2001-04-17 21:03:15 +00:00
Daniel Veillard
afc7311e0b
- doc/xml.html: added 2.3.6 release
...
Daniel
2001-04-11 11:51:41 +00:00
Daniel Veillard
911f49a0a0
- xpath.c: checking for null pointer generated by new code
...
Daniel
2001-04-07 15:39:35 +00:00
Daniel Veillard
3197f164a8
Fixed pointers to archive, Daniel
2001-04-04 00:40:08 +00:00
Daniel Veillard
a47fb3d9f7
Cleaned up the DOM section and linked to the Gdome2 homepage, Daniel
2001-03-25 17:23:49 +00:00
Daniel Veillard
56a4cb8c4d
Huge cleanup, I switched to compile with
...
-Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
-Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
- HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
encoding.h entities.c error.c list.[ch] nanoftp.c
nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
testSAX.c testURI.c testXPath.c tree.[ch] uri.c
valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
Cleanup, staticfied a number of non-exported functions,
detected and cleaned up a dozen of problem found this way,
avoided a lot of public function name/typedef/system names clashes
- doc/xml.html: updated
- configure.in: switched private flags to the really pedantic ones.
Daniel
2001-03-24 17:00:36 +00:00
Daniel Veillard
c7ad7ce598
Preparing a new release:
...
- configure.in: 2.3.5
- doc/html/*: rebuilt the docs
Daniel
2001-03-22 21:45:29 +00:00
Daniel Veillard
e0c1d72a6f
Got fed up, people should not use libxml1 unless forced, put this in
...
big red letters at critical places in the doc, Daniel
2001-03-21 10:28:36 +00:00
Daniel Veillard
480363bdf5
Updated instruction for libxml2 and libxml coexistence, Daniel
2001-03-16 22:04:15 +00:00
Daniel Veillard
0a6c358bf3
- doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
...
a fix for --with-html-dir= configure support. I hope it won't
break rpm generation
Daniel
2001-03-14 19:15:37 +00:00
Daniel Veillard
3f3b4f372e
Bob Wilkinson sent grammatical errors fixes in the FAQ :-)
...
Daniel
2001-03-13 15:12:39 +00:00
Daniel Veillard
e356c28006
Preparing for 2.3.4 release:
...
- configure.in: bumped to 2.3.4
- error.c: fixed bug #51860
- tree.c: fixed bug #51861
- valid.c: cleanup, more debug, failed to fix one bug crap ...
- tree.[ch] : added xmlDefaultBufferSize
- nanoftp.c: typo in function name header block
- doc/xml.html : updated, added link to XML::LibXSLT
- doc/html/* : rebuilt the docs
Daniel
2001-03-10 12:32:04 +00:00
Daniel Veillard
33a67808b9
Removed unneeded references to rpmfind.net, use xmlsoft.org, fixed
...
the mailing-list new address, fixed new email address, daniel
2001-03-07 09:44:02 +00:00
Daniel Veillard
81781103cd
Updated to point to bugzilla, Daniel
2001-03-07 09:31:47 +00:00
Daniel Veillard
b402c07ca5
Released libxml-2.3.3:
...
- configure.in: bumped to 2.3.3
- doc/xml.html: updated
Daniel
2001-03-01 17:28:58 +00:00
Daniel Veillard
ec70e917b9
I'm slightly time warped...
...
- doc/xml.html: oops corrected dates s/2000/2001
Daniel
2001-02-26 20:10:45 +00:00
Daniel Veillard
91e9d589ea
- doc/xml.html: applied patch from Ankh
...
Daniel
2001-02-26 07:31:12 +00:00
Daniel Veillard
71681103a3
Preparing 2.3.2 release:
...
- configure.in: bumped to 2.3.2
- doc/xml.html: updated for release
Daniel
2001-02-24 17:48:53 +00:00
Daniel Veillard
6e6a6cc6e7
couple of fixes before release:
...
- xpathInternals.h: exported a few axis functions
- doc/xml.html: updated the doc
Daniel
2001-02-15 15:55:44 +00:00
Daniel Veillard
d194dd2892
- hash.[ch]: added Paolo Casarini patch to provide Delete from
...
hash functionnalities.
- doc/html/* : rebuild the doc
Daniel
2001-02-14 10:37:43 +00:00
Daniel Veillard
a666359a16
Fixed last point, Daniel
2001-02-10 09:41:12 +00:00
Daniel Veillard
62bccd56c9
Fixed formatting, Daniel.
2001-02-10 09:40:10 +00:00
Daniel Veillard
7f41b3eb5b
Fixed some old stuff, added the faq about blanks, Daniel
2001-02-10 09:35:37 +00:00
Daniel Veillard
9cb5ff4e6a
Fixed generated doc, Daniel
2001-01-29 08:22:21 +00:00
Daniel Veillard
5eb0594f83
Makefile/doc maintenance:
...
- doc/Makefile.am: fixed make rebuild in doc
- doc/html/*.html: rebuilt the docs
Daniel
2001-01-27 17:50:22 +00:00
Daniel Veillard
8e19990680
Some packaging cleanup:
...
- Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
the HTML doc to go into the -devel RPM ...
- aclocal.m4 config.h.in: some updates due to auto* magic
Daniel
2001-01-25 18:54:39 +00:00
Daniel Veillard
383b14768a
Added link to FEATURES in lxr, Daniel
2001-01-23 11:39:52 +00:00
Daniel Veillard
82687162b1
- doc/xml.html: updated with an XSLT section, removed pointer to
...
W3C CVS base.
Daniel
2001-01-22 15:32:01 +00:00
Daniel Veillard
503b89361d
- configure.in: preparing 2.2.11
...
- doc/html/*: rebuild the HTML files
- doc/xml.html : updated
Daniel
2001-01-05 06:36:31 +00:00