summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Korean translation.Changwoo Ryu2006-06-302-634/+670
| | | | | | 2006-06-30 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Tamil translation updatedFelix I2006-06-302-1405/+2213
|
* ** Fixes 345373simon.zheng2006-06-292-5/+8
| | | | | | | | | 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.
* Updated TranslationRajesh Ranjan2006-06-292-1114/+1230
|
* Updated Hindi translationGuntupalli Karunakar2006-06-282-468/+497
|
* updated hebrew translationYair Hershkovitz2006-06-272-15199/+4600
|
* Updated Norwegian bokmål translation.Kjartan Maraas2006-06-262-199/+207
| | | | | | 2006-06-26 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
* Only set name to "" if it wasn't already set. Fixes bug #345965.Jeffrey Stedfast2006-06-262-9/+18
| | | | | | | 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.
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2006-06-253-1608/+1599
| | | | | | | 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).
* Update the MAINTAINERS file.Harish Krishnaswamy2006-06-221-5/+5
| | | | | | 2006-06-22 Harish Krishnaswamy <kharish@novell.com> Update the MAINTAINERS file.
* Remove CVS/*, .cvsignore files from the dist output.Harish Krishnaswamy2006-06-222-1/+10
| | | | | | | 2006-06-22 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Remove CVS/*, .cvsignore files from the dist output.
* Set appropriate cursor/seek direction for each of the pre-populationHarish Krishnaswamy2006-06-212-2/+17
| | | | | | | | 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.
* reset 'done' flag for each iteration of cursor reads.Harish Krishnaswamy2006-06-192-1/+6
| | | | | | | 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.
* Remove debug statements that leaked into the commit.Harish Krishnaswamy2006-06-191-2/+0
| | | | | | | 2006-06-19 Harish Krishnaswamy <kharish@novell.com> * libecal/e-cal-component.c (get_attachment_list): Remove debug statements that leaked into the commit.
* *** empty log message ***Ignacio Casal Quinteiro2006-06-182-203/+211
|
* Updated Thai translation.Theppitak Karoonboonyanan2006-06-172-498/+524
| | | | | | 2006-06-17 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated Spanish translation.Francisco Javier F. Serrador2006-06-162-167/+151
| | | | | | 2006-06-16 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Add gmtime_r() macro implementation for Win32.Tor Lillqvist2006-06-162-0/+15
| | | | | | | 2006-06-16 Tor Lillqvist <tml@novell.com> * backends/groupwise/e-cal-backend-groupwise.c: Add gmtime_r() macro implementation for Win32.
* Fixes bug #167517 on bncParthasarathi Susarla2006-06-161-2/+2
| | | | | | | | | 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.
* Fix for Bug #342167Devashish Sharma2006-06-162-0/+7
|
* Updated TranslationAnkitkumar Rameshchandra Patel2006-06-162-30/+38
|
* Make addressbook work on Win32 also with non-ASCII chars in home directoryTor Lillqvist2006-06-162-1/+38
| | | | | | | | | | | 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.
* Rename the E_IS_SELECT_STATUS_INTR() portability macro toTor Lillqvist2006-06-152-5/+15
| | | | | | | | | | | | 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.)
* On Win32, NSS wants the directory name in system codepage, not UTF-8. NoTor Lillqvist2006-06-152-18/+18
| | | | | | | | | 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().
* Add AM_CONDITIONAL for SUNLDAP (as always false) also to the Win32 branchTor Lillqvist2006-06-152-0/+7
| | | | | | | | 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.
* changing "cancelled" to "canceled" in user-visible strings. Fixes bugAndre Klapper2006-06-1526-29/+96
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* changing "uri" to "URI" in user-visible strings. Fixes bug #342161.Andre Klapper2006-06-158-5/+41
| | | | | | | | | | | 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.
* Handle attachment URLs with special characters that are not permitted inHarish Krishnaswamy2006-06-152-3/+22
| | | | | | | | | 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.
* Updated German translation.Hendrik Richter2006-06-152-13/+20
| | | | | | 2006-06-15 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Use g_stat() instead of plain stat() for full Unicode pathname support onTor Lillqvist2006-06-152-3/+10
| | | | | | | | | 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.
* Updated Spanish translation.Francisco Javier F. Serrador2006-06-152-3/+7
| | | | | | 2006-06-15 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Fixes #344253Wang Xin2006-06-153-0/+11
| | | | | | | | | | | 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.
* Updated Spanish translation.Francisco Javier F. Serrador2006-06-142-28/+32
| | | | | | 2006-06-14 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-06-142-28/+33
|
* changing "couldn't", "can't" and "didn't" to proper English. Fixes bugAndre Klapper2006-06-1310-5/+35
| | | | | | | | | | | | 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.
* ** Fixes 342384 Sanitizing mail list text and memory leak fix.Hiroyuki Ikezoe2006-06-132-2/+10
| | | | | | | | 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.
* Fixes bug #167517 on bncParthasarathi Susarla2006-06-134-32/+36
| | | | | | | | | | | | | | | | | | | 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.
* Fixes bug #167517 on bncParthasarathi Susarla2006-06-133-1/+23
| | | | | | | | | 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.
* Add e_vcard_get_attribute() (#334411)Ross Burton2006-06-133-0/+28
| | | | | | | 2006-06-13 Ross Burton <ross@openedhand.com> * libebook/e-vcard.[ch]: Add e_vcard_get_attribute() (#334411)
* Fixes #335069Chenthill Palanisamy2006-06-132-0/+13
|
* Fixes bug #179075 on bnc set the is_group_item to FALSE only if its aParthasarathi Susarla2006-06-132-2/+12
| | | | | | | | | 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
* Updated TranslationAnkitkumar Rameshchandra Patel2006-06-132-88/+93
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-06-122-88/+92
| | | | | | 2006-06-12 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* EDS 1.7.3 release updates and version, libtool numbers bumped.EVOLUTION_DATA_SERVER_1_7_3Harish Krishnaswamy2006-06-123-5/+26
| | | | | | | 2006-06-12 Harish Krishnaswamy <kharish@novell.com> * configure.in, NEWS: EDS 1.7.3 release updates and version, libtool numbers bumped.
* Fix for #336453simon.zheng2006-06-123-0/+120
| | | | | | | | | 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.
* Fix for #336453simon.zheng2006-06-123-3/+73
| | | | | | | | | | 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.
* Fetch calendar data with a bias towards present, near past and nearHarish Krishnaswamy2006-06-122-61/+101
| | | | | | | | | 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.
* Don't statically link a 200K library into each backend, when it's alreadyRoss Burton2006-06-124-3/+8
| | | | | | | | | | 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.
* Fixes bug #166265 on bncParthasarathi Susarla2006-06-122-1/+12
| | | | | | | | | 2006-06-12 Parthasarathi Susarla <sparthasarathi@novell.com> Fixes bug #166265 on bnc * camel-groupwise-folder.c: call purgeRequest when deleting on Trash folder
* Fixes bug #166265 on bnc Add a new methodParthasarathi Susarla2006-06-123-0/+41
| | | | | | | | | 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.