aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/bbdb.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #557505 - [bbdb] hangs and is unresponsiveMilan Crha2009-11-041-13/+66
* Bug #599199 - Hangs regularly when synchro with pidgin is activatedMilan Crha2009-10-271-7/+2
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-021-22/+22
* Whitespace cleanup.Matthew Barnes2009-05-291-3/+3
* Bug #583441 - bbdb plugin is getting information from composer nowMilan Crha2009-05-291-26/+30
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-17/+17
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-2/+2
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-1/+0
* BUGFIX: 578540 - Create address book entries when sending mailsLucian Langa2009-05-041-40/+46
* ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-041-1/+1
* ** Fix for bug #553527Milan Crha2008-10-011-13/+98
* ** Fix for bug #497928Milan Crha2008-09-291-4/+2
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-25/+14
* ** Fix for bug #534762Philip Withnall2008-08-271-1/+1
* ** Fixes bug #546785Paul Bolle2008-08-081-1/+3
* ** See bug #504417Lucian Langa2008-07-281-2/+2
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #502914Milan Crha2008-01-021-1/+1
* ** Fix for bug #391062Srinivasa Ragavan2007-12-031-1/+9
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-14/+14
* Fix warnings from sparse and gccKjartan Maraas2007-10-311-1/+1
* ** Fixes part of bug #417999Matthew Barnes2007-10-231-24/+108
* ** Fixes bug #437579Matthew Barnes2007-10-101-2/+0
* Use consistent terminology for mail messages (#480621).Matthew Barnes2007-09-281-1/+1
* 2007-08-24 Suman Manjunath Fix for bug #440807Milan Crha2007-08-241-2/+2
* Committed on behalf of Diego Escalante Urrelo <diegoe@gnome.org>Sankar P2007-08-061-11/+3
* ** Fix for bug #334140Srinivasa Ragavan2007-07-011-0/+12
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Plug a couple leaks.Kjartan Maraas2006-08-171-1/+5
* Fix for some bugs in gaim synchronization and automatic contacts.Devashish Sharma2006-08-031-1/+14
* Marking two strings for translation that were accidentally not marked.Andre Klapper2006-07-121-2/+2
* Another typo fix from gfree to g_free.Andre Klapper2006-02-141-1/+1
* A typo fix from gfree to g_free.Veerapuram Varadhan2006-02-141-1/+1
* Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-131-2/+7
* Added an option to select a different addressbook for gaim buddies. Earlier i...Devashish Sharma2006-01-231-12/+44
* Not skipping the entries which have only e-mail id and not name.Sushma Rai2005-09-281-7/+13
* check for NULL before using the address. **Fixes bugs like #274544Vivek Jain2005-07-281-15/+21
* Checking for the NULL query, also fixed some other minor issues. Fixes #74366Sushma Rai2005-04-111-11/+19
* noop if we can't open the book/we're disabled.Not Zed2005-04-061-0/+2
* initialize GError* to NULL Fixes #71512Sivaiah Nallagatla2005-02-011-1/+1
* Changes to take advantage of Siva's performance improvements to theNat Friedman2005-01-131-1/+2
* Use _with_mnemonic for the button.Nat Friedman2004-10-271-1/+1
* Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnagesNat Friedman2004-10-261-37/+163
* Change assertions to if statements, so as not to issue warnings in theNat Friedman2004-10-231-8/+20
* Added the bbdb plugin.Nat Friedman2004-10-221-0/+328