Chenthill Palanisamy [Wed, 25 Aug 2004 12:54:36 +0000 (12:54 +0000)]
Used a static mutex to avoid the the simulataneous calls from calendar and
2004-08-25 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backend-groupwise.c
(populate_cache): Used a static mutex to avoid the
the simulataneous calls from calendar and tasks to
ReadCursorRequest which crashes the server.
Frédéric Crozat [Wed, 25 Aug 2004 10:59:00 +0000 (10:59 +0000)]
Don't call gtk_dialog_set_has_separator on Gtk Message Dialog with GTK+ >=
* e-dialog-utils.c: (e_notice):
* e-passwords.c: (ep_ask_password):
Don't call gtk_dialog_set_has_separator on Gtk Message Dialog
with GTK+ >= 2.4.0.
Francisco Javier F. Serrador [Tue, 24 Aug 2004 20:52:37 +0000 (20:52 +0000)]
Updated Spanish translation
2004-08-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation
Sivaiah Nallagatla [Tue, 24 Aug 2004 16:10:32 +0000 (16:10 +0000)]
use cursor methods to get items in chunks instead of getting all at once
2004-08-24 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/groupwise/e-cal-backend-groupwise.c
(populate_cache) : use cursor methods to get items in chunks instead of
getting all at once
Sivaiah Nallagatla [Tue, 24 Aug 2004 16:07:41 +0000 (16:07 +0000)]
new functions to read items in chunks using curosrs insted of all at once
2004-08-24 Sivaiah Nallagatla <snallagatla@novell.com>
* e-gw-connection.[ch]
(e_gw_connection_create_cursor)
(e_gw_connection_destroy_cursor)
(e_gw_connection_read_cursor) : new functions to read items
in chunks using curosrs insted of all at once
* e-gw-message.[ch] (e_gw_message_write_int_parameter) :
new function to set int parameter
Jeffrey Stedfast [Tue, 24 Aug 2004 14:02:22 +0000 (14:02 +0000)]
Check for an exception from get_folders_online() here so that we don't
2004-08-23 Jeffrey Stedfast <fejj@novell.com>
* providers/imap/camel-imap-store.c (get_folders): Check for an
exception from get_folders_online() here so that we don't send
commands to an IMAP server after a disconnect for example. See bug
#63504 for an example.
Martin Willemoes Hansen [Tue, 24 Aug 2004 13:52:46 +0000 (13:52 +0000)]
Updated Danish translation.
* da.po: Updated Danish translation.
Chenthill Palanisamy [Tue, 24 Aug 2004 05:23:45 +0000 (05:23 +0000)]
update the client view when a meeting is accepted or declined.
2004-08-24 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backend-groupwise.c
(receive_object): update the client view when a meeting
is accepted or declined.
Not Zed [Tue, 24 Aug 2004 02:50:09 +0000 (02:50 +0000)]
** See bug #63189.
2004-08-23 Not Zed <NotZed@Ximian.com>
** See bug #63189.
* providers/imap/camel-imap-store.c (get_subscribed_folders): only
LSUB folders we're interested in, and check full name of each path
element.
(imap_is_subfolder): helper for above.
Jeffrey Stedfast [Mon, 23 Aug 2004 20:41:35 +0000 (20:41 +0000)]
Call SSL_CTX_set_default_verify_paths() to initialise the certificate
2004-08-23 Jeffrey Stedfast <fejj@novell.com>
* camel-tcp-stream-openssl.c (open_ssl_connection): Call
SSL_CTX_set_default_verify_paths() to initialise the certificate
database paths. Thanks to Anton Altaparmakov for this fix.
Sivaiah Nallagatla [Mon, 23 Aug 2004 12:59:43 +0000 (12:59 +0000)]
add "members" view while getting items explicitly to take care of change
2004-08-23 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/groupwise/e-book-backend-groupwise.c
(e_book_backend_groupwise_get_contact_list)
(book_view_thread)
(set_members_in_gw_item) : add "members" view
while getting items explicitly to take care of change in server
behaviour
(e_book_backnd_groupwise_start_book_view) : make the thread
non-joinable
(e_book_backend_groupwise_stop_book_view) : don;'t try to join
the thread as it is acusing gui blokcing when server response is slow
Ankitkumar Rameshchandra Patel [Mon, 23 Aug 2004 11:42:42 +0000 (11:42 +0000)]
ankit@redhat.com 23/08/2004 * gu.po : Final Proofread.
Sivaiah Nallagatla [Mon, 23 Aug 2004 11:08:07 +0000 (11:08 +0000)]
assing the value set for filename property to priv->filename
2004-08-23 Sivaiah Nallagatla <snallagatla@novell.com>
* libedataserver/e-file-cache.c (e_file_cache_set_property) :
assing the value set for filename property to priv->filename
Chenthill Palanisamy [Mon, 23 Aug 2004 04:37:07 +0000 (04:37 +0000)]
Fixes bug #62857 return the cal object created for the first component and
2004-08-16 Chenthill Palanisamy <pchenthill@novell.com>
Fixes bug #62857
* backends/groupwise/e-cal-backend-groupwise.c
(e_cal_backend_groupwise_create_object): return the cal object created
for the first component and notify the client for the cal objects of other
components created in recurrences.
Christian Neumair [Sun, 22 Aug 2004 19:24:21 +0000 (19:24 +0000)]
Updated German translation.
Laszlo Dvornik [Sun, 22 Aug 2004 11:48:50 +0000 (11:48 +0000)]
Updated Hungarian translation.
2004-08-22 Laszlo Dvornik <dvornik@gnome.hu>
* hu.po: Updated Hungarian translation.
Chris Toshok [Sat, 21 Aug 2004 21:52:39 +0000 (21:52 +0000)]
free bl->priv->schema_dn.
2004-08-20 Chris Toshok <toshok@ximian.com>
* backends/ldap/e-book-backend-ldap.c
(e_book_backend_ldap_dispose): free bl->priv->schema_dn.
Amanpreet Singh Alam [Sat, 21 Aug 2004 09:46:03 +0000 (09:46 +0000)]
check
Sivaiah Nallagatla [Sat, 21 Aug 2004 06:58:22 +0000 (06:58 +0000)]
if any of the settings required for soap interaction changes try
2004-08-21 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.c (account_changed) :
if any of the settings required for soap interaction changes
try connecting to server and resetup the ESources
* providers/groupwise/camel-groupwise-provider.c ": don't
check soap ssl setting by default to be in consistent with
IMAP
Kjartan Maraas [Sat, 21 Aug 2004 00:21:58 +0000 (00:21 +0000)]
Added «nb» to ALL_LINGUAS.
2004-08-21 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added «nb» to ALL_LINGUAS.
Kjartan Maraas [Sat, 21 Aug 2004 00:20:36 +0000 (00:20 +0000)]
Remove non-existent file. Add this. Update this.
2004-08-21 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.skip: Remove non-existent file.
* nb.po: Add this.
* no.po: Update this.
Chris Toshok [Fri, 20 Aug 2004 18:51:49 +0000 (18:51 +0000)]
add blurb about 11.vcf
Laurent Dhima [Fri, 20 Aug 2004 16:41:34 +0000 (16:41 +0000)]
Updated Albanian translation.
2004-08-20 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
Sivaiah Nallagatla [Fri, 20 Aug 2004 10:25:25 +0000 (10:25 +0000)]
ignore the name prefix returned by server as it is reurning incorrect
2004-08-20 Sivaiah Nallagatla <snallagatla@novell.com>
* backend/groupwise/e-book-backend-groupwise.c (populate_full_name) :
ignore the name prefix returned by server as it is reurning incorrect values
see #63225
Chris Toshok [Thu, 19 Aug 2004 21:19:17 +0000 (21:19 +0000)]
[ part of fix for #60889 ] add DB_THREAD flag to all calls to db->open.
2004-08-19 Chris Toshok <toshok@ximian.com>
[ part of fix for #60889 ]
* backends/file/e-book-backend-file.c
(e_book_backend_file_load_source): add DB_THREAD flag to all calls
to db->open.
(string_to_dbt): set dbt->flags to DB_DBT_USERMEM.
(e_book_backend_file_modify_contact): set dbt->flags to
DB_DBT_MALLOC and free the dbt's data when we're done.
(e_book_backend_file_get_contact): same.
(book_view_thread): same.
(e_book_backend_file_changes_foreach_key): same.
(e_book_backend_file_maybe_upgrade_db): same.
Francisco Javier F. Serrador [Thu, 19 Aug 2004 19:48:03 +0000 (19:48 +0000)]
Updated Spanish translation
2004-08-19 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation
Maxim Dziumanenko [Thu, 19 Aug 2004 15:21:46 +0000 (15:21 +0000)]
Updated Ukrainian translation.
2004-08-19 Maxim Dziumanenko <mvd@mylinux.com.ua>
* Updated Ukrainian translation.
Chenthill Palanisamy [Thu, 19 Aug 2004 10:20:03 +0000 (10:20 +0000)]
Fixes #62065 Check whether message element has content in it before trying
2004-08-19 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #62065
* e-gw-tem.c
(e_gw_item_new_from_soap_parameter): Check whether message
element has content in it before trying to decode it.
Sivaiah Nallagatla [Thu, 19 Aug 2004 08:44:29 +0000 (08:44 +0000)]
doc/gw-soap-types.xsd check in latest soap schemas
2004-08-19 Sivaiah Nallagatla <snallagatla@novell.com>
* doc/gw-soap-types.xsd
* doc/gw-soap-mehtods.xsd : check in latest
soap schemas
Metin Amiroff [Wed, 18 Aug 2004 17:26:57 +0000 (17:26 +0000)]
Translation updated by Mətin Əmirov.
2004-08-18 Metin Amiroff <metin@karegen.com>
* az.po: Translation updated by Mətin Əmirov.
Updated ja.po. T.Aihana [Wed, 18 Aug 2004 14:36:27 +0000 (14:36 +0000)]
2004-08-18 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Laurent Dhima [Wed, 18 Aug 2004 10:48:52 +0000 (10:48 +0000)]
Updated Albanian translation.
2004-08-18 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
Rodrigo Moya [Tue, 17 Aug 2004 14:32:39 +0000 (14:32 +0000)]
Fixes #61782
2004-08-17 Rodrigo Moya <rodrigo@novell.com>
Fixes #61782
* backends/file/e-cal-backend-file.c (e_cal_backend_file_create_object):
allow iCalendar objects with no UID.
JP Rosevear [Tue, 17 Aug 2004 13:36:35 +0000 (13:36 +0000)]
don't set the same time to the server again, avoids a needless server hit
2004-08-17 JP Rosevear <jpr@novell.com>
* libecal/e-cal.c (e_cal_set_default_timezone): don't set the same
time to the server again, avoids a needless server hit
Sivaiah Nallagatla [Tue, 17 Aug 2004 13:27:06 +0000 (13:27 +0000)]
do a OR operation insted of assinging BEGINS_WITH_FILE_AS
2004-08-17 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/groupwise/e-book-backend-groupwise.c (func_begins_with):
do a OR operation insted of assinging BEGINS_WITH_FILE_AS
Sivaiah Nallagatla [Tue, 17 Aug 2004 12:00:01 +0000 (12:00 +0000)]
don't update the view with contact when id is not present. Send the "name
2004-08-17 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/groupwise/e-book-backend-groupwise.c (book_view_thread) :
don't update the view with contact when id is not present. Send the
"name email" view to server when the query is for auto-completion
don't try to search on system address book with out filter
(e_book_backend_groupwise_build_gw_filter) : add an extra argument to know
whether the query is auto-completion one or not
(e_book_backend_groupwise_get_contact_list) : call the updated build_gw_filter
method
(e_book_backend_groupwise_remove) : return error when
there is an attempt to remove System adddress book
(e_book_backend_groupwise_get_supported_auth_methods ) : return plain/password
Chenthill Palanisamy [Tue, 17 Aug 2004 09:57:23 +0000 (09:57 +0000)]
Clear the cache before populating it.
2004-08-17 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backend-groupwise.c
(connect_to_server): Clear the cache before populating
it.
Chenthill Palanisamy [Tue, 17 Aug 2004 08:26:33 +0000 (08:26 +0000)]
*** empty log message ***
Chenthill Palanisamy [Tue, 17 Aug 2004 08:21:00 +0000 (08:21 +0000)]
Do not get the items from server every time the calendar is loaded, since
2004-08-16 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backend-groupwise.c
(connect_to_server): Do not get the items from server every time
the calendar is loaded, since the cache is already populated.
Chris Toshok [Mon, 16 Aug 2004 22:14:54 +0000 (22:14 +0000)]
keep both a hash table and a GList around for the contacts.
2004-08-16 Chris Toshok <toshok@ximian.com>
* backends/vcf/e-book-backend-vcf.c: keep both a hash table and a
GList around for the contacts.
(insert_contact): insert the contact into the GList and insert the
GList* into the hashtable.
(save_file): just use the GList directly instead of building it up
from the hash table.
(do_create): call insert_contact instead of directly inserting
into the hash table.
(e_book_backend_vcf_remove_contacts): remove the contact from both
the hashtable and the list.
(e_book_backend_vcf_modify_contact): just update the GList.
(e_book_backend_vcf_get_contact): the hashtable contains GList*'s.
(foreach_get_contact_compare): this is a GFunc now, not a GHFunc.
(e_book_backend_vcf_get_contact_list): iterate over the list, not
the hashtable.
(foreach_search_compare): nuke.
(book_view_thread): do the iteration here, and break out properly
when the search is stopped.
(e_book_backend_vcf_load_source): use g_hash_table_new instead of
_new_full here.
(e_book_backend_vcf_dispose): destroy the list and free the hash
keys.
Rodrigo Moya [Mon, 16 Aug 2004 10:31:53 +0000 (10:31 +0000)]
added missing gtk-doc comments.
2004-08-12 Rodrigo Moya <rodrigo@novell.com>
* libecal/e-cal.c (e_cal_remove_object, e_cal_receive_objects):
added missing gtk-doc comments.
Not Zed [Mon, 16 Aug 2004 08:19:13 +0000 (08:19 +0000)]
pass an exception handle to camel_provider_get.
2004-08-16 Not Zed <NotZed@Ximian.com>
* providers/groupwise/camel-groupwise-provider.c
(camel_provider_module_init): pass an exception handle to
camel_provider_get.
Duarte Loreto [Sat, 14 Aug 2004 23:49:27 +0000 (23:49 +0000)]
Updated Portuguese translation.
2004-08-15 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
Ilkka Tuohela [Sat, 14 Aug 2004 19:32:14 +0000 (19:32 +0000)]
Updated finnish translation
Hans Petter Jansson [Sat, 14 Aug 2004 05:20:27 +0000 (05:20 +0000)]
Fixes bug #62655.
2004-08-13 Hans Petter Jansson <hpj@ximian.com>
Fixes bug #62655.
* backends/contacts/e-cal-backend-contacts.c (source_group_added_cb):
If source group's URI is NULL, do nothing, i.e. don't crash.
JP Rosevear [Fri, 13 Aug 2004 19:58:27 +0000 (19:58 +0000)]
bump version, libtool numbers, soup requirement
2004-08-13 JP Rosevear <jpr@novell.com>
* configure.in: bump version, libtool numbers, soup requirement
Tommi Vainikainen [Fri, 13 Aug 2004 19:46:18 +0000 (19:46 +0000)]
Unified po headers for Finnish Team
Rodney Dawes [Fri, 13 Aug 2004 18:14:58 +0000 (18:14 +0000)]
Revert previous EVO_LDAP_CHECK changes, aren't working as well as expceted
2004-08-13 Rodney Dawes <dobey@novell.com>
* acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working
as well as expceted and determined in testing
Jeffrey Stedfast [Fri, 13 Aug 2004 18:13:02 +0000 (18:13 +0000)]
Use g_ptr_array_sized_new() rather than using set_size() after creating a
2004-08-13 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
Use g_ptr_array_sized_new() rather than using set_size() after
creating a GPtrArray so that array->len starts out at 0.
(imap4_summary_fetch_flags): Same.
Jeffrey Stedfast [Fri, 13 Aug 2004 18:12:49 +0000 (18:12 +0000)]
Use g_ptr_array_sized_new() rather than using set_size() after creating a
2004-08-13 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
Use g_ptr_array_sized_new() rather than using set_size() after
creating a GPtrArray so that array->len starts out at 0.
(imap4_summary_fetch_flags): Same.
Sivaiah Nallagatla [Fri, 13 Aug 2004 16:35:25 +0000 (16:35 +0000)]
remove the cal/taksks sources when account is disbaled. Also do not try to
2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.c (account_changed):
remove the cal/taksks sources when account is disbaled. Also
do not try to to create sources when a disabled account is changed to
Novell Groupwise
(camel_gw_listener_construct) : do not add the disbaled
accounts to exitsting groupwise accounts list
Sivaiah Nallagatla [Fri, 13 Aug 2004 16:11:15 +0000 (16:11 +0000)]
update ssl setting label and title of the soap settings section Fixes
2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-groupwise-provider.c : update
ssl setting label and title of the soap settings section
Fixes #62747
Rodney Dawes [Fri, 13 Aug 2004 15:35:20 +0000 (15:35 +0000)]
Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to support
2004-08-13 Rodney Dawes <dobey@novell.com>
* acinclude.m4: Remove EVO_CHECK_LIB
Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes}
Chenthill Palanisamy [Fri, 13 Aug 2004 15:35:16 +0000 (15:35 +0000)]
added an enum variable to handle BC. used the enum variable for handling
2004-08-13 Chenthill Palanisamy <pchenthill@novell.com>
* e-gw-item.h
(EGwItemRecipient): added an enum variable to handle BC.
* e-gwitem.c
(set_recipient_list_from_soap_parameter): used the enum variable
for handling BC.
Chenthill Palanisamy [Fri, 13 Aug 2004 15:33:23 +0000 (15:33 +0000)]
handle the BC recipient type with TO and CC.
2004-08-13 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backend-groupwise-utils.c:
(e_gw_item_to_cal_component): handle the BC recipient type
with TO and CC.
Sivaiah Nallagatla [Fri, 13 Aug 2004 14:51:10 +0000 (14:51 +0000)]
patch from Vincent Noel (vnoel@cox.net) to fix #62597
2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/groupwise/e-book-backend-groupwise.c
(populate_birth_date), (populate_full_name),
(set_emails_in_gw_item) : patch
from Vincent Noel (vnoel@cox.net) to fix
#62597
Rodney Dawes [Fri, 13 Aug 2004 14:39:19 +0000 (14:39 +0000)]
Handle et/comm_err.h as well as the normal comm_err.h
2004-08-13 Rodney Dawes <dobey@novell.com>
* camel-sasl-gssapi.c: Handle et/comm_err.h as well as the
normal comm_err.h
Not Zed [Fri, 13 Aug 2004 05:57:21 +0000 (05:57 +0000)]
removed. (open_async): dont override the auth callback. It is now up to
2004-08-12 Not Zed <NotZed@Ximian.com>
* libecal/e-cal.c (async_auth_func_cb): removed.
(open_async): dont override the auth callback. It is now up to
the caller to ensure they're thread-safe and serialised
appropriately.
Dmitry Mastrukov [Fri, 13 Aug 2004 04:40:35 +0000 (04:40 +0000)]
be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.
Jeffrey Stedfast [Thu, 12 Aug 2004 21:01:36 +0000 (21:01 +0000)]
added a comment
Jeffrey Stedfast [Thu, 12 Aug 2004 20:20:19 +0000 (20:20 +0000)]
use g_string_append_len when appending a subset of a string rather than g_string_append, duh.
Jeffrey Stedfast [Thu, 12 Aug 2004 16:33:25 +0000 (16:33 +0000)]
Fix for bug #62771
2004-08-11 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #62771
* camel-mime-utils.c (append_quoted_pair): New function to append
a string of text that may contain quoted-pairs.
(header_decode_text): Now takes a ctext argument specifying
whether or not to expect comments and to handle them.
(camel_header_decode_string): Pass FALSE as ctext argument.
(camel_header_format_ctext): New function to format text|comment
header field bodies.
Not Zed [Thu, 12 Aug 2004 06:53:28 +0000 (06:53 +0000)]
fix for e_passwords api change, and handle reprompting as well.
2004-08-10 Not Zed <NotZed@Ximian.com>
* providers/groupwise/camel-gw-listener.c
(get_addressbook_names_from_server): fix for e_passwords api
change, and handle reprompting as well.
Not Zed [Thu, 12 Aug 2004 06:53:12 +0000 (06:53 +0000)]
** See bug #61840, and others.
2004-08-10 Not Zed <NotZed@Ximian.com>
** See bug #61840, and others.
* e-passwords.c: Lots of changes. The api is now fully
multi-thread safe, all calls are serialised internally, even
recursive main-loop calls. Small api changes to the
ask_password call to add some new features required by the mailer
and to clean up some of the names.
(e_passwords_cancel): new procedure to cancel any outstanding
password requests, for when we need to go uninteractive.
Sivaiah Nallagatla [Thu, 12 Aug 2004 05:05:21 +0000 (05:05 +0000)]
add "anon-access" static capability
2004-08-12 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/ldap/e-book-backend-ldap.c
(e_book_backend_ldap_get_static_capabilities) : add "anon-access"
static capability
Changwoo Ryu [Wed, 11 Aug 2004 12:48:49 +0000 (12:48 +0000)]
Updated Korean translation
Vincent van Adrighem [Wed, 11 Aug 2004 11:47:41 +0000 (11:47 +0000)]
Translation updated by Daniel van Eeden.
2004-08-11 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Daniel van Eeden.
Artur Flinta [Wed, 11 Aug 2004 10:02:46 +0000 (10:02 +0000)]
Updated Polish translation by GNOME PL Team.
2004-08-11 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
Jeffrey Stedfast [Tue, 10 Aug 2004 15:19:44 +0000 (15:19 +0000)]
Fixes bug #58150
2004-08-09 Jeffrey Stedfast <fejj@novell.com>
Fixes bug #58150
* libecal/e-cal.c (e_cal_activate): init bonobo if it isn't
already initialised.
(e_cal_new): Call e_cal_activate().
Harish Krishnaswamy [Tue, 10 Aug 2004 12:27:43 +0000 (12:27 +0000)]
Fixes #58643 - the gw backend assembles the xgwrecordid
to be used for accept/decline requests.
* backends/groupwise/e-cal-backend-groupwise-utils.c:
(e_gw_connection_send_appointment): use the event and todo type
markers while assembling the gwrecordid from the itip message.
set flag 'remove' for decline/retract requests to indicate
these should be removed from cache.
* backends/groupwise/e-cal-backend-groupwise-utils.h:
Add parameter to e_gw_connection_send_appointment and define macros
GW_EVENT_TYPE_ID and GW_TODO_TYPE_ID.
* backends/groupwise/e-cal-backend-groupwise.c: (receive_object):
update the cache based on the remove flag set by
e_gw_connection_send_appointment.
Harish Krishnaswamy [Tue, 10 Aug 2004 11:22:15 +0000 (11:22 +0000)]
Fixes #62415. remove unused variable. (e_gw_connection_get_items),
Fixes #62415.
* e-gw-connection.c:
(e_gw_connection_new): remove unused variable.
(e_gw_connection_get_items), (e_gw_connection_get_items_from_ids),
(e_gw_connection_get_deltas), (e_gw_connection_get_item):
update e_gw_item_new_from_soap_parameter calls with new parameter.
(e_gw_connection_accept_request): accept_level should be outside the
items element. (funny, the server did not catch us doing this).
* e-gw-item.[ch]: (set_recipient_list_from_soap_parameter): send item
pointer instead of the list pointer since we need to access the
self-status as well.
(e_gw_item_new_from_soap_parameter): add parmater email. set the
self_status of the e_gw_item from the mail properties.
Marco Ciampa [Tue, 10 Aug 2004 08:49:24 +0000 (08:49 +0000)]
Updated italian translation
Chris Toshok [Mon, 9 Aug 2004 17:09:09 +0000 (17:09 +0000)]
reindent this so it highlights
Chris Toshok [Mon, 9 Aug 2004 16:52:53 +0000 (16:52 +0000)]
add note about 11.vcf.
2004-08-09 Chris Toshok <toshok@ximian.com>
* tests/vcard/README: add note about 11.vcf.
Miloslav Trmac [Mon, 9 Aug 2004 15:18:52 +0000 (15:18 +0000)]
Updated Czech translation.
2004-08-09 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
Ankitkumar Rameshchandra Patel [Mon, 9 Aug 2004 11:33:14 +0000 (11:33 +0000)]
ankit@redhat.com 09/08/04
Ankitkumar Rameshchandra Patel [Mon, 9 Aug 2004 05:52:21 +0000 (05:52 +0000)]
Added Gujarati & Panjabi
Laurent Dhima [Sun, 8 Aug 2004 22:02:07 +0000 (22:02 +0000)]
Updated Albanian translation.
2004-08-09 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
Funda Wang [Sun, 8 Aug 2004 16:14:49 +0000 (16:14 +0000)]
Updated Simplified Chinese translation
Adam Weinberger [Sat, 7 Aug 2004 21:09:39 +0000 (21:09 +0000)]
Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
Danilo Šegan [Sat, 7 Aug 2004 14:03:27 +0000 (14:03 +0000)]
Updated Serbian translation; added missing files to POTFILES.in.
Jeffrey Stedfast [Fri, 6 Aug 2004 19:24:04 +0000 (19:24 +0000)]
Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info we
2004-08-06 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c (untagged_fetch_all): Call
camel_operation_progress().
(imap4_summary_fetch_all): Setup info we need for progress
reporting.
(imap4_summary_fetch_flags): Same.
Sayamindu Dasgupta [Thu, 5 Aug 2004 19:12:36 +0000 (19:12 +0000)]
Added Bengali Translations
Chris Toshok [Thu, 5 Aug 2004 18:25:21 +0000 (18:25 +0000)]
[ fixes #61719 ] fix the one remaining g_assert_not_reached case.
2004-08-03 Chris Toshok <toshok@ximian.com>
[ fixes #61719 ]
* libebook/e-vcard.c (read_attribute_params): fix the one
remaining g_assert_not_reached case.
Jeffrey Stedfast [Thu, 5 Aug 2004 17:38:05 +0000 (17:38 +0000)]
In the case of start() or end() failing, loop starting with the first
2004-08-03 Jeffrey Stedfast <fejj@novell.com>
* camel-url-scanner.c (camel_url_scanner_scan): In the case of
start() or end() failing, loop starting with the first character
immediately following the failed match position. Fixes bug #62136.
Duarte Loreto [Wed, 4 Aug 2004 23:45:33 +0000 (23:45 +0000)]
Updated Portuguese translation.
2004-08-05 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
Rodney Dawes [Wed, 4 Aug 2004 15:22:06 +0000 (15:22 +0000)]
#include <gal/util/e-iconv.h>
2004-08-04 Rodney Dawes <dobey@novell.com>
* camel-charset-map.c: #include <gal/util/e-iconv.h>
N Jayaradha [Wed, 4 Aug 2004 12:13:22 +0000 (12:13 +0000)]
yet to proof read
N Jayaradha [Wed, 4 Aug 2004 11:17:54 +0000 (11:17 +0000)]
test
Amanpreet Singh Alam [Wed, 4 Aug 2004 10:45:59 +0000 (10:45 +0000)]
complete file
Chenthill Palanisamy [Wed, 4 Aug 2004 05:38:29 +0000 (05:38 +0000)]
Fixes #60265 Whenever open_method is called get the data from the server
2004-08-04 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #60265
* backends/groupwise/e-cal-backend-groupwise.c
(e_cal_backend_groupwise_open): Whenever open_method is called
get the data from the server and populate the cache.
Chris Toshok [Tue, 3 Aug 2004 23:46:39 +0000 (23:46 +0000)]
add 11.vcf.
2004-08-03 Chris Toshok <toshok@ximian.com>
* tests/vcard/Makefile.am (EXTRA_DIST): add 11.vcf.
* tests/vcard/11.vcf: new test, for missing attribute parameters.
Jeffrey Stedfast [Tue, 3 Aug 2004 16:31:47 +0000 (16:31 +0000)]
Pass a reconnect func.
2004-08-03 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_construct): Pass a
reconnect func.
* providers/imap4/camel-imap4-engine.c
(camel_imap4_engine_iterate): Reconnect if needed.
(camel_imap4_engine_new): Now takes a reconnect func.
Alexander Shopov [Tue, 3 Aug 2004 08:01:56 +0000 (08:01 +0000)]
Updated Bulgarian translation by Vladimir "Kaladan" Petkov
2004-08-03 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir "Kaladan" Petkov <vpetkov@i-space.org>
Harish Krishnaswamy [Tue, 3 Aug 2004 06:25:57 +0000 (06:25 +0000)]
Add ':' as a separator while appending the container id to the xgwrecordid
* backends/groupwise/e-cal-backend-groupwise-utils.c:
(e_gw_connection_send_appointment): Add ':' as a separator
while appending the container id to the xgwrecordid to
generate the item_id.
JP Rosevear [Mon, 2 Aug 2004 20:08:35 +0000 (20:08 +0000)]
bump version, libtool numbers
2004-08-02 JP Rosevear <jpr@novell.com>
* configure.in: bump version, libtool numbers
Not Zed [Mon, 2 Aug 2004 18:26:18 +0000 (18:26 +0000)]
deadlock in non-main threads so we only run once, and increment our
2004-08-02 Not Zed <NotZed@Ximian.com>
* src/server.c (gnome_segv_handler): deadlock in non-main threads
so we only run once, and increment our recursive-call code
properly, and actually exit anyway. should fix infinite crash
loop crap.
Not Zed [Mon, 2 Aug 2004 11:38:08 +0000 (11:38 +0000)]
** See bug #58642.
2004-08-02 Not Zed <NotZed@Ximian.com>
** See bug #58642.
* libedata-cal/e-data-cal-factory.c (backend_last_client_gone_cb):
the table key includes the kidn for some reason.
(impl_CalFactory_getCal): store the icalkind in the uri, not the
calobjtype. Fix a memory leak.
Chenthill Palanisamy [Mon, 2 Aug 2004 10:14:38 +0000 (10:14 +0000)]
Fixes #57127 Made the required changes to send/receive the category
2004-08-02 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #57127
* e-gw-item.c
(e_gw_item_new_from_soap_parameter),(e_gw_item_append_to_soap_message),
(append_event_changes_to_soap_message): Made the required changes to
send/receive the category information to/from the soap message.
Chenthill Palanisamy [Mon, 2 Aug 2004 10:13:20 +0000 (10:13 +0000)]
Fixes #57127 Added two hash tables for the category ids and names.
2004-08-02 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #57127
* backends/groupwise/e-cal-backend-groupwise.c:
(ECalBackendGroupwisePrivate): Added two hash tables
for the category ids and names.
(e_cal_backend_groupwise_get_connection),
(e_cal_backend_groupwise_get_default_zone),
(e_cal_backend_groupwise_get_categories_by_id),
(e_cal_backend_groupwise_get_categories_by_name):
Added to access the ECalBackendGroupwisePrivate structure.
* backends/groupwise/e-cal-backend-groupwise-utils.c:
(e_gw_item_new_from_cal_component), (e_gw_item_to_cal_component),
(e_gw_connection_create_appointment), (set_properties_from_cal_component):
Changed the argument from icaltimezone to ECalBackendGroupwise to
access ECalBackendGroupwisePrivate structure for storing categories
to calendar components.
(set_categories_for_gw_item): Added to store the categories in GW item.
(set_categories_changes): Added to update the category changes.