|
c575b997
|
2002-02-08T13:28:40
|
|
Changed to the MIT Licence updated the doc accordingly preparing 2.4.14
* Copyright Makefile.am README configure.in libxml.spec.in:
Changed to the MIT Licence
* doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
doc/xmlio.html: updated the doc accordingly
* include/libxml/xmlwin32version.h configure.in: preparing
2.4.14 release
* python/generator.py python/libxml.c python/libxml2-python-api.xml
python/libxml2class.txt python/libxml_wrap.h python/types.c:
fixed the const xmlChar * wrapper and generator, XPath extension
functions now use the context as first argument
* python/tests/tstxpath.py python/tests/xpath.py
python/tests/xpathext.py: Updated the tests accordingly
* tree.c: fixed bug #70067
Daniel
|
|
d2897fde
|
2002-01-30T16:37:32
|
|
commited early version of a python binding for private use only ATM Daniel
* python/generator.py python/libxml.c python/libxml.py
python/libxml_wrap.h: commited early version of a python binding
for private use only ATM
Daniel
|
|
05d39112
|
2002-01-30T10:47:44
|
|
Changed to use chunk.xsl instaed of chunk-common.xsl as 1.48 changed
to remove that specific file, Daniel
|
|
51737276
|
2002-01-23T23:10:38
|
|
fixed a small error, daniel
|
|
f8592562
|
2002-01-23T17:58:17
|
|
generated an alphabetic index based on comments content rebuilt the web
* doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
an alphabetic index based on comments content
* doc/*: rebuilt the web site with the new references
Daniel
|
|
3bf65bea
|
2002-01-23T12:36:34
|
|
updated the python extractor to generate cross-references, and
* doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
doc/parsedecl.py doc/Makefile.am: updated the python extractor
to generate cross-references, and added/updated the stylesheets
to generate and link API indexes. The generic keyword index
is not done yet.
* doc/*.html: regenerated all the usual docs too
Daniel
|
|
9d06d300
|
2002-01-22T18:15:52
|
|
Build a new version hopefully near complete and fully documented of the
* doc/libxml2-api.xml doc/parsedecl.py: Build a new version
hopefully near complete and fully documented of the API in XML
* HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
include/libxml/parserInternals.h include/libxml/valid.hi
include/libxml/xmlIO.h include/libxml/xmlerror.hi
include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
include/libxml/xpath.h include/libxml/xpathInternals.h:
Cleaned up the doc comments a lot in the process, the interface
coverage is now 100%
Daniel
|
|
2d1464fb
|
2002-01-21T23:16:56
|
|
improved the script to extracts comments from the gtk-doc DocBook output
* doc/libxml2-api.xml doc/parsedecl.py: improved the script to
extracts comments from the gtk-doc DocBook output (a bit
convoluted but seems to work).
Daniel
|
|
06622dfe
|
2002-01-21T17:53:42
|
|
Recompiled the docs, Daniel
|
|
61006471
|
2002-01-21T17:31:47
|
|
added an XML description of the API, moved the script generating it here.
* Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
added an XML description of the API, moved the script generating
it here. Added a "make api" target
Daniel
|
|
8acca114
|
2002-01-21T09:52:27
|
|
Trying to fix an alignment problem reported in IE, daniel
|
|
963d2ae4
|
2002-01-20T22:08:18
|
|
cleanup patch from Anthony Jones fix the headers to avoid in make scan
* SAX.c: cleanup patch from Anthony Jones
* doc/Makefile.am: fix the headers to avoid in make scan
* parserInternals.c xpath.c include/libxml/*.h: cleanup of the
includes, * vs Ptr and general cleanup
* parsedecl.py: first version of a script to extract the
module interfaces, the goal will be to provide .decl or XML
specification of the interfaces to build wrappers.
Daniel
|
|
0f5f162e
|
2002-01-20T12:42:06
|
|
Fixed bug #68830, xmlcatalog now provides return codes in case of errors
* doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
now provides return codes in case of errors
Daniel
|
|
35e937a7
|
2002-01-19T22:21:54
|
|
Added pointers and doc for the script too, Daniel
|
|
a4c8d069
|
2002-01-19T22:13:51
|
|
Adding the script to rebuild DocBook XML catalogs, Daniel
|
|
2c748c61
|
2002-01-16T15:37:50
|
|
update xmlNodeSetContent() and xmlNodeSetContentLen() to allow updating an
* tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
to allow updating an attribute content
Daniel
|
|
744683d1
|
2002-01-14T17:30:20
|
|
updated to 2.4.13 update of the documentation daniel
* configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
* doc/* : update of the documentation
daniel
|
|
bc66f859
|
2002-01-14T09:49:20
|
|
Fixed a link, Daniel
|
|
db0eb8df
|
2002-01-13T13:35:00
|
|
applied Serguei Narojnyi's patch to add native thread support on the Win32
* threads.c: applied Serguei Narojnyi's patch to add native
thread support on the Win32 platform
* testThreadsWin32.c Makefile.am: added the test program also
from Serguei, Win32 specific
* include/win32config.h include/libxml/xmlwin32version.h.in:
added patch from Igor for the Windows thread specific defines.
Daniel
|
|
845cce4c
|
2002-01-09T11:51:37
|
|
Anthony Jones pointed a bug in xmlCopyEntity() Daniel
* entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
Daniel
|
|
7b602b42
|
2002-01-08T13:26:00
|
|
renamed XML.html output page into XMLinfo.html. Close bug #66951 and
* doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
output page into XMLinfo.html. Close bug #66951 and
raised by Robert Collins too.
Daniel
|
|
4a85920e
|
2002-01-08T11:49:22
|
|
updated the Gdome2 links Daniel
* doc/*.html: updated the Gdome2 links
Daniel
|
|
cebb1361
|
2002-01-02T13:13:30
|
|
should fix #67674 and avoid troubles if xsltproc is not available or fails
* doc/Makefile.am: should fix #67674 and avoid troubles if
xsltproc is not available or fails in the prefix provided
Daniel
|
|
cbaf3995
|
2001-12-31T16:16:02
|
|
applied 42 documentation patches from Charlie Bozeman. Regenerated the
* *.c include/libxml/*.h doc/html/*: applied 42 documentation
patches from Charlie Bozeman. Regenerated the HTML docs.
Daniel
|
|
2323ac24
|
2001-12-14T04:24:50
|
|
*doc/xmllint.xml, xmllint.1 - document --dropdtd
Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
*doc/xmllint.xml, xmllint.1 - document --dropdtd
|
|
ae74399d
|
2001-12-13T20:58:11
|
|
Fixed a pointer to the list archives, Daniel
|
|
9ae4b7af
|
2001-12-13T14:24:09
|
|
removed another strdup() removed the HP/UX entry Daniel
* xmllint.c: removed another strdup()
* doc/FAQ: removed the HP/UX entry
Daniel
|
|
3fc555e5
|
2001-12-11T04:41:24
|
|
docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
* docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
xmlcatalog_man.xml
|
|
ef90ba7e
|
2001-12-07T14:24:22
|
|
preparing 2.4.12 updated and rebuilt the docs Daniel
* configure.in : preparing 2.4.12
* doc/* : updated and rebuilt the docs
Daniel
|
|
b36d4fe5
|
2001-11-28T13:40:42
|
|
Added some missing files, Daniel
|
|
1aadc447
|
2001-11-28T13:10:32
|
|
Added a link to libxml2-pas, Daniel
|
|
db9dfd9e
|
2001-11-26T17:25:02
|
|
Updated Gary's pages, Daniel
|
|
a4871052
|
2001-11-26T13:19:48
|
|
Updated the on-line documentation, Daniel
|
|
42304046
|
2001-11-18T00:18:06
|
|
doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with shell
Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
shell instructions from Heiko Rupp
|
|
43d3f61a
|
2001-11-10T11:57:23
|
|
preparing 2.4.10 upgraded and rebuilt the docs Daniel
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
* doc/*: upgraded and rebuilt the docs
Daniel
|
|
ed421aa6
|
2001-11-04T21:22:45
|
|
Updated the news section, Daniel
|
|
027edfb7
|
2001-11-04T20:13:58
|
|
Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
* doc/xmllint.xml, xmllint.1 - updating xmllint man page to
document --sgml option, fixing gnome bugzilla #63382
|
|
5540daa9
|
2001-10-30T15:14:36
|
|
Update, Daniel
|
|
52dcab39
|
2001-10-30T12:51:17
|
|
preparing 2.4.7 switched to the latest xmllint manual page from John
* configure.in: preparing 2.4.7
* Makefile.am doc/Makefile.am: switched to the latest xmllint
manual page from John
* doc/*: updated the doc and rebuilt the generated pages
Daniel
|
|
51095317
|
2001-10-28T18:51:57
|
|
fixing a broken link, Daniel
|
|
fd32de62
|
2001-10-27T20:14:01
|
|
*doc/xmllint.xml, doc/xmllint.1 New and improved man page for xmllint -
Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
*doc/xmllint.xml, doc/xmllint.1
New and improved man page for xmllint - .xml is the original, .1
is the generated man page
|
|
c6271d20
|
2001-10-27T07:50:58
|
|
Updated the download part, a couple of fixups from Gary, Daniel
|
|
9c466827
|
2001-10-25T12:03:39
|
|
More cleanup, fixed the front page, looks good !
Daniel
|
|
b8cfbd12
|
2001-10-25T10:53:28
|
|
Finished reintegrating the docs and unifying the look, may still
need a couple of pointers but looks fine now. valid.html si now
merged in xmldtd.html. Overall cleanup, Daniel
|
|
594cf0b2
|
2001-10-25T08:09:12
|
|
Updated the stylesheet and the website, Daniel
|
|
c948420a
|
2001-10-24T12:35:52
|
|
now autogenerate the web site from the main HTML document. Daniel
* doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
the web site from the main HTML document.
Daniel
|
|
585b4ea7
|
2001-10-24T07:26:23
|
|
Added a bullet about xmlDetectCharEncoding() extra arg, Daniel
|
|
0a702dca
|
2001-10-19T14:50:57
|
|
Added link to Solaris binaries provided by Gary Pennington
Daniel
|
|
60087f30
|
2001-10-10T09:45:09
|
|
preparing 2.4.6 release updated and rebuilt the docs fixed a number of
* configure.in: preparing 2.4.6 release
* doc/xml.html doc/html/*: updated and rebuilt the docs
* include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
Daniel
|
|
60416fa4
|
2001-10-09T02:41:50
|
|
doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html adding
Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
adding documentation for DV's supercatalog support
|
|
0e229933
|
2001-10-07T22:46:00
|
|
//bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog.1
One more crack at
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
|
|
ac941e32
|
2001-10-06T22:30:16
|
|
*doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 finishing up
Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
*doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
finishing up fix to
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
the xmlcatalog man page display more elegantly
|
|
9f82dc65
|
2001-10-06T02:40:10
|
|
//bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog.1 updated using a new stylesheet to address, in
part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
|
|
dadd0873
|
2001-09-15T09:21:44
|
|
Added 1.8.16 and 2.4.5 releases, Daniel
|
|
008186fc
|
2001-09-13T14:24:44
|
|
Trying to minimize the support pain, Daniel
|
|
98fed37a
|
2001-09-13T11:34:58
|
|
dohh generated the wrong include path :-( re-dohh forgot the new manpage
* libxml-2.0.pc.in: dohh generated the wrong include path :-(
* doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
Daniel
|
|
04382ae3
|
2001-09-12T18:51:30
|
|
preparing for 2.4.4 updated and rebuilt the docs Daniel
* configure.in: preparing for 2.4.4
* doc/xml.html doc/html/*: updated and rebuilt the docs
Daniel
|
|
04685003
|
2001-09-03T16:11:47
|
|
*doc/catalog.html - add link to the html version of the man page, other
Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
*doc/catalog.html - add link to the html version of the
man page, other linguistic cleanups
|
|
5bd39dc7
|
2001-09-03T15:14:19
|
|
xmlcatalog.1, the man file, has not yet been included in the build.
Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
file, has not yet been included in the build.
|
|
7e8a4f7a
|
2001-08-24T12:14:55
|
|
Added pointer to the DocBook catalog tarball, Daniel
|
|
3993690e
|
2001-08-24T00:49:01
|
|
Added 2.4.3 Release, rebuilt the HTML pages, daniel
|
|
e8f37933
|
2001-08-23T23:21:04
|
|
Rebuilt the docs, preparing for release, Daniel
|
|
9f7b84bb
|
2001-08-23T15:31:19
|
|
preparing for a 2.4.3 release even if it may not be ready yet redirected
* Makefile.am configure.in include/libxml/xmlwin32version.h:
preparing for a 2.4.3 release even if it may not be ready yet
* catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
all file parsing lookup to go through the entity resolver, add
to add an API to bypass it (needed to load catalogs themselves),
some cleanup on the catalog code too.
* nanoftp.c: small cleanup
* doc/catalog.html: small update
Daniel
|
|
ffb120d9
|
2001-08-23T00:52:23
|
|
finished the catalog documentation Daniel
* doc/catalog.html: finished the catalog documentation
Daniel
|
|
e7ead2d2
|
2001-08-22T23:44:09
|
|
added documentation about Catalog support, misses an API description
* doc/catalog.html doc/xml.html: added documentation about
Catalog support, misses an API description
* doc/html/*: reextracted the API pages
Daniel
|
|
f7ed3360
|
2001-08-17T12:01:21
|
|
fixed a couple of links, Daniel
|
|
3d6ae1ce
|
2001-08-15T13:12:39
|
|
Added docs for 2.4.1 and 2.4.2 releases, Daniel
|
|
25997ca0
|
2001-07-27T18:56:57
|
|
Added link to the Python bindings, daniel
|
|
95189536
|
2001-07-26T18:30:26
|
|
Added pointers to Igor page for the Windows binaries,
Daniel
|
|
f012a64d
|
2001-07-23T19:10:52
|
|
get rid of the readline and libhistory dependancies by default, release
* configure.in: get rid of the readline and libhistory
dependancies by default, release 2.4.1 with IA64 fix
* nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
include/libxml/tree.h include/libxml/xmlIO.h: incorporated
John Kroll fixes to allow saving to HTTP via PUT (or
POST of needed).
* doc/html/*.html: regenerated the docs
Daniel
|
|
5e2dace1
|
2001-07-18T19:30:27
|
|
Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%
Cleanup, cleanup ..
* configure.in Makefile.am: removed libxml softlink for good
* include/libxml/*.h *.c doc/Makefile.am: cleanup to get
100% coverage by gtk-doc
Daniel
|
|
8c2ecafa
|
2001-07-10T17:53:07
|
|
Added XInclude, Daniel
|
|
09ab7e1c
|
2001-07-10T15:49:44
|
|
release of 2.4.0 updated the docs Daniel
* configure.in include/libxml/xmlwin32version.h: release of 2.4.0
* doc/xml.html doc/html/*: updated the docs
Daniel
|
|
449d7398
|
2001-07-07T19:11:06
|
|
- doc/libxml-doc.el: Felix Natter provided anew version working
with XEmacs too
Daniel
|
|
5168dbfe
|
2001-07-07T00:18:23
|
|
small cleanup update Daniel
* include/libxml/xpath.h: small cleanup
* doc/xml.html: update
Daniel
|
|
5b43fde4
|
2001-07-05T23:31:40
|
|
added 2.3.14 release. Daniel
* doc/xml.html: added 2.3.14 release.
Daniel
|
|
4b8328d7
|
2001-07-05T22:48:42
|
|
rebuilt the docs for the release Daniel
* doc/html/*: rebuilt the docs for the release
Daniel
|
|
234547b5
|
2001-07-05T09:46:10
|
|
Fixed informations on reporting bugs,
Daniel
|
|
2adbb514
|
2001-06-28T16:20:36
|
|
added 1.8.14 and 2.3.13 releases Daniel
* doc/xml.html: added 1.8.14 and 2.3.13 releases
Daniel
|
|
823a77f8
|
2001-06-26T23:07:32
|
|
fixed another typo, Daniel
|
|
b97b4309
|
2001-06-26T23:04:22
|
|
fix a sentence which may sound like i don't take patches, Daniel
|
|
20c8cf28
|
2001-06-26T22:47:36
|
|
Added Seattle and French mirrors links, Daniel
|
|
1164810d
|
2001-06-26T16:08:24
|
|
- 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
|
|
f5498f3d
|
2001-06-25T15:08:36
|
|
warn against sending code to exhibit bugs. Daniel
* doc/html.xml: warn against sending code to exhibit bugs.
Daniel
|
|
c5d64345
|
2001-06-24T12:13:24
|
|
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
|
|
ca989766
|
2001-06-23T17:39:29
|
|
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
|
|
7b06bcb1
|
2001-06-22T16:03:51
|
|
- doc/FAQ.html: added a warning about gcc-3.0
- doc/xml.html: added reference to gdome2 and removed a confusing
sentence
Daniel
|
|
e3c81b50
|
2001-06-17T14:50:34
|
|
- tree.c: fixed xmlHasNsProp() accordingly to bug #55683
- doc/xml.html: updated with 2.3.11
Daniel
|
|
4ec885a1
|
2001-06-17T10:31:07
|
|
- 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
|
|
6761eeea
|
2001-06-11T10:29:38
|
|
- libxml.h: fixed an error in last commit
- doc/FAQ.html: added an entry for compilation from CVS
Daniel
|
|
b370a74e
|
2001-06-09T16:58:47
|
|
Linked to Red Hat, after all they have been paying for libxml recents
improvements, Daniel
|
|
8a367d4f
|
2001-06-07T14:01:34
|
|
- doc/libxml-doc.el: Felix Natter provided a new version for libxml2
Daniel
|
|
6e93c4aa
|
2001-06-05T20:57:42
|
|
- HTMLtree.c: trying to close bug #55772 escaping in script
elements
- doc/xml.html: suggest to send mail to the list
Daniel
|
|
2e4f1882
|
2001-06-01T10:11:57
|
|
- doc/xml.html: added 2.3.10 release
Daniel
|
|
4623acdc
|
2001-05-19T15:13:15
|
|
update with 2.3.9 informations Daniel
* doc/xml.html: update with 2.3.9 informations
Daniel
|
|
bed7b052
|
2001-05-19T14:59:49
|
|
- 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
|
|
a265af79
|
2001-05-14T11:13:58
|
|
Added 1.8.13 release, Daniel
|
|
7d6fd219
|
2001-05-10T15:34:11
|
|
- 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
|
|
3bbbe6fa
|
2001-05-03T11:15:37
|
|
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
|
|
c654d603
|
2001-05-01T12:42:26
|
|
Added an entry to the FAQ, Daniel
|