Commit Graph

1470 Commits

Author SHA1 Message Date
bafeb3711a if --enable-mono, then enable the mono plugin.
2005-05-25  Not Zed  <NotZed@Ximian.com>

        * configure.in: if --enable-mono, then enable the mono plugin.

svn path=/trunk/; revision=29410
2005-05-25 10:50:50 +00:00
ef293bbfa5 Removed the entries of groupwise-account-setup shared-folder
2005-05-23  Vivek Jain <jvivek@novell.com>

	* configure.in : Removed the entries of
	groupwise-account-setup
	shared-folder
	groupwise-send-options
	groupwise-status-tacking
	send-options
	addressbook-groupwise
	from AC_OUTPUT and base plugins and added
	consolidated 'groupwise-features' plugin to base plugins and
	AC_OUTPUT

svn path=/trunk/; revision=29401
2005-05-23 09:52:57 +00:00
b0d7f928cb Added a plugin to mark all messages as read for the selected and the sub
2005-05-19  Chenthill Palanisamy  <pchenthill@novell.com>

	* configure.in: Added a plugin to mark all messages
	as read for the selected and the sub folders to base
	plugin.

svn path=/trunk/; revision=29392
2005-05-19 17:44:34 +00:00
00882d0d54 add print-message plugin to base plugins and AC_OUTPUT
2005-05-19  Vivek Jain <jvivek@novell.com>

	* configure.in : add print-message plugin to base plugins and
	 AC_OUTPUT

svn path=/trunk/; revision=29390
2005-05-19 13:54:49 +00:00
c780968acc Bump version
svn path=/trunk/; revision=29379
2005-05-18 08:43:57 +00:00
d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
4dd8375988 Added mail-remote stuff. an experimental plugin.
2005-05-12  Not Zed  <NotZed@Ximian.com>

        * configure.in: Added mail-remote stuff.  an experimental plugin.

svn path=/trunk/; revision=29339
2005-05-12 11:31:21 +00:00
1490bc7b4b check for libsoup-2.4 else fail over to libsoup-2.2.
2005-05-12  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: check for libsoup-2.4 else fail over
to libsoup-2.2.

svn path=/trunk/; revision=29335
2005-05-12 10:21:05 +00:00
f77c58f8ae changed .eplug rule to also convert i18n tags if it ends in xml. Also
2005-05-06  Not Zed  <NotZed@Ximian.com>

        * plugin.mk: changed .eplug rule to also convert i18n tags if it
        ends in xml.  Also convert .error.xml into .error converting i18n
        tags.

svn path=/trunk/; revision=29303
2005-05-06 09:23:04 +00:00
333247971b Changed string 'login' Rephrased photo string Rephrased photo string
2005-05-06	Srinivasa Ragavan <sragavan@novell.com>

	* addressbook/gui/component/ldap-config.glade: Changed string 'login'
	* mail/evolution-mail.schemas.in.in: Rephrased photo string
	* mail/mail-config.glade: Rephrased photo string
	* ui/evolution-mail-message.xml: Changed 'From' to 'from'

svn path=/trunk/; revision=29288
2005-05-06 05:25:09 +00:00
5f5c1d83b9 reset upgrade revision to 0
2005-05-05  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: reset upgrade revision to 0

svn path=/trunk/; revision=29275
2005-05-05 13:44:18 +00:00
93e4b72496 use @GAL_PACKAGE@ instead of hardcoding the version. Fixes
2005-05-04 Amish <lists@munshi.biz>

       * evolution-plugin.pc.in, evolution-shell.pc.in : use
       @GAL_PACKAGE@ instead of hardcoding the version. Fixes
       evolution-exchange build issues.

svn path=/trunk/; revision=29267
2005-05-04 11:14:54 +00:00
a16dd349d9 add an --enable-profiling arg, build the profiling plugin optionally as
2005-04-28  Not Zed  <NotZed@Ximian.com>

        * configure.in: add an --enable-profiling arg, build the profiling
        plugin optionally as well.

svn path=/trunk/; revision=29242
2005-04-28 10:00:41 +00:00
c33105b36a configure.in - bump version
svn path=/trunk/; revision=29230
2005-04-26 13:12:56 +00:00
35c14a747f Bump libsoup requires.
2005-04-25  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: Bump libsoup requires.

svn path=/trunk/; revision=29228
2005-04-25 15:07:49 +00:00
6faf15be96 fix up macro so that it doesn't trigger configure failures with newer
2005-04-20  James Henstridge  <james@jamesh.id.au>

	* configure.in (EVO_SET_COMPILE_FLAGS): fix up macro so that it
	doesn't trigger configure failures with newer versions of
	pkg-config.  Fixes bug #300436.

svn path=/trunk/; revision=29218
2005-04-20 03:42:13 +00:00
605d797d7f bump version, requires
2005-04-11  Harish Krishnaswamy  <kharish@novell.com>

	* configure.in: bump version, requires

svn path=/trunk/; revision=29205
2005-04-11 12:23:44 +00:00
729d738dda set up DBUS_VERSION for use in the new-mail-notify plugin
2005-03-11  David Malcolm  <dmalcolm@redhat.com>

        * configure.in: set up DBUS_VERSION for use in the new-mail-notify
        plugin

svn path=/trunk/; revision=29155
2005-04-05 07:28:30 +00:00
068f78ac7e Added new Language, Kinyarwanda (rw), to this package
svn path=/trunk/; revision=29139
2005-03-31 23:49:48 +00:00
7093da5e60 Added Xhosa translation. Added "xh" to ALL_LINGUAS.
2005-03-29  Adi Attar  <aattar@cvs.gnome.org>

	* xh.po: Added Xhosa translation.
	* configure.in: Added "xh" to ALL_LINGUAS.

svn path=/trunk/; revision=29118
2005-03-29 12:05:11 +00:00
a0c3af9f28 Added id (Indonesian) to ALL_LINGUAS line. Added Indonesian Translation.
2005-03-27  Ahmad Riza H Nst  <ari@160c.afraid.org>

	* configure.in: Added id (Indonesian) to ALL_LINGUAS line.
	* po/id.po: Added Indonesian Translation.

svn path=/trunk/; revision=29114
2005-03-27 12:20:55 +00:00
8978ac4660 require gtkhmtl 3.7.0 with 3.8 package/api version
2005-03-21  Radek Doulik  <rodo@novell.com>

	* configure.in: require gtkhmtl 3.7.0 with 3.8 package/api version

svn path=/trunk/; revision=29077
2005-03-21 16:29:34 +00:00
a28310cfb0 Fix for #73917
2005-03-21  Philip Van Hoof  <pvanhoof@gnome.org>

        * configure.in: Fix for #73917

svn path=/trunk/; revision=29075
2005-03-21 15:32:48 +00:00
cfad2b0ce3 Added nepali translation
2005-03-16  Pawan Chitrakar  <pawan@nplinux.org>

	* ne.po: Added nepali translation

	* configure.in: Added ne in ALL_LINGUAS

svn path=/trunk/; revision=29038
2005-03-16 10:52:41 +00:00
ca63caf245 Merge from 2.10 branch
svn path=/trunk/; revision=29019
2005-03-15 02:54:10 +00:00
7cb4234412 bump version, requires
2005-02-28  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version, requires

svn path=/trunk/; revision=28926
2005-03-01 06:15:33 +00:00
ea7dfa1c10 add mail/default/de to ac_output to fix the build
2005-02-27  JP Rosevear  <jpr@novell.com>

        * configure.in: add mail/default/de to ac_output to fix the build

svn path=/trunk/; revision=28905
2005-02-28 02:24:03 +00:00
4a971f2e17 remove *.pc and intltool-* files generated by configure when running make
2005-02-23  Björn Torkelsson <torkel@acc.umu.se>

	* Makefile.am (DISTCLEANFILES): remove *.pc and intltool-*
	files generated by configure when running make distclean.

svn path=/trunk/; revision=28891
2005-02-25 18:02:09 +00:00
e75013c201 Make mailer depend on libedataserverui.
2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* configure.in: Make mailer depend on libedataserverui.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* Makefile.am (eutilinclude_HEADERS)
	(libeutil_la_SOURCES): Remove e-passwords from here, it now
	lives in libedataserverui.

	* e-passwords.[ch]: Removed.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* gui/component/addressbook-view.c:
	* gui/component/addressbook.c: Include
	<libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* common/authentication.c:
	* gui/e-pub-utils.c:
	* gui/alarm-notify/alarm-notify.c:
	* gui/alarm-notify/notify-main.c:
	* gui/dialogs/url-editor-dialog.c:
	Include <libedataserverui/e-passwords.h>.
	* gui/itip-utils.c: Remove e-passwords.h include, it's not
	needed.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* mail-session.c:
	* mail-config.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* gui/component.c:
	* lib/e-cert-db.c:
	* lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* e-shell-window-commands.c:
	* e-shell.c:
	* main.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* send-options.c: Include <libedataserverui/e-passwords.h>.

svn path=/trunk/; revision=28871
2005-02-23 18:57:00 +00:00
b99aefd9cf Depend on gnome-vfs >= 2.4
2005-02-22  Marco Pesenti Gritti  <marco@gnome.org>

        * configure.in: Depend on gnome-vfs >= 2.4

svn path=/trunk/; revision=28864
2005-02-23 07:02:09 +00:00
b1907d048f add new variable with the generated keys and desktop file listed so that
2005-02-22  Rodney Dawes  <dobey@novell.com>

	* data/Makefile.am (CLEANFILES): add new variable with the generated
	keys and desktop file listed so that they get removed with make clean
	(EXTRA_DIST): Don't dist the generated keys file

svn path=/trunk/; revision=28848
2005-02-22 18:18:54 +00:00
7d53380f5c Remove duplicate entries for addressbook-groupwise,
2005-02-01  Priit Laes <amd@store20.com>

        * configure.in : Remove duplicate entries for addressbook-groupwise,
	groupwise-status-tracking and default-source in plugins list. Fixes
	make distclean.

svn path=/trunk/; revision=28695
2005-02-03 17:58:52 +00:00
c055be9f63 Remove duplicate entry for addressbook-groupwise in plugins list.
2005-02-01  Priit Laes <amd@store20.com>

        * configure.in : Remove duplicate entry for addressbook-groupwise in
	  plugins list.

svn path=/trunk/; revision=28694
2005-02-03 17:48:08 +00:00
5c08f243ab Update
2005-02-01  JP Rosevear  <jpr@novell.com>

	* MAINTAINERS: Update

svn path=/trunk/; revision=28663
2005-02-01 17:53:52 +00:00
6375570550 Remove duplicate entry for calendar-file in plugins list.
2005-02-01  Priit Laes <amd@store20.com>

        * configure.in : Remove duplicate entry for calendar-file in
	plugins list.

svn path=/trunk/; revision=28651
2005-02-01 05:25:50 +00:00
1710ef694e Correct the typo in plugins_base made in
the last commit - let the HEAD to get built again.

svn path=/trunk/; revision=28616
2005-01-30 06:42:01 +00:00
56bdd960ee add addressbook-groupwise plguin to the plguin list
2005-01-29  Sivaiah Nallagatla <snallagatla@novell.com>

        * configure.in : add addressbook-groupwise plguin to the
        plguin list

svn path=/trunk/; revision=28614
2005-01-29 13:15:33 +00:00
154c994b5d Add mail/default/pt/Makefile to AC_OUTPUT
2005-01-26  Rodney Dawes  <dobey@novell.com>

	* configure.in: Add mail/default/pt/Makefile to AC_OUTPUT

svn path=/trunk/; revision=28564
2005-01-26 15:34:26 +00:00
494add4ac6 bump version and requires
2005-01-24  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version and requires

svn path=/trunk/; revision=28545
2005-01-25 06:54:22 +00:00
3616939b82 e-util needs libgnomeprintui now
2005-01-21  JP Rosevear  <jpr@novell.com>

	* configure.in: e-util needs libgnomeprintui now

svn path=/trunk/; revision=28491
2005-01-21 19:16:32 +00:00
2f6c84abec added addressbook-file plugin
2005-01-21  Sivaiah Nallagatla <snallagatla@novell.com>

        * configure.in : added addressbook-file plugin

svn path=/trunk/; revision=28486
2005-01-21 15:31:03 +00:00
4024f16221 added deafult source plguin
svn path=/trunk/; revision=28469
2005-01-21 00:09:26 +00:00
a7f9e241e7 added a plugin for displaying the groupwise status tracking options
2005-01-20  Parthasarathi Susarla <sparthasarathi@novell.com>

	* configure.in : added a plugin for displaying the
	  groupwise status tracking options

svn path=/trunk/; revision=28465
2005-01-20 15:43:52 +00:00
5575a15ee6 Missed entry.
svn path=/trunk/; revision=28412
2005-01-16 05:21:40 +00:00
9cba0e5036 Add new-mail-notify to the plugins_all listing so that it gets disted
2005-01-13  Rodney Dawes  <dobey@novell.com>

	* configure.in: Add new-mail-notify to the plugins_all listing
	so that it gets disted properly

svn path=/trunk/; revision=28396
2005-01-14 01:35:51 +00:00
d5b2771b47 fix plugin listing, bump upgrade revision so weather calendar group
2005-01-12  JP Rosevear  <jpr@novell.com>

	* configure.in: fix plugin listing, bump upgrade revision so
	weather calendar group appears

svn path=/trunk/; revision=28376
2005-01-12 12:07:41 +00:00
8ca3f6b56a bump version
2005-01-11  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version

svn path=/trunk/; revision=28357
2005-01-11 13:55:10 +00:00
1b5ef38f5f added new mail plugin & checks.
2005-01-11  Not Zed  <NotZed@Ximian.com>

        * configure.in: added new mail plugin & checks.

svn path=/trunk/; revision=28346
2005-01-11 03:03:23 +00:00
a0e443d436 configure.in change for exchange account setup
svn path=/trunk/; revision=28332
2005-01-10 17:40:39 +00:00
d4af56c10c added send options plugin to base plugin list
2005-1-10  Parthasarathi Susarla <sparthasarathi@novell.com>
        * configure.in : added send options plugin to base plugin list

svn path=/trunk/; revision=28327
2005-01-10 15:27:19 +00:00