aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-12-05 19:57:38 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-12-05 19:57:38 +0800
commit58b924bf6e9c9d9072744041c3f1adaa9ddbedf4 (patch)
tree1c63cd27e9688b41a745d2ac86825ee29c5c6d4e /configure.in
parenta8d65409decc86cf8d9f9ebadea28be551b3a4d2 (diff)
downloadgsoc2013-evolution-58b924bf6e9c9d9072744041c3f1adaa9ddbedf4.tar.gz
gsoc2013-evolution-58b924bf6e9c9d9072744041c3f1adaa9ddbedf4.tar.zst
gsoc2013-evolution-58b924bf6e9c9d9072744041c3f1adaa9ddbedf4.zip
Added camel/tests/stream/Makefile.am.
2000-12-05 Not Zed <NotZed@HelixCode.com> * configure.in: Added camel/tests/stream/Makefile.am. svn path=/trunk/; revision=6791
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 276d9e7945..63e01eb6e1 100644
--- a/configure.in
+++ b/configure.in
@@ -672,6 +672,7 @@ camel/tests/Makefile
camel/tests/lib/Makefile
camel/tests/message/Makefile
camel/tests/folder/Makefile
+camel/tests/stream/Makefile
composer/Makefile
widgets/Makefile
widgets/meeting-time-sel/Makefile
ion=30147 * Not checking for the duplicate contacts matching emial ids of a list.Sushma Rai2005-08-172-34/+49 | | | | | | skip email comparison in case of contact lists. Fixes #312554. svn path=/trunk/; revision=30146 * While adding new contact, during the duplicate contact check, not comparingSushma Rai2005-08-172-1/+10 | | | | | | the email id of new contact with the email ids of contact lists. svn path=/trunk/; revision=30145 * Handling GTK_RESPONSE_DELETE_EVENT response.Sushma Rai2005-08-172-1/+11 | | | | svn path=/trunk/; revision=30144 * Added scroll bar to duplicate detected dialog.Sushma Rai2005-08-172-138/+158 | | | | svn path=/trunk/; revision=30143 * vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-172-83/+68 | | | | svn path=/trunk/; revision=30142 * Add the close call for fd.Kaushal Kumar2005-08-172-0/+8 | | | | | | | | | | 2005-08-17 Kaushal Kumar <kakumar@novell.com> * em-composer-prefs.c (url_requested): Add the close call for fd. See bug #307375. svn path=/trunk/; revision=30141 * Fixes #313514. For the code change in gnopernicus, we should useLi Yuan2005-08-172-4/+9 | | | | | | | | | | | 2005-08-15 Li Yuan <li.yuan@sun.com> * e-table/gal-a11y-e-table-item.c: (eti_a11y_reset_focus_object): Fixes #313514. For the code change in gnopernicus, we should use atk_focus_tracker_notify here. svn path=/trunk/; revision=30140 * Fixes #311904Chenthill Palanisamy2005-08-172-15/+22 | | | | svn path=/trunk/; revision=30139 * Add eab-popup.c back which apparently was accidentally removed.Tor Lillqvist2005-08-172-1/+7 | | | | | | | | | 2005-08-17 Tor Lillqvist <tml@novell.com> * gui/widgets/Makefile.am (libeabwidgets_la_SOURCES): Add eab-popup.c back which apparently was accidentally removed. svn path=/trunk/; revision=30138 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-172-14/+18 | | | | | | | | 2005-08-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30137 * Translation updated by Ivar Smolin.Priit Laes2005-08-172-412/+232 | | | | | | | | 2005-08-16 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30136 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-172-328/+435 | | | | | | | | 2005-08-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30135 * Install missing e-plugin header es-event.h and es-menu.h. Fixes bugChristian Kellner2005-08-172-3/+10 | | | | | | | | | | 2005-08-15 Christian Kellner <gicmo@gnome.org> * Makefile.am: Install missing e-plugin header es-event.h and es-menu.h. Fixes bug #313585. svn path=/trunk/; revision=30134 * Install missing e-plugin header eab-config.h, eab-menu.h and eab-popup.h.Christian Kellner2005-08-172-3/+12 | | | | | | | | | 2005-08-15 Christian Kellner <gicmo@gnome.org> * gui/widgets/Makefile.am: Install missing e-plugin header eab-config.h, eab-menu.h and eab-popup.h. Fixes bug: #313585. svn path=/trunk/; revision=30133 * Added new (add_account_esources): Don't add the calendars and tasks in thePraveen Kumar2005-08-163-58/+298 | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-09-12 Praveen Kumar <kpraveen@novell.com> * exchange-config-listener.c (remove_selected_non_offline_esources): Added new (add_account_esources): Don't add the calendars and tasks in the selected list (account_added): If starting in offline mode remove the non-offline calendars and tasks from the selected list so that it doesn't throws an error Fixes the bug 273272. 2005-08-11 Praveen Kumar <kpraveen@novell.com> * exchange-config-listener.c (exchange_camel_urls_is_equal): Added new (exchange_config_listener_modify_esource_group_name): Added new (account_changed): Handle most of the account parameter changes without restart. This fixes bug 272784 and partially bug 220168 (account_removed): Removed the message dialog that says that the changes will be reflected after restart. This partially fixes the bug 220168 svn path=/trunk/; revision=30132 * Updated Thai translation.Theppitak Karoonboonyanan2005-08-162-140/+139 | | | | | | | | 2005-08-16 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=30131 * Updated Albanian translation.Laurent Dhima2005-08-162-2167/+2997 | | | | | | | | 2005-08-16 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=30130 * Updated Canadian English translation.Adam Weinberger2005-08-162-26/+26 | | | | | | | | 2005-08-16 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30129 * Fixed few warningsSrinivasa Ragavan2005-08-162-2/+7 | | | | | | | | | 2005-08-16 Srinivasa Ragavan <sragavan@novell.com> * e-attachment.c (download_to_local_path) (e_attachment_edit): Fixed few warnings svn path=/trunk/; revision=30128 * ** See #313440.Not Zed2005-08-162-0/+8 | | | | | | | | | | | 2005-08-15 Not Zed <NotZed@Ximian.com> ** See #313440. * Makefile.am (mailinclude_HEADERS): Include the idl generated headers. svn path=/trunk/; revision=30127 * Fix for bug #312545Srinivasa Ragavan2005-08-165-23/+33 | | | | | | | | | 2005-08-16 Srinivasa Ragavan <sragavan@novell.com> * mail/em-format-html-display.c: * widgets/misc/e-attachment*.c: Fix for bug #312545 svn path=/trunk/; revision=30126 * Honour the check_all flag for the scalix provider. Fixes bug #313582.Christian Kellner2005-08-162-1/+8 | | | | | | | | | | 2005-08-15 Christian Kellner <gicmo@gnome.org> * mail-send-recv.c: (get_folders): Honour the check_all flag for the scalix provider. Fixes bug #313582. svn path=/trunk/; revision=30125 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-162-195/+112 | | | | | | | | 2005-08-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30124 * Updated Thai translation.Theppitak Karoonboonyanan2005-08-162-1051/+963 | | | | | | | | 2005-08-15 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=30123 * Hungarian translation updated.Gabor Kelemen2005-08-162-2443/+2998 | | | | | | | | 2005-08-15 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated. svn path=/trunk/; revision=30122 * Updated Lithuanian translation.Žygimantas Beručka2005-08-152-1396/+1591 | | | | | | | | 2005-08-15 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=30121 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-152-322/+408 | | | | | | | | 2005-08-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30120 * ** See #271985.Not Zed2005-08-1513-37/+64 | | | | | | | | | | | | | 2005-08-10 Not Zed <NotZed@Ximian.com> ** See #271985. * evolution-mail-session.c (is_storage): check for uri "" and pass exception to provider get. Disable lots of debug output. svn path=/trunk/; revision=30119 * Updated Norwegian bokmÃ¥l translation. Same.Terance Sola2005-08-153-34/+39 | | | | | | | | | 2005-08-15 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmÃ¥l translation. * no.po: Same. svn path=/trunk/; revision=30118 * ** See bug #313063.Not Zed2005-08-152-1/+9 | | | | | | | | | | | | 2005-08-10 Not Zed <NotZed@Ximian.com> ** See bug #313063. * e-tree.c (e_tree_class_init): fix the set_scroll_adjustments signal to take object, not pointer arguments. Since glib's anality doesn't accept an object pointer as a pointer. go figure. svn path=/trunk/; revision=30117 * revert dobey's last patch here, it completely broke customisation of theNot Zed2005-08-152-11/+16 | | | | | | | | | 2005-08-03 Not Zed <NotZed@Ximian.com> * e-filter-bar.c (build_items): revert dobey's last patch here, it completely broke customisation of the menu. svn path=/trunk/; revision=30116 * Fix two mnemonic conflicts in the context menus for the mailerRodney Dawes2005-08-152-2/+7 | | | | | | | | | 2005-08-14 Rodney Dawes <dobey@novell.com> * em-folder-view.c (emfv_popup_items): Fix two mnemonic conflicts in the context menus for the mailer svn path=/trunk/; revision=30115 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-152-295/+307 | | | | | | | | 2005-08-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30114 * Updated Catalan translation.Josep Puigdemont i Casamajó2005-08-142-2520/+3299 | | | | svn path=/trunk/; revision=30113 * Updated pt_BR translationRaphael Higino2005-08-142-160/+179 | | | | svn path=/trunk/; revision=30112 * Updated German translation.Frank Arnold2005-08-142-4099/+1071 | | | | | | | | 2005-08-14 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=30111 * Updated Norwegian bokmÃ¥l translation. Same.Terance Sola2005-08-143-6/+11 | | | | | | | | | 2005-08-14 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmÃ¥l translation. * no.po: Same. svn path=/trunk/; revision=30110 * Updated Norwegian bokmÃ¥l translation. Same.Terance Sola2005-08-143-136/+141 | | | | | | | | | 2005-08-14 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmÃ¥l translation. * no.po: Same. svn path=/trunk/; revision=30109 * Updated Simplified Chinese translationFunda Wang2005-08-142-109/+113 | | | | svn path=/trunk/; revision=30108 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-142-341/+98 | | | | | | | | 2005-08-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30107 * Updated Canadian English translation.Adam Weinberger2005-08-142-263/+266 | | | | | | | | 2005-08-13 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30106 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-132-307/+309 | | | | | | | | 2005-08-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30105 * Updated Greek TranslationKostas Papadimas2005-08-132-237/+330 | | | | svn path=/trunk/; revision=30104 * Updated Finnish translationIlkka Tuohela2005-08-132-425/+451 | | | | svn path=/trunk/; revision=30103 * Proper Checking for naming context value. Now pops up the errorSushma Rai2005-08-132-1/+6 | | | | | | | when user tries to find supported search bases in ldap address book configuration dialog, in case he has not set naming context. svn path=/trunk/; revision=30102 * Use slash instead of G_DIR_SEPARATOR_S since URIs always use slash as separatorCarsten Guenther2005-08-131-2/+2 | | | | svn path=/trunk/; revision=30101 * Fixes #312739Chenthill Palanisamy2005-08-122-14/+13 | | | | svn path=/trunk/; revision=30100 * vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-122-167/+171 | | | | svn path=/trunk/; revision=30099 * Fixes #305627.Chenthill Palanisamy2005-08-122-2/+49 | | | | svn path=/trunk/; revision=30098 * Fixes #310338Chenthill Palanisamy2005-08-124-20/+75 | | | | svn path=/trunk/; revision=30097 * Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-122-166/+169 | | | | | | | | 2005-08-12 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30096 * Updated Norwegian bokmÃ¥l translation. Same.Terance Sola2005-08-123-510/+541 | | | | | | | | | 2005-08-12 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmÃ¥l translation. * no.po: Same. svn path=/trunk/; revision=30095 * first prepare the page and then validate **Fixes #273842Vivek Jain2005-08-122-34/+40 | | | | | | | | | | 2005-08-12 Vivek Jain <jvivek@novell.com> * em-account-editor.c : (emae_check_complete) first prepare the page and then validate **Fixes #273842 svn path=/trunk/; revision=30094 * ** See #232499.Not Zed2005-08-122-3/+50 | | | | | | | | | | | 2005-08-11 Not Zed <NotZed@Ximian.com> ** See #232499. * mail-folder-cache.c (rename_folders): rename view meta-data along with the folder. svn path=/trunk/; revision=30093 * : Check "prd" for NULL, ALWAYS.Veerapuram Varadhan2005-08-122-2/+10 | | | | | | | * proxy.c: (proxy_commit) : Check "prd" for NULL, ALWAYS. svn path=/trunk/; revision=30092 * Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2005-08-122-64/+69 | | | | | | | | | 2005-08-12 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=30091 * Updated Norwegian bokmÃ¥l translation. SameKjartan Maraas2005-08-123-744/+771 | | | | | | | | | 2005-08-12 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmÃ¥l translation. * no.po: Same svn path=/trunk/; revision=30090 * Use g_build_path instead of g_strconcat to build the pathname to theCarsten Guenther2005-08-122-16/+35 | | | | | | | | | | | | | 2005-08-11 Carsten Guenther <carsten.guenther@scalix.com> * gui/dialogs/comp-editor.c: (get_attachment_list), (attachment_bar_icon_clicked_cb): Use g_build_path instead of g_strconcat to build the pathname to the attachment file. (set_attachment_list): Fixed how mime filename gets extracted from attachments pathname. svn path=/trunk/; revision=30089 * Translation updated by Tino Meinen.Vincent van Adrighem2005-08-112-634/+683 | | | | | | | | 2005-08-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=30088 * check if the account is enabled, before adding the store ** Fixes #313057Vivek Jain2005-08-112-1/+8 | | | | | | | | | | 2005-08-11 Vivek Jain <jvivek@novell.com> * em-folder-tree-model.c: (account_changed) check if the account is enabled, before adding the store ** Fixes #313057 svn path=/trunk/; revision=30087 * return the target in any case. It will be an empty target and not NULL.Parthasarathi Susarla2005-08-113-8/+12 | | | | | | | | | | | 2005-08-11 Parthasarathi Susarla <sparthasarathi@novell.com> * em-folder-view.c (emfv_enable_menus): return the target in any case. It will be an empty target and not NULL. Fixes bug ** 312420 svn path=/trunk/; revision=30086 * Updated Simplified Chinese translationFunda Wang2005-08-112-421/+432 | | | | svn path=/trunk/; revision=30084 * Fix to hide the attachment bar when no attachments and to resize when theSrinivasa Ragavan2005-08-112-24/+49 | | | | | | | | | | 2005-08-11 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c (efhd_attachment_bar_refresh) (efhd_bar_resize) (efhd_add_bar): Fix to hide the attachment bar when no attachments and to resize when the window is resized. svn path=/trunk/; revision=30083 * Added a function to force refresh/resize the icons.Srinivasa Ragavan2005-08-113-0/+12 | | | | | | | | | 2005-08-11 Srinivasa Ragavan <sragavan@novell.com> * e-attachment-bar.[ch] (e_attachment_bar_refresh): Added a function to force refresh/resize the icons. svn path=/trunk/; revision=30082 * ** See #271985.Not Zed2005-08-113-8/+21 | | | | | | | | | | | | | | | | 2005-08-10 Not Zed <NotZed@Ximian.com> ** See #271985. * mail-config.c (mail_config_write_on_exit) (mail_config_get_account_by_source_url) (mail_config_get_account_by_transport_url) (mail_config_get_default_transport): * mail-component.c (load_accounts): check url for content before using it. svn path=/trunk/; revision=30081 * Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2005-08-102-710/+762 | | | | | | | | | 2005-08-10 Alexander Shopov <ash@contact.bg> * bg.po: Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org> svn path=/trunk/; revision=30080 * Updated Swedish translation.Christian Rose2005-08-102-1934/+3006 | | | | | | | | 2005-08-10 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=30079 * defined prototype for sensitize_ok(), fixes the compile time warnings.Sushma Rai2005-08-101-0/+1 | | | | svn path=/trunk/; revision=30078 * Use g_win32_getlocale() to get locale on Win32. (setlocale() returnsTor Lillqvist2005-08-102-1/+20 | | | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * e-xml-utils.c (e_xml_get_child_by_name_by_lang): Use g_win32_getlocale() to get locale on Win32. (setlocale() returns strings like "Swedish_Finland.1252", we want the Unixish "sv_FI" style.) Fix typo, use the lang parameter and not "lang" string literal. svn path=/trunk/; revision=30077 * Don't try to build killev on Win32.Tor Lillqvist2005-08-102-1/+11 | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * tools/Makefile.am: Don't try to build killev on Win32. svn path=/trunk/; revision=30076 * Use privsolib instead of privlib. Link with SHELL_LIBS. Use NO_UNDEFINED.Tor Lillqvist2005-08-105-20/+81 | | | | | | | | | | | | | | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * Makefile.am: Use privsolib instead of privlib. Link with SHELL_LIBS. Use NO_UNDEFINED. Use EXEEXT. Use hack to workaround MSYS feature on Win32 when installing the schemas. (INCLUDES): Define EVOLUTION_IMAGESDIR like in ../e-util/e-util-private.h, not EVOLUTION_IMAGES. (idl_defines): Pass marker macro to IDL compiler, see below. * Evolution-Component.idl: Don't generate duplicate code in skels and stubs when including this file from other idl files (in particular, ../mail/Evolution-Mail.idl). Use the include_defs and inhibit pragmas unless IDL-compiling in this directory. See lists.ximian.com/pipermail/evolution-patches/2005-June/010899.html * e-shell-utils.c * e-shell-windows.c: Ue EVOLUTION_IMAGESDIR in such a way that it works even when it is a function call. svn path=/trunk/; revision=30075 * Translation updated by Ivar Smolin.Priit Laes2005-08-102-306/+344 | | | | | | | | 2005-08-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30074 * Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR and EVOLUTION_LIBDIR.Tor Lillqvist2005-08-104-4/+41 | | | | | | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * Makefile.am: (INCLUDES): Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR and EVOLUTION_LIBDIR. * e-win32-reloc.c: Handle also the above, and the bare PREFIX. * e-util-private.h: Ditto here. (PREFIX, SYSCONFDIR, DATADIR and LIBDIR without the EVOLUTION_ prefix, as that is how they are to be used, cf. gnome-program.h.) svn path=/trunk/; revision=30073 * Fix for #258257, got missed while I committed the changelog for it.Sushma Rai2005-08-101-0/+10 | | | | svn path=/trunk/; revision=30072 * Updated Greek TranslationKostas Papadimas2005-08-102-528/+424 | | | | svn path=/trunk/; revision=30071 * : Changed the way in which the EDIT and DELETED flags are handled so thatSankar P2005-08-102-3/+18 | | | | | | | | | | | | 2005-08-10 Sankar P <psankar@novell.com> * proxy.c : (proxy_dialog_store_widgets_data) (proxy_commit) : Changed the way in which the EDIT and DELETED flags are handled so that any proxy can be deleted without closing account-editor. Fixes #312313 svn path=/trunk/; revision=30070 * Moved the GList to maintain the list of proxies, into the proxyDialogSankar P2005-08-103-37/+48 | | | | | | | | | | | | | | 2005-08-10 Sankar P <psankar@novell.com> * proxy.c : Moved the GList to maintain the list of proxies, into the proxyDialog structure. Fixes #312352, #312309 * proxy.h : Added free_proxy_list declaration to avoid compiler warning svn path=/trunk/; revision=30069 * always use full name for the folder **Fixes #311555Vivek Jain2005-08-102-8/+18 | | | | | | | | | | 2005-08-10 Vivek Jain <jvivek@novell.com> * share-folder-common.c:(org_gnome_shared_folder_factory) always use full name for the folder **Fixes #311555 svn path=/trunk/; revision=30068 * ** See bug #271984.Not Zed2005-08-102-2/+6 | | | | | | | | | | 2005-08-10 Not Zed <NotZed@Ximian.com> ** See bug #271984. * es-menu.c (esm_class_init): remove debug. svn path=/trunk/; revision=30067 * ** See #312715.Not Zed2005-08-106-113/+44 | | | | | | | | | | | | | | | | | | | 2005-08-09 Not Zed <NotZed@Ximian.com> ** See #312715. * em-folder-tree.c (emft_drop_folder_rec): removed. (emft_drop_folder): call em_folder_utils_copy_folders to perform the operation rather than: doing it sync when it shouldn't be, and 2; copying code redundantly. * em-folder-utils.c (em_folder_utils_move_folder): remove this redundant api. (em_folder_utils_copy_folder): add delete flag. (em_folder_utils_copy_folders): export this function. fix strange argument order. svn path=/trunk/; revision=30066 * Use the bootstrap import library for libevolution-mail.la on Win32 asTor Lillqvist2005-08-102-1/+12 | | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * importers/Makefile.am: Use the bootstrap import library for libevolution-mail.la on Win32 as libevolution-mail.la hasn't been built yet when we come here. Use -no-undefined on Win32. Use privsolib instead of privlib. (See ../ChangeLog.) svn path=/trunk/; revision=30065 * Link with all needed libraries. Use -no-undefined on Win32. Work aroundTor Lillqvist2005-08-102-5/+31 | | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * Makefile.am: Link with all needed libraries. Use -no-undefined on Win32. Work around annoying MSYS feature on Win32 when installing the schemas: Echo the command to a temporary .bat file and run it with cmd.exe... svn path=/trunk/; revision=30064 * Use privsolib instead of privlib. On Unix they are the same, on Win32Tor Lillqvist2005-08-104-4/+43 | | | | | | | | | | | | | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * Makefile.am: Use privsolib instead of privlib. On Unix they are the same, on Win32 privsolibdir is the same as libdir. Use the macro name EVOLUTION_GLADEDIR as in e-util/e-util-private.h instead of FILTER_GLADEDIR, so that the Win32 run-time path lookup mechanism works. Use NO_UNDEFINED. Link explicitly with the actual libraries used. * filter-datespec.c: No localtime_r() on Win32, but we can use plain localtime() which is thread-safe in the Microsoft C library. * filter-datespec.c * rule-editor.c: Include e-util-private.h for Win32 path run-time lookup. Use EVOLUTION_GLADEDIR instead of FILTER_GLADEDIR, and do the filter.glade pathname construction at run-time so it works even when EVOLUTION_GLADEDIR is a function call on Win32. svn path=/trunk/; revision=30063 * Handle also EVOLUTION_LIBEXECDIR, EVOLUTION_SOUNDDIR andTor Lillqvist2005-08-102-0/+11 | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * e-util-private.h: Handle also EVOLUTION_LIBEXECDIR, EVOLUTION_SOUNDDIR and EVOLUTION_ETSPECDIR. svn path=/trunk/; revision=30062 * Use privsolib instead of privlib. On Unix they are the same, on Win32Tor Lillqvist2005-08-103-2/+23 | | | | | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * Makefile.am: Use privsolib instead of privlib. On Unix they are the same, on Win32 privsolibdir is the same as libdir. (INCLUDES): Pass also EVOLUTION_LIBEXECDIR and EVOLUTION_SOUNDDIR so that the Win32 run-time path lookup code in e-win32-reloc.c can handle them, too. * e-win32-reloc.c: Handle also the above two paths. svn path=/trunk/; revision=30061 * Use privsolib instead of privlib (they are the same on Unix, on Win32Tor Lillqvist2005-08-102-3/+9 | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * importers/Makefile.am: Use privsolib instead of privlib (they are the same on Unix, on Win32 privsolibdir is libdir). Use NO_UNDEFINED. svn path=/trunk/; revision=30060 * Use privsolib instead of privlib (no difference on Unix, on Win32Tor Lillqvist2005-08-102-1/+10 | | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * importers/Makefile.am: Use privsolib instead of privlib (no difference on Unix, on Win32 privsolib means lib). Use NO_UNDEFINED. Link with libeabutil.la. svn path=/trunk/; revision=30059 * Removed the warningsChenthill Palanisamy2005-08-102-4/+13 | | | | svn path=/trunk/; revision=30058 * Added the x property for delegation.Chenthill Palanisamy2005-08-101-1/+10 | | | | svn path=/trunk/; revision=30057 * Use SOEXT.Tor Lillqvist2005-08-102-1/+5 | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * org-gnome-default-source.eplug.in: Use SOEXT. svn path=/trunk/; revision=30056 * Missed to commit this file.Chenthill Palanisamy2005-08-101-2/+2 | | | | svn path=/trunk/; revision=30055 * Fixes #310438Chenthill Palanisamy2005-08-102-6/+29 | | | | svn path=/trunk/; revision=30054 * Updated Norwegian bokmÃ¥l translation. SameKjartan Maraas2005-08-093-490/+499 | | | | | | | | | 2005-08-09 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmÃ¥l translation. * no.po: Same svn path=/trunk/; revision=30053 * Updated patch stuff a bit.Michael Zucci2005-08-091-29/+25 | | | | svn path=/trunk/; revision=30051 * Fixed a wrong translation.Takeshi AIHANA2005-08-091-3/+3 | | | | | | | | 2005-08-09 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Fixed a wrong translation. svn path=/trunk/; revision=30050 * Updated Japanese translation for v2.6.7.Takeshi AIHANA2005-08-092-218/+229 | | | | | | | | 2005-08-09 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v2.6.7. svn path=/trunk/; revision=30049 * vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-092-223/+249 | | | | svn path=/trunk/; revision=30048 * Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-092-63/+69 | | | | | | | | 2005-08-09 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30047 * ** See bug #312621.Not Zed2005-08-092-0/+10 | | | | | | | | | | | 2005-08-08 Not Zed <NotZed@Ximian.com> ** See bug #312621. * mailing-list-actions.c (emla_list_action_do): noop if msg = NULL. svn path=/trunk/; revision=30046 * ** See bug #304938.Not Zed2005-08-092-1/+9 | | | | | | | | | | | 2005-08-08 Not Zed <NotZed@Ximian.com> ** See bug #304938. * mail-ops.c (mail_send_message): don't try to dereference the transport if we don't have one. svn path=/trunk/; revision=30045 * Minor revisions.Theppitak Karoonboonyanan2005-08-092-10/+13 | | | | | | | | 2005-08-09 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Minor revisions. svn path=/trunk/; revision=30044 * Added "th" (Thai) to ALL_LINGUAS. Added Thai translation by SupraneeTheppitak Karoonboonyanan2005-08-094-1/+19832 | | | | | | | | | | 2005-08-09 Theppitak Karoonboonyanan <thep@linux.thai.net> * configure.in: Added "th" (Thai) to ALL_LINGUAS. * po/th.po: Added Thai translation by Supranee Thirawatthanasuk <supranee@opentle.org>. svn path=/trunk/; revision=30043 * Updated Welsh translation.Rhys Jones2005-08-092-2991/+2126 | | | | | | | | 2005-08-08 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation. svn path=/trunk/; revision=30042 * Fixes #307841Chenthill Palanisamy2005-08-092-0/+13 | | | | svn path=/trunk/; revision=30041 * Release 2.3.7Harish Krishnaswamy2005-08-093-1/+64 | | | | | | | | 2005-08-08 Harish Krishnaswamy <kharish@novell.com> * configure.in: Release 2.3.7 svn path=/trunk/; revision=30039 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-092-184/+211 | | | | | | | | 2005-08-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30038 * Translation updated by Tino Meinen.Vincent van Adrighem2005-08-082-201/+179 | | | | | | | | 2005-08-08 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=30037 * fix typo in ChangelogShreyas Srinivasan2005-08-081-1/+1 | | | | | | | | 2005-08-08 Shreyas Srinivasan <sshreyas@novell.com> * fix typo in Changelog svn path=/trunk/; revision=30036 * ** See bug #300881.Not Zed2005-08-082-3/+12 | | | | | | | | | | | 2005-08-04 Not Zed <NotZed@Ximian.com> ** See bug #300881. * em-account-editor.c (emae_setup_signatures): don't add the signature listener if we've already added it. svn path=/trunk/; revision=30034 * Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-082-184/+219 | | | | | | | | 2005-08-08 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30033 * Updated Greek TranslationKostas Papadimas2005-08-082-1386/+915 | | | | svn path=/trunk/; revision=30032 * check part before using it, else dump sourceVivek Jain2005-08-082-6/+17 | | | | | | | | | 2005-08-08 Vivek Jain <jvivek@novell.com> * em-format.c: (emf_multipart_appledouble): check part before using it, else dump source svn path=/trunk/; revision=30031 * Updated Canadian English translation.Adam Weinberger2005-08-083-159/+171 | | | | | | | | 2005-08-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30030 * Included glib/gi18n.h file for translation. Same.Arunprakash2005-08-083-0/+8 | | | | | | | | | | 2005-08-08 Arunprakash <arunp@novell.com> * exchange-folder-size-display.c: Included glib/gi18n.h file for translation. * exchange-operations.c: Same. svn path=/trunk/; revision=30029 * Updated Gujarati translationsAnkitkumar Rameshchandra Patel2005-08-082-158/+163 | | | | svn path=/trunk/; revision=30027 * ** See bug #312397.Not Zed2005-08-082-2/+12 | | | | | | | | | | | 2005-08-05 Not Zed <NotZed@Ximian.com> ** See bug #312397. * em-format-quote.c (emfq_format_message): if we are rendering an attached message, include the headers always and a marker for it. svn path=/trunk/; revision=30026 * Change references to the term "vfolder" to use the term "Search Folder"Rodney Dawes2005-08-082-27/+32 | | | | | | | | | 2005-08-07 Rodney Dawes <dobey@novell.com> * help/C/evolution.xml: Change references to the term "vfolder" to use the term "Search Folder" instead svn path=/trunk/; revision=30025 * Change instances of "vfolder" that appear in the UI to use the termRodney Dawes2005-08-0811-33/+138 | | | | | | | | | | | | | | | | | | | | | | 2005-08-07 Rodney Dawes <dobey@novell.com> * em-folder-browser.c (emfb_search_items): * em-folder-tree-model.c (sort_cb, em_folder_tree_model_load_state): * em-folder-tree.c (emft_drop_target): * em-folder-view.c (emfv_popup_items, emfv_uri_popups): * em-utils.c: * em-vfolder-editor.c (em_vfolder_editor_new): * em-vfolder-rule.c (em_vfolder_editor_sourcelist_new): * mail-dialogs.glade: * mail-vfolder.c (vfolder_setup_desc, vfolder_setup_do): (vfolder_adduri_desc, vfolder_load_storage, vfolder_edit): (vfolder_edit_rule, vfolder_gui_add_rule): * mail.error.xml: Change instances of "vfolder" that appear in the UI to use the term "Search Folder" instead Update some comments to use the term "Search Folder" instead of vfolder svn path=/trunk/; revision=30024 * Fix the tooltip for the Edit->Search Folders menu item to say "SearchRodney Dawes2005-08-083-9/+17 | | | | | | | | | | | | 2005-08-07 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: Fix the tooltip for the Edit->Search Folders menu item to say "Search Folders" as well * evolution-mail-message.xml: Fix the tooltips and text for the menu items to create vfolders from message parts to say "Search Folder" svn path=/trunk/; revision=30023 * Updated pt_BR translationRaphael Higino2005-08-082-256/+302 | | | | svn path=/trunk/; revision=30022 * Updated Finnish translationIlkka Tuohela2005-08-072-84/+92 | | | | svn path=/trunk/; revision=30021 * Updated Welsh translation with changes from gnome-2-10 branch.Rhys Jones2005-08-072-2935/+5050 | | | | | | | | 2005-08-06 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation with changes from gnome-2-10 branch. svn path=/trunk/; revision=30020 * Updated Czech translation.Miloslav Trmac2005-08-062-1316/+2447 | | | | | | | | 2005-08-06 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=30018 * Updated Spanish translation.Francisco Javier F. Serrador2005-08-062-3/+7 | | | | | | | | 2005-08-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30017 * Marked strings for translation that were left out. Same.Arunprakash2005-08-063-4/+11 | | | | | | | | | | | 2005-08-05 Arunprakash <arunp@novell.com> * exchange-folder-size-display.c (exchange_folder_size_display) : Marked strings for translation that were left out. * exchange-operations.c (exchange_operations_cta_add_node_to_tree) (exchange_operations_cta_select_node_from) : Same. svn path=/trunk/; revision=30016 * vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-062-93/+95 | | | | svn path=/trunk/; revision=30015 * Disabling giving proxy rights to self. Fixes #312365Sankar P2005-08-062-2/+12 | | | | | | | | | | 2005-08-06 Sankar P <psankar@novell.com> * proxy.c: (proxy_dialog_store_widgets_data) Disabling giving proxy rights to self. Fixes #312365 svn path=/trunk/; revision=30014 * Updated TranslationsAnkitkumar Rameshchandra Patel2005-08-062-80/+86 | | | | svn path=/trunk/; revision=30013 * *** empty log message ***Jain Vivek2005-08-061-1/+0 | | | | svn path=/trunk/; revision=30012 * Updated Norwegian bokmÃ¥l translation. Same.Terance Sola2005-08-063-242/+357 | | | | | | | | | 2005-08-06 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmÃ¥l translation. * no.po: Same. svn path=/trunk/; revision=30011 * Updated Japanese translation for HEAD.Takeshi AIHANA2005-08-062-310/+354 | | | | | | | | 2005-08-06 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for HEAD. svn path=/trunk/; revision=30010 * Updated Canadian English translation.Adam Weinberger2005-08-06