Share

GNOME Yare Browser Engine

File Release Notes and Changelog

Release Name: 0.1.0

Notes:
2003-06-28      Kang Jeong-Hee  <Keizi@mail.co.kr>
                                                                                
        * 0.1.0 released: Core and Events module of W3C DOM Level 2
        implemented on base of GLib 2, libxml. Style module is implementing
        on base of libcroco.


Changes: 2003-06-28 Kang Jeong-Hee <Keizi@mail.co.kr> * Events/mutationevent.[ch]: added. * doc/Events_module: comment on how to implement Event and its descendant, particulary for UIEvents and MouseEvents. * Events/eventtarget.[ch]: register new signals for MutationEvents. * Core/node.c: emit signals as implementation of EventTarget. * test/test-events.c: add an EventListener to a Node, and append the Node to another Node. Succeed to call EventListener::handleEvent() on emitting of the signal. * configure.in: set version to 0.1.0 from 0.0.0, eventually. * Makefile.am: add intltool-*.in to EXTRA_DISTS, as gnome-vfs. And add intltool-* to CLEANFILES to avoid error on distchecking. * test/Makefile.am: add *.xml and *.html to EXTRA_DISTS. And remove TESTS primary to avoid failure on distcheck; caused by difference between builddir and srcdir where additional files exist.