Commit Graph

23821 Commits

Author SHA1 Message Date
f3da3d105b The previous commit breaks the build by introducing a circular dependancy.
2005-06-25  Harish Krishnaswamy <kharish@novell.com>

* gui/contact-list-editor/Makefile.am: The previous commit breaks
the build by introducing a circular dependancy. Revert the
changes.

svn path=/trunk/; revision=29586
2005-06-25 12:59:42 +00:00
036d6c5ee8 Setting TYPE=OTHER default parameter to email attribute. Fixes #240756.
svn path=/trunk/; revision=29585
2005-06-25 10:19:49 +00:00
6985fa5f68 Fixed some symbol resolution errors with groupwise-features plugin.
svn path=/trunk/; revision=29584
2005-06-25 08:00:54 +00:00
1bdd067eef remove need to define NULL in getaddrinfo check.
2005-06-25  Not Zed  <NotZed@Ximian.com>

        * configure.in: remove need to define NULL in getaddrinfo check.

svn path=/trunk/; revision=29583
2005-06-24 17:46:46 +00:00
9066b42ddd ** See bug #307398
2005-06-25  Not Zed  <NotZed@Ximian.com>

        ** See bug #307398

        * mail-session.c (alert_user): copy the prompt string, in 'no
        cancel' mode we run asynchronously.
        (free_user_message): & free it.

2005-06-24  Not Zed  <NotZed@Ximian.com>

        * em-format-html.c (efh_url_requested): dont pass data gtkhtml
        definitely can't handle, to gtkhtml.  This is no security patch,
        but stops gtkhtml wasting time tying to render malicious mails or
        other rubbish.

svn path=/trunk/; revision=29582
2005-06-24 17:38:12 +00:00
0ef0eccd86 move prefer-plain and save-attachments to experimental where they belong.
2005-06-25  Not Zed  <NotZed@Ximian.com>

        * configure.in: move prefer-plain and save-attachments to
        experimental where they belong.

svn path=/trunk/; revision=29581
2005-06-24 17:06:35 +00:00
8dcf750d5d +2005-06-24 Harish Krishnaswamy <kharish@novell.com>
(patch submitted by Andre Klapper <a9016009@gmx.de>)
* e-shell-window-commands.c: changed copyright year from 2004
* to 2005

svn path=/trunk/; revision=29580
2005-06-24 10:56:29 +00:00
f0d85c8bf7 Set load-on-startup to true.
svn path=/trunk/; revision=29579
2005-06-24 10:44:32 +00:00
e17c567a51 fix language team reference
svn path=/trunk/; revision=29578
2005-06-24 03:28:29 +00:00
b76a45fcda Updated Canadian English translation.
2005-06-23  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=29577
2005-06-23 23:18:45 +00:00
a61871ec44 add mono plugin to the base list only if it was enabled as a configure
2005-06-23  Harish Krishnaswamy <kharish@novell.com>

* configure.in : add mono plugin to the base list only if
it was enabled as a configure option.

svn path=/trunk/; revision=29576
2005-06-23 13:09:01 +00:00
d76a0c81c7 Desensitize the source seletor while delegating a meeting.
svn path=/trunk/; revision=29575
2005-06-23 12:51:32 +00:00
df07f02cae Added widgets in INCLUDES.
2005-06-23  Kaushal Kumar  <kakumar@novell.com>

        * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
        addressbook/gui/search/Makefile.am,
        plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.

        Updated the include paths to use misc instead of widgets/misc.

svn path=/trunk/; revision=29574
2005-06-23 09:11:11 +00:00
dbbee50d3d We no longer should be declaring the global_config_listener as a static
2005-06-22  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c : We no longer should be declaring the
        global_config_listener as a static variable here. Also, added some
        NULL checks to avoid crashes.

svn path=/trunk/; revision=29573
2005-06-23 05:29:23 +00:00
7046702f96 added jonathan dieter. Fixed up the busted utf8 and duplicates.
2005-06-23  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: added jonathan dieter.  Fixed up the
        busted utf8 and duplicates.

svn path=/trunk/; revision=29572
2005-06-23 04:44:39 +00:00
8a2d69e680 fix the --enable-profiler not to disable otherwise enabled plugins. &
2005-06-23  Not Zed  <NotZed@Ximian.com>

        * configure.in: fix the --enable-profiler not to disable otherwise
        enabled plugins.  & added default-mailer plugin stuff.

svn path=/trunk/; revision=29571
2005-06-23 04:19:48 +00:00
98297fbb8b Initial import
svn path=/trunk/; revision=29570
2005-06-23 04:18:03 +00:00
9e42341c2c Updated Spanish translation.
2005-06-22  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=29568
2005-06-22 20:40:23 +00:00
274b125483 Updated Spanish translation.
2005-06-22  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=29567
2005-06-22 19:10:32 +00:00
6233ffcdc4 Commiting the fix for free busy and sensitizing the attachment bar properly.
svn path=/trunk/; revision=29566
2005-06-22 14:32:36 +00:00
ca3816102a add mono to the plugins list
2005-06-22 Harish Krishnaswamy <kharish@novell.com>

* configure.in : add mono to the plugins list

svn path=/trunk/; revision=29565
2005-06-22 11:31:09 +00:00
a837b9e899 Commiting the delegation support for recurrence events
svn path=/trunk/; revision=29564
2005-06-22 08:16:27 +00:00
7145e440a5 Updated zh_CN translation
svn path=/trunk/; revision=29563
2005-06-22 05:41:31 +00:00
3a411c97c4 Fix breaks from last commit.
2005-06-21  Not Zed  <NotZed@Ximian.com>

        * en_AU.po, is.po, he.po, wa.po: Fix breaks from last commit.

svn path=/trunk/; revision=29562
2005-06-21 12:58:49 +00:00
9960d26ccf added all the new gal widgets & a couple of other missing files. re-sorted
2005-06-21  Not Zed  <NotZed@Ximian.com>

        * POTFILES.in: added all the new gal widgets & a couple of other
        missing files.  re-sorted properly (it wasn't).  *.po: merged in
        gal strings and updated (many strings no longer exist).

svn path=/trunk/; revision=29559
2005-06-21 08:35:06 +00:00
0efd94d86f Added from gal/gal/e-table as Gal is retired from Head and e-table files
2005-06-21  Kaushal Kumar  <kakumar@novell.com>

        * table/ChangeLog: Added from gal/gal/e-table as Gal is
        retired from Head and e-table files are moved here.

svn path=/trunk/; revision=29558
2005-06-21 07:14:33 +00:00
99afcc1a27 add brian mury to contributors.
2005-06-21  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: add brian mury to contributors.

svn path=/trunk/; revision=29556
2005-06-21 05:33:56 +00:00
7e6382469c ** See bug #301466.
2005-06-21 Brian Mury <b.mury@ieee.org>

        ** See bug #301466.

        * filtertypes.xml, searchtypes.xml, vfoldertypes.xml: fix the
        "match all" case to actually work.

svn path=/trunk/; revision=29555
2005-06-21 05:33:47 +00:00
989ab1d5c8 Added support for delegation in personal calendar
svn path=/trunk/; revision=29553
2005-06-20 17:27:52 +00:00
29cefd9958 Delegate support for personal calendar
svn path=/trunk/; revision=29552
2005-06-20 17:16:25 +00:00
510b256281 If only a few rows have changed, emit each as a separate row_changed event
2005-06-08  Not Zed  <NotZed@Ximian.com>

        * e-tree-selection-model.c (etsm_toggle_single_row)
        (etsm_select_single_row): If only a few rows have changed, emit
        each as a separate row_changed event rather than triggering a
        complete redraw of the whole window.

svn path=/trunk/; revision=29551
2005-06-20 10:29:14 +00:00
56b1fe3fe1 Fixed tiny problem in Brazilian Portuguese translation, only noticeable
* pt_BR.po: Fixed tiny problem in Brazilian Portuguese
translation, only noticeable through usage (context).

svn path=/trunk/; revision=29549
2005-06-19 11:43:23 +00:00
29c388f136 The libetable and libetext DLLs should have the -0 suffix.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* win32/Makefile.am: The libetable and libetext DLLs should
	have the -0 suffix.

svn path=/trunk/; revision=29548
2005-06-18 19:26:41 +00:00
31f8786352 Cosmetics.
svn path=/trunk/; revision=29547
2005-06-18 19:03:59 +00:00
40a550f2bb gui/component/Makefile.am gui/contact-editor/Makefile.am
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* gui/component/Makefile.am
	* gui/contact-editor/Makefile.am
	* gui/contact-list-editor/Makefile.am
	* gui/merging/Makefile.am
	* gui/search/Makefile.am
	* gui/widgets/Makefile.am: Prune unnecessary and nonexistent
	directories from the -I options. Prune pathname macros not used in
	the sources in that directory from the -D options.

	* gui/component/Makefile.am
	* gui/contact-editor/Makefile.am
	* gui/contact-list-editor/Makefile.am
	* util/Makefile.am: Use NO_UNDEFINED. Link with all necessary
	libraries.

	* gui/component/Makefile.am: Use Win32-specific hack to work
	around MSYS feature in the gconftool invocation.

	* gui/contact-editor/Makefile.am
	* gui/contact-list-editor/Makefile.am: Use bootstrap library
	libevolution-addressbook on Win32.

	* gui/contact-editor/Makefile.am
	* gui/contact-list-editor/Makefile.am
	* util/Makefile.am: Use privsolib_LTLIBRARIES instead of
	privlib_LTLIBRARIES (see ../ChangeLog).

svn path=/trunk/; revision=29546
2005-06-18 18:36:55 +00:00
8340689e4a Makefile.am addressbook/Makefile.am calendar/Makefile.am Use
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am
	* addressbook/Makefile.am
	* calendar/Makefile.am
	* widgets/Makefile.am: Use privsolib_LTLIBRARIES instead of
	privlib_LTLIBRARIES (see ../ChangeLog).

svn path=/trunk/; revision=29545
2005-06-18 18:26:08 +00:00
3998d8c399 New autoconf variable. On Unix it is identical to privlibdir, on Win32
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* configure.in (privsolibdir): New autoconf variable. On Unix
	it is identical to privlibdir, on Win32 identical to libdir.

	There is no RPATH mechanism in Win32 DLLs or EXEs. The
	intention is that Evolution's private shared libraries will be
	marked in the Makefile.am files as privsolib_LTLIBRARIES. They
	will thus on Windows get installed in libdir. The DLLs will
	actually get installed in bindir, thanks to libtool magic. It
	will thus suffice to have bindir in PATH.

	This also means that we can use gnome_win32_get_prefixes() in
	libeutil to find out the installation location on the end-user
	machine based on the location of the DLL. gnome_win32_get_prefixes()
	assumes the DLL is in a "bin" subfolder of the end-user
	installation prefix.

svn path=/trunk/; revision=29544
2005-06-18 17:47:40 +00:00
2f68a1a5bf Makefile.am e-util-private.h Use EVOLUTION_IMAGESDIR and not
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am
	* e-util-private.h
	* e-win32-reloc.c: Use EVOLUTION_IMAGESDIR and not
	EVOLUTION_IMAGES for consistency. Handle also SEARCH_RULE_DIR and
	EVOLUTION_GALVIEWSDIR.

svn path=/trunk/; revision=29543
2005-06-18 15:59:56 +00:00
3cdb34a0f0 Partially updated Welsh translation.
2005-06-18  Rhys Jones  <rhys@sucs.org>

	* cy.po: Partially updated Welsh translation.

svn path=/trunk/; revision=29542
2005-06-18 14:25:59 +00:00
6342de451e Makefile.am (INCLUDES) Add EVOLUTION_ETSPECDIR.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (INCLUDES) Add EVOLUTION_ETSPECDIR.

	* e-util-private.h
	* e-win32-reloc.c: Corresponding changes.

svn path=/trunk/; revision=29541
2005-06-18 13:11:15 +00:00
7fe7d3226c Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefined
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefined
	GNOME_INCLUDEDIR.

	* e-win32-reloc.c: Add getter for helpdir.

	* e-util-private.h: Corresponding change.

svn path=/trunk/; revision=29540
2005-06-18 12:41:11 +00:00
c35bdba605 Use SOEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* */*.eplug.in: Use SOEXT.

svn path=/trunk/; revision=29539
2005-06-18 11:42:23 +00:00
087a3e6532 Use SOEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* */*.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29538
2005-06-18 11:39:20 +00:00
fecb63d2c5 Use EXEEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* GNOME_Evolution_Shell.server.in.in: Use EXEEXT.

	* GNOME_Evolution_Test.server.in.in: Use SOEXT.

svn path=/trunk/; revision=29537
2005-06-18 11:35:09 +00:00
6ac1f12861 Use SOEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* GNOME_Evolution_Mail.server.in.in: Use SOEXT.

svn path=/trunk/; revision=29536
2005-06-18 11:32:35 +00:00
69addb95b7 gui/GNOME_Evolution_Calendar.server.in.in Use SOEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* gui/GNOME_Evolution_Calendar.server.in.in
	* importers/GNOME_Evolution_Calendar_Importer.server.in.in: Use SOEXT.

svn path=/trunk/; revision=29535
2005-06-18 11:31:51 +00:00
09d31dedfd gui/component/GNOME_Evolution_Addressbook.server.in.in
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* gui/component/GNOME_Evolution_Addressbook.server.in.in
	* importers/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in
	* importers/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in:
	Use SOEXT.

svn path=/trunk/; revision=29534
2005-06-18 11:30:34 +00:00
1277e030c2 Makefile.am addressbook/Makefile.am calendar/Makefile.am Use the fake
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am
	* addressbook/Makefile.am
	* calendar/Makefile.am
	* widgets/Makefile.am: Use the fake "bootstrap" libraries on Win32
	to get around circular dependencies. Use NO_UNDEFINED.

	* Makefile.am: No need to pass -I pointing to this directory
	itself, all inclusions of headers from here are with
	doublequotes. Link with libeutil. No need to link with REGEX_LIBS.

	* addressbook/Makefile.am
	* calendar/Makefile.am
	* widgets/Makefile.am: Prune out superfluous -I options and -D
	options for EVOLUTION_* pathname macros that aren't used in the
	source files in that directory.

	* addressbook/Makefile.am: Drop A11Y_CFLAGS, its a subset of
	EVOLUTION_ADDRESSBOOK_CFLAGS anyway. Link with
	EVOLUTION_ADDRESSBOOK_LIBS.

	* a11y/addressbook/ea-addressbook.c: Include headers from the same
	directory as such.

	* calendar/Makefile.am: Drop A11Y_CFLAGS, its a subset of
	EVOLUTION_CALENDAR_CFLAGS anyway. Link with
	EVOLUTION_CALENDAR_LIBS.

	* e-table/Makefile.am (INCLUDES)
	* e-text/Makefile.am (INCLUDES): Drop the undefined
	GNOME_BONOBO_CFLAGS and GNOME_INCLUDEDIR. Drop GNOME_FULL_CFLAGS,
	it's a subset of EXTRA_GNOME_CFLAGS.

	* widgets/Makefile.am: E_WIDGETS_CFLAGS is enough. No need for
	EVOLUTION_CALENDAR_CFLAGS, which . Link with E_WIDGET_LIBS. Drop
	A11Y_CFLAGS, subset of E_WIDGET_CFLAGS.

svn path=/trunk/; revision=29533
2005-06-18 11:05:17 +00:00
0f6df5b91d Clarify last entry.
svn path=/trunk/; revision=29532
2005-06-18 11:04:29 +00:00
2e699f7ab6 Use $FULL_GNOME_DEPS here explicitly, as it de facto is a superset of it.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* configure.in (EXTRA_GNOME dependencies): Use $FULL_GNOME_DEPS
	here explicitly, as it de facto is a superset of it. In the
	makefiles thus no need to use both EXTRA_GNOME_CFLAGS and
	GNOME_FULL_CFLAGS, EXTRA_GNOME_CFLAGS is enough. (Ditto for
	_LIBS.)

svn path=/trunk/; revision=29531
2005-06-18 11:03:17 +00:00