platform/upstream/evolution-data-server.git
18 years agoEDS 1.7.4 release updates and version, libtool numbers bumped.
Harish Krishnaswamy [Mon, 10 Jul 2006 13:45:07 +0000 (13:45 +0000)]
EDS 1.7.4 release updates and version, libtool numbers bumped.

2006-07-10  Harish Krishnaswamy  <kharish@novell.com>

* configure.in, NEWS: EDS 1.7.4 release updates
and version, libtool numbers bumped.

18 years agoFixes #332911
Chenthill Palanisamy [Mon, 10 Jul 2006 10:35:53 +0000 (10:35 +0000)]
Fixes #332911

18 years agoPrefer g_(s)list_prepend to g_(s)list_append.
Harish Krishnaswamy [Mon, 10 Jul 2006 10:33:00 +0000 (10:33 +0000)]
Prefer g_(s)list_prepend to g_(s)list_append.

2006-07-10  Harish Krishnaswamy  <kharish@novell.com>

* libedata-cal/e-cal-backend-cache.c:
(e_cal_backend_cache_get_components),
(e_cal_backend_cache_get_components_by_uid):
Prefer g_(s)list_prepend to g_(s)list_append.

18 years agoFixes #335692 Added a NULL check.
Chenthill Palanisamy [Sat, 8 Jul 2006 00:29:20 +0000 (00:29 +0000)]
Fixes #335692 Added a NULL check.

2006-07-08  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #335692
* libedataserver/e-iterator.c (e_iterator_is_valid):
Added a NULL check.

18 years agoIf the value is in the table already and 'own' is TRUE, g_free the
Jeffrey Stedfast [Fri, 7 Jul 2006 15:03:53 +0000 (15:03 +0000)]
If the value is in the table already and 'own' is TRUE, g_free the

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

* camel-string-utils.c (camel_pstring_add): If the value is in the
table already and 'own' is TRUE, g_free the passed-in string.

18 years agoUpdated Basque translation.
Inaki Larranaga [Fri, 7 Jul 2006 12:18:19 +0000 (12:18 +0000)]
Updated Basque translation.

2006-07-07  Inaki Larranaga  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

18 years agoAdd e_data_book_view_notify_update_prefiltered_vcard() to fast-path
Ross Burton [Fri, 7 Jul 2006 10:19:11 +0000 (10:19 +0000)]
Add e_data_book_view_notify_update_prefiltered_vcard() to fast-path

2006-07-07  Ross Burton  <ross@openedhand.com>

* libedatabook/e-data-book-view.[ch]:
Add e_data_book_view_notify_update_prefiltered_vcard() to
fast-path contacts.

* backends/file/e-book-backend-file.c:
Use the new function, and ask libdb to use the GLib allocators so
we don't have to copy every contact.

(closes #346670)

18 years agoUpdated Finnish translation
Ilkka Tuohela [Fri, 7 Jul 2006 05:31:45 +0000 (05:31 +0000)]
Updated Finnish translation

18 years agoFixes a variable naming error. Fixes build break.
Sankar P [Fri, 7 Jul 2006 05:10:23 +0000 (05:10 +0000)]
Fixes a variable naming error. Fixes build break.

2006-07-07  Sankar P  <psankar@novell.com>

* camel-string-utils.c (camel_pstring_add):
Fixes a variable naming error. Fixes build break.

18 years agoNew function that now holds the main logic of the old camel_pstring_strdup
Jeffrey Stedfast [Thu, 6 Jul 2006 19:43:47 +0000 (19:43 +0000)]
New function that now holds the main logic of the old camel_pstring_strdup

2006-07-06  Jeffrey Stedfast  <fejj@novell.com>

* camel-string-utils.c (camel_pstring_add): New function that now
holds the main logic of the old camel_pstring_strdup function. If
'own' is TRUE, re-use the memory if the string doesn't already
exist and free it otherwise. If FALSE, strdup the value if it
doesn't already exist.
(camel_pstring_strdup): Calls camel_pstring_add() with 'own' as
FALSE.

* camel-folder-summary.c (message_info_new_from_header): Use
camel_pstring_add instead of camel_pstring_strdup here to prevent
unnecessary strdup/freeing.
(message_info_load): Same.

18 years ago** Fixes bug #345397 Change the target of label Category, and make ALT + A
Boby Wang [Thu, 6 Jul 2006 10:10:52 +0000 (10:10 +0000)]
** Fixes bug #345397 Change the target of label Category, and make ALT + A

2006-07-06  Boby Wang <boby.wang@sun.com>

    ** Fixes bug #345397
    * e-name-selector-dialog.glade:
    Change the target of label Category, and make ALT + A work.

18 years ago** Fixes bug #165922 on novell bugzilla. use Mime.822 whenever it is
Parthasarathi Susarla [Thu, 6 Jul 2006 06:51:33 +0000 (06:51 +0000)]
** Fixes bug #165922 on novell bugzilla. use Mime.822 whenever it is

2006-07-05  Parthasarathi Susarla <sparthasarathi@novell.com>

** Fixes bug #165922 on novell bugzilla.
* camel-groupwise-folder.[ch]:
(groupwise_folder_item_to_msg): use Mime.822 whenever it is available

18 years agocheck if you have a valid transport. For those wierd times when you have
Parthasarathi Susarla [Thu, 6 Jul 2006 06:34:12 +0000 (06:34 +0000)]
check if you have a valid transport. For those wierd times when you have

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

* camel-groupwise-transport.c: (groupwise_send_to):
check if you have a valid transport. For those wierd times
when you have everything screwed up

18 years agoAllow builds against system libdb 4.3 or greater to work (#346655).
Ross Burton [Wed, 5 Jul 2006 15:56:42 +0000 (15:56 +0000)]
Allow builds against system libdb 4.3 or greater to work (#346655).

2006-07-05  Ross Burton  <ross@openedhand.com>

* backends/file/e-book-backend-file.c:
Allow builds against system libdb 4.3 or greater to work (#346655).

18 years agoWhenever libdb can give a warning, print it in a uniform way. Also remove
Ross Burton [Wed, 5 Jul 2006 15:31:23 +0000 (15:31 +0000)]
Whenever libdb can give a warning, print it in a uniform way. Also remove

2006-07-05  Ross Burton  <ross@openedhand.com>

* backends/file/e-book-backend-file.c:
Whenever libdb can give a warning, print it in a uniform way. Also
remove a debugging printf. (#346661).

18 years agofix compiler warnings
Parthasarathi Susarla [Wed, 5 Jul 2006 10:18:14 +0000 (10:18 +0000)]
fix compiler warnings

2006-07-05  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-utils.c: (camel_groupwise_util_item_from_message):
fix compiler warnings

18 years agoFixes bug #165922 on novell bugzilla. use Mime.822 whenever it is
Parthasarathi Susarla [Wed, 5 Jul 2006 10:16:35 +0000 (10:16 +0000)]
Fixes bug #165922 on novell bugzilla. use Mime.822 whenever it is

2006-07-05  Parthasarathi Susarla <sparthasarathi@novell.com>

Fixes bug #165922 on novell bugzilla.
* camel-groupwise-folder.[ch]:
(groupwise_folder_item_to_msg): use Mime.822 whenever it is available

18 years agoFixes bug #165728 on novell bugzilla initialize list loaded to 3
Parthasarathi Susarla [Wed, 5 Jul 2006 10:15:09 +0000 (10:15 +0000)]
Fixes bug #165728 on novell bugzilla initialize list loaded to 3

2006-07-05  Parthasarathi Susarla <sparthasarathi@novell.com>

Fixes bug #165728 on novell bugzilla
* camel-groupwise-store.[ch]:
(groupwise_store_construct): initialize list loaded to 3
(groupwise_get_folder_info): update only once from the server
and from then on - just use the cache.

18 years agoFixes bug #165922 on novell bugzilla. use Mime.822 whenever it is
Parthasarathi Susarla [Wed, 5 Jul 2006 10:03:16 +0000 (10:03 +0000)]
Fixes bug #165922 on novell bugzilla. use Mime.822 whenever it is

2006-07-05  Parthasarathi Susarla <sparthasarathi@novell.com>

Fixes bug #165922 on novell bugzilla.
* camel-groupwise-folder.[ch]:
(groupwise_folder_item_to_msg): use Mime.822 whenever it is available

18 years agoTranslation updated.
Vincent van Adrighem [Tue, 4 Jul 2006 12:02:49 +0000 (12:02 +0000)]
Translation updated.

2006-07-04  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated.

18 years agoFixed 'kết thức'
Nguyen Thai Ngoc Duy [Mon, 3 Jul 2006 15:12:16 +0000 (15:12 +0000)]
Fixed 'kết thức'

18 years agoIf the string decoded has no special characters, the length of computed
Harish Krishnaswamy [Mon, 3 Jul 2006 14:29:41 +0000 (14:29 +0000)]
If the string decoded has no special characters, the length of computed

2006-07-03  Harish Krishnaswamy  <kharish@novell.com>

* libical/src/libical/icalvalue.c
(icalvalue_decode_ical_string): If the string decoded has
no special characters, the length of computed string is equal
to the buffer length allocated. Hence, do not flag error on
equality .

18 years agoAdded entry for addition of bengali India (bn_IN) translation and to LINGUAS
Runa Bhattacharjee [Mon, 3 Jul 2006 12:06:35 +0000 (12:06 +0000)]
Added entry for addition of  bengali India (bn_IN) translation and to LINGUAS

18 years agoAdded bengali India (bn_IN)
Runa Bhattacharjee [Mon, 3 Jul 2006 12:06:21 +0000 (12:06 +0000)]
Added bengali India (bn_IN)

18 years agoAdded Bengali India Translation
Runa Bhattacharjee [Mon, 3 Jul 2006 12:05:47 +0000 (12:05 +0000)]
Added Bengali India Translation

18 years agoUpdated Finnish translation
Ilkka Tuohela [Mon, 3 Jul 2006 10:21:42 +0000 (10:21 +0000)]
Updated Finnish translation

18 years agoUpdated Finnish translation
Ilkka Tuohela [Mon, 3 Jul 2006 10:08:22 +0000 (10:08 +0000)]
Updated Finnish translation

18 years agoUpdated Finnish translation
Ilkka Tuohela [Sat, 1 Jul 2006 09:28:19 +0000 (09:28 +0000)]
Updated Finnish translation

18 years agoUpdated Korean translation.
Changwoo Ryu [Fri, 30 Jun 2006 14:14:28 +0000 (14:14 +0000)]
Updated Korean translation.

2006-06-30  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

18 years agoTamil translation updated
Felix I [Fri, 30 Jun 2006 10:14:58 +0000 (10:14 +0000)]
Tamil translation updated

18 years ago** Fixes 345373
simon.zheng [Thu, 29 Jun 2006 09:21:43 +0000 (09:21 +0000)]
** Fixes 345373

2006-06-29  simon.zheng  <simon.zheng@sun.com>

        ** Fixes 345373

        * e-name-selector-entry.c: (user_insert_text): Allow to
        insert more than 1 characters every time.

18 years agoUpdated Translation
Rajesh Ranjan [Thu, 29 Jun 2006 07:01:00 +0000 (07:01 +0000)]
Updated Translation

18 years agoUpdated Hindi translation
Guntupalli Karunakar [Wed, 28 Jun 2006 13:20:22 +0000 (13:20 +0000)]
Updated Hindi translation

18 years agoupdated hebrew translation
Yair Hershkovitz [Tue, 27 Jun 2006 10:45:18 +0000 (10:45 +0000)]
updated hebrew translation

18 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Mon, 26 Jun 2006 20:10:47 +0000 (20:10 +0000)]
Updated Norwegian bokmål translation.

2006-06-26  Kjartan Maraas  <kmaraas@gnome.org>

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

18 years agoOnly set name to "" if it wasn't already set. Fixes bug #345965.
Jeffrey Stedfast [Mon, 26 Jun 2006 15:34:28 +0000 (15:34 +0000)]
Only set name to "" if it wasn't already set. Fixes bug #345965.

2006-06-26  Jeffrey Stedfast  <fejj@novell.com>

* camel-gpg-context.c (gpg_ctx_parse_status): Only set name to ""
if it wasn't already set. Fixes bug #345965.

18 years agoUpdated Traditional Chinese translation(Hong Kong). Updated Traditional
Chao-Hsiung Liao [Sun, 25 Jun 2006 06:53:20 +0000 (06:53 +0000)]
Updated Traditional Chinese translation(Hong Kong). Updated Traditional

2006-06-25  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

* zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
* zh_TW.po: Updated Traditional Chinese translation(Taiwan).

18 years agoUpdate the MAINTAINERS file.
Harish Krishnaswamy [Thu, 22 Jun 2006 11:40:41 +0000 (11:40 +0000)]
Update the MAINTAINERS file.

2006-06-22  Harish Krishnaswamy  <kharish@novell.com>

Update the MAINTAINERS file.

18 years agoRemove CVS/*, .cvsignore files from the dist output.
Harish Krishnaswamy [Thu, 22 Jun 2006 04:43:59 +0000 (04:43 +0000)]
Remove CVS/*, .cvsignore files from the dist output.

2006-06-22  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Remove CVS/*, .cvsignore files from
the dist output.

18 years agoSet appropriate cursor/seek direction for each of the pre-population
Harish Krishnaswamy [Wed, 21 Jun 2006 13:18:49 +0000 (13:18 +0000)]
Set appropriate cursor/seek direction for each of the pre-population

2006-06-21  Harish Krishnaswamy  <kharish@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c: (populate_cache):
Set appropriate cursor/seek direction for each of the
pre-population calls.

18 years agoreset 'done' flag for each iteration of cursor reads.
Harish Krishnaswamy [Mon, 19 Jun 2006 14:13:51 +0000 (14:13 +0000)]
reset 'done' flag for each iteration of cursor reads.

2006-06-19  Harish Krishnaswamy  <kharish@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c: (populate_cache):
reset 'done' flag for each iteration of cursor reads.

18 years agoRemove debug statements that leaked into the commit.
Harish Krishnaswamy [Mon, 19 Jun 2006 06:20:30 +0000 (06:20 +0000)]
Remove debug statements that leaked into the commit.

2006-06-19  Harish Krishnaswamy  <kharish@novell.com>

* libecal/e-cal-component.c (get_attachment_list):
Remove debug statements that leaked into the commit.

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Sun, 18 Jun 2006 21:42:46 +0000 (21:42 +0000)]
*** empty log message ***

18 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sat, 17 Jun 2006 08:24:45 +0000 (08:24 +0000)]
Updated Thai translation.

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

* th.po: Updated Thai translation.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Fri, 16 Jun 2006 18:30:55 +0000 (18:30 +0000)]
Updated Spanish translation.

2006-06-16  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoAdd gmtime_r() macro implementation for Win32.
Tor Lillqvist [Fri, 16 Jun 2006 10:32:15 +0000 (10:32 +0000)]
Add gmtime_r() macro implementation for Win32.

2006-06-16  Tor Lillqvist  <tml@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c: Add gmtime_r()
macro implementation for Win32.

18 years agoFixes bug #167517 on bnc
Parthasarathi Susarla [Fri, 16 Jun 2006 07:28:44 +0000 (07:28 +0000)]
Fixes bug #167517 on bnc

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

Fixes bug #167517 on bnc

* e-gw-item.[ch]: Use the hasAttachment soap element
to check if a mail contains an attachment or not.

18 years agoFix for Bug #342167
Devashish Sharma [Fri, 16 Jun 2006 05:58:13 +0000 (05:58 +0000)]
Fix for Bug #342167

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Fri, 16 Jun 2006 05:14:58 +0000 (05:14 +0000)]
Updated Translation

18 years agoMake addressbook work on Win32 also with non-ASCII chars in home directory
Tor Lillqvist [Fri, 16 Jun 2006 02:44:40 +0000 (02:44 +0000)]
Make addressbook work on Win32 also with non-ASCII chars in home directory

2006-06-16  Tor Lillqvist  <tml@novell.com>

Make addressbook work on Win32 also with non-ASCII chars in home
directory name.

* backends/file/e-book-backend-file.c (my_exists, my_rename)
(my_unlink): Need to wrap more file name using functions in libdb.
(e_book_backend_file_class_init): Register the above with libdb.

18 years agoRename the E_IS_SELECT_STATUS_INTR() portability macro to
Tor Lillqvist [Thu, 15 Jun 2006 21:15:38 +0000 (21:15 +0000)]
Rename the E_IS_SELECT_STATUS_INTR() portability macro to

2006-06-16  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-msgport.c: Rename the E_IS_SELECT_STATUS_INTR()
portability macro to E_IS_STATUS_INTR() as it isn't spefic to
select().
(e_msgport_put, e_msgport_wait, e_msgport_get): Use
E_IS_STATUS_INTR() instead of looking at errno directly. On Win32
the socket functions don't touch errno. (And there is no EINTR
style error possible in WinSock 2 anyway, according to MSDN.)

18 years agoOn Win32, NSS wants the directory name in system codepage, not UTF-8. No
Tor Lillqvist [Thu, 15 Jun 2006 20:50:17 +0000 (20:50 +0000)]
On Win32, NSS wants the directory name in system codepage, not UTF-8. No

2006-06-15  Tor Lillqvist  <tml@novell.com>

* camel.c (camel_init): On Win32, NSS wants the directory name in
system codepage, not UTF-8. No need to handle g_atexit()
differently on Win32 any longer, in current GLib it is on Win32
just a #define for atexit().

18 years agoAdd AM_CONDITIONAL for SUNLDAP (as always false) also to the Win32 branch
Tor Lillqvist [Thu, 15 Jun 2006 20:40:16 +0000 (20:40 +0000)]
Add AM_CONDITIONAL for SUNLDAP (as always false) also to the Win32 branch

2006-06-15  Tor Lillqvist  <tml@novell.com>

* configure.in: Add AM_CONDITIONAL for SUNLDAP (as always false)
also to the Win32 branch of the if statement, to avoid error
message when running the configure script.

18 years agochanging "cancelled" to "canceled" in user-visible strings. Fixes bug
Andre Klapper [Thu, 15 Jun 2006 16:42:04 +0000 (16:42 +0000)]
changing "cancelled" to "canceled" in user-visible strings. Fixes bug

2006-06-15  Andre Klapper  <a9016009@gmx.de>

* addressbook/libebook/e-book.c:
* calendar/libecal/e-cal.c:
* calendar/libecal/e-cal.c:
* camel/camel-gpg-context.c:
* camel/camel-net-utils.c:
* camel/providers/pop3/camel-pop3-store.c:
* camel/providers/pop3/camel-pop3-folder.c:
* camel/providers/nntp/camel-nntp-store.c:
* camel/providers/nntp/camel-nntp-folder.c:
* camel/providers/imap4/camel-imap4-folder.c:
* camel/providers/imap4/camel-imap4-store.c:
* camel/providers/imapp/camel-imapp-store.c:
* camel/providers/smtp/camel-smtp-transport.c:
* camel/providers/groupwise/camel-groupwise-folder.c:
* camel/providers/local/camel-maildir-folder.c:
* camel/providers/local/camel-mbox-folder.c:
* camel/providers/local/camel-mh-folder.c:
changing "cancelled" to "canceled" in user-visible strings.
Fixes bug #342163.

18 years agochanging "uri" to "URI" in user-visible strings. Fixes bug #342161.
Andre Klapper [Thu, 15 Jun 2006 15:22:11 +0000 (15:22 +0000)]
changing "uri" to "URI" in user-visible strings. Fixes bug #342161.

2006-06-15  Andre Klapper <a9016009@gmx.de>

* addressbook/libebook/e-book.c:
* camel/camel-folder.c:
* camel/providers/nntp/camel-nntp-folder.c:
* camel/providers/pop3/camel-pop3-folder.c:
changing "uri" to "URI" in user-visible strings.
Fixes bug #342161.

18 years agoHandle attachment URLs with special characters that are not permitted in
Harish Krishnaswamy [Thu, 15 Jun 2006 14:40:08 +0000 (14:40 +0000)]
Handle attachment URLs with special characters that are not permitted in

2006-06-15  Harish Krishnaswamy  <kharish@novell.com>

* libecal/e-cal-component.c: (get_attachment_list),
(set_attachment_list): Handle attachment URLs with
special characters that are not permitted in
ICAL. Fixes #178706 in bugzilla.novell.com.

18 years agoUpdated German translation.
Hendrik Richter [Thu, 15 Jun 2006 14:11:27 +0000 (14:11 +0000)]
Updated German translation.

2006-06-15  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

18 years agoUse g_stat() instead of plain stat() for full Unicode pathname support on
Tor Lillqvist [Thu, 15 Jun 2006 11:16:25 +0000 (11:16 +0000)]
Use g_stat() instead of plain stat() for full Unicode pathname support on

2006-06-15  Tor Lillqvist  <tml@novell.com>

* camel-mbox-summary.c (summary_update, mbox_summary_check)
(mbox_summary_sync): Use g_stat() instead of plain stat() for full
Unicode pathname support on Win32. These instances had gone
unnoticed earlier.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Thu, 15 Jun 2006 02:33:02 +0000 (02:33 +0000)]
Updated Spanish translation.

2006-06-15  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoFixes #344253
Wang Xin [Thu, 15 Jun 2006 01:51:35 +0000 (01:51 +0000)]
Fixes #344253

2006-06-15  Wang Xin  <jedy.wang@sun.com>

    Fixes #344253

    * backends/file/e-cal-backend-file.c:
    (e_cal_backend_file_compute_changes_foreach_key): Free comp.
    * backends/groupwise/e-cal-backend-groupwise.c:
    (e_cal_backend_groupwise_compute_changes_foreach_key): Free comp.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Wed, 14 Jun 2006 13:37:55 +0000 (13:37 +0000)]
Updated Spanish translation.

2006-06-14  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Wed, 14 Jun 2006 08:51:44 +0000 (08:51 +0000)]
Updated Translation

18 years agochanging "couldn't", "can't" and "didn't" to proper English. Fixes bug
Andre Klapper [Tue, 13 Jun 2006 21:31:02 +0000 (21:31 +0000)]
changing "couldn't", "can't" and "didn't" to proper English. Fixes bug

2006-06-13  Andre Klapper <a9016009@gmx.de>

* addressbook/libebook/e-book.c:
* calendar/backends/file/e-cal-backend-file.c:
* camel/providers/groupwise/camel-groupwise-store.c:
* camel/providers/imap/camel-imap-store.c:
* src/server.c:
changing "couldn't", "can't" and "didn't" to proper
English. Fixes bug #342160.

18 years ago** Fixes 342384 Sanitizing mail list text and memory leak fix.
Hiroyuki Ikezoe [Tue, 13 Jun 2006 19:52:02 +0000 (19:52 +0000)]
** Fixes 342384 Sanitizing mail list text and memory leak fix.

2006-06-13  Hiroyuki Ikezoe  <poincare@ikezoe.net>

** Fixes 342384
* e-name-selector-entry.c: (popup_activate_inline_expand):
Sanitizing mail list text and memory leak fix.

18 years agoFixes bug #167517 on bnc
Parthasarathi Susarla [Tue, 13 Jun 2006 11:06:14 +0000 (11:06 +0000)]
Fixes bug #167517 on bnc

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

Fixes bug #167517 on bnc

* camel-groupwise-utils.c: (send_as_attachment):
revert a part of fejjs patch. We need the message id
with the container in it. We cant use the camel_header_msgid_decode
method since it would normalise anything after ':'.
Henceforth the forwardrequest would get the complete id of the message
and the link info is sent correctly.

* camel-groupwise-store.c:
* camel-groupwise-folder.c:
(gw_update_cache):
(gw_update_summary): use the hasAttachments element to
check if a mail has attachments or not.

18 years agoFixes bug #167517 on bnc
Parthasarathi Susarla [Tue, 13 Jun 2006 11:06:02 +0000 (11:06 +0000)]
Fixes bug #167517 on bnc

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

Fixes bug #167517 on bnc

* e-gw-item.[ch]: Use the hasAttachment soap element
to check if a mail contains an attachment or not.

18 years agoAdd e_vcard_get_attribute() (#334411)
Ross Burton [Tue, 13 Jun 2006 08:39:36 +0000 (08:39 +0000)]
Add e_vcard_get_attribute() (#334411)

2006-06-13  Ross Burton  <ross@openedhand.com>

* libebook/e-vcard.[ch]:
Add e_vcard_get_attribute() (#334411)

18 years agoFixes #335069
Chenthill Palanisamy [Tue, 13 Jun 2006 07:25:23 +0000 (07:25 +0000)]
Fixes #335069

18 years agoFixes bug #179075 on bnc set the is_group_item to FALSE only if its a
Parthasarathi Susarla [Tue, 13 Jun 2006 07:15:37 +0000 (07:15 +0000)]
Fixes bug #179075 on bnc set the is_group_item to FALSE only if its a

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

Fixes bug #179075 on bnc
* e-gw-item.c (e_gw_item_new_from_soap_parameter):
set the is_group_item to FALSE only if its a CALENDAR
or TASKS item

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Tue, 13 Jun 2006 05:35:01 +0000 (05:35 +0000)]
Updated Translation

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Mon, 12 Jun 2006 17:18:37 +0000 (17:18 +0000)]
Updated Spanish translation.

2006-06-12  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoEDS 1.7.3 release updates and version, libtool numbers bumped.
Harish Krishnaswamy [Mon, 12 Jun 2006 14:44:40 +0000 (14:44 +0000)]
EDS 1.7.3 release updates and version, libtool numbers bumped.

2006-06-12  Harish Krishnaswamy  <kharish@novell.com>

* configure.in, NEWS: EDS 1.7.3 release updates
and version, libtool numbers bumped.

18 years agoFix for #336453
simon.zheng [Mon, 12 Jun 2006 12:37:46 +0000 (12:37 +0000)]
Fix for #336453

2006-06-12  simon.zheng  <simon.zheng@sun.com>

        Fix for #336453
        * acinclude.m4:
        * configure.in:
        Add SunLDAP library support - a variant of Netscape LDAP.

18 years agoFix for #336453
simon.zheng [Mon, 12 Jun 2006 12:34:15 +0000 (12:34 +0000)]
Fix for #336453

2006-06-12  simon.zheng  <simon.zheng@sun.com>

        Fix for #336453
        * backends/ldap/e-book-backend-ldap.c:
        (e_book_backend_ldap_connect), (e_book_backend_ldap_class_init):
        * backends/ldap/openldap-extract.h:
        Add SunLDAP library support - a variant of Netscape LDAP.

18 years agoFetch calendar data with a bias towards present, near past and near
Harish Krishnaswamy [Mon, 12 Jun 2006 11:50:14 +0000 (11:50 +0000)]
Fetch calendar data with a bias towards present, near past and near

2006-06-12  Harish Krishnaswamy  <kharish@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c: (populate_cache),
(get_deltas): Fetch calendar data with a bias towards present,
near past and near future. Fixes bug#.
Also, prefer gmtime_r to gmtime.

18 years agoDon't statically link a 200K library into each backend, when it's already
Ross Burton [Mon, 12 Jun 2006 09:29:08 +0000 (09:29 +0000)]
Don't statically link a 200K library into each backend, when it's already

2006-06-12  Ross Burton  <ross@openedhand.com>

* backends/contacts/Makefile.am:
* backends/file/Makefile.am:
* backends/weather/Makefile.am:
Don't statically link a 200K library into each backend, when it's
already in libecal.

18 years agoFixes bug #166265 on bnc
Parthasarathi Susarla [Mon, 12 Jun 2006 09:20:04 +0000 (09:20 +0000)]
Fixes bug #166265 on bnc

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

Fixes bug #166265 on bnc

* camel-groupwise-folder.c: call purgeRequest when
deleting on Trash folder

18 years agoFixes bug #166265 on bnc Add a new method
Parthasarathi Susarla [Mon, 12 Jun 2006 09:19:40 +0000 (09:19 +0000)]
Fixes bug #166265 on bnc Add a new method

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

Fixes bug #166265 on bnc
* e-gw-connection.[ch]: Add a new method
e_gw_connection_purge_selected_items to selectively delete messages
from trash.

18 years agoFix for Bug #342162.
Devashish Sharma [Mon, 12 Jun 2006 09:01:21 +0000 (09:01 +0000)]
Fix for Bug #342162.

18 years agoFixes the problem of email id appearing twice
Sankar P [Fri, 9 Jun 2006 12:18:57 +0000 (12:18 +0000)]
Fixes the problem of email id appearing twice

2006-06-09  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c:
Fixes the problem of email id appearing twice

18 years ago** Fixes bug #342479 Plugged memory leak.
Hiroyuki Ikezoe [Fri, 9 Jun 2006 03:54:51 +0000 (03:54 +0000)]
** Fixes bug #342479 Plugged memory leak.

2006-05-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>

** Fixes bug #342479
* e-name-selector-dialog.c: Plugged memory leak.

18 years ago** Fixes bug #342382 Plugged memory leaks.
Hiroyuki Ikezoe [Fri, 9 Jun 2006 02:49:28 +0000 (02:49 +0000)]
** Fixes bug #342382 Plugged memory leaks.

2006-06-09  Hiroyuki Ikezoe  <poincare@ikezoe.net>

** Fixes bug #342382
* e-name-selector-entry.c: Plugged memory leaks.

18 years agoFix memory leak. Fixes bug #335423.
Chris Heath [Fri, 9 Jun 2006 01:21:54 +0000 (01:21 +0000)]
Fix memory leak. Fixes bug #335423.

2006-06-09  Chris Heath  <chris@heathens.co.nz>

* camel/camel-net-utils.c (camel_getnameinfo):
* camel/camel-folder-search.c (camel_folder_search_search):
* camel/camel-digest-folder.c (digest_add_multipart):
* camel/providers/groupwise/camel-groupwise-journal.c (update_cache):
* camel/providers/imap4/camel-imap4-journal.c (camel_imap4_journal_append):
* camel/providers/local/camel-local-summary.c (message_info_new_from_header):
* camel/providers/local/camel-mbox-summary.c (message_info_new_from_header):
* camel/providers/nntp/camel-nntp-summary.c (message_info_new_from_header):
* camel/providers/pop3/camel-pop3-engine.c (camel_pop3_engine_finalise):
* libedataserverui/e-name-selector-dialog.c (search_changed):
Fix memory leak. Fixes bug #335423.

18 years ago*** empty log message ***
Devashish Sharma [Thu, 8 Jun 2006 05:32:01 +0000 (05:32 +0000)]
*** empty log message ***

18 years agoChanged the caching mechanism used for groupwise addressbooks from xml hash based...
Devashish Sharma [Wed, 7 Jun 2006 12:35:51 +0000 (12:35 +0000)]
Changed the caching mechanism used for groupwise addressbooks from xml hash based to db based.

18 years agoFix the x-evolution-any-field serialisation so that server-side
Ross Burton [Wed, 7 Jun 2006 11:19:53 +0000 (11:19 +0000)]
Fix the x-evolution-any-field serialisation so that server-side

2006-06-07  Ross Burton  <ross@openedhand.com>

* libebook/e-book-query.c:
Fix the x-evolution-any-field serialisation so that server-side
optimsations that so literal string compares actually
work. (#319056).

18 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Wed, 7 Jun 2006 09:22:00 +0000 (09:22 +0000)]
Updated Norwegian bokmål translation.

2006-06-07  Kjartan Maraas  <kmaraas@gnome.org>

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

18 years agoAssume strftime() is ok and supports %l and %k when running in
Frederic Peters [Wed, 7 Jun 2006 06:41:51 +0000 (06:41 +0000)]
Assume strftime() is ok and supports %l and %k when running in

2006-06-07  Frederic Peters  <fpeters@0d.be>

        * configure.in: Assume strftime() is ok and supports %l and %k when
        running in cross-compilation mode.

18 years agoFixes for Novell bug #173454
Jeffrey Stedfast [Tue, 6 Jun 2006 20:07:47 +0000 (20:07 +0000)]
Fixes for Novell bug #173454

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

Fixes for Novell bug #173454

* camel-groupwise-utils.c (add_recipients): Changed to be an
internal function.
(send_as_attachment): No longer takes 'buffer' nor 'encoding'
arguments. Changed the code to use the camel content-id/message-id
parsers rather than home-brew blocks of code to do it. Instead of
strcmp'ing mime types, use the camel_content_type_is() function
which simplifies things a bit.
(camel_groupwise_util_item_from_message): No longer takes a
recipients list argument as this function extracted that info from
the CamelMimeMessage object anyway. Do charset conversion for
text/plain parts.

* camel-groupwise-folder.c (groupwise_append_message): Don't pass
to/cc/bcc recpients to camel_groupwise_util_item_from_message() as
it no longer takes those arguments.

* camel-groupwise-transport.c (groupwise_send_to): Same.

18 years agoFix silly braino in my previous fix to the %l and %k test. Can't use
Tor Lillqvist [Mon, 5 Jun 2006 14:41:50 +0000 (14:41 +0000)]
Fix silly braino in my previous fix to the %l and %k test. Can't use
the strftime format "%l %k" and then look if the first char is a
space, as a fully working %l will bloody produce a space in the first
place if run before 10 o'clock... Instead use "%lx%k" and check if the
first char is a x.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Mon, 5 Jun 2006 14:02:20 +0000 (14:02 +0000)]
Updated Spanish translation.

2006-06-05  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoTranslation updated.
Gabor Kelemen [Mon, 5 Jun 2006 11:37:42 +0000 (11:37 +0000)]
Translation updated.

2006-06-05  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 3 Jun 2006 18:56:49 +0000 (18:56 +0000)]
Updated Spanish translation.

2006-06-03  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Sat, 3 Jun 2006 14:39:14 +0000 (14:39 +0000)]
*** empty log message ***

18 years agoCatch more failure modes of strftime() when presented with conversion
Tor Lillqvist [Fri, 2 Jun 2006 12:34:06 +0000 (12:34 +0000)]
Catch more failure modes of strftime() when presented with conversion

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

* configure.in: Catch more failure modes of strftime() when
presented with conversion specifications %l and %k: On Windows,
these just do nothing, you don't get a 'l' or 'k' in the result,
which was all we used to test for here. Catch also if strftime()
does nothing at all when presented with a format containing
unsupported conversion specifications.

* libedataserver/e-data-server-util.c (e_strftime): The Microsoft
strftime() doesn't have %e either.

18 years ago** Fixes bug 322239 ENameSelectorEntryPrivate: New structure for private
Hiroyuki Ikezoe [Fri, 2 Jun 2006 10:45:08 +0000 (10:45 +0000)]
** Fixes bug 322239 ENameSelectorEntryPrivate: New structure for private

2006-06-02  Hiroyuki Ikezoe  <poincare@ikezoe.net>

** Fixes bug 322239
* e-name-selector-entry.c: ENameSelectorEntryPrivate: New structure
for private values. There is still only one value, is_completing.
(user_focus_in): New function.
Stop the event propagation.
(type_ahead_complete): Set is_completing to TRUE if address completion
has done.
(clear_completion_model): Set is_completing to FALSE.
(entry_activate): Set is_completing to FALSE.
(user_focus_init): Call entry_activate if only focus_in and
is_compliting.
(e_name_selector_entry_init): Connect to focus-in-event with
g_signal_connect_after.
Set is_completing to TRUE. It's initial state.

18 years agoImprove doc comment, mention the Win32 aspects.
Tor Lillqvist [Fri, 2 Jun 2006 00:52:29 +0000 (00:52 +0000)]
Improve doc comment, mention the Win32 aspects.

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

* camel-file-utils.c (camel_read, camel_write, camel_read_socket)
(camel_write_socket): Improve doc comment, mention the Win32
aspects.

18 years agoLoop the reads checking errno for EINTR. (e_msgport_put): Loop the writes
Jeffrey Stedfast [Thu, 1 Jun 2006 16:01:55 +0000 (16:01 +0000)]
Loop the reads checking errno for EINTR. (e_msgport_put): Loop the writes

2006-06-01  Jeffrey Stedfast  <fejj@novell.com>

* libedataserver/e-msgport.c (e_msgport_get): Loop the reads
checking errno for EINTR.
(e_msgport_put): Loop the writes checking for EINTR. Also, instead
of writing a nul-char, write 'E' as suggested by Michael Meeks for
easier strace debugging purposes.

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Thu, 1 Jun 2006 04:33:35 +0000 (04:33 +0000)]
Updated Translation

18 years agoHopeful fix for Novell bug #176277
Jeffrey Stedfast [Wed, 31 May 2006 21:10:23 +0000 (21:10 +0000)]
Hopeful fix for Novell bug #176277

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

Hopeful fix for Novell bug #176277

* libedataserver/e-msgport.c: Changed the structure of EMsgPort
slightly to make ::prpipe a union more like ::pipe.
(e_pipe): For convenience, on error set the fds each to -1.
(e_prpipe): New convenience function much like e_pipe but for
PRFileDescs.
(e_msgport_new): Always create the pipes here now instead of
creating them on demand.
(e_msgport_fd): Simply return the pipe fd (no longer creates the
pipe on demand).
(e_msgport_prfd): Same.