platform/upstream/evolution-data-server.git
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.

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

19 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.

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

19 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.

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

19 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.

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

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

19 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.)

19 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

19 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)

19 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

19 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 ***

19 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

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

19 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)

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

19 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.

19 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.

19 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.

19 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

19 years agoMemos Component - submitted by Nathan Owens.
Harish Krishnaswamy [Wed, 19 Oct 2005 09:59:51 +0000 (09:59 +0000)]
Memos Component - submitted by Nathan Owens.

19 years ago**See bug #319045 Don't set folder type as CAMEL_FOLDER_JUNK, it assumes
Vivek Jain [Wed, 19 Oct 2005 09:07:29 +0000 (09:07 +0000)]
**See bug #319045 Don't set folder type as CAMEL_FOLDER_JUNK, it assumes

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

**See bug #319045
* camel-groupwise-store.c:
(convert_to_folder_info)
(get_one_folder_offline): Don't set folder type as
CAMEL_FOLDER_JUNK, it assumes it as a search folder, which
it is not in groupwise

* camel-groupwise-folder.c: (transfer_messages_to):
set the flags correctly for GW_JUNK

19 years agoChange UTF-8 check from ISO-2022-JP to ISO-8859-1 (#317451)
Ross Burton [Mon, 17 Oct 2005 08:24:15 +0000 (08:24 +0000)]
Change UTF-8 check from ISO-2022-JP to ISO-8859-1 (#317451)

19 years agoTranslation updated.
Vincent van Adrighem [Sat, 15 Oct 2005 12:49:16 +0000 (12:49 +0000)]
Translation updated.

2005-10-15  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Fri, 14 Oct 2005 16:30:10 +0000 (16:30 +0000)]
Updated Canadian English translation.

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

* en_CA.po: Updated Canadian English translation.

19 years agoDon't use gnome when gtk/glib will do
Ross Burton [Fri, 14 Oct 2005 11:31:43 +0000 (11:31 +0000)]
Don't use gnome when gtk/glib will do

19 years agoFix writing race to avoid recalculating the index (#316955)
Ross Burton [Fri, 14 Oct 2005 10:01:21 +0000 (10:01 +0000)]
Fix writing race to avoid recalculating the index (#316955)

19 years agoFix typo (318553)
Ross Burton [Fri, 14 Oct 2005 08:28:43 +0000 (08:28 +0000)]
Fix typo (318553)

19 years ago** See bug #318508
Vivek Jain [Tue, 11 Oct 2005 10:52:00 +0000 (10:52 +0000)]
** See bug #318508

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

** See bug #318508

* camel-folder-summary.c : (camel_folder_summary_info_new_from_parser)
Null check for p->index before using it.

19 years agofixes #266144, #317575.
Chenthill Palanisamy [Tue, 11 Oct 2005 07:56:21 +0000 (07:56 +0000)]
fixes #266144, #317575.

19 years agoReverted the patch which breaks API.
Chenthill Palanisamy [Mon, 10 Oct 2005 11:21:09 +0000 (11:21 +0000)]
Reverted the patch which breaks API.

19 years agofixes #266144
Chenthill Palanisamy [Mon, 10 Oct 2005 10:53:07 +0000 (10:53 +0000)]
fixes #266144

19 years agospecify the folder name of the folde being refreshed in the status mesage
Parthasarathi Susarla [Mon, 10 Oct 2005 06:34:14 +0000 (06:34 +0000)]
specify the folder name of the folde being refreshed in the status mesage

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

* camel-imap-folder.c:(imap_update_summary): specify the
folder name of the folde being refreshed in the status mesage

19 years agospecify the folder name of the folde being refreshed in the status mesage
Parthasarathi Susarla [Mon, 10 Oct 2005 06:18:01 +0000 (06:18 +0000)]
specify the folder name of the folde being refreshed in the status mesage

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

* camel-imap-folder.c:(imap_update_summary): specify the
folder name of the folde being refreshed in the status mesage

2005-10-10  Björn Torkelsson <torkel@acc.umu.se>

** See bug #317956.

* camel-imap-store.c:(try_auth): Null check sasl_resp
        and bail out, otherwise evolution will crash when running strlen on
        sasl_resp.

** Committed on behalf of Björn Torkelsson since he does not
have commit rights - partha <sparthasarathi@novell.com>

19 years agoUse the same key for insertion and lookup in the backends hash table.
Arunprakash [Fri, 7 Oct 2005 08:53:18 +0000 (08:53 +0000)]
Use the same key for insertion and lookup in the backends hash table.

2005-10-07  Arunprakash  <arunp@novell.com>

* libedata-cal/e-data-cal-factory.c (backend_last_client_gone_cb) :
Use the same key for insertion and lookup in the backends hash table.
(impl_CalFactory_getCal ): Same.
** Fixes #317897.

19 years agofixes #120071
Chenthill Palanisamy [Tue, 4 Oct 2005 08:51:15 +0000 (08:51 +0000)]
fixes #120071

19 years agodded mutext lock for ldap connection handler, so that it is not accessed
Sushma Rai [Tue, 4 Oct 2005 07:00:16 +0000 (07:00 +0000)]
dded mutext lock for ldap connection handler, so that it is not accessed
during ldap_reconnect().

19 years ago** See bug 314751
Parthasarathi Susarla [Mon, 3 Oct 2005 08:30:05 +0000 (08:30 +0000)]
** See bug 314751

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

** See bug 314751

* camel-groupwise-utils.c:
(send_as_attachment): set file name as text.htm
(camel_groupwise_util_item_from_message): if its multipart/alternative
get the html and text parts independently

19 years agoremove env check GROUPWISE_SHARED_FOLDER to enable shared folder
Vivek Jain [Mon, 3 Oct 2005 06:30:55 +0000 (06:30 +0000)]
remove env check GROUPWISE_SHARED_FOLDER to enable shared folder

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

* camel-groupwise-store.c: (get_folder_info)
remove env check GROUPWISE_SHARED_FOLDER
to enable shared folder functionality

19 years agofixes #314925.
Chenthill Palanisamy [Sat, 1 Oct 2005 15:31:39 +0000 (15:31 +0000)]
fixes #314925.

19 years agocommitting the recurrence fix from harry lu.
Chenthill Palanisamy [Sat, 1 Oct 2005 11:28:58 +0000 (11:28 +0000)]
committing the recurrence fix from harry lu.

19 years agoFixes #314243.
Chenthill Palanisamy [Fri, 30 Sep 2005 11:52:29 +0000 (11:52 +0000)]
Fixes #314243.

19 years agoFixes #316195.
Chenthill Palanisamy [Fri, 30 Sep 2005 10:52:15 +0000 (10:52 +0000)]
Fixes #316195.

19 years agoIn composer, selecting the comma also along with the autocompleted entry,
Sushma Rai [Fri, 30 Sep 2005 08:23:06 +0000 (08:23 +0000)]
In composer, selecting the comma also along with the autocompleted entry,
while deleting. Fixes #314997

19 years agoSkips the hierarchies creation if it is done. ** Fixes #312229.
Arunprakash [Fri, 30 Sep 2005 05:16:29 +0000 (05:16 +0000)]
Skips the hierarchies creation if it is done. ** Fixes #312229.

2005-09-30  Arunprakash  <arunp@novell.com>

        * storage/exchange-account.c (setup_account_hierarchies) : Skips the
        hierarchies creation if it is done.
        ** Fixes #312229.

19 years agoFixes #309679.
Chenthill Palanisamy [Thu, 29 Sep 2005 12:08:45 +0000 (12:08 +0000)]
Fixes #309679.

19 years agoFix the password key to be consistent with the camel key. Strips the ';'
Sarfraaz Ahmed [Wed, 28 Sep 2005 13:35:18 +0000 (13:35 +0000)]
Fix the password key to be consistent with the camel key. Strips the ';'

2005-08-26  Sarfraaz Ahmed <asarfraaz@novell.com>

        * lib/e2k-autoconfig.c (e2k_validate_user) : Fix the password key to
        be consistent with the camel key.
        * storage/e-folder-exchange.c (sanitize_path) : Strips the ';' in the
        path.
        * storage/exchange-account.c (get_hierarchy_for)
        (setup_account_hierarchies) : Fix the physical uri to delimit the
        folder path from the uri with a ';'
        (exchange_account_new) : Fix the uri authority to be same as the camel
        uri which would be later used in all components for creating the
        password key.

19 years agoDo not recreate the uri. Instead strip the uri part after a ';'. The
Sarfraaz Ahmed [Wed, 28 Sep 2005 13:18:01 +0000 (13:18 +0000)]
Do not recreate the uri. Instead strip the uri part after a ';'. The

2005-09-27  Sarfraaz Ahmed <asarfraaz@novell.com>

        * libecal/e-cal.c (build_pass_key) : Do not recreate the uri. Instead
        strip the uri part after a ';'. The backend can now set its uri
        accordingly to have a consistent password key across multiple calendars
        * libedata-cal/e-data-cal-factory.c (impl_CalFactory_getCal) : Use the
        esource uri instead of the euri string to identify the calendar.
        Fixes #314746

19 years agoAdded peek to the view so that the unread status of mails doesnt get
Sankar P [Wed, 28 Sep 2005 09:16:26 +0000 (09:16 +0000)]
Added peek to the view so that the unread status of mails doesnt get

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

* camel-groupwise-folder.c (groupwise_refresh_folder):
Added peek to the view so that the unread status of mails doesnt get
changed during a proxy access.
Fixes #309993

19 years ago** See bug #315173.
Vivek Jain [Tue, 27 Sep 2005 12:22:12 +0000 (12:22 +0000)]
** See bug #315173.

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

** See bug #315173.

* camel-imap-folder.c:(do_append): Null check the
info before using it
initialize flags as we '&' with old value.

19 years agoFixes #317226
Wang Xin [Tue, 27 Sep 2005 09:39:14 +0000 (09:39 +0000)]
Fixes #317226

2005-09-26  Wang Xin  <jedy.wang@sun.com>

        Fixes #317226

        * libecal/e-cal.c: (generate_instances): For all day events,
        set the timezone of start time and end time to default zone,
        in case that it is NULL.

19 years agoUse strchr() instead of index().
Tor Lillqvist [Tue, 27 Sep 2005 09:03:52 +0000 (09:03 +0000)]
Use strchr() instead of index().

2005-09-27  Tor Lillqvist  <tml@novell.com>

* libebook/e-contact.c (e_contact_date_from_string): Use strchr()
instead of index().

19 years agoMemory leak fixes.
Veerapuram Varadhan [Mon, 26 Sep 2005 12:45:16 +0000 (12:45 +0000)]
Memory leak fixes.

* camel-groupwise-folder.c: (camel_gw_folder_new)
  Memory leak fixes.

* camel-groupwise-store.c: (groupwise_store_construct)
  (camel_groupwise_store_finalize): Memory leak fixes, use
  g_hash_table_new_full instead of g_hash_table_new.

19 years agoinitialize variables email and from. **Fixes #314942
Vivek Jain [Mon, 26 Sep 2005 10:34:45 +0000 (10:34 +0000)]
initialize variables email and from. **Fixes #314942

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

* camel-groupwise-folder.c :(update_junk_list)
initialize variables email and from.
**Fixes #314942

19 years ago** Fixes bug 314588.
Praveen Kumar [Fri, 23 Sep 2005 10:57:04 +0000 (10:57 +0000)]
** Fixes bug 314588.

2005-09-05  Praveen Kumar  <kpraveen@novell.com>

        ** Fixes bug 314588.

        * lib/e2k-context.c (e2k_context_new) : Modified the constructor
        to return NULL if there is no host name in the SOUP URI.

19 years ago*** empty log message ***
Parthasarathi Susarla [Fri, 23 Sep 2005 05:53:03 +0000 (05:53 +0000)]
*** empty log message ***