Jeffrey Stedfast [Wed, 12 Apr 2006 19:14:16 +0000 (19:14 +0000)]
Fixes to many source files to suppress compiler warnings thanks to Kjartan
2006-04-12 Jeffrey Stedfast <fejj@novell.com>
* Fixes to many source files to suppress compiler warnings thanks
to Kjartan Maraas.
Devashish Sharma [Tue, 11 Apr 2006 05:18:50 +0000 (05:18 +0000)]
Fix for an infinite looping problem in eds.
Tor Lillqvist [Mon, 10 Apr 2006 21:07:29 +0000 (21:07 +0000)]
New Win32-only helper functions. (__strptime_internal): Add Win32 love to
2006-04-10 Tor Lillqvist <tml@novell.com>
* libedataserver/e-time-utils.c (get_locale_string)
(translate_picture): New Win32-only helper functions.
(__strptime_internal): Add Win32 love to fix a Win32-specific bug
in calendar reported by Thierry Dubois.
Tor Lillqvist [Mon, 10 Apr 2006 20:59:05 +0000 (20:59 +0000)]
#define gmtime_r on Win32.
2006-04-10 Tor Lillqvist <tml@novell.com>
* libecal/e-cal-time-util.c: #define gmtime_r on Win32.
Devashish Sharma [Mon, 10 Apr 2006 11:02:36 +0000 (11:02 +0000)]
Fix for a random crash.
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
Sushma Rai [Fri, 7 Apr 2006 07:55:50 +0000 (07:55 +0000)]
Added addressbook deltas schema file.
Sushma Rai [Thu, 6 Apr 2006 16:33:37 +0000 (16:33 +0000)]
Removing the separator from the folder name.
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.
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
Chenthill Palanisamy [Thu, 6 Apr 2006 09:11:11 +0000 (09:11 +0000)]
Fixes #162005
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
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).
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.
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.
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.
Chenthill Palanisamy [Mon, 3 Apr 2006 08:36:44 +0000 (08:36 +0000)]
Added retract support.
Sankarasivasubramanian Pasupathilingam [Mon, 3 Apr 2006 08:08:12 +0000 (08:08 +0000)]
Correct the ChangeLog to reflect the actual change made.
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.
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.
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.
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.
Jeffrey Stedfast [Wed, 29 Mar 2006 15:40:09 +0000 (15:40 +0000)]
fixed ChangeLog formatting
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.
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.
Chenthill Palanisamy [Tue, 28 Mar 2006 13:51:47 +0000 (13:51 +0000)]
Fixes #336086
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.
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
Marco Ciampa [Mon, 27 Mar 2006 00:04:02 +0000 (00:04 +0000)]
Updated italian traslation
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
Chenthill Palanisamy [Thu, 23 Mar 2006 19:46:10 +0000 (19:46 +0000)]
make gmtime thread safe.
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
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.
Devashish Sharma [Thu, 23 Mar 2006 10:55:47 +0000 (10:55 +0000)]
Fixed a warning.
Devashish Sharma [Thu, 23 Mar 2006 10:08:38 +0000 (10:08 +0000)]
Committing patch for fixing some random crashes in addressbook.
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.
Chenthill Palanisamy [Thu, 23 Mar 2006 09:21:09 +0000 (09:21 +0000)]
Fixes #331146
Chenthill Palanisamy [Thu, 23 Mar 2006 09:16:49 +0000 (09:16 +0000)]
Fixes #334807
Chenthill Palanisamy [Thu, 23 Mar 2006 08:51:26 +0000 (08:51 +0000)]
Fixes #323275.
Chenthill Palanisamy [Thu, 23 Mar 2006 08:47:13 +0000 (08:47 +0000)]
Fixes #334065.
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.
Chenthill Palanisamy [Wed, 22 Mar 2006 08:03:13 +0000 (08:03 +0000)]
Fixes #334000
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()
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.
Srinivasa Ragavan [Mon, 20 Mar 2006 13:53:01 +0000 (13:53 +0000)]
Added support for gnome-keyring.
Srinivasa Ragavan [Mon, 20 Mar 2006 09:20:03 +0000 (09:20 +0000)]
Added flags to gw camel_get_folderinfo for system folders.
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.
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).
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.
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
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.
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.
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.
Dan Damian [Mon, 13 Mar 2006 00:01:25 +0000 (00:01 +0000)]
Updated Romanian translation.
Raphael Higino [Sun, 12 Mar 2006 15:20:36 +0000 (15:20 +0000)]
Updated 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.
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.
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.
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.
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.
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.
Parthasarathi Susarla [Thu, 9 Mar 2006 10:54:43 +0000 (10:54 +0000)]
*** empty log message ***
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.
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.
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.
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.
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.
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.
Sushma Rai [Mon, 6 Mar 2006 06:41:32 +0000 (06:41 +0000)]
Fixed memory leaks. See #329251.
Sushma Rai [Mon, 6 Mar 2006 06:31:22 +0000 (06:31 +0000)]
Initialized varialbles to NULL. See #329251.
Sushma Rai [Mon, 6 Mar 2006 06:00:25 +0000 (06:00 +0000)]
Fixed memory leaks. See #329251.
Sushma Rai [Mon, 6 Mar 2006 05:48:14 +0000 (05:48 +0000)]
Freeing GconfValue, See #329251.
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.
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>
Devashish Sharma [Sun, 5 Mar 2006 10:17:07 +0000 (10:17 +0000)]
Fix for Bug 216073
Devashish Sharma [Sun, 5 Mar 2006 08:23:21 +0000 (08:23 +0000)]
Fix for bug 322432
Devashish Sharma [Sun, 5 Mar 2006 08:22:24 +0000 (08:22 +0000)]
Fix for Bug 322432.
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.
Chenthill Palanisamy [Sat, 4 Mar 2006 10:29:07 +0000 (10:29 +0000)]
Fixes #330974
Chenthill Palanisamy [Sat, 4 Mar 2006 09:57:00 +0000 (09:57 +0000)]
Fixes #273057
Arangel Angov [Fri, 3 Mar 2006 10:11:39 +0000 (10:11 +0000)]
Updated Macedonian Translation <arangela@cvs.gnome.org>
Chenthill Palanisamy [Thu, 2 Mar 2006 16:09:31 +0000 (16:09 +0000)]
fixes #303046
Devashish Sharma [Thu, 2 Mar 2006 08:15:09 +0000 (08:15 +0000)]
Fixed a crasher.
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.
Chenthill Palanisamy [Tue, 28 Feb 2006 12:16:32 +0000 (12:16 +0000)]
fixes #332726
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 *****
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.
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.
Ž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.
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.`
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.
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. ;-)
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.
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.
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.
Chenthill Palanisamy [Thu, 23 Feb 2006 22:08:38 +0000 (22:08 +0000)]
swapped format [0] with format [2]
Chenthill Palanisamy [Thu, 23 Feb 2006 21:16:49 +0000 (21:16 +0000)]
fixes #332318, #329356
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
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.
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