Not Zed [Fri, 1 Oct 2004 02:41:50 +0000 (02:41 +0000)]
make the build again, warnings, doesn't work.
2004-09-30 Not Zed <NotZed@Ximian.com>
* camel-imapp-engine.c: make the build again, warnings, doesn't
work.
Hans Petter Jansson [Thu, 30 Sep 2004 20:02:40 +0000 (20:02 +0000)]
Fixes bug #66368.
2004-09-30 Hans Petter Jansson <hpj@ximian.com>
Fixes bug #66368.
* libebook/e-contact.c (e_contact_new_from_vcard): If the constructed
vcard does not have a file_as attribute, try to generate one.
Chris Toshok [Thu, 30 Sep 2004 16:53:54 +0000 (16:53 +0000)]
add these variables so extension authors can find the place to install
2004-09-30 Chris Toshok <toshok@ximian.com>
* evolution-data-server.pc.in (extensiondir,privlibdir): add these
variables so extension authors can find the place to install their
stuff.
Chris Toshok [Thu, 30 Sep 2004 16:49:48 +0000 (16:49 +0000)]
don't look for factories based on the supported_protocol property, since
2004-09-30 Chris Toshok <toshok@ximian.com>
* libecal/e-cal.c (get_factories): don't look for factories based
on the supported_protocol property, since we can't use those
anymore with dynamically loaded backends.
* libedata-cal/e-data-cal-factory.c (get_backend_factory): rename
get_backend_type to this, and return an ECalBackendFactory*
instead of a GType.
(impl_CalFactory_getCal): change this code to use
ECalBackendFactory.
(e_data_cal_factory_register_backend): rename from
e_data_cal_factory_register_method and remove all the args, just
passing an ECalBackendFactory.
(e_data_cal_factory_register_backends): register all extensions
that subclass from E_TYPE_CAL_BACKEND_FACTORY.
* libedata-cal/e-data-cal-factor.h: change prototypes and function
names.
* libedata-cal/e-data-cal.[ch] (e_data_cal_new): remove the @uri
arg, as it's unnecessary.
* libedata-cal/e-cal-backend-factory.[ch]: superclass the backend
factories must subclass from.
* libedata-cal/Makefile.am (libedata_cal_la_SOURCES): add
e-cal-backend-factory.c
(libedata_calinclude_HEADERS): add e-cal-backend-factory.h
* backends/contacts/Makefile.am (extension_LTLIBRARIES): change
from noinst_LTLIBRARIES.
(libecalbackendcontacts_la_SOURCES): add
e-cal-backend-contacts-factory.[ch].
* backends/contacts/e-cal-backend-contacts-factory.[ch]:
ECalBackendFactory for the contacts backend.
* backends/file/Makefile.am (extension_LTLIBRARIES): change
from noinst_LTLIBRARIES.
(libecalbackendfile_la_SOURCES): add
e-cal-backend-file-factory.[ch].
* backends/file/e-cal-backend-file-factory.[ch]:
ECalBackendFactory for the file backend.
* backends/groupwise/Makefile.am (extension_LTLIBRARIES): change
from noinst_LTLIBRARIES.
(libecalbackendgroupwise_la_SOURCES): add
e-cal-backend-groupwise-factory.[ch].
* backends/groupwise/e-cal-backend-groupwise-factory.[ch]:
ECalBackendFactory for the groupwise backend.
* backends/http/Makefile.am (extension_LTLIBRARIES): change
from noinst_LTLIBRARIES.
(libecalbackendhttp_la_SOURCES): add
e-cal-backend-http-factory.[ch].
* backends/http/e-cal-backend-http-factory.[ch]:
ECalBackendFactory for the http backend.
Chris Toshok [Thu, 30 Sep 2004 16:49:15 +0000 (16:49 +0000)]
this function takes an EBookBackendFactory* now, instead of an
2004-09-30 Chris Toshok <toshok@ximian.com>
* libedata-book/e-data-book-factory.c
(e_data_book_factory_register_backend): this function takes an
EBookBackendFactory* now, instead of an EBookBackendFactoryFn.
(e_data_book_factory_register_backends): new function. Get the
extensions that implement E_TYPE_BOOK_BACKEND_FACTORY, and
register them.
(e_data_book_factory_lookup_backend_factory): use an
EBookBackendFactory instead of EBookBackendFactoryFn.
(impl_GNOME_Evolution_Addressbook_BookFactory_getBook): change to
match the EBookBackendFactoryFn -> EBookBackendFactory switch.
* libedata-book/e-book-backend.h: remove typedef for
EBookBackendFactoryFn.
* libedata-book/e-book-backend-sync.h: remove typedef for
EBookBackendSyncFactoryFn, since it wasn't ever used (and even the
non-sync version is obsolete now.)
* libedata-book/e-book-backend-factory.[ch]: new file, superclass
for all dynamically loaded addressbook factories.
* libedata-book/Makefile.am (libedata_book_la_SOURCES): add
e-book-backend-factory.c
(libedata_bookinclude_HEADERS): add e-book-backend-factory.h
* libebook/e-book.c (activate_factories_for_uri): don't look for
factories based on the supported_protocol property, since we can't
use those anymore with dynamically loaded backends.
* backends/file/e-book-backend-file-factory.[ch]: new files,
subclass EBookBackendFactory.
* backends/file/Makefile.am (extension_LTLIBRARIES):
libebookbackendfile.la is no longer noinst.
(libebookbackendfile_la_SOURCES): add
e-book-backend-file-factory.[ch].
* backends/groupwise/e-book-backend-groupwise-factory.[ch]: new
files, subclass EBookBackendFactory.
* backends/groupwise/Makefile.am (extension_LTLIBRARIES):
libebookbackendgroupwise.la is no longer noinst.
(libebookbackendfile_la_SOURCES): add
e-book-backend-groupwise-factory.[ch].
* backends/ldap/e-book-backend-ldap-factory.[ch]: new files,
subclass EBookBackendFactory.
* backends/ldap/Makefile.am (extension_LTLIBRARIES):
libebookbackendldap.la is no longer noinst.
(libebookbackendfile_la_SOURCES): add
e-book-backend-ldap-factory.[ch].
* backends/vcf/e-book-backend-vcf-factory.[ch]: new files,
subclass EBookBackendFactory.
* backends/vcf/Makefile.am (extension_LTLIBRARIES):
libebookbackendvcf.la is no longer noinst.
(libebookbackendfile_la_SOURCES): add
e-book-backend-vcf-factory.[ch].
Chris Toshok [Thu, 30 Sep 2004 16:47:45 +0000 (16:47 +0000)]
add this (previously generated) file to the build.
2004-09-30 Chris Toshok <toshok@ximian.com>
* src/GNOME_Evolution_DataServer.server.in.in: add this
(previously generated) file to the build.
* src/GNOME_Evolution_DataServerLDAP.server.in.in,
src/GNOME_Evolution_DataServerNOLDAP.server.in.in: nuke these
files.
* src/Makefile.am (evolution_data_server_LDADD): remove all the
addressbook/calendar backend .la's from here.
(SERVER_IN_FILE): always use
GNOME_Evolution_DataServer.server.in.in here, and it's no longer
generated from LDAP/NOLDAP.
(EXTRA_DIST): remove
GNOME_Evolution_DataServer{LDAP,NOLDAP}.server.in.in
(CLEANFILES): remove GNOME_Evolution_DataServer.server.in.in.
* src/server.c (setup_books): replace hardcoded knowledge of
backends with a call to e_data_book_factory_register_backends.
(setup_cals): remove explicit backend registration with a call to
e_data_cal_factory_register_backends.
(main): call e_data_server_module_init.
* libedataserver/Makefile.am (INCLUDES): add extensiondir #define.
(libedataserver_la_SOURCES): add e-data-server-module.c
(libedataserverinclude_HEADERS): add e-data-server-module.h
* libedataserver/e-data-server-module.[ch]: new files, manage the
extensions. ripped almost entirely from Dave Camp's nautilus
module stuff.
* configure.in (privlibdir, extensiondir): new Makefile variables.
Not Zed [Wed, 29 Sep 2004 02:02:03 +0000 (02:02 +0000)]
** See bug #66509.
2004-09-28 Not Zed <NotZed@Ximian.com>
** See bug #66509.
* providers/nntp/camel-nntp-store.c (camel_nntp_command): if we
get an error selecting the folder, disconnect/include it in the
re-try loop.
(camel_nntp_command): don't set the exception based on errno,
exception processing is already done. don't clear it if we're on
the 3rd retry.
2004-09-27 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-store.c (nntp_get_folder_info): don't
do any locking here.
(nntp_store_get_folder_info_all): move the locking here.
(nntp_store_get_subscribed_folder_info): and some here too.
* providers/nntp/camel-nntp-store.c:
* providers/nntp/camel-nntp-folder.c: Remove nntp command_lock and
just use the service connect lock for serialisation.
Diego Gonzalez [Tue, 28 Sep 2004 21:07:32 +0000 (21:07 +0000)]
Fixes #66574.
2004-09-23 Diego Gonzalez <diego@pemas.net>
Fixes #66574.
* libebook/e-book.c (e_book_get_self): open the book before
getting the contact.
Rodrigo Moya [Tue, 28 Sep 2004 15:58:37 +0000 (15:58 +0000)]
Fixes #66230
2004-09-28 Rodrigo Moya <rodrigo@novell.com>
Fixes #66230
* backends/http/e-cal-backend-http.c (retrieval_done): do a more clever
update of the cache, so that we correctly notify listeners of updates,
additions and removals.
Jeffrey Stedfast [Tue, 28 Sep 2004 14:46:41 +0000 (14:46 +0000)]
s/not/no/ in the error string. Fixes bug #65828.
2004-09-14 Jeffrey Stedfast <fejj@novell.com>
* providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate):
s/not/no/ in the error string. Fixes bug #65828.
Not Zed [Tue, 28 Sep 2004 04:53:28 +0000 (04:53 +0000)]
free the unmatched uid values as well.
2004-09-24 Not Zed <NotZed@Ximian.com>
* camel-vee-store.c (camel_vee_store_finalise): free the unmatched
uid values as well.
* camel-vee-folder.c (vee_folder_remove_folder): lock main folder
summary lock before doing the unmatched stuff, so the order is
right.
2004-08-25 Ed Catmur <ed@catmur.co.uk>
** See bug #63881.
* camel-vee-store.c:
* camel-vee-folder.c: move the unmatched
folder onto the camel-vee-store object. Removede the global
unmatched folder and associated locks/etc, fixed all the code up
to work with the new unmatched folder, if present.
Not Zed [Tue, 28 Sep 2004 04:32:13 +0000 (04:32 +0000)]
make sure body indexing is turned off always, missed the ~ bit.
2004-09-27 Not Zed <NotZed@Ximian.com>
* providers/local/camel-spool-folder.c (camel_spool_folder_new):
make sure body indexing is turned off always, missed the ~ bit.
* providers/local/camel-spool-store.c (camel_folder_info_new):
dont take unread count.
(spool_fill_fi): copied from mbox more or less.
(scan_dir): use fill_fi to setup counts.
(spool_new_fi): replace camel_foldeR_info_new with one that does
most of the work, also generates uri's properly.
(get_folder_info_mbox): make the 'system' inbox name translatable.
* providers/local/camel-mbox-folder.h: make the
camel_mbox_folder_get* functions properly public.
* providers/local/camel-local-folder.h: pass the object to the
virtual methods now, fix all callers.
* providers/local/camel-spool-folder.c (spool_get_full_path)
(spool_get_meta_path): implement, this needs to work differnetly
to the parent classes implementations :-/.
Jeffrey Stedfast [Mon, 27 Sep 2004 17:41:16 +0000 (17:41 +0000)]
Instead of doing a host-lookup ourselves, get it passed in to us as an
2004-09-22 Jeffrey Stedfast <fejj@novell.com>
* providers/imap/camel-imap-store.c (connect_to_server): Instead
of doing a host-lookup ourselves, get it passed in to us as an
argument. Also simplified a bit (try_starttls is no longer an
option).
(connect_to_server_wrapper): Simplified (we no longer have
fallback cases for SSL stuff). Also, perform host lookup here.
* providers/imap4/camel-imap4-store.c: Same changes as above.
* providers/pop3/camel-pop3-store.c: Same.
* providers/smtp/camel-smtp-transport.c: Same. Other changes
include making the code consistant with the other providers.
* providers/nntp/camel-nntp-store.c: Same as pop/imap.
Not Zed [Mon, 27 Sep 2004 05:30:11 +0000 (05:30 +0000)]
** See bug #63521.
2004-09-21 Not Zed <NotZed@Ximian.com>
** See bug #63521.
* camel-movemail.c (camel_movemail): don't clear exception on entry.
* camel-folder-search.c (match_words_message): use local exception.
* camel-operation.c (camel_operation_cancel_check): soak up all
cancellation requests as soon as we get one.
(camel_operation_uncancel): soak up all cancellation reqeusts when
we uncancel.
* camel-uid-cache.c (camel_uid_cache_save): open the file O_TRUNC
rather than O_EXCL, otherwise a crash would mean this file never
gets updated.
(camel_uid_cache_save): block cancellation around writes otherwise
we could be interupted from old cancellation.
* providers/local/camel-local-folder.c
(camel_local_folder_construct): don't clear exception here, just
don't pass it to summary load.
* providers/pop3/camel-pop3-store.c (pop3_connect): only clear the
exception when we received one we handled.
* camel-filter-driver.c (close_folder): if exception is already
set, don't pass it to folder.sync().
* camel-lock.c (camel_lock_folder): don't clear the exception
here, if it came in set its a programming error.
* camel-filter-driver.c (camel_filter_driver_filter_message): if
the exception is set after evaluating the expression, stop
immediately.
Adam Weinberger [Fri, 24 Sep 2004 18:48:57 +0000 (18:48 +0000)]
Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
JP Rosevear [Fri, 24 Sep 2004 14:24:58 +0000 (14:24 +0000)]
Fixes #66383, From David Malcolm <dmalcolm@redhat.com>
2004-09-24 JP Rosevear <jpr@novell.com>
Fixes #66383, From David Malcolm <dmalcolm@redhat.com>
* libecal/e-cal.c (e_cal_get_alarms_in_range): return non void
values
* libecal/e-cal-component.c: kill warnings about struct
definitions
JP Rosevear [Fri, 24 Sep 2004 14:04:30 +0000 (14:04 +0000)]
fix
JP Rosevear [Fri, 24 Sep 2004 14:03:21 +0000 (14:03 +0000)]
Fixes #64955, Vincent Noel <vnoel@cox.net>
2004-09-24 JP Rosevear <jpr@novell.com>
Fixes #64955, Vincent Noel <vnoel@cox.net>
* libecal/e-cal.c (e_cal_get_alarms_in_range): fix c99-ism
Christophe Merlet [Fri, 24 Sep 2004 10:37:40 +0000 (10:37 +0000)]
Updated French translation.
Not Zed [Fri, 24 Sep 2004 02:57:10 +0000 (02:57 +0000)]
** See bug #66209
2004-09-23 Not Zed <NotZed@Ximian.com>
** See bug #66209
* libedataserver/e-source-list.c (sync_idle_callback): clear the
idle id after we've been called.
Not Zed [Fri, 24 Sep 2004 02:50:45 +0000 (02:50 +0000)]
** See bug #47821.
2004-09-13 Not Zed <NotZed@Ximian.com>
** See bug #47821.
* camel-service.c: removed the old hostent based hostname interfaces.
* camel-sasl-kerberos4.c (krb4_challenge): new hostname interfaces.
* camel-sasl-gssapi.c (gssapi_challenge): new hostname interfaces.
* camel-sasl-digest-md5.c (digest_md5_challenge): use new hostname
interfaces.
(generate_response): just take hostname directly, not hostent.
* camel-mime-utils.c (camel_header_msgid_generate): use new
hostname interfaces.
* providers/smtp/camel-smtp-transport.c (connect_to_server): fixed
to use new addrinfo apis.
* providers/pop3/camel-pop3-store.c (connect_to_server): fixed to
use new addrinfo apis.
* camel-tcp-stream-ssl.c (stream_connect): try all addresses
supplied.
* camel-tcp-stream.c (camel_tcp_stream_get_remote_address)
(camel_tcp_stream_get_local_address): return a sockaddr now, and
also the address length. Fixed all implementations and callers.
(camel_tcp_stream_connect): use addrinfo rather than hostent for
host AND port info. Fixed all implementations and callers.
Rodrigo Moya [Thu, 23 Sep 2004 21:06:46 +0000 (21:06 +0000)]
Fixes #59904
2004-09-23 Rodrigo Moya <rodrigo@novell.com>
Fixes #59904
* libecal/e-cal-component.[ch] (e_cal_component_new_from_string): new
function to avoid repeating the same code over and over.
* libedata-cal/e-data-cal-view.c: changed to keep a list of listeners,
not only one.
(listener_died_cb): remove the listener from the list of listeners.
(impl_EDataCalView_start): see if the query has already been started,
and if so, just notify correctly the listeners we need to notify.
(e_data_cal_view_init): create hash table for storing the objects we
have matching the live query.
(e_data_cal_view_set_property): add correctly the listeners to the list.
(e_data_cal_view_get_property): return always the first listener.
(e_data_cal_view_finalize): free all listeners and cached objects.
(add_object_to_cache, remove_object_from_cache):
new functions to manage the matched objects cache.
(e_data_cal_view_notify_objects_added,
e_data_cal_view_notify_objects_modified): add objects to our private
cache, and notify all listeners, now that we might have more than one.
(e_data_cal_view_notify_objects_removed,
e_data_cal_view_notify_progress, e_data_cal_view_notify_done): notify
all listeners.
(e_data_cal_view_add_listener, e_data_cal_view_get_matched_objects,
e_data_cal_view_is_started, e_data_cal_view_is_done,
e_data_cal_view_get_done_status): new functions.
* libedata-cal/e-data-cal.c: keep a cache of all queries.
(impl_Cal_getQuery): first look in the cache of queries. And when
creating a new query, add it to the cache.
(impl_Cal_getObjectList): use the query cache also.
(e_data_cal_finalize): destroy the live queries hash table.
(e_data_cal_init): create live queries hash table.
JP Rosevear [Thu, 23 Sep 2004 16:45:29 +0000 (16:45 +0000)]
don't hard code pkg config version
2004-09-23 JP Rosevear <jpr@novell.com>
* Makefile.am: don't hard code pkg config version
* configure.in: bump version, reset libtool versions because the
library is now versioned
* libedataserver/Makefile.am: build versioned lib and version
pkgconfig stuff
* src/Makefile.am: link against versioned libs
2004-09-23 JP Rosevear <jpr@novell.com>
* Makefile.am: build versioned library and don't hard code pkg
config name
2004-09-23 JP Rosevear <jpr@novell.com>
* libebook/Makefile.am: build a versioned lib, don't hard
code the pkgconfig version
* libedata-book/Makefile.am: ditto
* backends/file/Makefile.am: link against the correct library
version
* backends/groupwise/Makefile.am: ditto
* backends/vcf/Makefile.am: ditto
* backends/ldap/Makefile.am: ditto
* tests/vcard/Makefile.am: ditto
* tests/ebook/Makefile.am: ditto
2004-09-23 JP Rosevear <jpr@novell.com>
* libecal/Makefile.am: build a versioned lib, don't hard
code the pkgconfig version
* libedata-cal/Makefile.am: ditto
* backends/file/Makefile.am: link against the correct library version
* backends/http/Makefile.am: ditto
* backends/groupwise/Makefile.am: ditto
* backends/contacts/Makefile.am: ditto
* tests/ecal/Makefile.am: ditto
William Jon McCann [Wed, 22 Sep 2004 22:20:33 +0000 (22:20 +0000)]
Disable debugging noise.
2004-09-22 William Jon McCann <mccann@jhu.edu>
* libebook/e-book.c (emit_async_open_response)
(e_book_response_open):
* libebook/e-book-view-listener.c (d): Disable debugging noise.
Harish Krishnaswamy [Wed, 22 Sep 2004 16:41:07 +0000 (16:41 +0000)]
Added implemenation for the getQM messages to compute deltas and related changes
Craig Jeffares [Wed, 22 Sep 2004 12:54:47 +0000 (12:54 +0000)]
Updated zh_TW translations
Not Zed [Wed, 22 Sep 2004 01:12:11 +0000 (01:12 +0000)]
handle a zero-length token read rather than failing.
2004-09-22 Not Zed <NotZed@Ximian.com>
* camel-folder-summary.c (camel_folder_summary_decode_token):
handle a zero-length token read rather than failing.
Not Zed [Wed, 22 Sep 2004 01:06:27 +0000 (01:06 +0000)]
** See bug #66199.
2004-09-21 Not Zed <NotZed@Ximian.com>
** See bug #66199.
* camel-http-stream.c (stream_read): handle relative url's in
redirect.
(camel_http_stream_set_proxy): generate the basic auth token for
basic proxy auth if we have a user and password.
* camel-http-stream.c: turn off debug.
Hans Petter Jansson [Tue, 21 Sep 2004 22:39:33 +0000 (22:39 +0000)]
libdb/dbinc/mutex.h libdb/dist/configure libdb/dist/aclocal/mutex.ac
2004-09-21 Hans Petter Jansson <hpj@ximian.com>
* libdb/dbinc/mutex.h
* libdb/dist/configure
* libdb/dist/aclocal/mutex.ac
* libdb/dist/aclocal/options.ac:
Applied patch from Toshok that fixes issues related to NPTL and AMD
processors.
Stano Visnovsky [Tue, 21 Sep 2004 08:29:56 +0000 (08:29 +0000)]
updated Slovak translation
Hannah & Fazlu [Mon, 20 Sep 2004 08:38:58 +0000 (08:38 +0000)]
Fixes Bug#61088
2004-09-08 Hannah & Fazlu <hannah_lins@yahoo.co.in>
Fixes Bug#61088
* camel/camel-smime-context.c: Change of strings.
Not Zed [Mon, 20 Sep 2004 08:09:19 +0000 (08:09 +0000)]
** See bug #0xffff.
2004-09-15 Not Zed <NotZed@Ximian.com>
** See bug #0xffff.
* providers/local/camel-local-folder.c
(camel_local_folder_construct): only emit folder_created if we
actually created it.
Michael Zucci [Mon, 20 Sep 2004 05:59:54 +0000 (05:59 +0000)]
Merged notzed-eplugin-2-branch to head.
Sivaiah Nallagatla [Fri, 17 Sep 2004 08:25:14 +0000 (08:25 +0000)]
don't try to search over summary in case of system addr book as we don't
2004-09-16 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/gropwise/e-book-backend-groupwise.c
(e_book_backend_groupwise_get_contact_list) :
don't try to search over summary in case of system addr book
as we don't maintain one.
JP Rosevear [Thu, 16 Sep 2004 18:47:05 +0000 (18:47 +0000)]
update version to 1.1.0 and BASE_VERSION to 1.2
2004-09-16 JP Rosevear <jpr@novell.com>
* configure.in: update version to 1.1.0 and BASE_VERSION to 1.2
Roozbeh Pournader [Tue, 14 Sep 2004 16:41:25 +0000 (16:41 +0000)]
Added 'fa' (Persian) to ALL_LINGUAG.
2004-09-14 Roozbeh Pournader <roozbeh@farsiweb.info>
* configure.in: Added 'fa' (Persian) to ALL_LINGUAG.
Roozbeh Pournader [Tue, 14 Sep 2004 14:54:53 +0000 (14:54 +0000)]
Added Persian Translation by Meelad Zakaria <meelad@bamdad.org>.
2004-09-14 Roozbeh Pournader <roozbeh@farsiweb.info>
* fa.po: Added Persian Translation by Meelad Zakaria
<meelad@bamdad.org>.
Mohammad DAMT [Tue, 14 Sep 2004 05:40:47 +0000 (05:40 +0000)]
Updated Indonesian translation
2004-09-14 Mohammad DAMT <mdamt@bisnisweb.com>
* id.po: Updated Indonesian translation
Tomasz Kłoczko [Tue, 14 Sep 2004 00:44:41 +0000 (00:44 +0000)]
automake fix for paralel build ("make -j<N>").
* servers/groupwise/Makefile.am: automake fix for paralel build ("make -j<N>").
Hans Petter Jansson [Mon, 13 Sep 2004 22:59:53 +0000 (22:59 +0000)]
Revert the LDAP attribute names changed by Sivaiah's last commit.
2004-09-13 Hans Petter Jansson <hpj@ximian.com>
* backends/ldap/e-book-backend-ldap.c: Revert the LDAP attribute names
changed by Sivaiah's last commit.
Mohammad DAMT [Fri, 10 Sep 2004 10:12:43 +0000 (10:12 +0000)]
Added 'id' to ALL_LINGUAS Added Indonesian translation
2004-09-10 Mohammad DAMT <mdamt@bisnisweb.com>
* configure.in: Added 'id' to ALL_LINGUAS
* po/id.po: Added Indonesian translation
Hans Petter [Thu, 9 Sep 2004 18:31:18 +0000 (18:31 +0000)]
Add missing item to changelog.
Hans Petter Jansson [Thu, 9 Sep 2004 18:28:44 +0000 (18:28 +0000)]
Fixes #63385.
2004-09-09 Hans Petter Jansson <hpj@ximian.com>
Fixes #63385.
* libebook/e-book.c (fetch_corba_book): Use g_signal_connect_object ()
to connect to the listener, so we won't be destroyed in another thread
while processing signals from it.
Martin Willemoes Hansen [Thu, 9 Sep 2004 09:58:06 +0000 (09:58 +0000)]
Updated Danish translation.
* da.po: Updated Danish translation.
Chenthill Palanisamy [Wed, 8 Sep 2004 11:38:58 +0000 (11:38 +0000)]
Added the support for allday events.
2004-09-08 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backend-groupwise-utils.c
(set_properties_from_cal_component), (e_gw_item_to_cal_component),
(e_gw_item_set_changes): Added the support for allday events.
Chenthill Palanisamy [Wed, 8 Sep 2004 11:34:13 +0000 (11:34 +0000)]
Fixes #64062 Added functions to handle the allday events for Appointments.
2004-09-08 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #64062
* e-gw-item[ch]
(e_gw_item_set_is_allday_event), (e_gw_item_get_is_allday_event):
Added functions to handle the allday events for Appointments.
* e-gw-item.c
(e_gw_item_append_to_soap_message),(append_event_changes_to_soap_message)
(e_gw_item_new_from_soap_parameter): Added the support for allDay events
in appointments.
Chenthill Palanisamy [Wed, 8 Sep 2004 07:48:31 +0000 (07:48 +0000)]
Fixes #65167 Reload the default zone into the cache after clearing it.
2004-09-08 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #65167
* backends/groupwise/e-cal-backend-groupwise.c
(connect_to_server): Reload the default zone into
the cache after clearing it.
* backends/groupwise/e-cal-backend-groupwise-utils.c
(set_categories_for_gw_item), e_gw_item_to_cal_component),
(set_properties_from_cal_component): replaced the assert
statements with If conditions.
Not Zed [Wed, 8 Sep 2004 04:02:41 +0000 (04:02 +0000)]
make ssl connection async and cancellable, and minor api update to async
2004-09-03 Not Zed <NotZed@Ximian.com>
* camel-tcp-stream-ssl.c (stream_connect): make ssl connection
async and cancellable, and minor api update to async connection.
Chenthill Palanisamy [Tue, 7 Sep 2004 13:05:39 +0000 (13:05 +0000)]
Fixes #64685 Send the error message as Permission Denied when the attendee
2004-09-07 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #64685
* backends/groupwise/e-cal-backends-groupwise.c
(receive_object): Send the error message as
Permission Denied when the attendee tries to accept the
appointment more than once since we get the error message as
bad parameter from the server.
Chenthill Palanisamy [Tue, 7 Sep 2004 12:44:11 +0000 (12:44 +0000)]
Fixes 63513 Do a case insensitive comparison between the email ids. This
2004-09-07 Chenthill Palanisamy <pchenthill@novell.com>
Fixes 63513
* backends/groupwise/e-cal-backends-groupwise-utils.c
(e_gw_connection_send_appointment): Do a case insensitive
comparison between the email ids. This is a partial fix.
Chenthill Palanisamy [Tue, 7 Sep 2004 11:30:15 +0000 (11:30 +0000)]
Fixes #64398 added an variable to store the timeout ids.
2004-09-07 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #64398
* backends/groupwise/e-cal-backend-groupwise.c
(ECalBackendGroupwisePrivate): added an variable to store
the timeout ids.
(e_cal_backend_groupwise_init): intialize the variable.
(e_cal_backend_groupwise_finalize): remove the timeout_add
function so that it will not called when backend dies.
(get_deltas): It should not crash in any case if handle is
NULL.
Sivaiah Nallagatla [Tue, 7 Sep 2004 05:51:22 +0000 (05:51 +0000)]
Update the ldap attribute names for calendar ui and free busy uri fileds
2004-09-06 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/ldap/e-book-backend-ldap.c : Update
the ldap attribute names for calendar ui and free busy uri
fileds to match with what is present in evolutionPerson.schema
(add_to_supported_fields) : add E_CONTACT_EMAIL_1 also to list of supported fields.
Also use e_contact_field_name function instead of hardcodring field names
(anniversary_populate) : correct incorrect contact date
parameter passing. Also free the contact date
Fixes some of the issues mentioned in #59582
David Lodge [Mon, 6 Sep 2004 20:14:00 +0000 (20:14 +0000)]
Updated British translation.
2004-09-06 David Lodge <dave@cirt.net>
* en_GB.po: Updated British translation.
Chenthill Palanisamy [Sun, 5 Sep 2004 13:04:19 +0000 (13:04 +0000)]
defined two macros for the handling the static capabilities for backends
2004-09-05 Chenthill Palanisamy <pchenthill@novell.com>
* libecal/e-cal-utils.h:
defined two macros for the handling the static capabilities for
backends which does not support the conversion of a non-recurring
appointment to a recurrence appointment and conversion of posted
task to group task.
* backends/groupwise/e-cal-backend-groupwise.c
(e_cal_backend_groupwise_get_static_capabilities): Added the
two macros in this function.
Chenthill Palanisamy [Sun, 5 Sep 2004 12:36:05 +0000 (12:36 +0000)]
Fixes #64688 store the default zone in backend before populating the
2004-09-05 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #64688
* backends/groupwise/e-cal-backend-groupwise.c
(connect_to_server): store the default zone in
backend before populating the cache.
Baris Cicek [Fri, 3 Sep 2004 14:59:55 +0000 (14:59 +0000)]
Updated Turkish Translation
Jeffrey Stedfast [Tue, 31 Aug 2004 15:42:29 +0000 (15:42 +0000)]
fixed
Not Zed [Mon, 30 Aug 2004 04:31:52 +0000 (04:31 +0000)]
return cancelled if we're in an offline state.
2004-08-27 Not Zed <NotZed@Ximian.com>
* e-passwords.c (e_passwords_ask_password): return cancelled if
we're in an offline state.
Not Zed [Mon, 30 Aug 2004 04:21:22 +0000 (04:21 +0000)]
** See bug #64023.
2004-08-27 Not Zed <NotZed@Ximian.com>
** See bug #64023.
* providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate):
forget the password if it was wrong.
Amila Akagić [Sat, 28 Aug 2004 09:52:09 +0000 (09:52 +0000)]
2004-08-27 Akagic Amila <bono@linux.org.ba> * bs.po: Added Bosnian translation.
Amila Akagić [Sat, 28 Aug 2004 09:40:14 +0000 (09:40 +0000)]
2004-08-27 Akagic Amila <bono@linux.org.ba> * configure.in: Added bs to ALL_LINGUAS.
JP Rosevear [Fri, 27 Aug 2004 19:00:15 +0000 (19:00 +0000)]
bump verision, libtool numbers
2004-08-26 JP Rosevear <jpr@novell.com>
* configure.in: bump verision, libtool numbers
Rodrigo Moya [Fri, 27 Aug 2004 18:09:59 +0000 (18:09 +0000)]
new function for the regular expression language.
2004-08-27 Rodrigo Moya <rodrigo@novell.com>
* libedata-cal/e-cal-backend-sexp.c (func_has_alarms_in_range): new
function for the regular expression language.
(e_cal_backend_sexp_new): added new function to the list of symbols.
* libecal/e-cal.c (e_cal_get_alarms_in_range): use the new
'has-alarms-in-range' function.
Chenthill Palanisamy [Fri, 27 Aug 2004 05:39:52 +0000 (05:39 +0000)]
set the acceptLevel for the appointment as Free if its not Busy.
2004-08-27 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backend-groupwise-utils.c
(set_properties_from_cal_component): set the acceptLevel
for the appointment as Free if its not Busy.
Chenthill Palanisamy [Fri, 27 Aug 2004 05:28:06 +0000 (05:28 +0000)]
Defined a string for handling acceptLevel "Free" in appointments
2004-08-27 Chenthill Palanisamy <pchenthill@novell.com>
* e-gw-item.h:
Defined a string for handling acceptLevel "Free" in appointments
Not Zed [Fri, 27 Aug 2004 02:26:57 +0000 (02:26 +0000)]
** See bug #63051.
2004-08-26 Not Zed <NotZed@Ximian.com>
** See bug #63051.
* libedataserver/e-util.c (e_util_utf8_strstrcase)
(e_util_utf8_strstrcasedecomp):
* libedataserver/e-sexp.c (e_sexp_term_eval):
* libedataserver/e-memory.c (e_memchunk_clean): use g_alloca for
stupid arcanely out of date and posixly-busted slowaris which
doesn't put alloca in stdlib.h like any sane system.
Rodrigo Moya [Fri, 27 Aug 2004 00:17:01 +0000 (00:17 +0000)]
match the prototype expected in icalcomponent_foreach_recurrence.
2004-08-26 Rodrigo Moya <rodrigo@novell.com>
* libecal/e-cal-util.c (check_instance): match the prototype expected
in icalcomponent_foreach_recurrence.
(e_cal_util_remove_instances): fixed warning.
Sivaiah Nallagatla [Thu, 26 Aug 2004 10:01:08 +0000 (10:01 +0000)]
don' try to get container id and categories if we have already
2004-08-26 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/groupwise/e-book-backend-groupwise.c
(e_book_backend_groupwise_authenitcate_user) : don' try
to get container id and categories if we have already authenitcated
Fixes #63844
Sivaiah Nallagatla [Thu, 26 Aug 2004 09:28:45 +0000 (09:28 +0000)]
change the "CheckList" to "Tasks" as there is another foder called
2004-08-26 Sivaiah Nallagatla <snallagatla@novell.com>
* provoders/groupwise/camel-gw-listner.c
(add_calendar_tasks_sources) : change the "CheckList" to "Tasks"
as there is another foder called chekclist in groupwise
not related to tasks
Fixes #64092
Gustavo Maciel Dias Vieira [Wed, 25 Aug 2004 21:46:19 +0000 (21:46 +0000)]
Updated Brazilian Portuguese translation done by Gustavo Maciel Dias
2004-08-25 Gustavo Maciel Dias Vieira <gustavo@sagui.org>
* pt_BR.po: Updated Brazilian Portuguese translation done by
Gustavo Maciel Dias Vieira <gustavo@sagui.org>.
Chenthill Palanisamy [Wed, 25 Aug 2004 15:12:12 +0000 (15:12 +0000)]
*** empty log message ***
Frédéric Crozat [Wed, 25 Aug 2004 14:39:18 +0000 (14:39 +0000)]
Add missing include, fix warnings.
* libedataserver/e-file-cache.c: (add_key_to_list),
(add_object_to_list):
Add missing include, fix warnings.
* libedataserver/e-util.c: add missing include.
* servers/groupwise/e-gw-connection.c:
(e_gw_connection_get_categories):
Fix type, causing warnings.
Frédéric Crozat [Wed, 25 Aug 2004 14:38:42 +0000 (14:38 +0000)]
Add missing prototype.
* tests/ebook/test-photo.c:
Add missing prototype.
Frédéric Crozat [Wed, 25 Aug 2004 14:38:14 +0000 (14:38 +0000)]
Need a return value.
* libecal/e-cal.c: (e_cal_set_default_timezone):
Need a return value.
Frédéric Crozat [Wed, 25 Aug 2004 14:04:16 +0000 (14:04 +0000)]
Init one variable (remove warning) and don't redefine it.
* camel-folder.c: (folder_getv):
Init one variable (remove warning) and don't redefine it.
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.