diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-08-12 08:18:47 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-08-12 08:18:47 +0800 |
commit | e1ddccf0ca9d099b542b55bf2a46fac18e1b7935 (patch) | |
tree | 0ffaf5e65d9d8abd26c46d3a94363ee649ee884e /addressbook/ChangeLog | |
parent | b9cc4db255609621b7e238faa64667ca3860475f (diff) | |
download | gsoc2013-evolution-e1ddccf0ca9d099b542b55bf2a46fac18e1b7935.tar gsoc2013-evolution-e1ddccf0ca9d099b542b55bf2a46fac18e1b7935.tar.gz gsoc2013-evolution-e1ddccf0ca9d099b542b55bf2a46fac18e1b7935.tar.bz2 gsoc2013-evolution-e1ddccf0ca9d099b542b55bf2a46fac18e1b7935.tar.lz gsoc2013-evolution-e1ddccf0ca9d099b542b55bf2a46fac18e1b7935.tar.xz gsoc2013-evolution-e1ddccf0ca9d099b542b55bf2a46fac18e1b7935.tar.zst gsoc2013-evolution-e1ddccf0ca9d099b542b55bf2a46fac18e1b7935.zip |
add code for handling email addresses from pilot (which stores it as a
2000-08-11 Chris Toshok <toshok@helixcode.com>
* conduit/address-conduit.c (ecard_from_remote_record): add code
for handling email addresses from pilot (which stores it as a
phone number entry. go figure.)
(check_for_slow_setting): #if 0 out, since we don't use it (yet).
(update_record): un #if 0 the code to handle the case where the
pilot info has changed for a local record.
(merge_ecard_with_remote_record): implement function, but for now
just return the existing (desktop) record - we still don't allow
merge from the pilot.
svn path=/trunk/; revision=4758
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 19e9f2d971..d7e7398971 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2000-08-11 Chris Toshok <toshok@helixcode.com> + + * conduit/address-conduit.c (ecard_from_remote_record): add code + for handling email addresses from pilot (which stores it as a + phone number entry. go figure.) + (check_for_slow_setting): #if 0 out, since we don't use it (yet). + (update_record): un #if 0 the code to handle the case where the + pilot info has changed for a local record. + (merge_ecard_with_remote_record): implement function, but for now + just return the existing (desktop) record - we still don't allow + merge from the pilot. + 2000-08-10 Christopher James Lahey <clahey@helixcode.com> * gui/search/addresstypes.xml: Changed a couple of input field |