1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-29 21:46:59 +03:00

271 Commits

Author SHA1 Message Date
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
9cb5ff4e6a Fixed generated doc, Daniel 2001-01-29 08:22:21 +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
Daniel Veillard
2ddd23ddbc Fixed 2.2.9, added 2.2.10, Daniel 2000-11-25 10:42:19 +00:00
Daniel Veillard
9d343c4af5 Updated the Web page with 2.2.9, Daniel. 2000-11-25 10:12:43 +00:00
Daniel Veillard
851c59c20e Fixed Ari Johnson E-mail's, daniel 2000-11-24 16:06:22 +00:00
Daniel Veillard
300f7d6d00 Added a small DTD related page following the IRC help needed by maciej on the
topic, Daniel
2000-11-24 13:04:04 +00:00
Daniel Veillard
28929b2fa6 Doing 2.2.8 release:
- doc/xml.html doc/html/* : rebuilt the docs after adding
  xinclude and updated page for 2.2.7 and 2.2.8
- configure.in: releasing 2.2.8
Daniel
2000-11-13 18:22:49 +00:00
Daniel Veillard
29a11cc696 Releasing 2.2.6 after adding xpathInternals.h:
- configure.in: release 2.2.6
- xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
  exporting the inner functions of xpath for extension modules
- doc/*: updated and rebuilt the doc
Daniel
2000-10-25 13:32:39 +00:00
Daniel Veillard
0c0692291e Fixed a stoopid URL problem, Daniel. 2000-10-21 09:25:52 +00:00
Daniel Veillard
ab8500d794 Updated homepage to reflect the new distrib, Daniel. 2000-10-15 21:06:19 +00:00
Daniel Veillard
189446d2fa documentations: - doc/xml.html doc/xmlmem.html: added a module describing
documentations:
- doc/xml.html doc/xmlmem.html: added a module describing memory
  interfaces and use, updated the main page.
Daniel
2000-10-13 10:23:06 +00:00
Daniel Veillard
c92c304a44 on-line update, Daniel 2000-09-29 02:42:04 +00:00
Daniel Veillard
d5f97f8077 - doc/xml.html : updated with new releases, adding "how to help"
Daniel
2000-09-17 16:38:14 +00:00
Daniel Veillard
969844565f Added a doc on the I/O interfaces, Daniel 2000-08-31 13:50:12 +00:00
Daniel Veillard
f121ab7295 on-line update, Daniel 2000-08-29 23:40:42 +00:00
Daniel Veillard
8c6d6af17a Added pointer to gtk-doc, Daniel. 2000-08-25 17:14:13 +00:00
Daniel Veillard
7b9c4b752d Added Warning about SAX en entities support. Daniel. 2000-08-25 16:26:50 +00:00
Daniel Veillard
ec78c0f8d5 Updated for clearer message of the content, DV. 2000-08-25 10:25:23 +00:00
Daniel Veillard
4540be4af6 Updated the doc a bit, Daniel. 2000-08-19 16:40:28 +00:00
Daniel Veillard
786d7c8dcf on-line update, Daniel 2000-08-12 23:38:57 +00:00
Daniel Veillard
a2679fa421 on-line update, Daniel 2000-07-22 02:38:15 +00:00
Daniel Veillard
94e906032a on-line update, Daniel 2000-07-17 14:38:19 +00:00
Daniel Veillard
8d86964a4a Linked the I18N support, Daniel. 2000-07-14 12:12:59 +00:00
Daniel Veillard
60979bdcb3 on-line update, Daniel 2000-07-10 12:17:33 +00:00
Daniel Veillard
6388e174d6 Added 2.1.1 rel;ease, Daniel. 2000-07-03 16:07:19 +00:00
Daniel Veillard
306be999e9 Updated doc dur to xmlsoft.org reorg, updated examples, Daniel. 2000-07-03 12:38:45 +00:00
Daniel Veillard
c19fcccd5e fixed links broken due to the reorg of xmlsoft.org, daniel. 2000-07-03 11:52:01 +00:00
Daniel Veillard
6f0adb5ebf Updated for new xmlsoft.org structure, daniel. 2000-07-03 11:41:26 +00:00
Daniel Veillard
365e13be6c Work on character encoding support for the HTML parser
Fixed some autoopen/autoclose probs for the HTML parser
Fixed a potential memleak in the encoding stuff
Daniel.
2000-07-02 07:56:37 +00:00
Daniel Veillard
3f6f7f64ce - win32config.h.in: updated
- xmlversion.h.in: crap forgot to update this, this mean 2.1.0
  lacks iconv support :-( need to release 2.1.1
- configure.in: release 2.1.1
- HTMLparser: fixed bug #14784
- xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
  by Windows compiler
- HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
  the SAX startDocument() callback.
- TODO: updated
- rebuild doc
Daniel
2000-06-30 17:58:25 +00:00
Daniel Veillard
c310d56482 updated doc, added a documentation lookup module, Daniel. 2000-06-23 18:32:15 +00:00
Daniel Veillard
e0aed304b1 Updated the Hacking file with instructions, Daniel. 2000-04-16 08:52:20 +00:00
Daniel Veillard
361d845de0 Work done on the plane, ready to release libxml2-2.0.0, Daniel 2000-04-03 19:48:13 +00:00
Daniel Veillard
ec30341c5c uri.c uri.h: finished the escaping handling, the base support and the URI
path normalization.
Makefile.am: added instructions to generate testURI
TODO: updated
doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
      added links and icons for W3C and Gnome
Daniel
2000-03-24 13:41:54 +00:00
Daniel Veillard
8f62198686 - xmlmemory.[ch] commiting the files finally
- rebuilt/uploaded docs,
Daniel
2000-03-20 13:07:15 +00:00
Daniel Veillard
edfb29b8af Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel. 2000-03-14 19:59:05 +00:00
Daniel Veillard
f13e1ed19c Updated docs, Daniel. 2000-03-06 07:41:49 +00:00
Daniel Veillard
88f00ae133 Second patch from Paul Dubois, Daniel 2000-03-02 00:15:55 +00:00
Daniel Veillard
6c8b1171e1 Fixed with the update, daniel 2000-03-01 00:40:41 +00:00
Daniel Veillard
402e8c8865 applied doc patch from Paul DuBois, Daniel 2000-02-29 22:57:47 +00:00
Daniel Veillard
e41f2b74c5 Released 1.8.6, Daniel. 2000-01-30 20:00:07 +00:00
Daniel Veillard
da07c34a75 - added a nano FTP module
- removed SNAP from RPM
- updated the status in doc
2000-01-25 18:31:22 +00:00
Daniel Veillard
461a66c942 Candidate libxml-1.8.5, include jody libz patch, Daniel 2000-01-18 18:01:01 +00:00