From b6788c4e5dbcd043e4ed54c9c10488f45d53bd95 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 4 Mar 2000 05:15:27 +0000 Subject: add bonobo to the build process. 2000-03-04 bertrand * tests/ui-tests/Makefile.am: add bonobo to the build process. * tests/ui-tests/message-browser.c (main): initialize Bonobo. Use bonobo_main. (get_gtk_html_contents_window): set signal handlers for url requests and objects requests. (on_object_requested): answer to object requests. svn path=/trunk/; revision=2037 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a80ea9c057..908814971d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-03-04 bertrand + + * tests/ui-tests/Makefile.am: add bonobo to the build + process. + + * tests/ui-tests/message-browser.c (main): + initialize Bonobo. Use bonobo_main. + (get_gtk_html_contents_window): set signal handlers + for url requests and objects requests. + (on_object_requested): answer to object requests. + 2000-03-03 bertrand * tests/ui-tests/message-browser.c (main): initialize -- cgit