Matthew Barnes [Mon, 26 Mar 2007 22:50:55 +0000 (22:50 +0000)]
Fix a couple memory leaks (#360807). Patch from Chris Heath.
2007-03-26 Matthew Barnes <mbarnes@redhat.com>
* camel-smtp-transport.c (smtp_auth):
Fix a couple memory leaks (#360807). Patch from Chris Heath.
svn path=/trunk/; revision=7669
Matthew Barnes [Mon, 26 Mar 2007 22:36:10 +0000 (22:36 +0000)]
Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconv
2007-03-26 Matthew Barnes <mbarnes@redhat.com>
* configure.in: Use AC_TRY_RUN instead of AC_TRY_LINK when checking
for iconv() in -liconv (#388788). Patch from Elijah Newren.
* iconv-detect.c: Fix an implicit function declaration.
svn path=/trunk/; revision=7668
Matthew Barnes [Mon, 26 Mar 2007 21:01:03 +0000 (21:01 +0000)]
Don't mix declarations and code (#405495). Patch from Jens Granseuer.
2007-03-26 Matthew Barnes <mbarnes@redhat.com>
* camel/providers/pop3/camel-pop3-folder.c:
* camel/providers/groupwise/camel-groupwise-folder.c:
* camel/providers/groupwise/camel-groupwise-utils.c:
* camel/providers/imap/camel-imap-utils.c:
Don't mix declarations and code (#405495).
Patch from Jens Granseuer.
svn path=/trunk/; revision=7667
Harish Krishnaswamy [Mon, 26 Mar 2007 05:42:32 +0000 (05:42 +0000)]
Updates on the new guards.
2007-03-26 Harish Krishnaswamy <harish.krishnaswamy@gmail.com>
* MAINTAINERS : Updates on the new guards.
svn path=/trunk/; revision=7666
Matthew Barnes [Sun, 25 Mar 2007 18:50:54 +0000 (18:50 +0000)]
** Fixes bug #420933
2007-03-25 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #420933
* libecal/e-cal.c (e_cal_generate_instances_for_object):
Copy the recurrence ID string so it doesn't disappear on us.
Patch from Patrick Ohly.
svn path=/trunk/; revision=7664
Ross Burton [Sun, 25 Mar 2007 16:22:14 +0000 (16:22 +0000)]
Return decent error codes, and convert errors to human readable strings
2007-03-25 Ross Burton <ross@openedhand.com>
* backends/file/e-book-backend-file.c:
Return decent error codes, and convert errors to human readable
strings for the console. (#422652).
svn path=/trunk/; revision=7663
Ross Burton [Sun, 25 Mar 2007 16:13:09 +0000 (16:13 +0000)]
Don't remove e-name-western-tables.h on clean, and don't install it
2007-03-25 Ross Burton <ross@openedhand.com>
* libebook/Makefile.am:
Don't remove e-name-western-tables.h on clean, and don't install
it either. (#421445).
svn path=/trunk/; revision=7662
Ross Burton [Sun, 25 Mar 2007 14:54:15 +0000 (14:54 +0000)]
Clean up dispose() and split part of it into finalise() (#421683).
2007-03-25 Ross Burton <ross@openedhand.com>
* backends/file/e-book-backend-file.c:
Clean up dispose() and split part of it into finalise() (#421683).
svn path=/trunk/; revision=7661
Matthew Barnes [Fri, 16 Mar 2007 21:28:30 +0000 (21:28 +0000)]
** Fixes part of bug #360240
2007-03-16 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #360240
* camel/providers/groupwise/camel-groupwise-folder.c
(gw_update_cache), (gw_update_summary):
* camel/camel-stream-vfs.c (camel_stream_vfs_new_with_handle):
* servers/exchange/storage/exchange-hierarchy-webdav.c (scan_subtree):
* servers/exchange/storage/exchange-account.c (add_folder_tree):
* servers/exchange/lib/e2k-uri.c (e2k_uri_new):
* addressbook/backends/ldap/e-book-backend-ldap.c
(e_book_backend_ldap_connect):
* calendar/backends/file/e-cal-backend-file.c
(e_cal_backend_file_remove):
Remove unused variables.
svn path=/trunk/; revision=7658
Laurent Dhima [Wed, 14 Mar 2007 17:06:35 +0000 (17:06 +0000)]
Updated Albanian translation.
svn path=/trunk/; revision=7655
Sankar P [Wed, 14 Mar 2007 09:37:05 +0000 (09:37 +0000)]
Debug statements should be conditional
2007-03-14 Sankar P <psankar@novell.com>
* camel-imap-folder.c: (imap_update_summary):
Debug statements should be conditional
svn path=/trunk/; revision=7654
Harish Krishnaswamy [Mon, 12 Mar 2007 19:22:05 +0000 (19:22 +0000)]
Evolution-Data-Server 1.10 release updates.
2007-03-12 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Evolution-Data-Server 1.10
release updates.
svn path=/trunk/; revision=7653
Goran Rakic [Mon, 12 Mar 2007 13:42:41 +0000 (13:42 +0000)]
Updated Serbian translation
svn path=/trunk/; revision=7652
Amanpreet Singh Alam [Mon, 12 Mar 2007 04:07:18 +0000 (04:07 +0000)]
updatingfor Punjabi by alam
svn path=/trunk/; revision=7651
Mugurel Tudor [Sat, 10 Mar 2007 19:07:37 +0000 (19:07 +0000)]
Updated Romanian translation, again
2007-03-10 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation, again
svn path=/trunk/; revision=7650
Mugurel Tudor [Sat, 10 Mar 2007 18:45:49 +0000 (18:45 +0000)]
Updated Romanian translation
2007-03-10 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
svn path=/trunk/; revision=7649
Vincent van Adrighem [Fri, 9 Mar 2007 07:43:19 +0000 (07:43 +0000)]
Translation updated by Tino Meinen.
2007-03-09 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=7648
Ross Burton [Thu, 8 Mar 2007 10:17:52 +0000 (10:17 +0000)]
Add gtk-doc framework.
2007-03-08 Ross Burton <ross@openedhand.com>
* configure.in:
* docs/reference/addressbook/libedata-book:
* docs/reference/libedataserverui:
Add gtk-doc framework.
* docs/reference/addressbook/libebook:
* docs/reference/calendar/libedata-cal:
* docs/reference/calendar/libecal:
Refresh to match source.
Patch from Matthew Barnes <mbarnes@redhat.com> (#413173).
svn path=/trunk/; revision=7647
Ross Burton [Thu, 8 Mar 2007 08:34:57 +0000 (08:34 +0000)]
Add missing symbols (#400169).
2007-03-08 Ross Burton <ross@openedhand.com>
* docs/reference/addressbook/libebook/libebook-sections.txt:
* docs/reference/addressbook/libebook/tmpl/e-book-query.sgml:
* docs/reference/addressbook/libebook/tmpl/e-vcard.sgml:
Add missing symbols (#400169).
svn path=/trunk/; revision=7646
Alexander Shopov [Thu, 8 Mar 2007 06:44:24 +0000 (06:44 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2007-03-08 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=7645
Jovan Naumovski [Tue, 6 Mar 2007 10:18:30 +0000 (10:18 +0000)]
2007-03-06 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/trunk/; revision=7644
Veerapuram Varadhan [Mon, 5 Mar 2007 16:35:44 +0000 (16:35 +0000)]
Cleanup meta summary file along with others.
svn path=/trunk/; revision=7643
Veerapuram Varadhan [Mon, 5 Mar 2007 16:23:20 +0000 (16:23 +0000)]
Fixes #413268 - Handle meta-summary files appropriately while
renaming/deleting folders
svn path=/trunk/; revision=7642
Takeshi AIHANA [Mon, 5 Mar 2007 14:41:47 +0000 (14:41 +0000)]
Updated Japanese translation.
2007-03-05 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=7641
Maxim Dziumanenko [Mon, 5 Mar 2007 11:00:02 +0000 (11:00 +0000)]
Update Ukrainian translation.
2007-03-05 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=7640
Gintautas Miliauskas [Sun, 4 Mar 2007 20:45:32 +0000 (20:45 +0000)]
Updated Lithuanian translation.
2007-03-04 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=7639
Chao-Hsiung Liao [Sun, 4 Mar 2007 07:47:21 +0000 (07:47 +0000)]
Updated Traditional Chinese translation(Hong Kong). Updated Traditional
2007-03-04 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).
svn path=/trunk/; revision=7638
Ankitkumar Rameshchandra Patel [Thu, 1 Mar 2007 15:59:59 +0000 (15:59 +0000)]
Updated Translation
svn path=/trunk/; revision=7637
Leonid Kanter [Tue, 27 Feb 2007 17:28:49 +0000 (17:28 +0000)]
Updated Russian translation
svn path=/trunk/; revision=7636
Gintautas Miliauskas [Tue, 27 Feb 2007 14:39:07 +0000 (14:39 +0000)]
Updated Lithuanian translation.
2007-02-27 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=7635
Ross Burton [Tue, 27 Feb 2007 12:14:23 +0000 (12:14 +0000)]
Use consistent URIs when opening calendars by using
2007-02-27 Ross Burton <ross@openedhand.com>
* libecal/e-cal.c:
Use consistent URIs when opening calendars by using
e_source_new_with_absolute_uri() in e_cal_new_from_uri (#333507).
svn path=/trunk/; revision=7634
Srinivasa Ragavan [Mon, 26 Feb 2007 15:42:33 +0000 (15:42 +0000)]
Evolution-Data-Server 1.9.92 release updates.
2007-02-26 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution-Data-Server 1.9.92
release updates.
svn path=/trunk/; revision=7633
Harish Krishnaswamy [Mon, 26 Feb 2007 10:29:26 +0000 (10:29 +0000)]
Update intltool version.
2007-02-26 Harish Krishnaswamy <kharish@novell.com>
* configure.in : Update intltool version.
svn path=/trunk/; revision=7632
Srinivasa Ragavan [Mon, 26 Feb 2007 09:34:40 +0000 (09:34 +0000)]
Fix for bug #331813
svn path=/trunk/; revision=7631
Gabor Kelemen [Sun, 25 Feb 2007 14:38:46 +0000 (14:38 +0000)]
Translation updated.
2007-02-25 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=7630
Luca Ferretti [Sat, 24 Feb 2007 16:03:45 +0000 (16:03 +0000)]
Updated Italian translation.
2007-02-24 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=7629
Matthew Barnes [Fri, 23 Feb 2007 18:06:18 +0000 (18:06 +0000)]
** Fixes bug #356177
2007-02-23 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #356177
* libedataserver/e-msgport.h: Deprecate EMutex.
* camel/camel-folder.c:
* camel/camel-object.c:
* camel/camel-private.h:
* camel/camel-provider.c:
* camel/camel-service.c:
* camel/camel-store.c:
* camel/camel-text-index.c:
* camel/providers/groupwise/camel-groupwise-folder.c:
* camel/providers/groupwise/camel-groupwise-private.h:
* camel/providers/groupwise/camel-groupwise-store.c:
* camel/providers/imap/camel-imap-command.c:
* camel/providers/imap/camel-imap-folder.c:
* camel/providers/imap/camel-imap-private.h:
* camel/providers/imap/camel-imap-store.c:
* camel/providers/imap4/camel-imap4-folder.c:
* camel/providers/imap4/camel-imap4-store.c:
* camel/providers/nntp/camel-nntp-folder.c:
* camel/providers/nntp/camel-nntp-store.c:
Migrate from EMutex to GStaticMutex or GStaticRecMutex.
svn path=/trunk/; revision=7628
Artur Flinta [Mon, 19 Feb 2007 09:19:15 +0000 (09:19 +0000)]
Updated Polish translation by GNOME PL Team.
2007-02-19 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
svn path=/trunk/; revision=7626
Priit Laes [Sun, 18 Feb 2007 09:40:05 +0000 (09:40 +0000)]
Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
2007-02-18 Priit Laes <plaes@svn.gnome.org>
* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
svn path=/trunk/; revision=7625
Srinivasa Ragavan [Mon, 12 Feb 2007 14:20:14 +0000 (14:20 +0000)]
Evolution Data Server 1.9.91
svn path=/trunk/; revision=7624
Kjartan Maraas [Mon, 12 Feb 2007 12:03:13 +0000 (12:03 +0000)]
Don't crash on Outlook meeting invitations. Closes bug #404886. Patch from
2007-02-12 Kjartan Maraas <kmaraas@gnome.org>
* libecal/e-cal.c: (process_detached_instances): Don't crash
on Outlook meeting invitations. Closes bug #404886. Patch
from Patrick Ohly.
svn path=/trunk/; revision=7622
Kjartan Maraas [Mon, 12 Feb 2007 11:53:07 +0000 (11:53 +0000)]
Fix a crash. Patch from Trond Myklebust. Closes bug #360017.
2007-02-12 Kjartan Maraas <kmaraas@gnome.org>
* libedataserver/e-sexp.c: (parse_value): Fix a crash.
Patch from Trond Myklebust. Closes bug #360017.
svn path=/trunk/; revision=7620
Ross Burton [Mon, 12 Feb 2007 10:45:24 +0000 (10:45 +0000)]
Fix distcheck (#400629)
2007-02-12 Ross Burton <ross@openedhand.com>
* libebook/Makefile.am:
Fix distcheck (#400629)
svn path=/trunk/; revision=7619
Ross Burton [Mon, 12 Feb 2007 10:43:43 +0000 (10:43 +0000)]
Don't use AM_PATH_ORBIT, but pkg-config (#400544).
2007-02-12 Ross Burton <ross@openedhand.com>
* configure.in:
Don't use AM_PATH_ORBIT, but pkg-config (#400544).
svn path=/trunk/; revision=7618
Chenthill Palanisamy [Mon, 12 Feb 2007 09:32:48 +0000 (09:32 +0000)]
Updated fix #363102 to add locks for remaining e_cal functions.
svn path=/trunk/; revision=7616
Chenthill Palanisamy [Mon, 12 Feb 2007 08:54:58 +0000 (08:54 +0000)]
Fixes #363102
svn path=/trunk/; revision=7614
Priit Laes [Mon, 12 Feb 2007 05:59:32 +0000 (05:59 +0000)]
Prefix wasn't set for idl files which where then installed to /idl. Fixes
2007-02-12 Priit Laes <plaes@svn.gnome.org>
* configure.in: Prefix wasn't set for idl files which where then
installed to /idl. Fixes bug #373495
svn path=/trunk/; revision=7613
Duarte Loreto [Sat, 10 Feb 2007 18:20:13 +0000 (18:20 +0000)]
Updated Portuguese translation.
2007-02-10 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=7612
Kjartan Maraas [Sat, 10 Feb 2007 14:12:56 +0000 (14:12 +0000)]
Fix a nasty leak when using the "Delete after N days" option. Patch from
2007-02-10 Kjartan Maraas <kmaraas@gnome.org>
* camel-pop3-folder.c: (pop3_sync), (camel_pop3_delete_old):
Fix a nasty leak when using the "Delete after N days" option.
Patch from Nathan Owens. Closes bug #363328.
svn path=/trunk/; revision=7610
Matthew Barnes [Fri, 9 Feb 2007 18:15:33 +0000 (18:15 +0000)]
** Fixes bug #405531
2007-02-09 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #405531
* libedataserverui/e-name-selector-dialog.c (search_changed):
Translate "Any Category".
svn path=/trunk/; revision=7608
Djihed Afifi [Fri, 9 Feb 2007 17:18:46 +0000 (17:18 +0000)]
Updated Arabic Translation.
svn path=/trunk/; revision=7607
Harish Krishnaswamy [Fri, 9 Feb 2007 09:00:01 +0000 (09:00 +0000)]
Fixes #242270 <bugzilla.novell.com>. Limit the array subscripts within
2007-01-09 Harish Krishnaswamy <kharish@novell.com>
* e-gw-item.c : Fixes #242270 <bugzilla.novell.com>.
Limit the array subscripts within bounds.
svn path=/trunk/; revision=7605
Sankar P [Fri, 9 Feb 2007 08:46:05 +0000 (08:46 +0000)]
Deletes all instances of a recurrence appointment as soon as the
2007-02-09 Sankar P <psankar@novell.com>
* camel-groupwise-folder.c: (gw_update_cache), (gw_update_summary):
Deletes all instances of a recurrence appointment as soon as the
invitation is accepted/declined adn applied-to-all.
Fixes #312301
svn path=/trunk/; revision=7604
Pema Geyleg [Fri, 9 Feb 2007 06:26:18 +0000 (06:26 +0000)]
Updated Dzongkha Translation
svn path=/trunk/; revision=7603
Djihed Afifi [Thu, 8 Feb 2007 19:50:37 +0000 (19:50 +0000)]
Updated Arabic Translation.
svn path=/trunk/; revision=7601
Matthew Barnes [Wed, 7 Feb 2007 21:17:25 +0000 (21:17 +0000)]
** Fixes bug #359979, #384183
2007-02-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #359979, #384183
* libedataserver/e-msgport.c (e_msgport_wait): Behavior is now
block-and-pop instead of block-and-peek. Eliminates the need for
a cache.
* libedataserver/e-msgport.c (e_msgport_new), (e_msgport_get):
Rip out the cache logic, which was broken anyway.
* libedataserver/e-msgport.c (thread_dispatch): Adapt to new
e_msgport_wait() semantics, and simplify the logic.
* libedataserverui/e-passwords.c (ep_msg_send): e_msgport_wait()'s
behavior is now block-and-pop instead of block-and-peek.
svn path=/trunk/; revision=7600
Changwoo Ryu [Wed, 7 Feb 2007 15:58:06 +0000 (15:58 +0000)]
Updated Korean translation.
2007-02-08 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=7599
Daniel Nylander [Tue, 6 Feb 2007 22:52:36 +0000 (22:52 +0000)]
sv.po: Swedish translation updated
svn path=/trunk/; revision=7598
Raphael Higino [Fri, 2 Feb 2007 16:28:17 +0000 (16:28 +0000)]
Updated Brazilian Portuguese translation
svn path=/trunk/; revision=7597
Sankar P [Tue, 30 Jan 2007 11:51:20 +0000 (11:51 +0000)]
Some IMAP Servers doesnt return headers if there is more than one
2007-01-30 Sankar P <psankar@novell.com>
* camel-imap-folder.c: (imap_update_summary):
Some IMAP Servers doesnt return headers if there
is more than one consecutive space in the HEADER string.
svn path=/trunk/; revision=7596
Chenthill Palanisamy [Mon, 29 Jan 2007 12:46:35 +0000 (12:46 +0000)]
Fixes the order of arguments for memset.
svn path=/trunk/; revision=7594
Hendrik Richter [Fri, 26 Jan 2007 09:42:02 +0000 (09:42 +0000)]
Updated German translation.
2007-01-26 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=7593
Priit Laes [Wed, 24 Jan 2007 19:45:01 +0000 (19:45 +0000)]
Fix previous faulty translation.
2007-01-24 Priit Laes <plaes@svn.gnome.org>
* et.po: Fix previous faulty translation.
svn path=/trunk/; revision=7592
Priit Laes [Wed, 24 Jan 2007 19:39:47 +0000 (19:39 +0000)]
Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
2007-01-23 Priit Laes <plaes@svn.gnome.org>
* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
svn path=/trunk/; revision=7591
Tor Lillqvist [Mon, 22 Jan 2007 23:21:18 +0000 (23:21 +0000)]
!WITH_GNOME_KEYRING alternative was missing here.
2007-01-23 Tor Lillqvist <tml@novell.com>
* e-passwords.c (e_passwords_shutdown): !WITH_GNOME_KEYRING
alternative was missing here.
svn path=/trunk/; revision=7590
Veerapuram Varadhan [Mon, 22 Jan 2007 18:51:35 +0000 (18:51 +0000)]
NEWS, configure.in: Evolution-data-server 1.9.6 release updates
svn path=/trunk/; revision=7589
Srinivasa Ragavan [Mon, 22 Jan 2007 14:32:44 +0000 (14:32 +0000)]
** Add fallback supoprt for GNOME Keyring to GNOME Private.
2007-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Add fallback supoprt for GNOME Keyring to GNOME Private.
* e-passwords.c: (ep_clear_passwords_keyring),
(ep_clear_passwords_file), (ep_forget_passwords_keyring),
(ep_forget_passwords_file), (ep_remember_password_keyring),
(ep_remember_password_file), (ep_forget_password_keyring),
(ep_forget_password_file), (ep_get_password_keyring),
(ep_get_password_file), (pass_response):
svn path=/trunk/; revision=7588
Sankar P [Mon, 22 Jan 2007 11:49:14 +0000 (11:49 +0000)]
Make IMAP Headers fetching configurable.
2007-01-22 Sankar P <psankar@novell.com>
* camel-imap-folder.c: (imap_update_summary):
* camel-imap-store.c: (camel_imap_store_finalize), (construct):
* camel-imap-store.h:
Make IMAP Headers fetching configurable.
svn path=/trunk/; revision=7587
Stéphane Raimbault [Thu, 18 Jan 2007 19:01:55 +0000 (19:01 +0000)]
Updated French translation. Some minor fixes.
2007-01-18 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Updated French translation. Some minor fixes.
svn path=/trunk/; revision=7586
Srinivasa Ragavan [Wed, 17 Jan 2007 09:56:36 +0000 (09:56 +0000)]
** Downstream from openSUSE
2007-01-17 Srinivasa Ragavan <sragavan@novell.com>
** Downstream from openSUSE
* e-passwords.c: (ep_get_password): Warnings fix.
svn path=/trunk/; revision=7584
Priit Laes [Sat, 13 Jan 2007 01:28:51 +0000 (01:28 +0000)]
Translation updated by Ivar Smolin <okul@linux.ee>.
2007-01-13 Priit Laes <plaes@svn.gnome.org>
* et.po: Translation updated by Ivar Smolin <okul@linux.ee>.
svn path=/trunk/; revision=7583
Nickolay V. Shmyrev [Wed, 10 Jan 2007 23:53:51 +0000 (23:53 +0000)]
Add explicit translation domain to make things translatable. Fixes bug
2007-01-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* Makefile.am:
Add explicit translation domain to make things
translatable. Fixes bug #353060.
svn path=/trunk/; revision=7582
Daniel Nylander [Tue, 9 Jan 2007 16:06:52 +0000 (16:06 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=7581
Harish Krishnaswamy [Mon, 8 Jan 2007 18:20:07 +0000 (18:20 +0000)]
s/g_message/printf. Do not call glib methods before g_thread_init.
2007-01-08 Harish Krishnaswamy <kharish@novell.com>
* src/server.c : s/g_message/printf. Do not call
glib methods before g_thread_init.
svn path=/trunk/; revision=7580
Harish Krishnaswamy [Mon, 8 Jan 2007 17:02:30 +0000 (17:02 +0000)]
Evolution-Data-Server 1.9.5 release updates.
2007-01-08 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Evolution-Data-Server 1.9.5
release updates.
svn path=/trunk/; revision=7579
Veerapuram Varadhan [Mon, 8 Jan 2007 16:50:38 +0000 (16:50 +0000)]
NEWS update for 1.9.5
svn path=/trunk/; revision=7578
Veerapuram Varadhan [Mon, 8 Jan 2007 16:10:19 +0000 (16:10 +0000)]
** Fixes eds part of bgo #362638 - Patch submitted by Matthew
Barnes
svn path=/trunk/; revision=7577
Chenthill Palanisamy [Mon, 8 Jan 2007 13:47:28 +0000 (13:47 +0000)]
Added a new API to get the foreign user's folder hierarchy.
2007-01-08 Chenthill Palanisamy <pchenthill@novell.com>
* storage/exchange-account.[ch]: (exchange_account_get_hierarchy_by_email):
Added a new API to get the foreign user's folder hierarchy.
(exchange_account_get_hierarchy): Changed the name to exchange_account_get_hierarchy_by_type.
svn path=/trunk/; revision=7576
Chenthill Palanisamy [Mon, 8 Jan 2007 12:06:50 +0000 (12:06 +0000)]
Fixes #387638
svn path=/trunk/; revision=7575
Clytie Siddall [Fri, 5 Jan 2007 05:32:42 +0000 (05:32 +0000)]
vi.po: Updated Vietnamese translation.
svn path=/trunk/; revision=7574
Clytie Siddall [Fri, 5 Jan 2007 05:32:02 +0000 (05:32 +0000)]
vi.po: Updated Vietnamese translation.
svn path=/trunk/; revision=7573
Kjartan Maraas [Wed, 3 Jan 2007 12:30:59 +0000 (12:30 +0000)]
Add back libical so it builds
svn path=/trunk/; revision=7571
Christophe Fergeau [Mon, 1 Jan 2007 16:48:21 +0000 (16:48 +0000)]
Updated French translation, commit on behalf of Stephane Raimbault
2007-01-01 Christophe Fergeau <teuf@gnome.org>
* fr.po: Updated French translation, commit on behalf of Stephane
Raimbault <stephane.raimbault@gmail.com>
svn path=/trunk/; revision=7569
David Lodge [Fri, 29 Dec 2006 18:09:37 +0000 (18:09 +0000)]
Updated English (British) translation
2006-12-29 David Lodge <dave@cirt.net>
* en_GB.po: Updated English (British) translation
Theppitak Karoonboonyanan [Fri, 29 Dec 2006 08:35:36 +0000 (08:35 +0000)]
Updated Thai translation.
2006-12-29 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
Kjartan Maraas [Thu, 28 Dec 2006 21:43:12 +0000 (21:43 +0000)]
Updated Norwegian bokmål translation.
2006-12-28 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
Djihed Afifi [Sun, 24 Dec 2006 18:01:41 +0000 (18:01 +0000)]
Updated Arabic Translation.
Djihed Afifi [Sat, 23 Dec 2006 23:43:29 +0000 (23:43 +0000)]
Updated Arabic Translation. Completed by Khaled Hosny
Djihed Afifi [Fri, 22 Dec 2006 09:59:33 +0000 (09:59 +0000)]
Updated Arabic Translation. Translation by Ahmad Farghal and Khaled Hosny
Francisco Javier F. Serrador [Tue, 19 Dec 2006 18:25:10 +0000 (18:25 +0000)]
Updated Spanish translation.
2006-12-19 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
Jeff Cai [Tue, 19 Dec 2006 06:31:28 +0000 (06:31 +0000)]
in ChangeLog add one word "satisfy"
Jeff Cai [Tue, 19 Dec 2006 06:24:47 +0000 (06:24 +0000)]
Change macro definition to satisfy both Solaris and Linux
Fix for 387397.
Veerapuram Varadhan [Mon, 18 Dec 2006 19:06:49 +0000 (19:06 +0000)]
configure.in 2.9.4 release changes
Veerapuram Varadhan [Mon, 18 Dec 2006 18:46:50 +0000 (18:46 +0000)]
Initialize rescan_tree to TRUE
* storage/e-folder-exchange.c: (init): Initialize rescan_tree to
TRUE
Veerapuram Varadhan [Mon, 18 Dec 2006 17:57:19 +0000 (17:57 +0000)]
Evolution-Data-Server 1.9.4 release updates.
* NEWS, configure.in: Evolution-Data-Server 1.9.4
release updates.
* camel/Makefile.am: Enable versioning for camel library
Veerapuram Varadhan [Mon, 18 Dec 2006 17:12:53 +0000 (17:12 +0000)]
Moved ExchangeHierarchyTypes enum here.
* storage/exchange-types.h: Moved ExchangeHierarchyTypes enum
here.
Veerapuram Varadhan [Mon, 18 Dec 2006 16:30:23 +0000 (16:30 +0000)]
** Fix for 346728, 268412
* storage/exchange-hierarchy.h: Move ExchangeHierarchyTypes to
exchange-types.h
* storage/exchange-hierarchy-webdav.c: (scan_subtree): Do not
rescan a tree/folder when its rescan_tree is set to FALSE. Also,
just fetch DISPLAY_NAME and HAS_SUBS properties for public
folders.
* storage/exchange-account.[ch]: (exchange_account_get_hierarchy):
Added to return hierarchy for a given type.
(exchange_account_get_folder_tree): Returns a tree of folders
for the requested URI/PATH.
* storage/e-folder-exchange.[ch]:
(e_folder_exchange_get_rescan_tree): Returns rescan_tree flag.
(e_folder_exchange_set_rescan_tree): Sets rescan_tree flag.
Djihed Afifi [Mon, 18 Dec 2006 01:38:40 +0000 (01:38 +0000)]
Updated Arabic Translation. Sync for gnome-2-18
Tor Lillqvist [Sat, 16 Dec 2006 00:37:21 +0000 (00:37 +0000)]
Don't use E_DATA_SERVER_IMAGESDIR here, as it is a function call and not a
2006-12-09 Tor Lillqvist <tml@novell.com>
* libedataserver/e-categories.c (default_categories[]): Don't use
E_DATA_SERVER_IMAGESDIR here, as it is a function call and not a
literal string on Windows.
(load_default_categories): Instead, construct the full image file
pathname at run-time.
Veerapuram Varadhan [Wed, 13 Dec 2006 21:53:47 +0000 (21:53 +0000)]
** Fixes for bgo #349445 - Patch submitted by Bastien Nocera
* camel-url-scanner.c: (url_stop_at_brace): Added parameter to
return appropriate "open" equivalent of the url_braces array.
(camel_url_web_end): Do not remove ')' and '\'' from the end of URL.