aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/ChangeLog
blob: 69ec2288459fd95b868c9b2aa03b3cc938e6da48 (plain) (blame)
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
2004-11-01  JP Rosevear  <jpr@novell.com>

    * Makefile.am: list bbdb.h as a source so it gets disted

2004-10-27  Nat Friedman  <nat@novell.com>

    * bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button.

    * Makefile.am: Don't build the test program by default.

2004-10-25  Nat Friedman  <nat@novell.com>

    * 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  <nat@novell.com>

    * bbdb.c (bbdb_do_it): Change assertions to if statements, so as
    not to issue warnings in the case of routine failures (name
    is NULL). Don't add an email to a contact if the appropriate
    contact is ambiguous.

2004-10-22  Nat Friedman  <nat@novell.com>

    * Initial checkin.