2006-11-08 David Sedeņo * data/GNOME_Gwget_server.in.in: removed * po/POTFILES.in: Remove data/GNOME_Gwget_server.in * data/Makefile.am: Remove bonobo deps * src/main_window_cb.c: Change dialog message in cancel option. * src/main_window.c: Change dialog when exit. * configure.in: Detect epiphany 2.16 2006-10-17 David Sedeņo * epiphany-extension/ephy-gwget-extension.c: Dbus fix. Thanks to Ladislav Michnovic. 2006-09-11 David Sedeņo * src/main_window_cb.c: Set correctly the user and proxy preference. * src/eggnotificationbubble.{c.h}: Removed, not used anymore. * src/Makefile.am: Generate gwget-application-client.h. 2006-08-27 Abel Cheung * configure.in: Added 'en_GB' 'vi' 'zh_HK' to ALL_LINGUAS. 2006-06-17 David Sedeņo * configure.in: Detect epiphany 2.15. Thanks to Joseph Sacco for the patch. 2006-05-13 David Sedeņo * src/Makefile.am: Fix generation of gwget-application-service.h 2006-05-13 David Sedeņo Port epiphany-extension to dbus. Get rid of bonobo stuff: * configure.in: Remove bonobo checks * epiphany-extension/Makefile.am: Remove bonobo object reference and use dbus interface * epiphany-extension/ephy-gwget-extension.c: Use dbus interface instead of bonobo. * src/Makefile.am: Remove all bonobo and idl reference. * src/main.c: Don't include bonobo.h * src/gwget_data.c: New function gwget_data_new that create a new gwgetdata struct with the preference download dir. * src/gwget-application.c: Use gwget_data_new. 2006-05-10 David Sedeņo Patch from Jens Granseuer: * configure.in: Check gnome-vfs and gnome-vfs-module * src/main_window_cb.c: Remove gnome-vfs-module-2.0 in the include * src/main_window_cb.c (on_treeview1_button_press_event): Fix some C99 vs. C89 issue 2006-05-08 David Sedeņo * src/eggtrayicon.c: Patch for work with libnotify 0.4. Thanks to Joseph Sacco.