platform/upstream/evolution-data-server.git
16 years ago** Fix for bug #552491
Philip Withnall [Tue, 30 Sep 2008 18:19:50 +0000 (18:19 +0000)]
** Fix for bug #552491

2008-09-30  Philip Withnall  <philip@tecnocode.co.uk>

** Fix for bug #552491

* libedataserver/e-source-list.c
(e_source_list_is_gconf_updated):
Check for NULL output from xmlParseDoc before continuing.

svn path=/trunk/; revision=9629

16 years ago** Part of fix for bug #497928
Milan Crha [Mon, 29 Sep 2008 09:22:00 +0000 (09:22 +0000)]
** Part of fix for bug #497928

2008-09-29  Milan Crha  <mcrha@redhat.com>

** Part of fix for bug #497928

* backends/file/e-book-backend-file.c: (build_summary),
(e_book_backend_file_get_contact_list), (book_view_thread),
(e_book_backend_file_load_source): Check for NULL pointers
and errors on opening an address book to prevent crash.
* backends/groupwise/e-book-backend-groupwise.c:
(e_book_backend_groupwise_get_contact_list), (book_view_thread):
Check for NULL pointers and free allocated memory properly.
* libedata-book/e-book-backend-summary.c:
(e_book_backend_summary_add_contact), (e_book_backend_summary_search),
(e_book_backend_summary_remove_contact), (e_book_backend_summary_save),
(e_book_backend_summary_check_contact), (e_book_backend_summary_touch),
(e_book_backend_summary_is_up_to_date), (e_book_backend_summary_load),
(e_book_backend_summary_is_summary_query),
(e_book_backend_summary_get_summary_vcard):
Check for NULL pointers before accessing members of the structure.

svn path=/trunk/; revision=9626

16 years agoupdated hebrew translation
Yair Hershkovitz [Fri, 26 Sep 2008 19:30:47 +0000 (19:30 +0000)]
updated hebrew translation

svn path=/trunk/; revision=9622

16 years ago** Fix for bug #553301
Milan Crha [Fri, 26 Sep 2008 09:20:02 +0000 (09:20 +0000)]
** Fix for bug #553301

2008-09-26  Milan Crha  <mcrha@redhat.com>

** Fix for bug #553301

* camel/providers/nntp/camel-nntp-store.c: (camel_nntp_try_authenticate): Do not forget
password when server not available at the moment or user cancelled.
* camel/providers/nntp/camel-nntp-auth.c: (camel_nntp_auth_authenticate):
Use correct parameters.

* camel/providers/pop3/camel-pop3-store.c: (pop3_try_authenticate):
Return 'int', not gboolean.
* camel/providers/pop3/camel-pop3-store.c: (pop3_connect):
Also forget password in a session before reprompting it.

* camel/providers/smtp/camel-smtp-transport.c: (smtp_connect): Do not forget password
when server not available at the moment or user cancelled.
* camel/providers/smtp/camel-smtp-transport.c: (smtp_data): Compiler warning cleanup.

svn path=/trunk/; revision=9619

16 years ago** Fix for bug #550466
Milan Crha [Fri, 26 Sep 2008 09:02:11 +0000 (09:02 +0000)]
** Fix for bug #550466

2008-09-26  Milan Crha  <mcrha@redhat.com>

** Fix for bug #550466

* camel-store.c: (camel_store_delete_folder):
Ignore 'no such table' errors.

svn path=/trunk/; revision=9617

16 years agoUpdated Brazilian Portuguese translation.
Og B. Maciel [Thu, 25 Sep 2008 19:11:49 +0000 (19:11 +0000)]
Updated Brazilian Portuguese translation.

svn path=/trunk/; revision=9616

16 years ago** Fix for bug #553148
Philip Withnall [Thu, 25 Sep 2008 17:06:08 +0000 (17:06 +0000)]
** Fix for bug #553148

2008-09-25  Philip Withnall  <philip@tecnocode.co.uk>

** Fix for bug #553148

* camel-groupwise-store.c (groupwise_rename_folder): Standardise
"GroupWise" usage in translatable strings.

svn path=/trunk/; revision=9613

16 years ago** Fix for bug #553266
Milan Crha [Thu, 25 Sep 2008 11:56:18 +0000 (11:56 +0000)]
** Fix for bug #553266

2008-09-25  Milan Crha  <mcrha@redhat.com>

** Fix for bug #553266

* camel-vee-folder.c: (vee_sync):
Do not free memory owned by someone else.

svn path=/trunk/; revision=9611

16 years agoRemoved unused header.
Milan Crha [Thu, 25 Sep 2008 10:36:12 +0000 (10:36 +0000)]
Removed unused header.

2008-09-25  Milan Crha  <mcrha@redhat.com>

* storage/exchange-account.c: Removed unused header.

svn path=/trunk/; revision=9610

16 years agoUse transition functions for reffing/unreffing the EDataBookView.
Rob Bradford [Thu, 25 Sep 2008 09:21:11 +0000 (09:21 +0000)]
Use transition functions for reffing/unreffing the EDataBookView.

2008-09-25  Rob Bradford  <rob@linux.intel.com>

* addressbook/backends/file/e-book-backend-file.c:
* addressbook/backends/google/e-book-backend-google.c:
* addressbook/backends/groupwise/e-book-backend-groupwise.c:
* addressbook/backends/ldap/e-book-backend-ldap.c:
* addressbook/backends/vcf/e-book-backend-vcf.c:
* addressbook/backends/webdav/e-book-backend-webdav.c:
Use transition functions for reffing/unreffing the EDataBookView.

svn path=/trunk/; revision=9609

16 years agoAdd transition functions e_data_book_view_ref and e_data_book_view_unref
Rob Bradford [Thu, 25 Sep 2008 09:21:03 +0000 (09:21 +0000)]
Add transition functions e_data_book_view_ref and e_data_book_view_unref

2008-09-12  Rob Bradford  <rob@linux.intel.com>

* libedata-book/e-data-book-view.c (e_data_book_view_ref),
(e_data_book_view_unref):
* libedata-book/e-data-book-view.h:
Add transition functions e_data_book_view_ref and
e_data_book_view_unref to ease the transition from Bonobo to DBUS.

svn path=/trunk/; revision=9608

16 years ago** Part of fix for bug #337479
Milan Crha [Thu, 25 Sep 2008 04:33:43 +0000 (04:33 +0000)]
** Part of fix for bug #337479

2008-09-25  Milan Crha  <mcrha@redhat.com>

** Part of fix for bug #337479

* camel-groupwise-store.c: (groupwise_auth_loop):
Do not use uninitialized variables.

svn path=/trunk/; revision=9605

16 years agoRemove libgnome-2.0 as it isn't used.
Ross Burton [Wed, 24 Sep 2008 21:21:34 +0000 (21:21 +0000)]
Remove libgnome-2.0 as it isn't used.

2008-09-24  Ross Burton  <ross@linux.intel.com>

* libedataserverui.pc.in:
Remove libgnome-2.0 as it isn't used.

svn path=/trunk/; revision=9604

16 years agoRemove libgnome from libedataserverui depends, and change libgnome-2.0 to
Ross Burton [Wed, 24 Sep 2008 21:21:02 +0000 (21:21 +0000)]
Remove libgnome from libedataserverui depends, and change libgnome-2.0 to

2008-09-24  Ross Burton  <ross@linux.intel.com>

* configure.in:
Remove libgnome from libedataserverui depends, and change
libgnome-2.0 to libbonobo-2.0 for the addressbook and calendar.

* evolution-data-server.pc.in:
Remove libgnome-2.0 as it isn't used.

svn path=/trunk/; revision=9603

16 years agoRemove libgnome from libedataserverui depends, and change libgnome-2.0 to
Ross Burton [Wed, 24 Sep 2008 21:20:40 +0000 (21:20 +0000)]
Remove libgnome from libedataserverui depends, and change libgnome-2.0 to

2008-09-24  Ross Burton  <ross@linux.intel.com>

* configure.in:
Remove libgnome from libedataserverui depends, and change
libgnome-2.0 to libbonobo-2.0 for the addressbook and calendar.

* evolution-data-server.pc.in:
Remove libgnome-2.0 as it isn't used.

svn path=/trunk/; revision=9602

16 years agoRemove libgnome-2.0 as it isn't used.
Ross Burton [Wed, 24 Sep 2008 21:18:16 +0000 (21:18 +0000)]
Remove libgnome-2.0 as it isn't used.

2008-09-24  Ross Burton  <ross@linux.intel.com>

* libecal/libecal.pc.in:
* libedata-cal/libedata-cal.pc.in:
Remove libgnome-2.0 as it isn't used.

svn path=/trunk/; revision=9601

16 years agoRemove libgnome-2.0 as it isn't used.
Ross Burton [Wed, 24 Sep 2008 21:17:04 +0000 (21:17 +0000)]
Remove libgnome-2.0 as it isn't used.

2008-09-24  Ross Burton  <ross@linux.intel.com>

* libebook/libebook.pc.in:
* libedata-book/libedata-book.pc.in:
Remove libgnome-2.0 as it isn't used.

svn path=/trunk/; revision=9600

16 years ago** Part of fix for bug #313225
Milan Crha [Wed, 24 Sep 2008 14:59:45 +0000 (14:59 +0000)]
** Part of fix for bug #313225

2008-09-24  Milan Crha  <mcrha@redhat.com>

** Part of fix for bug #313225

* camel-folder-summary.c: (summary_build_content_info): Fix
misunderstanding of the parameter in code causing crash in this part.

svn path=/trunk/; revision=9599

16 years ago** Part of fix for bug #313225
Milan Crha [Wed, 24 Sep 2008 11:53:36 +0000 (11:53 +0000)]
** Part of fix for bug #313225

2008-09-24  Milan Crha  <mcrha@redhat.com>

** Part of fix for bug #313225

* camel/providers/groupwise/camel-groupwise-folder.c: (gw_update_cache), (gw_update_summary):
Set the user flag '$has_cal' in the message info when the message
is type of the appointment, task or note.

* camel/providers/imap/camel-imap-folder.c: (CAMEL_MESSAGE_INFO_HEADERS):
Transfer always 'CONTENT-CLASS' and 'X-CALENDAR-ATTACHMENT' headers.

* camel/camel-folder-summary.c: (summary_build_content_info),
(summary_build_content_info_message): Check whether message contains
headers indicating a calendar attachment and if so, then set the user
flag '$has_cal' in the message info.

svn path=/trunk/; revision=9598

16 years ago** Fix for bug #553298
Milan Crha [Tue, 23 Sep 2008 11:48:27 +0000 (11:48 +0000)]
** Fix for bug #553298

2008-09-23  Milan Crha  <mcrha@redhat.com>

** Fix for bug #553298

* camel-imap-folder.c: (get_matching), (imap_sync): Unset all known
server flags on the message when the resulting flag list is empty.

svn path=/trunk/; revision=9594

16 years ago** Fix for bug #537718
Milan Crha [Tue, 23 Sep 2008 11:19:55 +0000 (11:19 +0000)]
** Fix for bug #537718

2008-09-23  Milan Crha  <mcrha@redhat.com>

** Fix for bug #537718

* backends/caldav/e-cal-backend-caldav.c: (status_code_to_result),
(xp_object_get_href), (soup_authenticate), (redirect_handler),
(send_and_handle_redirection), (caldav_server_open_calendar),
(caldav_server_list_objects), (caldav_server_get_object),
(caldav_server_put_object), (caldav_server_delete_object),
(synchronize_object), (synchronize_cache), (initialize_backend),
(sanitize_component), (caldav_create_object), (caldav_modify_object),
(caldav_remove_object), (process_object), (caldav_receive_objects),
(caldav_add_timezone), (caldav_set_default_zone),
(caldav_internal_get_default_timezone),
(e_cal_backend_caldav_finalize), (e_cal_backend_caldav_init):
Be able to cooperate with servers which use redirections.
Support for (default) timezone information on the backend.
Store component's timezone(s) in cache to have them available.
Remove instance of the object only when 'rid' has been provided.
Do not panic when ETag not returned in the headers, but is known.
Set created/last modified times on the component. Leak a bit less.

svn path=/trunk/; revision=9592

16 years ago** Fix for bug #552631
Milan Crha [Tue, 23 Sep 2008 11:11:30 +0000 (11:11 +0000)]
** Fix for bug #552631

2008-09-23  Milan Crha  <mcrha@redhat.com>

** Fix for bug #552631

* camel-imap-store.c: (imap_auth_loop): Do not forget password
on 'resource temporarily unavailable' exception.

svn path=/trunk/; revision=9590

16 years ago** Fix for bug #315919
Milan Crha [Tue, 23 Sep 2008 11:07:39 +0000 (11:07 +0000)]
** Fix for bug #315919

2008-09-23  Milan Crha  <mcrha@redhat.com>

** Fix for bug #315919

* e-name-selector-entry.c: (entry_height), (contact_layout_pixbuffer),
(e_name_selector_entry_init):
Show contact's photo in the completion list if available locally.

svn path=/trunk/; revision=9589

16 years ago** Fix for bug #550980
Philip Withnall [Mon, 22 Sep 2008 22:36:02 +0000 (22:36 +0000)]
** Fix for bug #550980

2008-09-22  Philip Withnall  <philip@tecnocode.co.uk>

** Fix for bug #550980

* libedata-cal/e-cal-backend-util.c
(e_cal_backend_status_to_string): Fix the offline mode string to
be
more helpful.

svn path=/trunk/; revision=9588

16 years ago** Convert all #warning messages from the disk-summary effort to comments
Matthew Barnes [Mon, 22 Sep 2008 11:20:51 +0000 (11:20 +0000)]
** Convert all #warning messages from the disk-summary effort to comments

2008-09-22  Matthew Barnes  <mbarnes@redhat.com>

** Convert all #warning messages from the disk-summary effort
   to comments with a greppable FIXME[disk-summary] prefix.

svn path=/trunk/; revision=9580

16 years agoVersion bump for Evolution Data Server 2.25.1
Srinivasa Ragavan [Mon, 22 Sep 2008 11:03:55 +0000 (11:03 +0000)]
Version bump for Evolution Data Server 2.25.1

2008-09-22  Srinivasa Ragavan  <sragavan@novell.com>

* configure.in: Version bump for Evolution Data Server 2.25.1

svn path=/trunk/; revision=9578

16 years agoEvolution Data Server 2.24.0 release.
Srinivasa Ragavan [Mon, 22 Sep 2008 10:20:41 +0000 (10:20 +0000)]
Evolution Data Server 2.24.0 release.

2008-09-22  Srinivasa Ragavan  <sragavan@novell.com>

* NEWS, configure.in: Evolution Data Server 2.24.0 release.

svn path=/trunk/; revision=9576

16 years agoCommitting a build fix.
Srinivasa Ragavan [Mon, 22 Sep 2008 05:17:48 +0000 (05:17 +0000)]
Committing a build fix.

2008-09-22  Srinivasa Ragavan  <sragavan@novell.com>

* libedata-cal/Makefile.am: Committing a build fix.

svn path=/trunk/; revision=9574

16 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Sun, 21 Sep 2008 16:12:12 +0000 (16:12 +0000)]
Updated Russian translation.

2008-09-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation.

svn path=/trunk/; revision=9573

16 years agoUpdated Polish translation
Wadim Dziedzic [Sun, 21 Sep 2008 15:02:14 +0000 (15:02 +0000)]
Updated Polish translation

2008-09-21  Wadim Dziedzic  <wdziedzic@aviary.pl>

* pl.po: Updated Polish translation

svn path=/trunk/; revision=9572

16 years agoTranslation updated.
Gabor Kelemen [Sun, 21 Sep 2008 11:41:19 +0000 (11:41 +0000)]
Translation updated.

2008-09-21  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=9571

16 years agoUpdated Danish translation
Kenneth Nielsen [Sun, 21 Sep 2008 01:37:19 +0000 (01:37 +0000)]
Updated Danish translation

svn path=/trunk/; revision=9570

16 years agoUpdated Italian translation.
Luca Ferretti [Sat, 20 Sep 2008 19:15:59 +0000 (19:15 +0000)]
Updated Italian translation.

2008-09-20  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=9569

16 years agoFixed wrong translations.
Takeshi AIHANA [Sat, 20 Sep 2008 08:32:39 +0000 (08:32 +0000)]
Fixed wrong translations.

2008-09-20  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Fixed wrong translations.

svn path=/trunk/; revision=9568

16 years agoUpdated Serbian translation (by Igor Nestorović)
Goran Rakic [Fri, 19 Sep 2008 23:15:06 +0000 (23:15 +0000)]
Updated Serbian translation (by Igor Nestorović)

svn path=/trunk/; revision=9567

16 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Fri, 19 Sep 2008 09:44:13 +0000 (09:44 +0000)]
Updated Lithuanian translation.

2008-09-19  Žygimantas Beručka  <zygis@gnome.org>

        * lt.po: Updated Lithuanian translation.

svn path=/trunk/; revision=9566

16 years agoUpdated Serbian translation
Goran Rakic [Thu, 18 Sep 2008 15:40:11 +0000 (15:40 +0000)]
Updated Serbian translation

svn path=/trunk/; revision=9563

16 years ago** Fix for bug #552729
Srinivasa Ragavan [Thu, 18 Sep 2008 11:16:31 +0000 (11:16 +0000)]
** Fix for bug #552729

2008-09-18  Srinivasa Ragavan  <sragavan@novell.com>

** Fix for bug #552729

* camel/camel-db.c: Adds support for x-camel-mlist & Answered flag to

svn path=/trunk/; revision=9562

16 years ago** Fix for bug #552724.
Hiroyuki Ikezoe [Thu, 18 Sep 2008 04:10:28 +0000 (04:10 +0000)]
** Fix for bug #552724.

2008-09-18  Hiroyuki Ikezoe  <poincare@ikezoe.net>

** Fix for bug #552724.

* Makefile.am: Remove a while space following trailing backslash.

svn path=/trunk/; revision=9561

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Thu, 18 Sep 2008 02:01:56 +0000 (02:01 +0000)]
Updated Arabic Translation by Djihed Afifi.

* Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=9560

16 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 17 Sep 2008 13:50:05 +0000 (13:50 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=9559

16 years agoTamil translation updated
Felix I [Wed, 17 Sep 2008 07:37:45 +0000 (07:37 +0000)]
Tamil translation updated

svn path=/trunk/; revision=9558

16 years agoUpdated Dutch translation by Tino Meinen.
Wouter Bolsterlee [Tue, 16 Sep 2008 09:01:59 +0000 (09:01 +0000)]
Updated Dutch translation by Tino Meinen.

2008-09-16  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* nl.po: Updated Dutch translation by Tino Meinen.

svn path=/trunk/; revision=9557

16 years agoUpdated Italian translation.
Luca Ferretti [Tue, 16 Sep 2008 08:34:36 +0000 (08:34 +0000)]
Updated Italian translation.

2008-09-16  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=9556

16 years agoUpdated Catalan translation by David Planella
Gil Forcada Codinachs [Mon, 15 Sep 2008 21:17:32 +0000 (21:17 +0000)]
Updated Catalan translation by David Planella

svn path=/trunk/; revision=9555

16 years agoUpdated Czech translation by Jiri Eischmann.
Petr Kovar [Mon, 15 Sep 2008 13:51:28 +0000 (13:51 +0000)]
Updated Czech translation by Jiri Eischmann.

2008-09-15  Petr Kovar  <pknbe@volny.cz>

* cs.po: Updated Czech translation by Jiri Eischmann.

svn path=/trunk/; revision=9554

16 years agoUpdate Changelog
Srinivasa Ragavan [Mon, 15 Sep 2008 11:30:20 +0000 (11:30 +0000)]
Update Changelog

svn path=/trunk/; revision=9553

16 years agoFix for counts on junk
Srinivasa Ragavan [Mon, 15 Sep 2008 11:30:01 +0000 (11:30 +0000)]
Fix for counts on junk

2008-09-15  Srinivasa Ragavan  <sragavan@novell.com>

* camel-folder-summary.c (info_set_flags): Fix for counts on junk
* camel-vee-folder.c (update_summary), (folder_changed_change_uid):
* camel-vtrash-folder.c (vtrash_getv),
(camel_vtrash_folder_class_init):

svn path=/trunk/; revision=9552

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Mon, 15 Sep 2008 09:34:14 +0000 (09:34 +0000)]
Updated Arabic Translation by Djihed Afifi.

* Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=9551

16 years agoRemove the inclusion of Bonobo headers (no symbols are used from these
Rob Bradford [Mon, 15 Sep 2008 09:19:37 +0000 (09:19 +0000)]
Remove the inclusion of Bonobo headers (no symbols are used from these

2008-09-12  Rob Bradford  <rob@linux.intel.com>

* backends/caldav/e-cal-backend-caldav.c:
* backends/file/e-cal-backend-file.c:
* backends/google/e-cal-backend-google-utils.c:
* backends/google/e-cal-backend-google.c:
* backends/http/e-cal-backend-http.c:
Remove the inclusion of Bonobo headers (no symbols are used from these
headers.)

svn path=/trunk/; revision=9550

16 years agoDon't mix declarations and code.
Matthew Barnes [Mon, 15 Sep 2008 01:35:50 +0000 (01:35 +0000)]
Don't mix declarations and code.

2008-09-14  Matthew Barnes  <mbarnes@redhat.com>

* camel/camel-db.c (camel_db_count_junk_message_info),
(camel_db_count_unread_message_info),
(camel_db_count_visible_unread_message_info),
(camel_db_count_visible_message_info),
(camel_db_count_junk_not_deleted_message_info),
(camel_db_count_deleted_message_info), (read_fir_callback):
* camel/camel-folder-summary.c (camel_folder_summary_migrate_infos):
* camel/camel-search-sql.c (camel_sexp_to_sql):
* camel/providers/imap/camel-imap-folder.c (imap_update_summary):
* camel/providers/local/camel-local-store.c
(camel_local_store_finalize):
* addressbook/backends/webdav/e-book-backend-webdav.c
(e_book_backend_webdav_modify_contact), (download_contacts):
* calendar/libecal/e-cal-check-timezones.c (e_cal_check_timezones):
* libedataserver/e-sexp.c (term_eval_and), (term_eval_or):
Don't mix declarations and code.

svn path=/trunk/; revision=9549

16 years agoFixed Portuguese terminology.
Duarte Loreto [Sun, 14 Sep 2008 16:55:41 +0000 (16:55 +0000)]
Fixed Portuguese terminology.

2008-09-14  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Fixed Portuguese terminology.

svn path=/trunk/; revision=9548

16 years agoUpdated Marathi Translations
Sandeep Shedmake [Sun, 14 Sep 2008 14:06:02 +0000 (14:06 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=9547

16 years agoUpdated Italian translation.
Luca Ferretti [Sun, 14 Sep 2008 11:56:11 +0000 (11:56 +0000)]
Updated Italian translation.

2008-09-14  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=9546

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Sun, 14 Sep 2008 10:14:12 +0000 (10:14 +0000)]
Updated Arabic Translation by Djihed Afifi.

* Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=9545

16 years agoFixes a infinite loop while expunging the folders.
Chenthill Palanisamy [Sun, 14 Sep 2008 07:14:28 +0000 (07:14 +0000)]
Fixes a infinite loop while expunging the folders.

svn path=/trunk/; revision=9544

16 years agosv.po: Updated Swedish translation
Daniel Nylander [Sat, 13 Sep 2008 17:12:49 +0000 (17:12 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=9543

16 years agoTranslation updated.
Gabor Kelemen [Sat, 13 Sep 2008 13:01:57 +0000 (13:01 +0000)]
Translation updated.

2008-09-13  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=9542

16 years agoFixing typo.
Andre Klapper [Fri, 12 Sep 2008 13:52:35 +0000 (13:52 +0000)]
Fixing typo.

2008-09-12  Andre Klapper  <a9016009@gmx.de>

* camel-store.c: Fixing typo.

svn path=/trunk/; revision=9535

16 years agoRemove, this isn't used since 2007-04-04.
Ross Burton [Fri, 12 Sep 2008 09:56:41 +0000 (09:56 +0000)]
Remove, this isn't used since 2007-04-04.

2008-09-12  Ross Burton  <ross@burtonini.com>

* libedataserver/e-data-server-marshal.list:
Remove, this isn't used since 2007-04-04.

svn path=/trunk/; revision=9532

16 years agoLink with libebackend.
Tor Lillqvist [Fri, 12 Sep 2008 09:05:23 +0000 (09:05 +0000)]
Link with libebackend.

2008-09-12  Tor Lillqvist  <tml@novell.com>

* backends/google/Makefile.am (libebookbackendgoogle_la_LIBADD):
Link with libebackend.

svn path=/trunk/; revision=9528

16 years agoMake CAMEL_DB_DEBUG as ifdef
Srinivasa Ragavan [Fri, 12 Sep 2008 05:37:39 +0000 (05:37 +0000)]
Make CAMEL_DB_DEBUG as ifdef

2008-09-12  Srinivasa Ragavan  <sragavan@novell.com>

* camel/camel-db.c:
* camel/camel-db.h: Make CAMEL_DB_DEBUG as ifdef

svn path=/trunk/; revision=9527

16 years ago** Fix for bug #551805
Milan Crha [Thu, 11 Sep 2008 16:02:40 +0000 (16:02 +0000)]
** Fix for bug #551805

2008-09-11  Milan Crha  <mcrha@redhat.com>

** Fix for bug #551805

* backends/google/e-cal-backend-google-utils.c:
(e_cal_backend_google_utils_create_cache):
Create new timeout source only when none set yet.
* backends/google/e-cal-backend-google-utils.h:
* backends/google/e-cal-backend-google-utils.c:
(e_cal_backend_google_utils_update): Honour function prototype.
* backends/google/e-cal-backend-google-utils.c:
(e_cal_backend_google_utils_connect): Honour return data type.
* backends/google/e-cal-backend-google.h:
* backends/google/e-cal-backend-google.c:
(struct _ECalBackendGooglePrivate),
(e_cal_backend_google_set_timeout_id),
(e_cal_backend_google_get_timeout_id): Honour return data type.

svn path=/trunk/; revision=9523

16 years agoMake counts work even better.
Srinivasa Ragavan [Thu, 11 Sep 2008 08:41:08 +0000 (08:41 +0000)]
Make counts work even better.

2008-09-11  Srinivasa Ragavan  <sragavan@novell.com>

* camel/camel-vee-folder.c: Make counts work even better.
* camel/camel-vee-summary.c:
* camel/camel-vee-summary.h: Do force counts better.

svn path=/trunk/; revision=9521

16 years agocompleted translation for Punjabi by A S Alam
Amanpreet Singh Alam [Thu, 11 Sep 2008 02:23:02 +0000 (02:23 +0000)]
completed translation for Punjabi by A S Alam

svn path=/trunk/; revision=9519

16 years agoRefix vfolder counts.
Srinivasa Ragavan [Wed, 10 Sep 2008 20:50:49 +0000 (20:50 +0000)]
Refix vfolder counts.

2008-09-11  Srinivasa Ragavan  <sragavan@novell.com>

* camel/camel-vee-folder.c:
* camel/camel-vee-summary.c: Refix vfolder counts.

svn path=/trunk/; revision=9518

16 years agoFix a deadlock
Srinivasa Ragavan [Wed, 10 Sep 2008 20:22:39 +0000 (20:22 +0000)]
Fix a deadlock

2008-09-11  Srinivasa Ragavan  <sragavan@novell.com>

* camel-vee-folder.c: (folder_changed_change): Fix a deadlock

svn path=/trunk/; revision=9517

16 years agoAnother missed lock.
Srinivasa Ragavan [Wed, 10 Sep 2008 20:03:19 +0000 (20:03 +0000)]
Another missed lock.

2008-09-11  Srinivasa Ragavan  <sragavan@novell.com>

* camel-vee-folder.c: (folder_changed_change): Another missed lock.

svn path=/trunk/; revision=9516

16 years agoA minor crash fixed.
Srinivasa Ragavan [Wed, 10 Sep 2008 19:57:46 +0000 (19:57 +0000)]
A minor crash fixed.

2008-09-11  Srinivasa Ragavan  <sragavan@novell.com>

* camel-vee-folder.c: (folder_changed_change): A minor crash fixed.

svn path=/trunk/; revision=9515

16 years agoMissed another deadlock case.
Srinivasa Ragavan [Wed, 10 Sep 2008 19:50:48 +0000 (19:50 +0000)]
Missed another deadlock case.

2008-09-11  Srinivasa Ragavan  <sragavan@novell.com>

* camel-vee-folder.c: (folder_changed_change): Missed another deadlock
case.

svn path=/trunk/; revision=9514

16 years agoDon't hold one db lock and acquire folder lock. It dead locks
Srinivasa Ragavan [Wed, 10 Sep 2008 19:26:46 +0000 (19:26 +0000)]
Don't hold one db lock and acquire folder lock. It dead locks

2008-09-11  Srinivasa Ragavan  <sragavan@novell.com>

* camel-vee-folder.c: (folder_changed_change): Don't hold one db lock
and acquire folder lock. It dead locks

svn path=/trunk/; revision=9513

16 years agoUpdated Italian translation.
Luca Ferretti [Wed, 10 Sep 2008 17:06:16 +0000 (17:06 +0000)]
Updated Italian translation.

2008-09-10  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=9512

16 years agoFix vfolders while unloading unmatched search indexes.
Srinivasa Ragavan [Wed, 10 Sep 2008 05:49:55 +0000 (05:49 +0000)]
Fix vfolders while unloading unmatched search indexes.

2008-09-10  Srinivasa Ragavan  <sragavan@novell.com>

* camel/camel-vee-folder.c: Fix vfolders while unloading unmatched
search indexes.

svn path=/trunk/; revision=9511

16 years ago** Fix for BNC bug #418080
Srinivasa Ragavan [Wed, 10 Sep 2008 05:49:34 +0000 (05:49 +0000)]
** Fix for BNC bug #418080

2008-09-10  Srinivasa Ragavan  <sragavan@novell.com>

** Fix for BNC bug #418080

* camel/camel-search-sql-sexp.c: Match contains using %like%.

svn path=/trunk/; revision=9510

16 years agoFix a bug when sexp is executed unnecessarily.
Srinivasa Ragavan [Wed, 10 Sep 2008 05:49:12 +0000 (05:49 +0000)]
Fix a bug when sexp is executed unnecessarily.

2008-09-10  Srinivasa Ragavan  <sragavan@novell.com>

* camel/camel-folder-search.c: Fix a bug when sexp is executed
unnecessarily.

svn path=/trunk/; revision=9509

16 years agoMake it debuggable.
Srinivasa Ragavan [Wed, 10 Sep 2008 05:48:51 +0000 (05:48 +0000)]
Make it debuggable.

2008-09-10  Srinivasa Ragavan  <sragavan@novell.com>

* camel/camel-folder-search.c: Make it debuggable.

svn path=/trunk/; revision=9508

16 years agoAdd bdata to index.
Srinivasa Ragavan [Wed, 10 Sep 2008 05:48:30 +0000 (05:48 +0000)]
Add bdata to index.

2008-09-10  Srinivasa Ragavan  <sragavan@novell.com>

* camel/camel-db.c: Add bdata to index.

svn path=/trunk/; revision=9507

16 years agoFix some compiler warnings
Srinivasa Ragavan [Wed, 10 Sep 2008 05:48:07 +0000 (05:48 +0000)]
Fix some compiler warnings

2008-09-08  Srinivasa Ragavan  <sragavan@novell.com>

* camel/camel-folder-summary.c: Fix some compiler warnings
* camel/camel-vee-folder.c:
* camel/camel-vee-folder.h:

svn path=/trunk/; revision=9506

16 years agoEvolution Data Server 2.23.92 release.
Srinivasa Ragavan [Wed, 10 Sep 2008 03:51:04 +0000 (03:51 +0000)]
Evolution Data Server 2.23.92 release.

2008-09-08  Srinivasa Ragavan  <sragavan@novell.com>

* NEWS: Evolution Data Server 2.23.92 release.

svn path=/trunk/; revision=9505

16 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Wed, 10 Sep 2008 03:47:05 +0000 (03:47 +0000)]
Updated Thai translation.

2008-09-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

svn path=/trunk/; revision=9504

16 years agoUpdated Dzongkha Translation
Pema Geyleg [Wed, 10 Sep 2008 03:06:30 +0000 (03:06 +0000)]
Updated Dzongkha Translation

svn path=/trunk/; revision=9503

16 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 9 Sep 2008 13:26:19 +0000 (13:26 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=9502

16 years agoUpdated Bulgarian translation by Yavor Doganov <yavor@gnu.org>
Alexander Shopov [Tue, 9 Sep 2008 09:48:38 +0000 (09:48 +0000)]
Updated Bulgarian translation by Yavor Doganov <yavor@gnu.org>

2008-09-09  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Yavor Doganov <yavor@gnu.org>

svn path=/trunk/; revision=9500

16 years agoUpdated Turkish Translation
Baris Cicek [Tue, 9 Sep 2008 07:53:14 +0000 (07:53 +0000)]
Updated Turkish Translation

svn path=/trunk/; revision=9498

16 years agofixes memory leak created by patch for #514827
Patrick Ohly [Mon, 8 Sep 2008 16:22:47 +0000 (16:22 +0000)]
fixes memory leak created by patch for #514827

svn path=/trunk/; revision=9496

16 years agoIgnore no such table errors, as we don't create tables for empty folders.
Srinivasa Ragavan [Mon, 8 Sep 2008 07:53:15 +0000 (07:53 +0000)]
Ignore no such table errors, as we don't create tables for empty folders.

2008-09-08  Srinivasa Ragavan  <sragavan@novell.com>

* camel-vee-folder.c: (vee_sync): Ignore no such table errors, as we
don't create tables for empty folders.

svn path=/trunk/; revision=9493

16 years agoMilan Crha <mcrha@redhat.com> ** Fix for bug #361413 (Report to user the server...
Suman Manjunath [Mon, 8 Sep 2008 03:59:44 +0000 (03:59 +0000)]
Milan Crha  <mcrha@redhat.com> ** Fix for bug #361413 (Report to user the server requires authentication if server returns 'unwilling to response'. Also do not try to connect anonymously if authentication is required).

svn path=/trunk/; revision=9492

16 years agoMilan Crha <mcrha@redhat.com> ** Part of fix for bug #328216 (Do not free default...
Suman Manjunath [Mon, 8 Sep 2008 03:24:31 +0000 (03:24 +0000)]
Milan Crha  <mcrha@redhat.com> ** Part of fix for bug #328216 (Do not free default certdb itself, rather set it to NULL to not have freed pointer flying around, save certdb only if something has changed).

svn path=/trunk/; revision=9491

16 years agoUpdate: Croatian Language
Robert Sedak [Sun, 7 Sep 2008 21:11:09 +0000 (21:11 +0000)]
Update: Croatian Language

svn path=/trunk/; revision=9490

16 years agoUpdated British English translation.
Philip Withnall [Sat, 6 Sep 2008 23:58:59 +0000 (23:58 +0000)]
Updated British English translation.

2008-09-07  Philip Withnall  <philip@tecnocode.co.uk>

* en_GB.po: Updated British English translation.

svn path=/trunk/; revision=9489

16 years agoUpdated zh_CN translation.
Funda Wang [Sat, 6 Sep 2008 12:58:29 +0000 (12:58 +0000)]
Updated zh_CN translation.

svn path=/trunk/; revision=9488

16 years ago** Fix for bug #550412
Paul Bolle [Fri, 5 Sep 2008 19:56:21 +0000 (19:56 +0000)]
** Fix for bug #550412

2008-09-05  Paul Bolle  <pebolle@tiscali.nl>

        ** Fix for bug #550412

        * camel-store.c: (camel_store_get_folder) (camel_store_create_folder)
        (camel_store_get_folder_info): Mention NULL return in documentation.
        * camel-store.c: (camel_store_free_folder_info): Make sure that a NULL
        CamelFolderInfo is always gracefully handled. Document that.

svn path=/trunk/; revision=9487

16 years agoUpdated German translation.
Andre Klapper [Fri, 5 Sep 2008 11:27:25 +0000 (11:27 +0000)]
Updated German translation.

2008-09-05  Andre Klapper  <a9016009@gmx.de>

* de.po: Updated German translation.

svn path=/trunk/; revision=9486

16 years agoAdd translator comment for "Offline unavailable"
Andre Klapper [Fri, 5 Sep 2008 11:22:35 +0000 (11:22 +0000)]
Add translator comment for "Offline unavailable"

2008-09-05  Andre Klapper  <a9016009@gmx.de>

* libedata-cal/e-cal-backend-util.c:
Add translator comment for "Offline unavailable"

svn path=/trunk/; revision=9485

16 years agoMake vfolder counts much better.
Srinivasa Ragavan [Fri, 5 Sep 2008 10:01:43 +0000 (10:01 +0000)]
Make vfolder counts much better.

2008-09-05  Srinivasa Ragavan  <sragavan@novell.com>

* camel-vee-folder.c: (vee_rebuild_folder): Make vfolder counts much
better.

svn path=/trunk/; revision=9484

16 years agoFix a crash in sexp.
Srinivasa Ragavan [Fri, 5 Sep 2008 03:11:46 +0000 (03:11 +0000)]
Fix a crash in sexp.

2008-09-03  Srinivasa Ragavan  <sragavan@novell.com>

* libedataserver/e-sexp.c (parse_list): Fix a crash in sexp.

svn path=/trunk/; revision=9482

16 years agoDon't commit, deleted folders.
Srinivasa Ragavan [Fri, 5 Sep 2008 03:11:29 +0000 (03:11 +0000)]
Don't commit, deleted folders.

svn path=/trunk/; revision=9481

16 years agoMake db debuggable with camel-debug
Srinivasa Ragavan [Fri, 5 Sep 2008 03:11:03 +0000 (03:11 +0000)]
Make db debuggable with camel-debug

svn path=/trunk/; revision=9480

16 years agoUpdated Korean translation
Changwoo Ryu [Thu, 4 Sep 2008 17:51:50 +0000 (17:51 +0000)]
Updated Korean translation

svn path=/trunk/; revision=9479

16 years agoNew functions added.
Chenthill Palanisamy [Thu, 4 Sep 2008 10:28:49 +0000 (10:28 +0000)]
New functions added.

2008-09-04  Chenthill Palanisamy  <pchenthill@novell.com>

        * libedata-cal/Makefile.am:
        * libedata-cal/e-cal-backend.c
        (e_cal_backend_notify_objects_added),
        (e_cal_backend_notify_objects_removed),
        (e_cal_backend_notify_objects_modified): New functions added.
        * libedata-cal/e-cal-backend.h:
        * libedata-cal/e-data-cal-factory.c (get_backend_factory),
        (impl_CalFactory_getCal), (e_data_cal_factory_register_backend),
        (e_data_cal_factory_register_backends):
        * libedata-cal/e-data-cal-factory.h: Added LoaderFactory which
        * is a subclass of BackendFactory.

svn path=/trunk/; revision=9478