From b40eb4903c03a3025cc513c04da70209c099d0c3 Mon Sep 17 00:00:00 2001 From: Nat Friedman Date: Tue, 26 Oct 2004 03:02:04 +0000 Subject: Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnages 2004-10-25 Nat Friedman * bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnages to sync. (bbdb_do_it): Free some memory we were leaking before. (bbdb_open_addressbook): New function for Gaim buddy list support. (bbdb_check_gaim_enabled): Likewise. (enable_gaim_toggled_cb): Likewise. (synchronize_button_clicked_cb): Likewise. (bbdb_page_factory): Added UI for Gaim buddy list sync support. * gaimbuddies.c: New file, contains routines to synchronize IM information and buddy icons from a Gaim buddy list. * bbdb.h: New file, contains shared macros and prototypes. * test-evobuddy.c (main): New function, tests a gaim buddy list sync. svn path=/trunk/; revision=27723 --- plugins/bbdb/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'plugins/bbdb/ChangeLog') diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index d471940c29..423d30da74 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,22 @@ +2004-10-25 Nat Friedman + + * bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a + timer to check for Gaim buddy list chnages to sync. + (bbdb_do_it): Free some memory we were leaking before. + (bbdb_open_addressbook): New function for Gaim buddy list support. + (bbdb_check_gaim_enabled): Likewise. + (enable_gaim_toggled_cb): Likewise. + (synchronize_button_clicked_cb): Likewise. + (bbdb_page_factory): Added UI for Gaim buddy list sync support. + + * gaimbuddies.c: New file, contains routines to synchronize IM + information and buddy icons from a Gaim buddy list. + + * bbdb.h: New file, contains shared macros and prototypes. + + * test-evobuddy.c (main): New function, tests a gaim buddy list + sync. + 2004-10-23 Nat Friedman * bbdb.c (bbdb_do_it): Change assertions to if statements, so as -- cgit v1.2.3