platform/upstream/evolution-data-server.git
18 years agocamel-index.c camel-mime-filter-basic.c camel-mime-filter-charset.c
Tor Lillqvist [Tue, 6 Dec 2005 04:21:56 +0000 (04:21 +0000)]
camel-index.c camel-mime-filter-basic.c camel-mime-filter-charset.c

2005-12-01  Tor Lillqvist  <tml@novell.com>

* camel-index.c
* camel-mime-filter-basic.c
* camel-mime-filter-charset.c
* camel-mime-filter-from.c
* camel-mime-filter-index.c
* camel-mime-filter-windows.c
* camel-mime-filter.c
* camel-mime-part-utils.c
* camel-multipart-encrypted.c
* camel-multipart-signed.c
* camel-multipart.c
* camel-offline-folder.c
* camel-offline-store.c
* camel-operation.c
* camel-sasl-anonymous.c
* camel-sasl-cram-md5.c
* camel-sasl-digest-md5.c
* camel-sasl-kerberos4.c
* camel-sasl-login.c
* camel-sasl-ntlm.c
* camel-sasl-plain.c
* camel-sasl.c
* camel-search-private.c
* camel-service.c
* camel-smime-context.c
* camel-store.c
* camel-stream-buffer.c
* camel-stream-filter.c
* camel-stream-process.c
* camel-stream.c
* camel-transport.c
* camel-url-scanner.c
* camel-vee-folder.c
* camel-vee-summary.c
* camel-vtrash-folder.c
* camel.c: Unify header inclusion order and style purely for
cosmetic reasons.

18 years agoSetup disco journal during store construct. Previously, it was dont in
Parthasarathi Susarla [Mon, 5 Dec 2005 17:47:16 +0000 (17:47 +0000)]
Setup disco journal during store construct. Previously, it was dont in

2005-12-05  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-imap-store.c: (construct):
Setup disco journal during store construct. Previously,
it was dont in connect_offline and connect_online methods.
This makes sure that the diary is initialised even when evo
starts in offline mode.

18 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Mon, 5 Dec 2005 07:05:31 +0000 (07:05 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2005-12-05  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

18 years agoUpdated Norwegian bokmål translation. Same
Kjartan Maraas [Sun, 4 Dec 2005 12:23:50 +0000 (12:23 +0000)]
Updated Norwegian bokmål translation. Same

2005-12-04  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.
* no.po: Same

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Sun, 4 Dec 2005 11:30:17 +0000 (11:30 +0000)]
*** empty log message ***

18 years agoUpdated Simplified Chinese translation of e-d-s
Funda Wang [Sun, 4 Dec 2005 04:39:48 +0000 (04:39 +0000)]
Updated Simplified Chinese translation of e-d-s

18 years agoAdded missing file. Updated Canadian English translation.
Adam Weinberger [Sat, 3 Dec 2005 19:52:24 +0000 (19:52 +0000)]
Added missing file. Updated Canadian English translation.

2005-12-03  Adam Weinberger  <adamw@gnome.org>

* POTFILES.in: Added missing file.
* en_CA.po: Updated Canadian English translation.

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Fri, 2 Dec 2005 14:21:00 +0000 (14:21 +0000)]
*** empty log message ***

18 years ago** See bug #321139
Shi Pu [Fri, 2 Dec 2005 08:54:44 +0000 (08:54 +0000)]
** See bug #321139

2005-12-02  Shi Pu <shi.pu@sun.com>

        ** See bug #321139

        * camel-exception.c: (camel_exception_get_description):
        Don't return NULL.

18 years agoAdd missing dash in the executable file's name in the InterfaceCheck
Tor Lillqvist [Fri, 2 Dec 2005 01:11:10 +0000 (01:11 +0000)]
Add missing dash in the executable file's name in the InterfaceCheck

2005-12-02  Tor Lillqvist  <tml@novell.com>

* src/GNOME_Evolution_DataServer.server.in.in: Add missing dash in
the executable file's name in the InterfaceCheck location.

18 years agoNew file, a script used to build a Win32 zipfile distribution of E-D-S.
Tor Lillqvist [Fri, 2 Dec 2005 00:06:42 +0000 (00:06 +0000)]
New file, a script used to build a Win32 zipfile distribution of E-D-S.

2005-12-02  Tor Lillqvist  <tml@novell.com>

* evolution-data-server-zip.in: New file, a script used to build a
Win32 zipfile distribution of E-D-S. (End users will not be
expected to install from zipfiles, they would be for power users
and developers only.)

* Makefile.am
* configure.in: Distribute and expand it.

18 years agoIf building against a GLib older than 2.8, map those gstdio wrappers that
Tor Lillqvist [Thu, 1 Dec 2005 15:51:37 +0000 (15:51 +0000)]
If building against a GLib older than 2.8, map those gstdio wrappers that

2005-12-01  Tor Lillqvist  <tml@novell.com>

* camel-private.h: If building against a GLib older than 2.8, map
those gstdio wrappers that were introduced only in 2.8 to their
normal counterparts here. (When building for Win32, we require
GLib and GTK+ 2.8, so this is for Unix only.)

18 years agoAdd gmtime_r() implementation (a simple macro) for Win32.
Tor Lillqvist [Thu, 1 Dec 2005 11:50:59 +0000 (11:50 +0000)]
Add gmtime_r() implementation (a simple macro) for Win32.

2005-12-01  Tor Lillqvist  <tml@novell.com>

* camel-mime-message.c: Add gmtime_r() implementation (a simple
macro) for Win32.

18 years agofixes a build break for OS which uses glib 2.4
Chenthill Palanisamy [Thu, 1 Dec 2005 11:21:12 +0000 (11:21 +0000)]
fixes a build break for OS which uses glib 2.4

18 years agoDrop the realpath() implementation. realpath() is only used in one place
Tor Lillqvist [Thu, 1 Dec 2005 10:32:30 +0000 (10:32 +0000)]
Drop the realpath() implementation. realpath() is only used in one place

2005-12-01  Tor Lillqvist  <tml@novell.com>

* camel-win32.c: Drop the realpath() implementation. realpath() is
only used in one place in providers/local/camel-local-folder.c,
and it's better to just enclose that code snippet (which isn't
needed on Win32 anyway) in an ifdef.

* camel-private.h: Drop the realpath() declaration from
here. Remove the S_ISLNK() and lstat() dummy definitions. They are
also used only in the place mentioned above.

18 years agofixes a build break for OS using glib-2.4
Chenthill Palanisamy [Thu, 1 Dec 2005 09:26:48 +0000 (09:26 +0000)]
fixes a build break for OS using glib-2.4

18 years agofixes a build break.
Chenthill Palanisamy [Thu, 1 Dec 2005 07:54:05 +0000 (07:54 +0000)]
fixes a build break.

18 years agoEvolution should not send command with zero additional parameters. Fix
Jeff Cai [Thu, 1 Dec 2005 07:26:34 +0000 (07:26 +0000)]
Evolution should not send command with zero additional parameters. Fix

2005-12-01 Jeff Cai <jeff.cai@sun.com>

        * camel-imap-command.c:(imap_command_strdup_vprintf):
        Evolution should not send command with zero additional parameters.
        Fix #322408

18 years agoFix silly bug in the ifdef section for "uncommon" platforms. Thanks to
Tor Lillqvist [Wed, 30 Nov 2005 23:35:45 +0000 (23:35 +0000)]
Fix silly bug in the ifdef section for "uncommon" platforms. Thanks to

2005-12-01  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-util.c (e_util_pthread_id): Fix silly bug in
the ifdef section for "uncommon" platforms. Thanks to Ross Burton for
noticing.

18 years agocamel-nntp-folder.c Remove some unneeded headers.
Tor Lillqvist [Wed, 30 Nov 2005 16:04:02 +0000 (16:04 +0000)]
camel-nntp-folder.c Remove some unneeded headers.

2005-11-30  Tor Lillqvist  <tml@novell.com>

* camel-nntp-folder.c
* camel-nntp-store.c: Remove some unneeded headers.

18 years agoAllow environment override of the LDAP result timeout.
Harish Krishnaswamy [Wed, 30 Nov 2005 13:18:02 +0000 (13:18 +0000)]
Allow environment override of the LDAP result timeout.

2005-11-30  Harish Krishnaswamy  <kharish@novell.com>

* backends/ldap/e-book-backend-ldap.c: (poll_ldap):
Allow environment override of the LDAP result timeout.

18 years agoDefine O_BINARY as 0 on Unix. Add declarations for camel_read_socket() and
Tor Lillqvist [Wed, 30 Nov 2005 09:54:54 +0000 (09:54 +0000)]
Define O_BINARY as 0 on Unix. Add declarations for camel_read_socket() and

2005-11-30  Tor Lillqvist  <tml@novell.com>

* camel-file-utils.h: Define O_BINARY as 0 on Unix. Add
declarations for camel_read_socket() and camel_write_socket(). (In
a not yet committed addition to camel-file-utils.c.)

* camel-block-file.c
* camel-certdb.c
* camel-data-cache.c
* camel-disco-diary.c
* camel-folder-summary.c
* camel-mime-parser.c
* camel-offline-journal.c
* camel-provider.c
* camel-session.c
* camel-store-summary.c
* camel-stream-fs.c
* camel-text-index.c
* camel-uid-cache.c
* camel-vee-store.c: Use gstdio wrappers for full non-ASCII
filename support on Windows.

* camel-block-file.c (key_file_use)
* camel-certdb.c (camel_certdb_save)
* camel-disco-diary.c (camel_disco_diary_new)
* camel-folder-summary.c (camel_folder_summary_load)
* camel-offline-journal.c (camel_offline_journal_construct)
* camel-store-summary.c (camel_store_summary_load,
camel_store_summary_save, camel_store_summary_header_load)
* camel-stream-fs.c (camel_stream_fs_new_with_name)
* camel-text-index.c (dump_raw)
* camel-uid-cache.c (camel_uid_cache_new, camel_uid_cache_save):
Open file in binary mode.

* camel-data-cache.c (data_cache_expire)
* camel-provider.c (camel_provider_init): Use GDir instead of
dirent API for portability and full non-ASCII filename support on
Windows.

* camel-folder-summary.c (camel_folder_summary_load): On Win32
unlink destination before attempting a rename.

* camel-mime-parser.c: Drop unused includes. Use
g_ascii_strcasecmp() instead of strcasecmp() for well-definedness,
and the other string being compared is an ASCII literal anyway.

* camel-provider.c (camel_provider_init) Use G_MODULE_SUFFIX
instead of hardcoding .so.

* camel-session.c (session_thread_wait): Use g_usleep() instead of
usleep() for portability.

* camel-utf8.c: Use g_htons() and g_ntohs() instead of htons() and
ntohs() for portability.

18 years agoAdded support for LDAP_DEBUG environment variablem and debug messages.
Sushma Rai [Tue, 29 Nov 2005 11:09:16 +0000 (11:09 +0000)]
Added support for LDAP_DEBUG environment variablem and debug messages.

18 years agofixes #317322
Chenthill Palanisamy [Mon, 28 Nov 2005 19:06:48 +0000 (19:06 +0000)]
fixes #317322

18 years agofixes #318777
Chenthill Palanisamy [Mon, 28 Nov 2005 11:42:59 +0000 (11:42 +0000)]
fixes #318777

18 years agoInitializing the error value. Fixes as crash. Also fixed some
Sushma Rai [Sat, 26 Nov 2005 09:21:01 +0000 (09:21 +0000)]
Initializing the error value. Fixes as crash. Also fixed some
compile time warnings.

18 years agolib/e2k-uri.c (e2k_uri_new) Use g_ascii_strncasecmp() instead of
Tor Lillqvist [Fri, 25 Nov 2005 04:03:44 +0000 (04:03 +0000)]
lib/e2k-uri.c (e2k_uri_new) Use g_ascii_strncasecmp() instead of

2005-11-25  Tor Lillqvist  <tml@novell.com>

* lib/e2k-uri.c (e2k_uri_new)
* storage/exchange-oof.c (find_str_case): Use
g_ascii_strncasecmp() instead of strncasecmp() for
portability.

18 years agoUse g_ascii_strcasecmp() instead of strcasecmp() for portability.
Tor Lillqvist [Fri, 25 Nov 2005 03:57:03 +0000 (03:57 +0000)]
Use g_ascii_strcasecmp() instead of strcasecmp() for portability.

2005-11-25  Tor Lillqvist  <tml@novell.com>

* e-gw-sendoptions.c: Use g_ascii_strcasecmp() instead of
strcasecmp() for portability.

18 years agoNo segv handling on Win32. Run-time path construction for the PREFIX,
Tor Lillqvist [Fri, 25 Nov 2005 03:53:43 +0000 (03:53 +0000)]
No segv handling on Win32. Run-time path construction for the PREFIX,

2005-11-25  Tor Lillqvist  <tml@novell.com>

* src/server.c: No segv handling on Win32. Run-time path
construction for the PREFIX, SYSCONFDIR, DATADIR and LIBDIR used
in GNOME_PROGRAM_STANDARD_PROPERTIES which is passed to
gnome_program_init().

18 years agoAdd declaration for our Win32-only fsync() and realpath() implementations.
Tor Lillqvist [Fri, 25 Nov 2005 03:48:47 +0000 (03:48 +0000)]
Add declaration for our Win32-only fsync() and realpath() implementations.

2005-11-25  Tor Lillqvist  <tml@novell.com>

* camel-private.h: Add declaration for our Win32-only fsync() and
realpath() implementations. Define S_ISLNK() as 0 and lstat() as
stat().
(realpath): Use gstdio wrappers.

* camel-win32.c (_camel_get_localedir, _camel_get_libexecdir,
_camel_get_providerdir): Run-time path construction
machinery. Maybe these should just be in libedataserver instead,
like _libedataserver_get_extensiondir() etc.

18 years agoInclude e-util.h and redefine EVOLUTION_LOCALEDIR as
Tor Lillqvist [Fri, 25 Nov 2005 03:28:51 +0000 (03:28 +0000)]
Include e-util.h and redefine EVOLUTION_LOCALEDIR as

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libebook/e-contact.c: Include e-util.h and redefine
EVOLUTION_LOCALEDIR as e_util_get_localedir() on Windows.

18 years agoUse <winldap.h> and openldap-extract.h on Windows.
Tor Lillqvist [Fri, 25 Nov 2005 03:22:41 +0000 (03:22 +0000)]
Use <winldap.h> and openldap-extract.h on Windows.

2005-11-25  Tor Lillqvist  <tml@novell.com>

* backends/ldap/e-book-backend-ldap.c: Use <winldap.h> and
openldap-extract.h on Windows.
(get_ldap_library_info): Use ldap_init() instead of the
non-standard ldap_create().
(get_ldap_library_info, e_book_backend_ldap_connect,
e_book_backend_ldap_set_mode, e_book_backend_ldap_dispose) Use
ldap_unbind() instead of the non-standard
ldap_unbind_ext_s(). Calling ldap_unbind_ext_s() passing NULL for
the sctrls and cctrls parameters is exactly equivalent to calling
ldap_unbind() anyway, see OpenLDAP sources.
(e_book_backend_ldap_connect): No LDAP_OPT_X_TLS in winldap, set
LDAP_OPT_SSL instead.
(e_book_backend_ldap_authenticate_user): Use g_ascii_strncasecmp()
instead of strncasecmp().
(ldap_cancel_op): Use ldap_abandon() instead of the non-standard
ldap_abandon_ext(). Calling ldap_abandon_ext() passing NULL for
sctrls and cctrls is equivalent to calling ldap_abandon().

18 years agoLink with more libraries to avoid unresolved externals on Windows.
Tor Lillqvist [Fri, 25 Nov 2005 03:06:06 +0000 (03:06 +0000)]
Link with more libraries to avoid unresolved externals on Windows.

2005-11-25  Tor Lillqvist  <tml@novell.com>

* backends/ldap/Makefile.am: Link with more libraries to avoid
unresolved externals on Windows. Distribute openldap-extract.h.

18 years agoNew file. Contains various things lifted from OpenLDAP for use on Windows
Tor Lillqvist [Fri, 25 Nov 2005 03:04:04 +0000 (03:04 +0000)]
New file. Contains various things lifted from OpenLDAP for use on Windows

2005-11-25  Tor Lillqvist  <tml@novell.com>

* backends/ldap/openldap-extract.h: New file. Contains various
things lifted from OpenLDAP for use on Windows where we use
Microsoft's LDAP implementation.

18 years agoInclude libedataserver-private.h to get redefinition of
Tor Lillqvist [Fri, 25 Nov 2005 02:56:14 +0000 (02:56 +0000)]
Include libedataserver-private.h to get redefinition of

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-data-server-module.c
(e_data_server_module_init): Include libedataserver-private.h to
get redefinition of E_DATA_SERVER_EXTENSIONDIR (for run-time
pathname construction) on Windows.

18 years agoDrop unused static function. (e_categories_add_relative): New function.
Tor Lillqvist [Fri, 25 Nov 2005 02:51:38 +0000 (02:51 +0000)]
Drop unused static function. (e_categories_add_relative): New function.

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-categories.c (add_category_if_not_present):
Drop unused static function.
(e_categories_add_relative): New function. Form the pathname to
the icon file at run-time (for installability in freely chosen
location on Windows).
(initialize_categories_config): Call e_categories_add_relative()
with just the basename of the icon files.

18 years agoDeclare the above new public Win32-only functions.
Tor Lillqvist [Fri, 25 Nov 2005 02:31:32 +0000 (02:31 +0000)]
Declare the above new public Win32-only functions.

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-util.h: Declare the above new public Win32-only
functions.

18 years agoImplement install-anywhere machinery for Win32. (DllMain): Minimal DllMain
Tor Lillqvist [Fri, 25 Nov 2005 02:28:28 +0000 (02:28 +0000)]
Implement install-anywhere machinery for Win32. (DllMain): Minimal DllMain

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-util.c: Implement install-anywhere machinery
for Win32.
(DllMain): Minimal DllMain that just tucks away the handle to the
DLL.
(_libedataserver_get_extensiondir, _libedataserver_get_imagesdir,
_libedataserver_get_ui_gladedir): Functions private to e-d-s.
(e_util_get_prefix, e_util_get_cp_prefix, e_util_get_localedir,
e_util_replace_prefix): Functions intended also for Evolution. We
assume e-d-s and evo are installed in the same folder on the
end-user machine.

18 years agoAdd libedataserver-private.h. Pass more configure-time pathname
Tor Lillqvist [Fri, 25 Nov 2005 02:20:22 +0000 (02:20 +0000)]
Add libedataserver-private.h. Pass more configure-time pathname

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/Makefile.am: Add libedataserver-private.h. Pass
more configure-time pathname definitions (as used elsewhere in
e-d-s) in INCLUDES so that they can be recognized and changed at
run-time to end-user machine installation paths on Win32.

18 years agoNew file. Declares so far some Win32-only functionality, to be used in
Tor Lillqvist [Fri, 25 Nov 2005 02:14:44 +0000 (02:14 +0000)]
New file. Declares so far some Win32-only functionality, to be used in

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/libedataserver-private.h: New file. Declares so
far some Win32-only functionality, to be used in various parts of
e-d-s.

18 years agoUse g_ascii_strcasecmp() instead of strcasecmp() for portability.
Tor Lillqvist [Fri, 25 Nov 2005 01:53:10 +0000 (01:53 +0000)]
Use g_ascii_strcasecmp() instead of strcasecmp() for portability.

2005-11-25  Tor Lillqvist  <tml@novell.com>

* e-book-auth-util.c (get_remember_password): Use
g_ascii_strcasecmp() instead of strcasecmp() for portability.

18 years agoUse g_ascii_strncasecmp() instead of strncasecmp() for portability.
Tor Lillqvist [Fri, 25 Nov 2005 01:50:59 +0000 (01:50 +0000)]
Use g_ascii_strncasecmp() instead of strncasecmp() for portability.

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-url.c (e_uri_new): Use g_ascii_strncasecmp()
instead of strncasecmp() for portability.

18 years agoInclude strptime() implementation lifted from glibc for portability. Use
Tor Lillqvist [Fri, 25 Nov 2005 01:48:30 +0000 (01:48 +0000)]
Include strptime() implementation lifted from glibc for portability. Use

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-time-utils.c: Include strptime() implementation
lifted from glibc for portability. Use it unless
HAVE_STRPTIME. Make it local for this file, though.

18 years agoUse g_get_host_name() from GLib 2.8 instead of gethostname().
Tor Lillqvist [Fri, 25 Nov 2005 01:39:59 +0000 (01:39 +0000)]
Use g_get_host_name() from GLib 2.8 instead of gethostname().

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-uid.c (e_uid_new): Use g_get_host_name() from
GLib 2.8 instead of gethostname().

18 years agoUse gstdio wrappers for better non-ASCII filename support on Win32. Open
Tor Lillqvist [Fri, 25 Nov 2005 01:35:08 +0000 (01:35 +0000)]
Use gstdio wrappers for better non-ASCII filename support on Win32. Open

2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/md5-utils.c (md5_get_digest_from_file): Use
gstdio wrappers for better non-ASCII filename support on
Win32. Open file in binary mode. Don't use sizeof(guchar), it
won't be different than 1 in this universe. Do use sizeof(tmp_buf)
instead of hardcoding 1024. Drop leftover debugging printouts.

18 years agoUpdated Persian translation. Translator: Meelad Zakaria; Reviewer: Elnaz
Roozbeh Pournader [Tue, 22 Nov 2005 17:51:11 +0000 (17:51 +0000)]
Updated Persian translation. Translator: Meelad Zakaria; Reviewer: Elnaz

2005-11-22  Roozbeh Pournader  <roozbeh@farsiweb.info>

* fa.po: Updated Persian translation. Translator: Meelad Zakaria;
  Reviewer: Elnaz Sarbar.

18 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Tue, 22 Nov 2005 15:47:30 +0000 (15:47 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2005-11-22  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Tue, 22 Nov 2005 08:53:30 +0000 (08:53 +0000)]
*** empty log message ***

18 years agoUpdated Japanese translation for v1.5.2.
Takeshi AIHANA [Sun, 20 Nov 2005 08:09:26 +0000 (08:09 +0000)]
Updated Japanese translation for v1.5.2.

2005-11-20  Takeshi AIHANA <aihana@gnome.gr.jp>

* ja.po: Updated Japanese translation for v1.5.2.

18 years agoFix build
Ross Burton [Fri, 18 Nov 2005 10:28:37 +0000 (10:28 +0000)]
Fix build

18 years agoIf no diary is created, no need to do resync.
Jeff Cai [Fri, 18 Nov 2005 05:55:34 +0000 (05:55 +0000)]
If no diary is created, no need to do resync.

2005-11-18  Jeff Cai  <jeff.cai@sun.com>

        * camel-disco-store.c: (disco_connect):
        If no diary is created, no need to do resync.

18 years agoDon't do byte order checks at runtime but use the GLib G_BYTE_ORDER macro (#319592)
Ross Burton [Thu, 17 Nov 2005 11:41:53 +0000 (11:41 +0000)]
Don't do byte order checks at runtime but use the GLib G_BYTE_ORDER macro (#319592)

18 years agoDon't do byte order checks at runtime but use the GLib G_BYTE_ORDER macro (#319592)
Ross Burton [Thu, 17 Nov 2005 11:41:33 +0000 (11:41 +0000)]
Don't do byte order checks at runtime but use the GLib G_BYTE_ORDER macro (#319592)

18 years agoUse G_DEFINE_TYPE and add some more const keywords.
Ross Burton [Thu, 17 Nov 2005 11:38:48 +0000 (11:38 +0000)]
Use G_DEFINE_TYPE and add some more const keywords.

18 years agoUse lazy bindings (#321515)
Ross Burton [Tue, 15 Nov 2005 15:21:34 +0000 (15:21 +0000)]
Use lazy bindings (#321515)

18 years agoUpdated Norwegian bokmål translation. Same.
Kjartan Maraas [Tue, 15 Nov 2005 12:08:31 +0000 (12:08 +0000)]
Updated Norwegian bokmål translation. Same.

2005-11-15  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.
* no.po: Same.

18 years agoAdd hula to SUBDIRS.
Harish Krishnaswamy [Mon, 14 Nov 2005 19:15:31 +0000 (19:15 +0000)]
Add hula to SUBDIRS.

2005-11-15  Harish Krishnaswamy  <kharish@novell.com>

* providers/Makefile.am: Add hula to SUBDIRS.

18 years agoRelease updates, bump version. ***** Release 1.5.2 *****
Harish Krishnaswamy [Mon, 14 Nov 2005 18:08:20 +0000 (18:08 +0000)]
Release updates, bump version. ***** Release 1.5.2 *****

2005-11-14  Harish Krishnaswamy  <kharish@novell.com>

* NEWS, configure.in: Release updates, bump version.
***** Release 1.5.2 *****

18 years agoAdd hula/Makefile to AC_OUTPUT
Harish Krishnaswamy [Mon, 14 Nov 2005 17:42:02 +0000 (17:42 +0000)]
Add hula/Makefile to AC_OUTPUT

2005-11-14  Harish Krishnaswamy  <kharish@novell.com>
Add hula/Makefile to AC_OUTPUT

18 years agoCamel Hula provider - initial commits.
Harish Krishnaswamy [Mon, 14 Nov 2005 17:39:32 +0000 (17:39 +0000)]
Camel Hula provider - initial commits.

2005-11-14  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am, camel-hula-provider.c, libcamelhula.urls :
Camel Hula provider - initial commits.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sun, 13 Nov 2005 10:26:09 +0000 (10:26 +0000)]
Updated Spanish translation.

2005-11-13  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

18 years agoAllowing multiple selection in name selector dialog. Fixes #319848.
Sushma Rai [Thu, 10 Nov 2005 05:00:17 +0000 (05:00 +0000)]
Allowing multiple selection in name selector dialog. Fixes #319848.

18 years agoUpdated Canadian English translation.
Adam Weinberger [Wed, 9 Nov 2005 17:38:45 +0000 (17:38 +0000)]
Updated Canadian English translation.

2005-11-09  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

18 years agoinitialise mi and free some stuff (groupwise_expunge): clear summary and
Parthasarathi Susarla [Wed, 9 Nov 2005 14:23:44 +0000 (14:23 +0000)]
initialise mi and free some stuff (groupwise_expunge): clear summary and

2005-11-09  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:
(groupwise_sync): initialise mi and free some stuff
(groupwise_expunge): clear summary and cache and emptying trash
Fixes bug **320095

* camel-groupwise-store.c:
(groupwise_connect): do not attempt to connect when the service is
disconnected and the network is unavailable.
(groupwise_disconnect): check if priv is indeed available. Prevents
a violation
(groupwise_get_trash): fix up the state of the folder. Fixes the bug
**320095

* camel-groupwise-summary.[ch]:
(groupwise_summary_clear): clears the summary and cache of a groupwise
folder.

18 years agoChanged the string so as to be consistent with Win32 client error
Sankar P [Wed, 9 Nov 2005 07:56:12 +0000 (07:56 +0000)]
Changed the string so as to be consistent with Win32 client error

2005-11-09  Sankar P  <psankar@novell.com>

* camel-groupwise-transport.c (groupwise_send_to):
Changed the string so as to be consistent with Win32 client error messages.

18 years agoUncomment code which previously fixed offlining code.
Shreyas Srinivasan [Wed, 9 Nov 2005 06:45:25 +0000 (06:45 +0000)]
Uncomment code which previously fixed offlining code.

2005-11-09  Shreyas Srinivasan <sshreyas@novell.com>

* camel-groupwise-store.c (groupwise_connect): Uncomment
code which previously fixed offlining code.

18 years agoAdded code to handle the Quota errors. Fixes #314476
Sankar P [Wed, 9 Nov 2005 06:20:48 +0000 (06:20 +0000)]
Added code to handle the Quota errors. Fixes #314476

2005-11-09  Sankar P  <psankar@novell.com>

Added code to handle the Quota errors.
Fixes #314476

Modified Files:
  servers/groupwise/ChangeLog
  servers/groupwise/e-gw-connection.c
  camel/providers/groupwise/ChangeLog
  camel/providers/groupwise/camel-groupwise-transport.c

18 years ago** See bug #320736 Check if the attachment buffer is indeed valid.
Parthasarathi Susarla [Mon, 7 Nov 2005 13:38:12 +0000 (13:38 +0000)]
** See bug #320736 Check if the attachment buffer is indeed valid.

2005-11-07  Parthasarathi Susarla <sparthasarathi@novell.com>

** See bug #320736
* camel-groupwise-folder.c: (groupwise_folder_item_to_msg):
Check if the attachment buffer is indeed valid. Prevents a possible
segment violation.

18 years ago** See bug #320736 Check if the attachment buffer is indeed valid.
Parthasarathi Susarla [Mon, 7 Nov 2005 09:17:49 +0000 (09:17 +0000)]
** See bug #320736 Check if the attachment buffer is indeed valid.

2005-11-07  Parthasarathi Susarla <sparthasarathi@novell.com>

** See bug #320736
* camel-groupwise-folder.c: (groupwise_folder_item_to_msg):
Check if the attachment buffer is indeed valid. Prevents a possible
segment violation.

18 years agoUpdated Spanish translaation.
Francisco Javier F. Serrador [Sun, 6 Nov 2005 19:34:46 +0000 (19:34 +0000)]
Updated Spanish translaation.

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

* es.po: Updated Spanish translaation.

18 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 3 Nov 2005 04:53:38 +0000 (04:53 +0000)]
Updated Finnish translation

18 years agoUpdated Czech translation.
Miloslav Trmac [Wed, 2 Nov 2005 22:52:09 +0000 (22:52 +0000)]
Updated Czech translation.

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

* cs.po: Updated Czech translation.

18 years ago*** empty log message ***
Parthasarathi Susarla [Wed, 2 Nov 2005 13:07:44 +0000 (13:07 +0000)]
*** empty log message ***

18 years agoUpdated Japanese translation for v1.5.1.
Takeshi AIHANA [Sat, 29 Oct 2005 15:26:09 +0000 (15:26 +0000)]
Updated Japanese translation for v1.5.1.

2005-10-29  Takeshi AIHANA <aihana@gnome.gr.jp>

* ja.po: Updated Japanese translation for v1.5.1.

18 years agoAdded Kurdish translation
Erdal Ronahi [Fri, 28 Oct 2005 21:03:51 +0000 (21:03 +0000)]
Added Kurdish translation

18 years agoAdd only saved categories and don't bring back deleted default
Sushma Rai [Fri, 28 Oct 2005 08:18:47 +0000 (08:18 +0000)]
Add only saved categories and don't bring back deleted default
categories on re-start. Fixes  #273905.

18 years agoFixes #318130
Chenthill Palanisamy [Thu, 27 Oct 2005 09:02:32 +0000 (09:02 +0000)]
Fixes #318130

18 years agoRemoved the unneeded assertion statement.
Chenthill Palanisamy [Wed, 26 Oct 2005 11:33:22 +0000 (11:33 +0000)]
Removed the unneeded assertion statement.

18 years agoFixed bonobo server install locations as well. (See below.)
Harish Krishnaswamy [Wed, 26 Oct 2005 10:03:38 +0000 (10:03 +0000)]
Fixed bonobo server install locations as well. (See below.)

2005-10-26  Harish Krishnaswamy  <kharish@novell.com>

* src/GNOME_Evolution_DataServer.server.in.in:
Fixed bonobo server install locations as well.
(See below.)

18 years agoAdd casts to stop gcc warning
Ross Burton [Wed, 26 Oct 2005 08:11:26 +0000 (08:11 +0000)]
Add casts to stop gcc warning

18 years agoFixed the executable installation error in the previous patch. Executable
Harish Krishnaswamy [Tue, 25 Oct 2005 11:30:16 +0000 (11:30 +0000)]
Fixed the executable installation error in the previous patch. Executable

* src/Makefile.am : Fixed the executable installation
error in the previous patch. Executable installed in
libexecdir - not under evolution-data-server-$(API_VERSION)

18 years agoRemove test bits that require libedataserverui
Harish Krishnaswamy [Tue, 25 Oct 2005 10:51:21 +0000 (10:51 +0000)]
Remove test bits that require libedataserverui

18 years agoUpdate version, libtool numbers. *** Release 1.5.1 ***
Harish Krishnaswamy [Tue, 25 Oct 2005 10:16:51 +0000 (10:16 +0000)]
Update version, libtool numbers. *** Release 1.5.1 ***

2005-10-25  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: Update version, libtool numbers.
*** Release 1.5.1 ***

18 years agoNews update for 1.5.1 release
Harish Krishnaswamy [Tue, 25 Oct 2005 09:41:21 +0000 (09:41 +0000)]
News update for 1.5.1 release

18 years agofixes #308802.
Chenthill Palanisamy [Mon, 24 Oct 2005 08:45:29 +0000 (08:45 +0000)]
fixes #308802.

18 years agoAdd API_VERSION to EVO_SUBST_SERVER_RULE Change location of
Irene Huang [Mon, 24 Oct 2005 06:24:17 +0000 (06:24 +0000)]
Add API_VERSION to EVO_SUBST_SERVER_RULE Change location of

2005-10-24  Irene Huang <Irene.Huang@sun.com>

        * configure.in: Add API_VERSION to EVO_SUBST_SERVER_RULE
        * src/GNOME_Evolution_DataServer.server.in.in: Change location
        of OAFIID:GNOME_Evolution_DataServer_BookFactory:@VERSION@,
        OAFIID:GNOME_Evolution_DataServer_CalFactory:@VERSION@,
        OAFIID:GNOME_Evolution_DataServer_InterfaceCheck,
        OAFIID:GNOME_Evolution_DataServer_Logging from
        @LIBEXECDIR@/evolution-data-server-@VERSION@@EXEEXT@ to
        @LIBEXECDIR@/evolution-data-server-@API_VERSION@/evolution-
        data-server-@VERSION@@EXEEXT@.
        * src/Makefile.am: In section install-evolution-data-servers:
        change to $(mkinstalldirs) $(DESTDIR)$(libexecdir)/evolution-
        data-server-$(API_VERSION)
        $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution-data-server
        $(DESTDIR)$(libexecdir)/evolution-data-server-$(API_VERSION)/
        evolution-data-server-$(BASE_VERSION)

18 years ago*** empty log message ***
Parthasarathi Susarla [Mon, 24 Oct 2005 06:16:42 +0000 (06:16 +0000)]
*** empty log message ***

18 years ago** See bug #218177
Parthasarathi Susarla [Sun, 23 Oct 2005 15:44:33 +0000 (15:44 +0000)]
** See bug #218177

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

** See bug #218177

* camel-vtrash-folder.c: (vtrash_remove_folder):
check if mi->real exists, continue otherwise.

18 years agoUpdated Canadian English translation.
Adam Weinberger [Sun, 23 Oct 2005 06:19:17 +0000 (06:19 +0000)]
Updated Canadian English translation.

2005-10-23  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

18 years agoMaking the LDAP search filter configurable. Fixes #311884.
Sushma Rai [Sat, 22 Oct 2005 08:04:55 +0000 (08:04 +0000)]
Making the LDAP search filter configurable. Fixes #311884.

18 years agoFinally fixed to handle recreating parent folders to allow subfolders.
Jeffrey Stedfast [Fri, 21 Oct 2005 15:13:54 +0000 (15:13 +0000)]
Finally fixed to handle recreating parent folders to allow subfolders.

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

* camel-imap4-store.c (imap4_create_folder): Finally fixed to
handle recreating parent folders to allow subfolders.
(imap4_try_authenticate): Only request a password if no
authentication mechanism is to be used or if the mechanism
requires a password. Fixes bug #317301.

19 years agoProceed with deletion of folder only if the folder being removed is *not*
Sarfraaz Ahmed [Fri, 21 Oct 2005 10:36:59 +0000 (10:36 +0000)]
Proceed with deletion of folder only if the folder being removed is *not*

2005-10-21  Sarfraaz Ahmed <asarfraaz@novell.com>

        * storage/exchange-account.c (exchange_account_remove_folder) : Proceed
        with deletion of folder only if the folder being removed is *not* a
        standard folder. This fixes #312848.

19 years agoBring back the category selector to name selector dialog. Patch submitted by
Sushma Rai [Fri, 21 Oct 2005 10:34:23 +0000 (10:34 +0000)]
Bring back the category selector to name selector dialog. Patch submitted by
"Devashish Sharma <sdevashish@novell.com>", fixes #273799.

19 years agoConnect if store->state is CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL and not if
Shreyas Srinivasan [Fri, 21 Oct 2005 07:34:29 +0000 (07:34 +0000)]
Connect if store->state is CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL and not if

2005-10-21  Shreyas Srinivasan <sshreyas@novell.com>

* camel-groupwise-store.c:(groupwise_connect): Connect if store->state
is CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL and not if
CAMEL_OFFLINE_STORE_NETWORK_AVAIL

19 years agoHandle Courier imap's LSUB response for INBOX when its not subscribed. Fix
Shreyas Srinivasan [Fri, 21 Oct 2005 07:09:11 +0000 (07:09 +0000)]
Handle Courier imap's LSUB response for INBOX when its not subscribed. Fix

2005-10-21 Shreyas Srinivasan <sshreyas@novell.com>

* camel-imap-utils.c:(imap_parse_list_response): Handle
Courier imap's LSUB response for INBOX when its not subscribed.
Fix #228929.

19 years agoCommitted NotZed's patch on #314833
Vivek Jain [Fri, 21 Oct 2005 05:26:46 +0000 (05:26 +0000)]
Committed NotZed's patch on #314833

2005-10-21 Vivek Jain <jvivek@novell.com>

Committed NotZed's patch on #314833

** See #314833.
* camel-imap-store.c (subscribe_folder, unsubscribe_folder):
add missing locking.
(imap_noop): re-arrange locking slightly.

19 years agopass right parameter to e_cal_component_free_id.
Chenthill Palanisamy [Thu, 20 Oct 2005 12:00:38 +0000 (12:00 +0000)]
pass right parameter to e_cal_component_free_id.

19 years ago*** empty log message ***
Ignacio Casal Quinteiro [Thu, 20 Oct 2005 08:16:28 +0000 (08:16 +0000)]
*** empty log message ***

19 years agomissed the changelog earlier
Ahmed Sarfraaz [Thu, 20 Oct 2005 06:05:19 +0000 (06:05 +0000)]
missed the changelog earlier

19 years agoAdd the test files
Ahmed Sarfraaz [Thu, 20 Oct 2005 06:03:50 +0000 (06:03 +0000)]
Add the test files