1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Wed, 9 Apr 2003 15:59:02 +0200
* added saveDocumentToMemory in Ocaml binding
(patch provided by Blair)
Sun Dec 30 22:21:42 EST 2001
* added hash function for DOMString so that it can
be used with STL hashed containers
Wed Dec 5 11:57:47 EST 2001
* a severe bug in copy constructors has been fixed
* improved DOMString implementation
Sun Dec 2 09:45:58 EST 2001 Luca Padovani <luca.padovani@cs.unibo.it>
* removed Cpp from namespaces and filenames
* method name change: get_gdome_object => gdome_object
this method is now public
Sat Dec 1 14:20:47 EST 2001 Luca Padovani <luca.padovani@cs.unibo.it>
* Char8, Char16, Char32 depends now on the compiler, glib.h is not
needed anymore.
* better configuration for char encodings
* implemented DOMString::isEmpty with XML spaces
* all methods for smart pointers are now declared const, except
for the copy operator
* default values for mode parameter in load/save
November 28, 2001
* the source code for the first release is stabilizing
|