platform/upstream/evolution-data-server.git
19 years agoFixes #71545
Rodrigo Moya [Tue, 15 Feb 2005 14:23:39 +0000 (14:23 +0000)]
Fixes #71545

2005-02-11  Rodrigo Moya <rodrigo@gnome-db.org>

Fixes #71545

* libecal/e-cal-view.c (objects_added_cb, objects_modified_cb,
objects_removed_cb): ref/unref the view before/after emitting the
signal.

19 years agouse camel debug
Radek Doulik [Tue, 15 Feb 2005 11:12:51 +0000 (11:12 +0000)]
use camel debug

2005-02-11  Radek Doulik  <rodo@novell.com>

* camel-filter-search.c (junk_test): use camel debug

* camel-junk-plugin.c: use camel debug

19 years agoUpdated Finnish translation
Ilkka Tuohela [Tue, 15 Feb 2005 07:08:54 +0000 (07:08 +0000)]
Updated Finnish translation

19 years agoMake sure that we decode only hex digits followed by '=' while decoding
Sivaiah Nallagatla [Mon, 14 Feb 2005 19:24:41 +0000 (19:24 +0000)]
Make sure that we decode only hex digits followed by '=' while decoding

2005-02-14 Sivaiah Nallagatla <snallagatla@novell.com>

       * libebook/e-vcard.c (read_attribute_value) :
       Make sure that we decode only hex digits followed
       by '=' while decoding from quoted printable encoding.
       (read_attribute) : Reset the encoding as RAW for values
       which are encoded in Quoated printable encoding in the
       original vcard. We are not going encodwe them again
       using quoated printable
       (e_vcard_to_string_vcard_30) : use utf-8 version
       of strlen and other functions while folding lines
       as some the chars may be represented by more than one byte

       Fixes an issue related to data loss in 1.4 -> 2.0
       migration

19 years agoreconnect to ldap server if simple bind returns LDAP_SERVER_DOWN
Sivaiah Nallagatla [Mon, 14 Feb 2005 19:07:11 +0000 (19:07 +0000)]
reconnect to ldap server if simple bind returns LDAP_SERVER_DOWN

2005-02-10  Sivaiah Nallagatla <snallagatla@novell.com>

       * backends/ldap/e-book-backend-ldap.c
       (e_book_backend_ldap_authenticate_user) : reconnect to
       ldap server if simple bind returns LDAP_SERVER_DOWN

       Fixes #67541

19 years agoUpdated Russian translation
Leonid Kanter [Mon, 14 Feb 2005 16:06:44 +0000 (16:06 +0000)]
Updated Russian translation

19 years agoIf we're in offline mode, let the parent implementation perform the
Jeffrey Stedfast [Mon, 14 Feb 2005 16:06:17 +0000 (16:06 +0000)]
If we're in offline mode, let the parent implementation perform the

2005-02-10  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-search.c (imap4_body_contains): If we're in offline
mode, let the parent implementation perform the search.

19 years agoUpdated Albanian translation.
Laurent Dhima [Mon, 14 Feb 2005 10:45:24 +0000 (10:45 +0000)]
Updated Albanian translation.

2005-02-14  Laurent Dhima  <laurenti@alblinux.net>

* sq.po: Updated Albanian translation.

19 years agoUpdated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
Alexander Shopov [Mon, 14 Feb 2005 07:13:39 +0000 (07:13 +0000)]
Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>

2005-02-14  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>

19 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Mon, 14 Feb 2005 01:30:14 +0000 (01:30 +0000)]
Updated Lithuanian translation.

2005-02-14  Žygimantas Beručka  <uid0@akl.lt>

        * lt.po: Updated Lithuanian translation.

19 years agoUpdated British translation.
David Lodge [Sun, 13 Feb 2005 20:58:53 +0000 (20:58 +0000)]
Updated British translation.

2005-02-13  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British translation.

19 years agoUpdated Japanese translation for v1.1.5.
Takeshi AIHANA [Sun, 13 Feb 2005 13:59:22 +0000 (13:59 +0000)]
Updated Japanese translation for v1.1.5.

2005-02-13  Takeshi AIHANA <aihana@gnome.gr.jp>
* ja.po: Updated Japanese translation for v1.1.5.

19 years agoUpdated Simplified Chinese translation
Funda Wang [Sun, 13 Feb 2005 08:09:18 +0000 (08:09 +0000)]
Updated Simplified Chinese translation

19 years agoUpdated Korean translation.
Changwoo Ryu [Sun, 13 Feb 2005 01:37:06 +0000 (01:37 +0000)]
Updated Korean translation.

2005-02-13  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

19 years agoAdded missing file entry. Updated Swedish translation.
Christian Rose [Fri, 11 Feb 2005 20:06:42 +0000 (20:06 +0000)]
Added missing file entry. Updated Swedish translation.

2005-02-11  Christian Rose  <menthos@menthos.com>

* POTFILES.in: Added missing file entry.
* sv.po: Updated Swedish translation.

19 years agoAdded missing file entry.
Christian Rose [Fri, 11 Feb 2005 18:00:31 +0000 (18:00 +0000)]
Added missing file entry.

2005-02-11  Christian Rose  <menthos@menthos.com>

* POTFILES.in: Added missing file entry.

19 years agoFixes a hang in offline insert a g_mutex_unlock.
Chenthill Palanisamy [Fri, 11 Feb 2005 05:26:41 +0000 (05:26 +0000)]
Fixes a hang in offline insert a g_mutex_unlock.

2005-02-11  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes a hang in offline
* backends/groupwise/e-cal-backend-groupwise.c:
(e_cal_backend_groupwise_open): insert a g_mutex_unlock.

19 years agoFix the FIXME about using fragment instead of path for those urls which
Jeffrey Stedfast [Thu, 10 Feb 2005 18:18:19 +0000 (18:18 +0000)]
Fix the FIXME about using fragment instead of path for those urls which

2005-02-09  Jeffrey Stedfast  <fejj@novell.com>

* camel-store.c (camel_folder_info_build): Fix the FIXME about
using fragment instead of path for those urls which use fragment
instead. Also fixes bug #71747.

19 years agoDon't leak the module path.
Kjartan Maraas [Thu, 10 Feb 2005 16:37:21 +0000 (16:37 +0000)]
Don't leak the module path.

2005-02-10  Kjartan Maraas  <kmaraas@gnome.org>

* libedataserver/e-data-server-module.c: (load_module_dir):
Don't leak the module path.

19 years agoUpdate Update
Kjartan Maraas [Thu, 10 Feb 2005 13:01:29 +0000 (13:01 +0000)]
Update Update

2005-02-10  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Update
* no.po: Update

19 years agofixed the percentage display problem while fetching summary fixed the
Parthasarathi Susarla [Thu, 10 Feb 2005 10:51:58 +0000 (10:51 +0000)]
fixed the percentage display problem while fetching summary fixed the

2005-02-10  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c:
  (groupwise_get_folder): fixed the percentage display problem
  while fetching summary
* camel-groupwise-folder.c:
  (groupwise_expunge): fixed the problem with deleting mails
  using removeItemRequest instead of removeItemsrequest

19 years agoFixes a crash Check whether the creation date is present, before
Chenthill Palanisamy [Thu, 10 Feb 2005 08:40:41 +0000 (08:40 +0000)]
Fixes a crash Check whether the creation date is present, before

2005-02-10  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes a crash
* backends/groupwise/e-cal-backend-groupwise-utils.c:
(e_gw_item_to_cal_component): Check whether the creation
date is present, before converting it to icaltimetype.

19 years agoChangeLog for last commit.
Hans Petter [Thu, 10 Feb 2005 04:40:44 +0000 (04:40 +0000)]
ChangeLog for last commit.

19 years agoFix PPC assembly.
Hans Petter Jansson [Thu, 10 Feb 2005 04:36:47 +0000 (04:36 +0000)]
Fix PPC assembly.

2005-02-09  Hans Petter Jansson  <hpj@novell.com>

        * libdb/dbinc/mutex.h: Fix PPC assembly.

19 years agoDon't always delete the original messages.
Jeffrey Stedfast [Wed, 9 Feb 2005 17:40:59 +0000 (17:40 +0000)]
Don't always delete the original messages.

2005-02-08  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap-folder.c (do_copy): Don't always delete the original
messages.

19 years ago*** empty log message ***
Parthasarathi Susarla [Wed, 9 Feb 2005 08:36:51 +0000 (08:36 +0000)]
*** empty log message ***

19 years agoset the message type even if it is not a multipart Fixes bug ** #72339
Parthasarathi Susarla [Wed, 9 Feb 2005 08:28:26 +0000 (08:28 +0000)]
set the message type even if it is not a multipart Fixes bug ** #72339

* camel-groupwise-utils.c:
  (camel_groupwise_util_item_from_message):
  set the message type even if it is not a multipart
  Fixes bug ** #72339

19 years agomake sure auth_domain is "Groupwise" Fixes bug ** #71752
Vivek Jain [Wed, 9 Feb 2005 08:24:27 +0000 (08:24 +0000)]
make sure auth_domain is "Groupwise" Fixes bug ** #71752

2005-02-09  Vivek Jain  <jvivek@novell.com>

* camel-groupwise-store.c:
 (groupwise_auth_loop): make sure auth_domain is "Groupwise"
  Fixes bug ** #71752

19 years agoFixed some memory leaks.
Chenthill Palanisamy [Wed, 9 Feb 2005 04:13:33 +0000 (04:13 +0000)]
Fixed some memory leaks.

2005-02-09  Chenthill Palanisamy  <pchenthill@novell.com>

* e-gw-connection.c: (e_gw_connection_new):
* e-gw-item.c: (set_sendoptions_from_soap_parameter),
(e_gw_item_new_from_soap_parameter): Fixed some memory
leaks.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Wed, 9 Feb 2005 02:38:12 +0000 (02:38 +0000)]
Updated Canadian English translation.

* en_CA.po: Updated Canadian English translation.

19 years agouse e_return_error_if_fail instead of g_return_val_if_fail.
Rodrigo Moya [Wed, 9 Feb 2005 00:29:26 +0000 (00:29 +0000)]
use e_return_error_if_fail instead of g_return_val_if_fail.

2005-02-09  Rodrigo Moya <rodrigo@novell.com>

* libecal/e-cal.c (open_calendar): use e_return_error_if_fail instead
of g_return_val_if_fail.

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Tue, 8 Feb 2005 21:29:36 +0000 (21:29 +0000)]
Updated Spanish translation.

2005-02-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

19 years agoUpdated German translation.
Frank Arnold [Tue, 8 Feb 2005 17:14:50 +0000 (17:14 +0000)]
Updated German translation.

2005-02-08  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

19 years agoParse loginResponse for serverUTCTime and set it in the priv structure of
Parthasarathi Susarla [Tue, 8 Feb 2005 15:29:25 +0000 (15:29 +0000)]
Parse loginResponse for serverUTCTime and set it in the priv structure of

2005-02-08  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.[ch]:
  Parse loginResponse for serverUTCTime and set it
  in the priv structure of the connection
  *** Patch Reviewed by Chenthill Palanisamy <pchenthill@novell.com>

* e-gw-item.[ch]:
  Set the content type for the message

19 years agoset the message type even if it is not a multipart
Parthasarathi Susarla [Tue, 8 Feb 2005 15:27:19 +0000 (15:27 +0000)]
set the message type even if it is not a multipart

2005-02-08  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-utils.c:
  (camel_groupwise_util_item_from_message):
  set the message type even if it is not a multipart

19 years agoUpdated Czech translation.
Miloslav Trmac [Tue, 8 Feb 2005 14:23:03 +0000 (14:23 +0000)]
Updated Czech translation.

2005-02-08  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoset correctly (again) the recurid. (generate_instances): set correctly
Rodrigo Moya [Tue, 8 Feb 2005 13:11:50 +0000 (13:11 +0000)]
set correctly (again) the recurid. (generate_instances): set correctly

2005-02-08  Rodrigo Moya <rodrigo@novell.com>

* libecal/e-cal.c (add_instance): set correctly (again) the recurid.
(generate_instances): set correctly instance times for detached
occurrences.

19 years agorecurrence-id needs to be a date only.
Rodrigo Moya [Tue, 8 Feb 2005 11:29:43 +0000 (11:29 +0000)]
recurrence-id needs to be a date only.

2005-02-08  Rodrigo Moya <rodrigo@novell.com>

* libecal/e-cal.c (add_instance): recurrence-id needs to be a date
only.

* backends/file/e-cal-backend-file.c (add_component): g_strdup the
key for the hash table.
(free_object_data): free the hash table key when freeing objects.
(free_calendar_components, remove_component): no need to free the
object's data here, this is done now automatically by the hash table.
(open_cal, create_cal, reload_cal): create hash table with
g_hash_table_new_full.

19 years agoParse loginResponse for serverUTCTime and set it in the priv structure of
Parthasarathi Susarla [Tue, 8 Feb 2005 09:21:38 +0000 (09:21 +0000)]
Parse loginResponse for serverUTCTime and set it in the priv structure of

2005-02-08  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.[ch]:
  Parse loginResponse for serverUTCTime and set it
  in the priv structure of the connection
  *** Patch Reviewed by Chenthill Palanisamy <pchenthill@novell.com>

19 years agoParse loginResponse for serverUTCTime and set it in the priv structure of
Parthasarathi Susarla [Tue, 8 Feb 2005 09:19:13 +0000 (09:19 +0000)]
Parse loginResponse for serverUTCTime and set it in the priv structure of

2005-02-08  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.[ch]:
  Parse loginResponse for serverUTCTime and set it
  in the priv structure of the connection

19 years agoadd attachments to the getQuickMessages view so they can listen for
Harish Krishnaswamy [Tue, 8 Feb 2005 08:48:51 +0000 (08:48 +0000)]
add attachments to the getQuickMessages view so they can listen for

 * backends/groupwise/e-cal-backend-groupwise.c (get_deltas):
 add attachments to the getQuickMessages view so they can listen
 for changes in attachments.

19 years agoFixes bug ** #72106
Parthasarathi Susarla [Tue, 8 Feb 2005 08:17:26 +0000 (08:17 +0000)]
Fixes bug ** #72106

2005-02-08  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c:
  (groupwise_get_folder)
* camel-groupwise-folder.c:
  (groupwise_refresh_info):
  Fixes bug ** #72106

19 years agoAssign the value for the *object as NULL and duped value to *old_object
Chenthill Palanisamy [Tue, 8 Feb 2005 07:54:22 +0000 (07:54 +0000)]
Assign the value for the *object as NULL and duped value to *old_object

2005-02-08  Chenthill Palanisamy  <pchenthill@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c:
(e_cal_backend_groupwise_remove_object): Assign the
value for the *object as NULL and duped value to
*old_object since calobj is freed later.

19 years agofix the display of garbage in the alert for server version
Vivek Jain [Tue, 8 Feb 2005 05:45:08 +0000 (05:45 +0000)]
fix the display of garbage in the alert for server version

2005-02-08  Vivek Jain  <jvivek@novell.com>

* camel-groupwise-store.c :
 (groupwise_connect): fix the display of garbage in the
 alert for server version

19 years agoconverting time to local time-zone. (groupwise_refresh_info): service
Parthasarathi Susarla [Tue, 8 Feb 2005 05:39:04 +0000 (05:39 +0000)]
converting time to local time-zone. (groupwise_refresh_info): service

2005-02-08  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:
  (groupwise_folder_get_message): converting time to local
  time-zone.
  (groupwise_refresh_info): service unlock when getquick messages
  fails

19 years agoThe previous commit removing the use of libgnome failed to do a
Harish Krishnaswamy [Tue, 8 Feb 2005 05:24:48 +0000 (05:24 +0000)]
The previous commit removing the use of libgnome failed to do a

* soap-test.c: (main): The previous commit removing
the use of libgnome failed to do a g_thread_init.
Added the same.

19 years agoskip files that aren't built but might be needed for reference
JP Rosevear [Tue, 8 Feb 2005 02:51:29 +0000 (02:51 +0000)]
skip files that aren't built but might be needed for reference

2005-02-07  JP Rosevear  <jpr@novell.com>

        * POTFILES.skip: skip files that aren't built but might be needed
        for reference

        * POTFILES.in: remove dead files

19 years agobump version. libtool numbers
JP Rosevear [Tue, 8 Feb 2005 01:25:28 +0000 (01:25 +0000)]
bump version. libtool numbers

2005-02-07  JP Rosevear  <jpr@novell.com>

        * configure.in: bump version. libtool numbers

19 years agoremove dead files
JP Rosevear [Mon, 7 Feb 2005 23:54:26 +0000 (23:54 +0000)]
remove dead files

2005-02-07  JP Rosevear  <jpr@novell.com>

        * camel-gw-listener.[hc]: remove dead files

19 years agoUpdated Simplified Chinese translation
Funda Wang [Mon, 7 Feb 2005 22:44:40 +0000 (22:44 +0000)]
Updated Simplified Chinese translation

19 years agoremove dead file
JP Rosevear [Mon, 7 Feb 2005 22:07:13 +0000 (22:07 +0000)]
remove dead file

2005-02-07  JP Rosevear  <jpr@novell.com>

        * POTFILES.in: remove dead file

19 years agoremove dead file
JP Rosevear [Mon, 7 Feb 2005 22:06:57 +0000 (22:06 +0000)]
remove dead file

2005-02-07  JP Rosevear  <jpr@novell.com>

        * camel-iconv.c: remove dead file

19 years agodon't translate the empty string
JP Rosevear [Mon, 7 Feb 2005 22:00:26 +0000 (22:00 +0000)]
don't translate the empty string

2005-02-07  JP Rosevear  <jpr@novell.com>

        * backends/weather/e-cal-backend-weather.c (getCategory): don't
        translate the empty string

19 years agoFixed junk/trash folder names/paths.
Jeffrey Stedfast [Mon, 7 Feb 2005 21:30:43 +0000 (21:30 +0000)]
Fixed junk/trash folder names/paths.

2005-02-07  Jeffrey Stedfast  <fejj@novell.com>

* tests/folder/test11.c: Fixed junk/trash folder names/paths.

19 years agoupdate bug 70198 as 70918. This was wrongly mentioned in changelog earlier
Sivaiah Nallagatla [Mon, 7 Feb 2005 18:37:54 +0000 (18:37 +0000)]
update bug 70198 as 70918. This was wrongly mentioned in changelog earlier

19 years agochange the bug id mentioned in of the change logs from 70198 to 70918
Sivaiah Nallagatla [Mon, 7 Feb 2005 18:33:36 +0000 (18:33 +0000)]
change the bug id mentioned in of the change logs from 70198 to 70918

19 years agoUpdated NEWS
Rodrigo Moya [Mon, 7 Feb 2005 15:51:42 +0000 (15:51 +0000)]
Updated NEWS

19 years agofree the value returned by soup_soap_parameter_get_property. Fixes a
Sivaiah Nallagatla [Mon, 7 Feb 2005 15:25:07 +0000 (15:25 +0000)]
free the value returned by soup_soap_parameter_get_property. Fixes a

2005-02-07  Sivaiah Nallagatla    <snallagatla@novell.com>

        * e-gw-item.c (set_contact_fields_from_soap_parameter)
        (e_gw_item_new_from_soap_parameter) : free the value
        returned by soup_soap_parameter_get_property. Fixes
        a memory leak

19 years agoUpdated Catalan translation by Xavier A. Conde Rueda <xaviconde@eresmas.com>.
Jordi Mallach [Mon, 7 Feb 2005 12:53:34 +0000 (12:53 +0000)]
Updated Catalan translation by Xavier A. Conde Rueda <xaviconde@eresmas.com>.

19 years agoUpdated British translation.
David Lodge [Mon, 7 Feb 2005 11:45:57 +0000 (11:45 +0000)]
Updated British translation.

2005-02-07  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British translation.

19 years agoAdded a boolean variable to check if the mode has been changed.
Chenthill Palanisamy [Mon, 7 Feb 2005 11:11:06 +0000 (11:11 +0000)]
Added a boolean variable to check if the mode has been changed.

2005-02-07  Chenthill Palanisamy  <pchenthill@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c:
(ECalBackendGroupwisePrivate): Added a boolean variable
to check if the mode has been changed.
(get_deltas): put component replaces there is an existing
component, so removed the remove_component call. Before
getting the vtype of the component, check if comp is NULL.
(cache_init): Insert the timeout call for getQuickMessages
only for events.
(connect_to_server): Add the timeout call for getquickmessages
only if the mode has been changed.
(e_cal_backend_groupwise_set_mode): Set the mode_changed variable.

19 years agoRemove useless libgnome use
Ross Burton [Mon, 7 Feb 2005 10:23:17 +0000 (10:23 +0000)]
Remove useless libgnome use

19 years agoUpdated schema files.
Harish Krishnaswamy [Mon, 7 Feb 2005 09:51:51 +0000 (09:51 +0000)]
Updated schema files.

2005-02-07  Harish Krishnaswamy  <kharish@novell.com>
* doc/gw-soap-methods.xsd:
* doc/gw-soap-types.xsd: Updated schema files.

19 years agoUpdated German translation.
Frank Arnold [Mon, 7 Feb 2005 01:54:28 +0000 (01:54 +0000)]
Updated German translation.

2005-02-07  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Sun, 6 Feb 2005 22:56:17 +0000 (22:56 +0000)]
Updated Canadian English translation.

* en_CA.po: Updated Canadian English translation.

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sun, 6 Feb 2005 19:54:26 +0000 (19:54 +0000)]
Updated Spanish translation.

2005-02-06  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

19 years agoChange the "Address and Calendar" section to "SOAP Settings"
Sivaiah Nallagatla [Sun, 6 Feb 2005 18:42:31 +0000 (18:42 +0000)]
Change the "Address and Calendar" section to "SOAP Settings"

2005-02-06  Sivaiah Nallagatla    <snallagatla@novell.com>

        * camel-groupwise-provider.c : Change the "Address and Calendar"
        section to "SOAP Settings"

19 years agoplace the E_CONTACT_REV field before E_CONTACT_NAME_ORG. It seems all
Sivaiah Nallagatla [Sun, 6 Feb 2005 18:09:01 +0000 (18:09 +0000)]
place the E_CONTACT_REV field before E_CONTACT_NAME_ORG. It seems all

2005-02-06 Sivaiah Nallagatla <snallagatla@novell.com>

        * libebook/e-contact.h  :  place the E_CONTACT_REV
        field before E_CONTACT_NAME_ORG. It seems
        all strings fields should be before that, doh

19 years agoUpdated German translation.
Frank Arnold [Sun, 6 Feb 2005 17:05:37 +0000 (17:05 +0000)]
Updated German translation.

2005-02-06  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

19 years agoUpdated Czech translation.
Miloslav Trmac [Sun, 6 Feb 2005 16:28:55 +0000 (16:28 +0000)]
Updated Czech translation.

2005-02-06  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sun, 6 Feb 2005 13:30:57 +0000 (13:30 +0000)]
Updated Spanish translation.

2005-02-06  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

19 years agoAdded new field E_CONTACT_REV which reprsnets the revision (last updated
Sivaiah Nallagatla [Sun, 6 Feb 2005 12:28:41 +0000 (12:28 +0000)]
Added new field E_CONTACT_REV which reprsnets the revision (last updated

2005-02-06 Sivaiah Nallagatla <snallagatla@novell.com>

        * libebook/e-contact.[ch] : Added
        new field E_CONTACT_REV which reprsnets
        the revision (last updated time of the contact)
        Also Changed File As to File Under to match with ui

        * backends/file/e-book-backend-file.c (do_create)
        (e_book_backend_file_modify_contact) : set/update
        the revsion field of the contact with current UTC time

        Fixes #1069

19 years agoUpdated German translation.
Frank Arnold [Sat, 5 Feb 2005 17:14:23 +0000 (17:14 +0000)]
Updated German translation.

2005-02-05  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 5 Feb 2005 15:14:42 +0000 (15:14 +0000)]
Updated Spanish translation.

2005-02-05  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

19 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Sat, 5 Feb 2005 10:21:48 +0000 (10:21 +0000)]
Updated Lithuanian translation.

2005-02-05  Žygimantas Beručka  <uid0@akl.lt>

        * lt.po: Updated Lithuanian translation.

19 years agoUpdated Simplified Chinese translation
Funda Wang [Fri, 4 Feb 2005 22:59:48 +0000 (22:59 +0000)]
Updated Simplified Chinese translation

19 years agoSet the border widths for the dialog containers to be HIG compliant Fix
Rodney Dawes [Fri, 4 Feb 2005 18:26:36 +0000 (18:26 +0000)]
Set the border widths for the dialog containers to be HIG compliant Fix

2005-02-04  Rodney Dawes  <dobey@novell.com>

* e-passwords.c (ep_ask_password): Set the border widths for the
dialog containers to be HIG compliant
Fix the padding/spacing on the internal vbox to be HIG compliant

19 years agoAdded a string for Reply requested. Appended with the subject. set reply
Chenthill Palanisamy [Fri, 4 Feb 2005 12:07:20 +0000 (12:07 +0000)]
Added a string for Reply requested. Appended with the subject. set reply

2005-02-04  Chenthill Palanisamy  <pchenthill@novell.com>

* camel-groupwise-folder.c: (groupwise_folder_get_message): Added
a string for Reply requested. Appended with the subject.
* camel-groupwise-utils.c:
(camel_groupwise_util_item_from_message): set reply requested to
true.

19 years agoAdded a string for reply requested in send options. Removed the error
Chenthill Palanisamy [Fri, 4 Feb 2005 12:02:53 +0000 (12:02 +0000)]
Added a string for reply requested in send options. Removed the error

2005-02-04  Chenthill Palanisamy  <pchenthill@novell.com>

* backends/groupwise/e-cal-backend-groupwise-utils.c:
(e_gw_item_to_cal_component): Added a string for
reply requested in send options.
* backends/groupwise/e-cal-backend-groupwise.c:
(e_cal_backend_groupwise_open): Removed the error
notify message for Repository offline since it would
be handled from frontend.
Fixes #72117
(e_cal_backend_groupwise_create_object): Check for
the UID, if not present send an error message.

19 years agoSet the whenconvenient flag correctly.
Chenthill Palanisamy [Fri, 4 Feb 2005 11:58:01 +0000 (11:58 +0000)]
Set the whenconvenient flag correctly.

2005-02-04  Chenthill Palanisamy  <pchenthill@novell.com>

* e-gw-item.c: (set_sendoptions_from_soap_parameter),
(append_gw_item_options): Set the whenconvenient flag
correctly.

19 years agoremoved libgnome usage.
Rodrigo Moya [Fri, 4 Feb 2005 11:28:06 +0000 (11:28 +0000)]
removed libgnome usage.

2005-02-04  Rodrigo Moya <rodrigo@novell.com>

* tests/ecal/test-recur.c: removed libgnome usage.

19 years agodon't expand recurrences for detached instances.
Rodrigo Moya [Fri, 4 Feb 2005 11:26:25 +0000 (11:26 +0000)]
don't expand recurrences for detached instances.

2005-02-04  Rodrigo Moya <rodrigo@novell.com>

* libecal/e-cal.c (generate_instances): don't expand recurrences
for detached instances.

* tests/ecal/test-recur.c:
* tests/ecal/Makefile.am: added recurrence test.

19 years agoRemove useless libgnome usage
Ross Burton [Fri, 4 Feb 2005 10:54:36 +0000 (10:54 +0000)]
Remove useless libgnome usage

19 years agocall refresh info when Send/Recieve is clicked initialisation of variables
Parthasarathi Susarla [Fri, 4 Feb 2005 10:53:12 +0000 (10:53 +0000)]
call refresh info when Send/Recieve is clicked initialisation of variables

2005-02-04  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c:
  (groupwise_get_folder_info): call refresh info
  when Send/Recieve is clicked
* camel-groupwise-folder.c:
  initialisation of variables and a little code
  cleanup

19 years agoUpdated Greek Translation.
Kostas Papadimas [Fri, 4 Feb 2005 09:22:52 +0000 (09:22 +0000)]
Updated Greek Translation.

19 years agodon't try to match against mlist if the mlist entry is NULL.
Not Zed [Fri, 4 Feb 2005 08:40:16 +0000 (08:40 +0000)]
don't try to match against mlist if the mlist entry is NULL.

2005-02-04  Not Zed  <NotZed@Ximian.com>

        * camel-filter-search.c (check_header): don't try to match against
        mlist if the mlist entry is NULL.

19 years agoidl/Evolution-DataServer-Addressbook.idl included InvalidServerVersion in
Vivek Jain [Fri, 4 Feb 2005 06:30:34 +0000 (06:30 +0000)]
idl/Evolution-DataServer-Addressbook.idl included InvalidServerVersion in

2005-02-04  Vivek Jain  <jvivek@novell.com>

* backends/groupwise/e-book-backend-groupwise.c
e_book_backend_groupwise_authenticate_user: (included one
condition to check for the server version)
* idl/Evolution-DataServer-Addressbook.idl
included InvalidServerVersion in enum callstatus
* libebook/e-book-tpes.h  added enum in callstatus
* libebook/e-book-listner.c
 (e_book_listner_conver_status): added conversion of InvalidServerVersion
* libedata-book/e-book-backend.c
  (e_book_backend_open)
  (e_book_backend_load_store) : added InvalidServerVersion as a
response to be accepted as success

19 years agoFix for bug # 72172 (e_gw_connection_reply_item): implements reply request
Parthasarathi Susarla [Fri, 4 Feb 2005 06:16:17 +0000 (06:16 +0000)]
Fix for bug # 72172 (e_gw_connection_reply_item): implements reply request

2005-02-04  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.c:
 (e_gw_connection_get_container_list): Fix for bug # 72172
 (e_gw_connection_reply_item): implements reply request

19 years agomake the store-info flags match the store:folder_info flags.
Not Zed [Fri, 4 Feb 2005 03:13:04 +0000 (03:13 +0000)]
make the store-info flags match the store:folder_info flags.

2005-02-04  Not Zed  <NotZed@Ximian.com>

        * camel-store-summary.h: make the store-info flags match the
        store:folder_info flags.

        * Revert jeffs changes, they weren't needed.

19 years agoalways get the subscription info. (camel_imap4_store_class_init): added a
Not Zed [Fri, 4 Feb 2005 03:09:34 +0000 (03:09 +0000)]
always get the subscription info. (camel_imap4_store_class_init): added a

2005-02-04  Not Zed  <NotZed@Ximian.com>

        * camel-imap4-store.c (imap4_build_folder_info): always get the
        subscription info.
        (camel_imap4_store_class_init): added a fixme about
        folder_subscribed not being implemented.

19 years agoRevert jeff's patch. (parse_list_response_as_folder_info): copy the
Not Zed [Fri, 4 Feb 2005 03:09:23 +0000 (03:09 +0000)]
Revert jeff's patch. (parse_list_response_as_folder_info): copy the

2005-02-04  Not Zed  <NotZed@Ximian.com>

        * camel-imap-store.c: Revert jeff's patch.
        (parse_list_response_as_folder_info): copy the subscribed flag
        from the storeinfo.
        (get_folders_online): here too.

2005-02-03  Not Zed  <NotZed@Ximian.com>

        ** See bug #70590.

        * camel-imap-command.c (camel_imap_response_free): handle XGWMOVE
        response the same as EXPUNGE.

        * camel-imap-folder.c (do_copy): added 'delete' flag, and use
        xgwmove if its available and we're moving a message.

        * camel-imap-store.c (imap_get_capability): add some groupwise
        extension flags.

19 years agofixed copyright
Jeffrey Stedfast [Thu, 3 Feb 2005 20:35:57 +0000 (20:35 +0000)]
fixed copyright

19 years agoallocating for the proper length for the datestring free the recipient
Parthasarathi Susarla [Thu, 3 Feb 2005 17:22:13 +0000 (17:22 +0000)]
allocating for the proper length for the datestring free the recipient

2005-02-03  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.c: (e_gw_connection_get_date_from_string):
allocating for the proper length for the datestring
* e-gw-item.c: (free_recipient): free the recipient last

19 years agouncommented the position cursor request
Parthasarathi Susarla [Thu, 3 Feb 2005 16:44:37 +0000 (16:44 +0000)]
uncommented the position cursor request

2005-02-03  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c
  (groupwise_get_folder): uncommented the position cursor
  request

19 years agoUse glib/gi18n.h
Ross Burton [Thu, 3 Feb 2005 16:35:03 +0000 (16:35 +0000)]
Use glib/gi18n.h

19 years agoFixed the compiler warnings and set the datetime value for the replywithin
Chenthill Palanisamy [Thu, 3 Feb 2005 16:25:19 +0000 (16:25 +0000)]
Fixed the compiler warnings and set the datetime value for the replywithin

2005-02-03  Chenthill Palanisamy  <pchenthill@novell.com>

* backends/groupwise/e-cal-backend-groupwise-utils.c:
(set_categories_for_gw_item), (add_send_options_data_to_item),
(set_properties_from_cal_component), (get_attach_data_from_server),
(e_gw_item_to_cal_component), (e_gw_connection_send_appointment),
(e_gw_connection_get_freebusy_info),
(e_cal_backend_groupwise_store_settings): Fixed the compiler warnings
and set the datetime value for the replywithin variable due to change
in schemas.

19 years agoAdded the container ids.
Chenthill Palanisamy [Thu, 3 Feb 2005 16:20:38 +0000 (16:20 +0000)]
Added the container ids.

2005-02-03  Chenthill Palanisamy  <pchenthill@novell.com>

* e-gw-connection.c: (e_gw_connection_position_cursor),
(e_gw_connection_read_cursor): Added the container ids.

19 years agoIncluded the file e-gw-message.h to remove the warning. Added code to read
Chenthill Palanisamy [Thu, 3 Feb 2005 14:21:03 +0000 (14:21 +0000)]
Included the file e-gw-message.h to remove the warning. Added code to read

2005-02-03  Chenthill Palanisamy  <pchenthill@novell.com>

* e-gw-container.c: Included  the file e-gw-message.h
to remove the warning.
* e-gw-item.c: (get_notification_value),
(set_sendoptions_from_soap_parameter),
(e_gw_item_new_from_soap_parameter):Added code to read
the send options from the server for the items recevied.
(add_distribution_to_soap_message): Changed the WithinNdays
in reply requested to byDate and added a WhenConvenient element.
* e-gw-sendoptions.c: (parse_general_options),
(set_general_options_changes): Changed the name of the
elements due to change in schemas.

19 years agoidl/Evolution-DataServer-Calendar.idl added InvalidServerVersion in the
Vivek Jain [Thu, 3 Feb 2005 13:27:54 +0000 (13:27 +0000)]
idl/Evolution-DataServer-Calendar.idl added InvalidServerVersion in the

2005-01-03 Vivek Jain <jvivek@novell.com>
* idl/Evolution-DataServer-Calendar.idl
  added InvalidServerVersion in the callstatus
* libecal/e-cal-types.h (added INVALID_SEVER_VERSION)
* libecal/e-cal-listener.c (convert_status) added
  INVALID_SERVER_VERSION
* backends/groupwise/e-cal-backend-groupwise.c
(connect_to_server) return the different callstatus if server doesn't return the
version

19 years agochanged to return a gboolean and always FALSE to remove the idle callback
Rodrigo Moya [Thu, 3 Feb 2005 12:13:51 +0000 (12:13 +0000)]
changed to return a gboolean and always FALSE to remove the idle callback

2005-02-03  Rodrigo Moya <rodrigo@novell.com>

* libedataserver/e-categories.c (idle_saver_cb): changed to return a
gboolean and always FALSE to remove the idle callback after saving.
(save_config): new function that marks the config as dirty and installs
the idle callback.
(initialize_categories_config, e_categories_remove, e_categories_add,
e_categories_set_color_for, e_categories_set_icon_file_for): call
save_config() when saving the categories.