blob: 5def505a3e466e6b6e309c2017501cef22cc35be (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
2005-07-28 Vivek Jain <jvivek@novell.com>
* bbdb.c:(bbdb_handle_reply):check for NULL
before using the address.
**Fixes bugs like #274544
2005-05-11 Not Zed <NotZed@Ximian.com>
* Makefile.am: setup cleanfiles/built_sources
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-evolution-bbdb.eplug.xml: s/.in/.xml/ & i18n.
2005-04-07 Sushma Rai <rsushma@novell.com>
* bbdb.c (bbdb_handle_reply): Check for camel_internet_address_get()
return value and initialize name and e-mail variables inside the loop.
(bbdb_do_it): Check for query being NULL. Fixes #74366.
Free list of contacts before returning, on finding multiple contacts
with the same name.
2005-04-05 Not Zed <NotZed@Ximian.com>
* bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're
disabled.
2005-02-07 JP Rosevear <jpr@novell.com>
* org-gnome-evolution-bbdb.eplug.in: specify id
2005-01-31 Sivaiah Nallagatla <snallagatla@novell.com>
* gaimbuddies.c (bbdb_sync_buddy_list) : initialize
GError* to NULL
Fixes #71512
* bbdb.c (bbdb_open_addressbook) : ditto
2005-01-22 Nat Friedman <nat@novell.com>
* gaimbuddies.c (im_list_contains_buddy): Check the buddy account
name, not alias. Duh.
(free_contact_list): Removed.
2005-01-13 Nat Friedman <nat@novell.com>
* gaimbuddies.c (bbdb_sync_buddy_list_check): Remove some debug
printfs.
(bbdb_sync_buddy_list): Do not query for the IM name, which is
slow. Instead, query by alias and only commit the contact if we
have changes for it.
(bbdb_merge_buddy_to_contact): Return a boolean indicating whether
we dirtied the contact or not.
2005-01-08 Nat Friedman <nat@novell.com>
* org-gnome-evolution-bbdb.eplug.in: Reformatted the description.
2004-11-03 Nat Friedman <nat@novell.com>
* org-gnome-evolution-bbdb.eplug.in: Add description and author
fields. Change name.
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist .eplug.in file
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.
|