From: <svn...@op...> - 2009-05-09 10:02:36
|
Author: dgollub Date: Sat May 9 12:02:23 2009 New Revision: 5638 URL: http://www.opensync.org/changeset/5638 Log: Changed contact mail address Modified: plugins/gnokii-sync/AUTHORS plugins/gnokii-sync/ChangeLog plugins/gnokii-sync/README plugins/gnokii-sync/src/gnokii_calendar.c plugins/gnokii-sync/src/gnokii_calendar.h plugins/gnokii-sync/src/gnokii_calendar_format.c plugins/gnokii-sync/src/gnokii_calendar_utils.c plugins/gnokii-sync/src/gnokii_calendar_utils.h plugins/gnokii-sync/src/gnokii_comm.c plugins/gnokii-sync/src/gnokii_comm.h plugins/gnokii-sync/src/gnokii_config.c plugins/gnokii-sync/src/gnokii_config.h plugins/gnokii-sync/src/gnokii_contact.c plugins/gnokii-sync/src/gnokii_contact.h plugins/gnokii-sync/src/gnokii_contact_format.c plugins/gnokii-sync/src/gnokii_contact_utils.c plugins/gnokii-sync/src/gnokii_contact_utils.h plugins/gnokii-sync/src/gnokii_sync.c plugins/gnokii-sync/src/gnokii_sync.h Modified: plugins/gnokii-sync/AUTHORS ============================================================================== --- plugins/gnokii-sync/AUTHORS Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/AUTHORS Sat May 9 12:02:23 2009 (r5638) @@ -1 +1 @@ -Daniel Gollub <dg...@su...> +Daniel Gollub <go...@b1...> Modified: plugins/gnokii-sync/ChangeLog ============================================================================== --- plugins/gnokii-sync/ChangeLog Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/ChangeLog Sat May 9 12:02:23 2009 (r5638) @@ -1,19 +1,19 @@ -2007-06-07 Daniel Gollub <dg...@su...> +2007-06-07 Daniel Gollub <go...@b1...> * inital port of gnokii-sync to OpenSync 0.30 API (still not working!) * changed build environment to scons * updated README / INSTALL -2006-08-15 Daniel Gollub <dg...@su...> +2006-08-15 Daniel Gollub <go...@b1...> * modified hash functions (update leads to different hash results!) * fixed serveral memory leaks * replaced privacy function with TRACE_SENSITIVE -2006-05-26 Daniel Gollub <dg...@su...> +2006-05-26 Daniel Gollub <go...@b1...> * added configure parameters --disable-event --disable-contact -2006-05-20 Daniel Gollub <dg...@su...> +2006-05-20 Daniel Gollub <go...@b1...> * gnokii_contact_utils.c gnokii_contact_utils.h @@ -24,14 +24,14 @@ - clean telephone numbers (only +*#pw[0-9] allowed) - evo2-sync workaround for name -2006-05-19 Daniel Gollub <dg...@su...> +2006-05-19 Daniel Gollub <go...@b1...> * updated README / INSTALL * gnokii-sync contact support is actived by default!!! - EXPERIMENTAL. Don't forget your backup! -2006-05-01 Daniel Gollub <dg...@su...> +2006-05-01 Daniel Gollub <go...@b1...> * gnokii_format.c - stores gnokii-format information @@ -49,7 +49,7 @@ * extended sync/disconnect/get_changeinfo/get_data/commit/read timeout to 10000. (Thanks to mmeyer!) -2006-03-12 Daniel Gollub <dg...@su...> +2006-03-12 Daniel Gollub <go...@b1...> * fixed several memory leaks @@ -67,7 +67,7 @@ * added destroy function for event format (calendar) -2006-02-27 Daniel Gollub <dg...@su...> +2006-02-27 Daniel Gollub <go...@b1...> * Initial version of gnokii-sync Modified: plugins/gnokii-sync/README ============================================================================== --- plugins/gnokii-sync/README Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/README Sat May 9 12:02:23 2009 (r5638) @@ -28,7 +28,7 @@ Let me know if this works for your cellphone. (And what doesn't work :)) -<dg...@su...> +<go...@b1...> BUGS/KNOWN PROBLEMS: Modified: plugins/gnokii-sync/src/gnokii_calendar.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_calendar.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_calendar.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_calendar.h ============================================================================== --- plugins/gnokii-sync/src/gnokii_calendar.h Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_calendar.h Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_calendar_format.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_calendar_format.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_calendar_format.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_calendar_utils.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_calendar_utils.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_calendar_utils.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_calendar_utils.h ============================================================================== --- plugins/gnokii-sync/src/gnokii_calendar_utils.h Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_calendar_utils.h Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_comm.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_comm.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_comm.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_comm.h ============================================================================== --- plugins/gnokii-sync/src/gnokii_comm.h Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_comm.h Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_config.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_config.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_config.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_config.h ============================================================================== --- plugins/gnokii-sync/src/gnokii_config.h Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_config.h Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_contact.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_contact.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_contact.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_contact.h ============================================================================== --- plugins/gnokii-sync/src/gnokii_contact.h Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_contact.h Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_contact_format.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_contact_format.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_contact_format.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_contact_utils.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_contact_utils.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_contact_utils.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_contact_utils.h ============================================================================== --- plugins/gnokii-sync/src/gnokii_contact_utils.h Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_contact_utils.h Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_sync.c ============================================================================== --- plugins/gnokii-sync/src/gnokii_sync.c Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_sync.c Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * Modified: plugins/gnokii-sync/src/gnokii_sync.h ============================================================================== --- plugins/gnokii-sync/src/gnokii_sync.h Sat May 9 11:59:56 2009 (r5637) +++ plugins/gnokii-sync/src/gnokii_sync.h Sat May 9 12:02:23 2009 (r5638) @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Daniel Gollub * - * <dg...@su...> * + * <go...@b1...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * |