Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / addressbook / libebook / e-contact.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-08 Ross BurtonAdd EVC_GEO define.
2007-08-06 Milan Crha2007-08-06 mcrha Fix for bug #313221 and part of bug...
2007-07-31 Chenthill PalanisamyChanged the way header files are included so
2007-05-24 Ross BurtonAdd const to declaration of e_contact_set to match...
2007-05-14 Srinivasa RagavanFix for bug #274035
2007-05-07 Matthew Barnesaddressbook/backends/ldap/e-book-backend-ldap.c
2007-04-19 Ross BurtonRelax the checks in e_contact_get_const so that it...
2007-04-05 Ross BurtonMisc cleanups, g_new0 rather than g_new, and prepend...
2007-04-05 Ross BurtonDon't go via GObject properties when calling e_contact_...
2007-04-01 Matthew BarnesCompiler warning fixes from Kjartan Maraas.
2006-12-11 Ross BurtonRemove an unused function that was missing from the...
2006-12-11 Ross BurtonDon't use weak references to clean up the cache (#363445).
2006-09-29 Ross BurtonSync headers and source to fix gtk-doc, and add more...
2006-08-07 Wouter Bolsterlee... Fix a build breaker.
2006-08-07 Ross BurtonSort the table into the same order as the enumeration...
2006-07-24 Devashish SharmaAdded support for Gadu gadu im in contact entry.
2006-07-17 Ross BurtonChange the EContactPhoto structure to allow the photo...
2006-06-16 Devashish SharmaFix for Bug #342167
2006-01-10 Simon ZhengAs file e-util.h is renamed, replace "libedataserver...
2005-11-25 Tor LillqvistInclude e-util.h and redefine EVOLUTION_LOCALEDIR as
2005-09-27 Tor LillqvistUse strchr() instead of index().
2005-09-19 Jürg BilleterDon't discard date part in date-time value. Fixes ...
2005-09-15 Tor LillqvistUse g_ascii_strcasecmp() instead of strcasecmp() for...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-16 Ross BurtonFix a leak when returning boxed types
2005-07-11 Sushma RaiAdding the BOOK URI property to the contact. Needed...
2005-07-05 Sushma RaiUsing "gconstpointer" instead of "const gpointer"....
2005-06-25 Sushma RaiSetting TYPE=OTHER default parameter to email attribute...
2005-05-24 Chenthill PalanisamyCommiting for Daniel van Eeden <daniel_e@dds.nl> fixes...
2005-05-06 Sushma RaiHanding encoding type "BASE64" and forming FN from...
2005-05-04 Hans Petter JanssonWrote API docs.
2005-02-06 Sivaiah NallagatlaAdded new field E_CONTACT_REV which reprsnets the revis...
2005-02-02 Ross BurtonUse glib/gi18n
2005-01-27 Christophe FergeauReplace the textdomain call with bind_textdomain_codeset
2004-12-08 Rodney Dawes#include <config.h> (e_contact_pretty_name): Bind and...
2004-09-30 Hans Petter JanssonFixes bug #66368.
2004-06-22 Chris Toshoki2004-06-21 Chris Toshok <toshok@ximian.com>
2004-06-22 Chris Toshokcache the most recently fetched const pointer so we...
2004-05-20 Hans Petter JanssonAdd EMAIL_4 field. (email_ids): Add EMAIL_4. (email_pop...
2004-05-18 Chris Toshok[ fixes #58522, and some other misc update problems ]
2004-04-21 Chris Toshokmake this an ATTR_TYPE_STR field, using EVC_X_COMPANY...
2004-04-21 Chris Toshoksetters aren't called with NULL data anymore. (fn_sette...
2004-04-16 Chris Toshokremove the race prevention stuff from here, since we...
2004-04-14 Chris Toshokremove the MULTI_ELEM attribute if the string is NULL...
2004-04-02 Chris Toshokignore the attribute's group. (e_contact_set_property...
2004-03-31 Chris Toshok[ backend portion of fix for #51977 ] category -> categ...
2004-03-13 Chris Toshokin the CATEGORIES case when we're adding a new attribut...
2004-02-26 Chris Toshokadd E_CONTACT_IM_GROUPWISE_{HOME,WORK}_{1,2,3}.
2004-02-26 Chris Toshokpredicate returning TRUE if there's only one value...
2004-02-25 Sivaiah Nallagatlaadded EVC_X_GROUPWISE definition added E_CONTACT_IM_GRO...
2004-02-24 Chris Toshokwrap spew in "#define d(x)". (e_vcard_attribute_add_val...
2004-02-04 Chris Toshoklock the book's mutex before checking load_state. Also...
2004-02-03 Chris Toshokthese are also of type STRING. if you want a GETSET...
2004-02-02 Hans Petter JanssonReturn NULL if image length is zero. (photo_setter...
2004-02-02 Hans Petter JanssonHandle NULL. (fn_setter): Handle NULL. (n_setter):...
2004-01-30 Hans Petter JanssonAdd argument preconditions.
2004-01-29 Radek Doulikuse "CATEORIES" instead of null vcard_field_name (e_con...
2004-01-26 Chris Toshok[ fixes bug #53228 ]
2004-01-23 Chris Toshokmake public. (e_vcard_escape_string): same. (e_vcard_to...
2004-01-12 Christian HammondChanged the IM account field types from LIST_FIELD...
2004-01-09 Jeffrey StedfastDon't let control reach the end of a non-void function
2004-01-08 Ross BurtonAdd a video conferencing URL field
2003-12-29 Chris Toshokreset the GValue if there's a problem getting it (will...
2003-12-29 Chris Toshokinitialize value to NULL so that if the field is unknow...
2003-12-19 Chris Toshokadd lots more #defines, some EVC_X ones for attribute...
2003-12-16 Hans Petter JanssonInitialize the address_format field. Absence of this...
2003-12-06 Chris Toshokmake this only work for strings, since really that...
2003-12-05 Hans Petter JanssonReturn boxed type for struct. (e_contact_name_from_stri...
2003-12-04 Chris Toshokprint out the NAME_OR_ORG of the contact too.
2003-11-26 Chris Toshoknew file/test, print out the current self contact.
2003-11-10 Dan WinshipNew utility function to compare two (possibly NULL...
2003-11-07 Dan WinshipMove these here.
2003-11-03 JP RosevearInitial revision