platform/upstream/evolution-data-server.git
18 years ago** Fix #336460 accelerate key can not function
Boby Wang [Fri, 7 Apr 2006 08:08:41 +0000 (08:08 +0000)]
** Fix #336460 accelerate key can not function

2006-03-29  Boby Wang <boby.wang@sun.com>

        ** Fix #336460 accelerate key can not function

        * e-name-selector-dialog.c: (add_section):
        add a mnemonic relationship to fix it

18 years agoAdded addressbook deltas schema file.
Sushma Rai [Fri, 7 Apr 2006 07:55:50 +0000 (07:55 +0000)]
Added addressbook deltas schema file.

18 years agoRemoving the separator from the folder name.
Sushma Rai [Thu, 6 Apr 2006 16:33:37 +0000 (16:33 +0000)]
Removing the separator from the folder name.

18 years agoSet appropriate structs/struct elements to static/const.
Jeffrey Stedfast [Thu, 6 Apr 2006 14:24:25 +0000 (14:24 +0000)]
Set appropriate structs/struct elements to static/const.

2006-04-04  Jeffrey Stedfast  <fejj@novell.com>

* camel-charset-map.c (main): Set appropriate structs/struct
elements to static/const.

* camel-charset-map-private.h: Regenerated.

18 years agoStore the flags to the summary so that the markRead doesnot get called
Parthasarathi Susarla [Thu, 6 Apr 2006 09:43:14 +0000 (09:43 +0000)]
Store the flags to the summary so that the markRead doesnot get called

2006-04-06 Parthasarathi Susarla  <sparthasarathi@novell.com>

* camel-groupwise-folder.c : (gw_update_cache)
Store the flags to the summary so that the markRead doesnot
get called every time

18 years agoFixes #162005
Chenthill Palanisamy [Thu, 6 Apr 2006 09:11:11 +0000 (09:11 +0000)]
Fixes #162005

18 years agoSync up changes before gettting the folder-list
Parthasarathi Susarla [Thu, 6 Apr 2006 05:57:40 +0000 (05:57 +0000)]
Sync up changes before gettting the folder-list

2006-04-06  Parthasarathi  Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c :
Sync up changes before gettting the folder-list

18 years agoUpdated Thai translation (merged from gnome-2-14 branch).
Theppitak Karoonboonyanan [Thu, 6 Apr 2006 03:55:34 +0000 (03:55 +0000)]
Updated Thai translation (merged from gnome-2-14 branch).

2006-04-06  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation (merged from gnome-2-14 branch).

18 years agoFixes bug 335225
Irene Huang [Wed, 5 Apr 2006 09:59:55 +0000 (09:59 +0000)]
Fixes bug 335225

2006-04-05  Irene Huang <Irene.Huang@sun.com>

        Fixes bug 335225

        * backends/contacts/e-cal-backend-contacts.c:
        (e_cal_backend_contacts_create_object),
        (e_cal_backend_contacts_class_init):
        Add implementation of e_cal_backend_contacts_create_object.

18 years ago** Fixes bug #333698
Simon Zheng [Wed, 5 Apr 2006 03:28:19 +0000 (03:28 +0000)]
** Fixes bug #333698

2006-04-05  Simon Zheng  <simon.zheng@sun.com>

        ** Fixes bug #333698

        * camel-search-private.c (header_match):
        (camel_search_header_match):
        To traverse strings by utf8 char order rather than one by one byte,
        use camel_utf8_getc() and other utf8-specific routines instead.

18 years agoFix for bug #272058
Jeffrey Stedfast [Tue, 4 Apr 2006 16:50:39 +0000 (16:50 +0000)]
Fix for bug #272058

2006-03-31  Jeffrey Stedfast  <fejj@novell.com>

Fix for bug #272058

* camel-imap4-summary.c (untagged_fetch_all): Get the In-Reply-To
header too.
(decode_envelope): Only decode the ENVELOPE's In-Reply-To field if
we don't already have a list of references decoded (e.g. from a
header query). Decode the Message-Id value before getting the md5
digest so that the format matches the References/In-Reply-To
values.
(decode_references): Modified to take 2 string args - References
and In-Reply-To - so that we can merge the 2 references lists like
the default CamelFolderSummary implementation.

18 years agoAdded retract support.
Chenthill Palanisamy [Mon, 3 Apr 2006 08:36:44 +0000 (08:36 +0000)]
Added retract support.

18 years agoCorrect the ChangeLog to reflect the actual change made.
Sankarasivasubramanian Pasupathilingam [Mon, 3 Apr 2006 08:08:12 +0000 (08:08 +0000)]
Correct the ChangeLog to reflect the actual change made.

18 years agoStores the name as well as the email address so that the (un)junk
Sankar P [Mon, 3 Apr 2006 06:44:27 +0000 (06:44 +0000)]
Stores the name as well as the email address so that the (un)junk

2006-04-03  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c: (update_junk_list)
(gw_update_summary)(gw_update_cache):
Stores the name as well as the email address so
that the (un)junk operations will work faster.

18 years agoAdded code for getting deltas for Proxy accounts, instead of downloading
Sankar P [Mon, 3 Apr 2006 06:36:11 +0000 (06:36 +0000)]
Added code for getting deltas for Proxy accounts, instead of downloading

2006-04-03  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c: (groupwise_refresh_folder):
Added code for getting deltas for Proxy accounts,
instead of downloading everything everytime.

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Wed, 29 Mar 2006 16:29:24 +0000 (16:29 +0000)]
Translation updated by Ivar Smolin.

2006-03-29  Priit Laes  <amd@store20.com>

* et.po: Translation updated by Ivar Smolin.

18 years agonew configure checks to #define O_LARGEFILE if not present and to set
Jeffrey Stedfast [Wed, 29 Mar 2006 15:41:34 +0000 (15:41 +0000)]
new configure checks to #define O_LARGEFILE if not present and to set

2006-03-29  Jeffrey Stedfast  <fejj@novell.com>

* configure.in (LARGEFILE_CFLAGS): new configure checks to #define
O_LARGEFILE if not present and to set other required CFLAGS for
large file support.

18 years agofixed ChangeLog formatting
Jeffrey Stedfast [Wed, 29 Mar 2006 15:40:09 +0000 (15:40 +0000)]
fixed ChangeLog formatting

18 years agoUse O_LARGEFILE when opening the mbox file.
Jeffrey Stedfast [Tue, 28 Mar 2006 19:06:19 +0000 (19:06 +0000)]
Use O_LARGEFILE when opening the mbox file.

2006-03-28  Jeffrey Stedfast  <fejj@novell.com>

* camel-mbox-summary.c (summary_update, mbox_summary_sync_full),
(mbox_summary_sync_full, mbox_summary_sync_quick): Use O_LARGEFILE
when opening the mbox file.

* camel-mbox-store.c (get_folder): Use O_LARGEFILE when opening
the mbox file.

* camel-mbox-folder.c (mbox_append_message, mbox_get_message): Use
O_LARGEFILE when opening the mbox file.

18 years agoOnly try to authenticate if the engine is not already in the authenticated
Jeffrey Stedfast [Tue, 28 Mar 2006 17:22:42 +0000 (17:22 +0000)]
Only try to authenticate if the engine is not already in the authenticated

2006-03-28  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-store.c (imap4_reconnect): Only try to authenticate
if the engine is not already in the authenticated state.

18 years agoFixes #336086
Chenthill Palanisamy [Tue, 28 Mar 2006 13:51:47 +0000 (13:51 +0000)]
Fixes #336086

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Tue, 28 Mar 2006 12:45:12 +0000 (12:45 +0000)]
Translation updated by Ivar Smolin.

2006-03-28  Priit Laes  <amd@store20.com>

* et.po: Translation updated by Ivar Smolin.

18 years ago** See bug 160889 on bugzilla.novell.com
Parthasarathi Susarla [Tue, 28 Mar 2006 05:07:14 +0000 (05:07 +0000)]
** See bug 160889 on bugzilla.novell.com

2006-03-28  Parthasarathi Susarla <sparthasarathi@novell.com>

** See bug 160889 on bugzilla.novell.com

* camel-mbox-store.c: ignore *.ev-summary-meta extensions
when displaying folder lists

18 years agoUpdated italian traslation
Marco Ciampa [Mon, 27 Mar 2006 00:04:02 +0000 (00:04 +0000)]
Updated italian traslation

18 years agoSet content type, so that it does not crash
Parthasarathi Susarla [Sat, 25 Mar 2006 03:44:10 +0000 (03:44 +0000)]
Set content type, so that it does not crash

2006-03-24  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c: (groupwise_item_folder_to_msg):
Set content type, so that it does not crash

18 years agomake gmtime thread safe.
Chenthill Palanisamy [Thu, 23 Mar 2006 19:46:10 +0000 (19:46 +0000)]
make gmtime thread safe.

18 years agoSync up externally deleted items only on arrival of New items
Sankar P [Thu, 23 Mar 2006 12:51:38 +0000 (12:51 +0000)]
Sync up externally deleted items only on arrival of New items

2006-03-23  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c:
(groupwise_refresh_folder):
Sync up externally deleted items only on arrival of New items

18 years agoremoved a double free and a crash (gw_update_cache): Do not clone
Parthasarathi Susarla [Thu, 23 Mar 2006 11:07:49 +0000 (11:07 +0000)]
removed a double free and a crash (gw_update_cache): Do not clone

2006-03-23  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:
(groupwise_sync): removed a double free and a crash
(gw_update_cache): Do not clone messageinfo. jus work on
the original message info
* camel-groupwise-store.c: (groupwise_folders_sync):
sync up the current folder whenever the folder list is
being refreshed.

18 years agoFixed a warning.
Devashish Sharma [Thu, 23 Mar 2006 10:55:47 +0000 (10:55 +0000)]
Fixed a warning.

18 years agoCommitting patch for fixing some random crashes in addressbook.
Devashish Sharma [Thu, 23 Mar 2006 10:08:38 +0000 (10:08 +0000)]
Committing patch for fixing some random crashes in addressbook.

18 years agoremoved a double free and a crash sync up the current folder whenever the
Parthasarathi Susarla [Thu, 23 Mar 2006 09:26:40 +0000 (09:26 +0000)]
removed a double free and a crash sync up the current folder whenever the

2006-03-23  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c: (groupwise_sync):
removed a double free and a crash
* camel-groupwise-store.c: (groupwise_folders_sync):
sync up the current folder whenever the folder list is
being refreshed.

18 years agoFixes #331146
Chenthill Palanisamy [Thu, 23 Mar 2006 09:21:09 +0000 (09:21 +0000)]
Fixes #331146

18 years agoFixes #334807
Chenthill Palanisamy [Thu, 23 Mar 2006 09:16:49 +0000 (09:16 +0000)]
Fixes #334807

18 years agoFixes #323275.
Chenthill Palanisamy [Thu, 23 Mar 2006 08:51:26 +0000 (08:51 +0000)]
Fixes #323275.

18 years agoFixes #334065.
Chenthill Palanisamy [Thu, 23 Mar 2006 08:47:13 +0000 (08:47 +0000)]
Fixes #334065.

18 years agoAdded Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> Added
Tommi Vainikainen [Wed, 22 Mar 2006 11:18:44 +0000 (11:18 +0000)]
Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> Added

2006-03-22  Tommi Vainikainen  <thv@iki.fi>
* configure.in (ALL_LINGUAS): Added Dzongkha (dz).
2006-03-22  Tommi Vainikainen  <thv@iki.fi>
* dz.po: Added Dzongkha translation from Pema Geyleg.

18 years agoFixes #334000
Chenthill Palanisamy [Wed, 22 Mar 2006 08:03:13 +0000 (08:03 +0000)]
Fixes #334000

18 years agoRemove unrefs which are actually not needed for a Datawrapper got from
Parthasarathi Susarla [Tue, 21 Mar 2006 06:12:04 +0000 (06:12 +0000)]
Remove unrefs which are actually not needed for a Datawrapper got from

2006-03-21  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-utils.c: (do_multipart):
Remove unrefs which are actually not needed for a Datawrapper got
from camel_medium_get_content_object()

18 years ago** See bug 272307
Parthasarathi Susarla [Mon, 20 Mar 2006 16:36:41 +0000 (16:36 +0000)]
** See bug 272307

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

** See bug 272307

* camel-mime-utils.c: (header_decode_mailbox):
Do not decode_lwsp if there is a space in mail id, just append it.
Also do not truncate address if addr is not NULL.

18 years agoAdded support for gnome-keyring.
Srinivasa Ragavan [Mon, 20 Mar 2006 13:53:01 +0000 (13:53 +0000)]
Added support for gnome-keyring.

18 years agoAdded flags to gw camel_get_folderinfo for system folders.
Srinivasa Ragavan [Mon, 20 Mar 2006 09:20:03 +0000 (09:20 +0000)]
Added flags to gw camel_get_folderinfo for system folders.

18 years agoSync up changes made in the server with the local data, mainly the read
Parthasarathi Susarla [Mon, 20 Mar 2006 08:23:42 +0000 (08:23 +0000)]
Sync up changes made in the server with the local data, mainly the read

2006-03-20  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:(gw_udpate_cache):
Sync up changes made in the server with the local data, mainly
the read and unread data.

18 years agoIf the message-body/attachment is larger than 1MB, have to get it in
Parthasarathi Susarla [Fri, 17 Mar 2006 05:42:00 +0000 (05:42 +0000)]
If the message-body/attachment is larger than 1MB, have to get it in

2006-03-17  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:
(groupwise_folder_item_to_msg): If the message-body/attachment
is larger than 1MB, have to get it in chunks(streaming).

18 years agogets an attachment purely in base64, this should be used in situations
Parthasarathi Susarla [Fri, 17 Mar 2006 05:41:23 +0000 (05:41 +0000)]
gets an attachment purely in base64, this should be used in situations

2006-03-17  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.[ch]:
(e_gw_connection_get_attachment_base64): gets an attachment
purely in base64, this should be used in situations where the
attachment/message-body is larger than 1MB.

18 years ago- Use read_cursor ALL for identifying new messages and avoids getQM for
Sankar P [Wed, 15 Mar 2006 08:45:26 +0000 (08:45 +0000)]
- Use read_cursor ALL for identifying new messages and avoids getQM for

2006-03-15  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c:
(gw_update_cache) (update_update)
(groupwise_refresh_folder) (gw_update_all_items):
- Use read_cursor ALL for identifying new messages and
avoids getQM for getting new items.
- Altered the code which keeps Evolution stay in sync,
with the rest of the clients by deleting
externally deleted items

18 years agoTimestamp should be updated for the Modified call too.
Sankar P [Wed, 15 Mar 2006 06:08:24 +0000 (06:08 +0000)]
Timestamp should be updated for the Modified call too.

2006-03-15  Sankar P  <psankar@novell.com>

* e-gw-connection.c: (e_gw_connection_get_quick_messages)
Timestamp should be updated for the Modified call too.

18 years agoFixes bug 137357 & 156823
Parthasarathi Susarla [Mon, 13 Mar 2006 09:46:11 +0000 (09:46 +0000)]
Fixes bug 137357 & 156823

2006-03-13  Parthasarathi Susarla <sparthasarathi@novell.com>

* Fixes bug 137357 & 156823

* camel-groupwise-store.c:
(groupwise_auth_loop):
(groupwise_connect):
Ignore Offline status when service status is
Disconnected.

18 years agoFixes bug 152355
Parthasarathi Susarla [Mon, 13 Mar 2006 06:31:04 +0000 (06:31 +0000)]
Fixes bug 152355

2006-03-13  Parthasarathi Susarla <sparthasarathi@novell.com>

* Fixes bug 152355

* camel-groupwise-folder.c:
(groupwise_refresh_info): If the summary is corrupt, or is not
present, rebuild the summary again.
* camel-groupwise-store.[ch]:
(gw_store_reload_folder): This method rebuilds the folder summary
it the summary is somehow corrupted.

18 years agoUpdated Romanian translation.
Dan Damian [Mon, 13 Mar 2006 00:01:25 +0000 (00:01 +0000)]
Updated Romanian translation.

18 years agoUpdated Brazilian Portuguese translation
Raphael Higino [Sun, 12 Mar 2006 15:20:36 +0000 (15:20 +0000)]
Updated Brazilian Portuguese translation

18 years agoUpdated Brazilian Portuguese translation.
Lucas Rocha [Sun, 12 Mar 2006 04:03:55 +0000 (04:03 +0000)]
Updated Brazilian Portuguese translation.

2006-03-12  Lucas Rocha  <lucasr@gnome.org>

* pt_BR.po: Updated Brazilian Portuguese translation.

18 years agoUpdated Brazilian Portuguese translation.
Lucas Rocha [Sun, 12 Mar 2006 03:58:15 +0000 (03:58 +0000)]
Updated Brazilian Portuguese translation.

2006-03-12  Lucas Rocha  <lucasr@gnome.org>

* pt_BR.po: Updated Brazilian Portuguese translation.

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Sat, 11 Mar 2006 19:31:28 +0000 (19:31 +0000)]
Translation updated by Ivar Smolin.

2006-03-11  Priit Laes  <amd@store20.com>

* et.po: Translation updated by Ivar Smolin.

18 years agoChanged the way in which UIDs are handled. Reduces a lot of coslty String
Sankar P [Sat, 11 Mar 2006 12:27:42 +0000 (12:27 +0000)]
Changed the way in which UIDs are handled. Reduces a lot of coslty String

2006-03-11  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c:
Changed the way in which UIDs are handled. Reduces a lot of
coslty String and List operations. Should make GroupWise provider
run fast and shutdown faster. Reduces CPU and memory usage too.

18 years agoreload folder if there is no content in it.
Parthasarathi Susarla [Sat, 11 Mar 2006 09:52:29 +0000 (09:52 +0000)]
reload folder if there is no content in it.

2006-03-11  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c: (groupwise_refresh_info):
reload folder if there is no content in it.

* camel-groupwise-store.c:
(groupwise_connect): Dont check for disconnected state while
connecting.
(groupwise_get_folder): set the correct total count so that
we get the actual progress on each folder when downloading
mail headers the first time.

18 years agocheck if the status is online before trying to connect to server.
parthasarathi susarla [Thu, 9 Mar 2006 12:58:56 +0000 (12:58 +0000)]
check if the status is online before trying to connect to server.

2006-03-09  parthasarathi susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c:
(camel_groupwise_store_connected):
(check_for_connection):
check if the status is online before trying to connect
to server.

* camel-groupwise-folder.c: (gw_update_cache):
assert lock, before continuing further.

18 years ago*** empty log message ***
Parthasarathi Susarla [Thu, 9 Mar 2006 10:54:43 +0000 (10:54 +0000)]
*** empty log message ***

18 years agoHungarian translation updated.
Gabor Kelemen [Wed, 8 Mar 2006 00:13:52 +0000 (00:13 +0000)]
Hungarian translation updated.

2006-03-08  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Hungarian translation updated.

18 years agoHungarian translation updated.
Gabor Kelemen [Wed, 8 Mar 2006 00:12:51 +0000 (00:12 +0000)]
Hungarian translation updated.

2006-03-08  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Hungarian translation updated.

18 years agoUpdated Swedish translation.
Daniel Nylander [Tue, 7 Mar 2006 23:39:05 +0000 (23:39 +0000)]
Updated Swedish translation.

2006-03-07  Daniel Nylander <po@danielnylander.se>

        * sv.po: Updated Swedish translation.

18 years agoFixes bug #331633
Irene Huang [Mon, 6 Mar 2006 10:59:48 +0000 (10:59 +0000)]
Fixes bug #331633

2006-03-06  Irene Huang <Irene.Huang@sun.com>

        Fixes bug #331633

        * lib/e2k-global-catalog.c: (find_domain_dn): Check and see if
        dn_value->str[0] is nil before duplicating.

18 years agoUpdated Ukrainian translation.
Maxim Dziumanenko [Mon, 6 Mar 2006 10:32:11 +0000 (10:32 +0000)]
Updated Ukrainian translation.

2006-03-06  Maxim Dziumanenko <mvd@mylinux.ua>

* Updated Ukrainian translation.

18 years agoUpdated German translation.
Frank Arnold [Mon, 6 Mar 2006 08:17:30 +0000 (08:17 +0000)]
Updated German translation.

2006-03-06  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

18 years agoFixed memory leaks. See #329251.
Sushma Rai [Mon, 6 Mar 2006 06:41:32 +0000 (06:41 +0000)]
Fixed memory leaks. See #329251.

18 years agoInitialized varialbles to NULL. See #329251.
Sushma Rai [Mon, 6 Mar 2006 06:31:22 +0000 (06:31 +0000)]
Initialized varialbles to NULL. See #329251.

18 years agoFixed memory leaks. See #329251.
Sushma Rai [Mon, 6 Mar 2006 06:00:25 +0000 (06:00 +0000)]
Fixed memory leaks. See #329251.

18 years agoFreeing GconfValue, See #329251.
Sushma Rai [Mon, 6 Mar 2006 05:48:14 +0000 (05:48 +0000)]
Freeing GconfValue, See #329251.

18 years agoSkip the quota limit warning display if the GC server is missing. If the quota
Sushma Rai [Mon, 6 Mar 2006 05:17:44 +0000 (05:17 +0000)]
Skip the quota limit warning display if the GC server is missing. If the quota
limits are set on the account, and GC server field is missing,
sending/receiving mails would fail, based on quota settings. Fixes #333163.

18 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Sun, 5 Mar 2006 10:56:00 +0000 (10:56 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-03-05  Alexander Shopov  <ash@contact.bg>

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

18 years agoFix for Bug 216073
Devashish Sharma [Sun, 5 Mar 2006 10:17:07 +0000 (10:17 +0000)]
Fix for Bug 216073

18 years agoFix for bug 322432
Devashish Sharma [Sun, 5 Mar 2006 08:23:21 +0000 (08:23 +0000)]
Fix for bug 322432

18 years agoFix for Bug 322432.
Devashish Sharma [Sun, 5 Mar 2006 08:22:24 +0000 (08:22 +0000)]
Fix for Bug 322432.

18 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sun, 5 Mar 2006 04:54:09 +0000 (04:54 +0000)]
Updated Thai translation.

2006-03-05  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

18 years agoFixes #330974
Chenthill Palanisamy [Sat, 4 Mar 2006 10:29:07 +0000 (10:29 +0000)]
Fixes #330974

18 years agoFixes #273057
Chenthill Palanisamy [Sat, 4 Mar 2006 09:57:00 +0000 (09:57 +0000)]
Fixes #273057

18 years agoUpdated Macedonian Translation <arangela@cvs.gnome.org>
Arangel Angov [Fri, 3 Mar 2006 10:11:39 +0000 (10:11 +0000)]
Updated Macedonian Translation <arangela@cvs.gnome.org>

18 years agofixes #303046
Chenthill Palanisamy [Thu, 2 Mar 2006 16:09:31 +0000 (16:09 +0000)]
fixes #303046

18 years agoFixed a crasher.
Devashish Sharma [Thu, 2 Mar 2006 08:15:09 +0000 (08:15 +0000)]
Fixed a crasher.

18 years agoFixes #332276 Support getting weather data through global http proxy.
Jeff Cai [Thu, 2 Mar 2006 02:22:34 +0000 (02:22 +0000)]
Fixes #332276 Support getting weather data through global http proxy.

2006-03-02  Jeff Cai  <Jeff.Cai@Sun.Com>

        Fixes #332276
        * backends/weather/e-weather-source-ccf.c:
        (e_weather_source_ccf_parse):
        Support getting weather data through global http proxy.

18 years agofixes #332726
Chenthill Palanisamy [Tue, 28 Feb 2006 12:16:32 +0000 (12:16 +0000)]
fixes #332726

18 years agorinivasa Ragavan <sragavan@novell.com>
Srinivasa Ragavan [Mon, 27 Feb 2006 11:16:46 +0000 (11:16 +0000)]
rinivasa Ragavan <sragavan@novell.com>

* configure.in, NEWS: Release updates. Bump version.
***** Release 1.5.92 *****

18 years agoThe fixed Win32 versions of g_rename() and g_stat() have been in GLib
Tor Lillqvist [Mon, 27 Feb 2006 10:05:01 +0000 (10:05 +0000)]
The fixed Win32 versions of g_rename() and g_stat() have been in GLib

2006-02-27  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-data-server-util.c: The fixed Win32 versions of
g_rename() and g_stat() have been in GLib since GLib 2.8.5, so
let's drop them from here.

18 years agoUpdated Polish translation by GNOME PL Team.
Artur Flinta [Sun, 26 Feb 2006 02:01:30 +0000 (02:01 +0000)]
Updated Polish translation by GNOME PL Team.

2006-02-26  Artur Flinta  <aflinta@cvs.gnome.org>

* pl.po: Updated Polish translation by GNOME PL Team.

18 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Sat, 25 Feb 2006 08:11:31 +0000 (08:11 +0000)]
Updated Lithuanian translation.

2006-02-25  Žygimantas Beručka  <zygis@gnome.org>

        * lt.po: Updated Lithuanian translation.

18 years agoDo not unref the folder which is being used later in subtrees.`
Sushma Rai [Sat, 25 Feb 2006 06:09:14 +0000 (06:09 +0000)]
Do not unref the folder which is being used later in subtrees.`

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Fri, 24 Feb 2006 22:46:22 +0000 (22:46 +0000)]
Translation updated by Ivar Smolin.

2006-02-25  Priit Laes  <amd@store20.com>

* et.po: Translation updated by Ivar Smolin.

18 years agoMissed the bug number in my previous commit - Fixes 301116 ** Special
Veerapuram Varadhan [Fri, 24 Feb 2006 21:07:07 +0000 (21:07 +0000)]
Missed the bug number in my previous commit - Fixes 301116 ** Special

* Missed the bug number in my previous commit - Fixes 301116
** Special thanks to Roozbeh for point it out in the channel. ;-)

18 years agoinclude <glib/gi18n-lib.h> instead of <libgnome/gnome-i18n.h>, to specify
Veerapuram Varadhan [Fri, 24 Feb 2006 21:00:47 +0000 (21:00 +0000)]
include <glib/gi18n-lib.h> instead of <libgnome/gnome-i18n.h>, to specify

        * e-passwords.c: include <glib/gi18n-lib.h> instead of
        <libgnome/gnome-i18n.h>, to specify the translation domain
        explicitly. Harish's earlier commit of Changwoo's patch
        missed this part.

18 years agoUpdated Basque translation.
Inaki Larranaga [Fri, 24 Feb 2006 18:26:33 +0000 (18:26 +0000)]
Updated Basque translation.

2006-02-24  Inaki Larranaga  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

18 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Fri, 24 Feb 2006 01:23:58 +0000 (01:23 +0000)]
Updated Thai translation.

2006-02-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

18 years ago swapped format [0] with format [2]
Chenthill Palanisamy [Thu, 23 Feb 2006 22:08:38 +0000 (22:08 +0000)]
 swapped format [0] with format [2]

18 years agofixes #332318, #329356
Chenthill Palanisamy [Thu, 23 Feb 2006 21:16:49 +0000 (21:16 +0000)]
fixes #332318, #329356

18 years ago** See bug 318697 conditions modified to parse only valid mailto links
Veerapuram Varadhan [Tue, 21 Feb 2006 12:17:27 +0000 (12:17 +0000)]
** See bug 318697 conditions modified to parse only valid mailto links

        ** See bug 318697
        * camel-url-scanner.c (camel_url_addrspec_start): conditions modified
        to parse only valid mailto links

18 years ago ** Fixes bug #328322
Veerapuram Varadhan [Tue, 21 Feb 2006 12:04:46 +0000 (12:04 +0000)]
    ** Fixes bug #328322

        * camel-mime-filter-tohtml.c : add new pattern for sftp urls.

18 years agoModified to accept urls with ./ Fixes bug#256142
Veerapuram Varadhan [Tue, 21 Feb 2006 12:00:00 +0000 (12:00 +0000)]
Modified to accept urls with ./ Fixes bug#256142

        * camel-url-scanner.c (camel_url_web_end): Modified to accept urls
        with ./
        Fixes bug#256142

18 years agoAdd soup_flags to la.
Harish Krishnaswamy [Mon, 20 Feb 2006 10:25:16 +0000 (10:25 +0000)]
Add soup_flags to la.

2006-02-20  Harish Krishnaswamy  <kharish@novell.com>

* backends/caldav/Makefile.am: Add soup_flags to la.

18 years agoUpdated Greek translation
Kostas Papadimas [Mon, 20 Feb 2006 10:06:13 +0000 (10:06 +0000)]
Updated Greek translation

18 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Sat, 18 Feb 2006 13:09:20 +0000 (13:09 +0000)]
Updated Catalan translation.

18 years agoFix for handling long-file-names during make dist/distcheck
Veerapuram Varadhan [Fri, 17 Feb 2006 11:01:43 +0000 (11:01 +0000)]
Fix for handling long-file-names during make dist/distcheck

 * configure.in: Fix for handling long-file-names during make dist/distcheck

18 years agoproceed only if diary is a valid pointer
Parthasarathi Susarla [Thu, 16 Feb 2006 09:36:28 +0000 (09:36 +0000)]
proceed only if diary is a valid pointer

2006-02-16  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-disco-diary.c: (camel_disco_diary_log):
proceed only if diary is a valid pointer