Commit Graph

23 Commits

Author SHA1 Message Date
Matthew Barnes 42e75c9162 Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. 2009-06-30 17:20:23 -04:00
Matthew Barnes 547e123d27 Stop abusing forward declarations. 2009-06-18 15:26:21 -04:00
Matthew Barnes fad4af8a3d Prefer GLib basic types over C types. 2009-05-28 12:13:23 -04:00
Matthew Barnes 6f5464f34c Remove trailing whitespace, again. 2009-05-28 12:13:22 -04:00
Matthew Barnes ffa17ed195 Fix compiler warnings in plugins. 2009-05-26 16:56:30 -04:00
Matthew Barnes 1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
Matthew Barnes d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
Sankarasivasubramanian Pasupathilingam 484f82addc Change licese from GPL to LGPL.
svn path=/trunk/; revision=36539
2008-10-03 09:24:07 +00:00
Jeffrey Stedfast abda2bda85 updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
Gilles Dartiguelongue 82101429ac ** Fix for bug #495875
right click menu reordering

svn path=/trunk/; revision=34549
2007-11-17 23:20:07 +00:00
Matthew Barnes 9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
Matthew Barnes 8e47917e8c Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02  Matthew Barnes  <mbarnes@redhat.com>

	* Update FSF address in header comments (#469886).
	  Patch from Tobias Mueller.


svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
Hiroyuki Ikezoe e0b92a2aaa ** Fix for bug #455799
2007-08-04  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fix for bug #455799

	Remove all .cvsignore and update svn:ignore porperty in whole
	directories.


svn path=/trunk/; revision=33945
2007-08-03 23:52:01 +00:00
Sankarasivasubramanian Pasupathilingam b54dfc3262 Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>

	* org-gnome-mail-account-disable.eplug.xml:
	Cleanup. 
	Fixes part of #301149


svn path=/trunk/; revision=33352
2007-04-02 06:29:00 +00:00
Matthew Barnes b70c1439bf "Disable" did not work for "On This Computer" - fixes bug 350901.
2006-08-21  Matthew Barnes  <mbarnes@redhat.com>

	* mail-account-disable.c:
	"Disable" did not work for "On This Computer"  - fixes bug 350901.

svn path=/trunk/; revision=32616
2006-08-21 15:51:11 +00:00
Kjartan Maraas 45f799eb86 Make this place a bit more quiet
svn path=/trunk/; revision=31328
2006-01-27 16:34:03 +00:00
Simon Zheng c952a0325f use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * mail-account-disable.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31081
2006-01-06 07:06:03 +00:00
Harish Krishnaswamy 1f082fa212 Fix make-clean issues.
2005-12-12  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Fix make-clean issues.

svn path=/trunk/; revision=30750
2005-12-12 05:36:17 +00:00
Not Zed c30c267aa1 Remove the special case for win32, its a bug on all platforms, silly.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: Remove the special case for win32, its a bug on all
        platforms, silly.

        * mail-account-disable.c (mail_account_disable): make signature
        match usage.

svn path=/trunk/; revision=30230
2005-08-24 03:14:49 +00:00
Harish Krishnaswamy 2cf7a28ecc Fix make distcheck issues. Bump version number ***** Release 2.3.6 *****
2005-07-26  Harish Krishnaswamy  <kharish@novell.com>

* plugins/calendar-weather/Makefile.am:
* plugins/groupwise-features/Makefile.am:
* plugins/mail-account-disable/Makefile.am:
* plugins/mailing-list-actions/Makefile.am:
* plugins/print-message/Makefile.am:
 Fix make distcheck issues.
* configure.in: Bump version number
***** Release 2.3.6 *****

svn path=/trunk/; revision=29892
2005-07-26 16:43:44 +00:00
Tor Lillqvist fab3780e2e Don't return a value from a void funtion.
2005-07-13  Tor Lillqvist  <tml@novell.com>

	* calendar-weather/calendar-weather.c
	(e_calendar_weather_migrate): Don't return a value from a void
	funtion.

	* groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
	Use SOEXT.

	* groupwise-features/Makefile.am (NO_UNDEFINED_REQUIRED_LIBS):
	As the code does use functions from libevolution-mail, link
	with it. But OK, let's do it (at build time) only on Win32,
	then.

	* mail-account-disable/Makefile.am (INCLUDES): Remove duplicated line.
	(LDFLAGS): Use NO_UNDEFINED.
	(LIBADD): Link with the required libraries, but let's do it only
	on Win32.

	* mail-account-disable/org-gnome-mail-account-disable.eplug.xml:
	Use SOEXT.

	* proxy/Makefile.am (LIBADD): Link with libeutil.

	* proxy-login/Makefile.am (LIBADD): Link with libeutil. Link with
	libevolution-mail on Win32 only. (Have I understood correctly that
	it isn't considered a good idea on Unix to link plugins at
	link-time with libevolution-mail?)

	* proxy-login/org-gnome-proxy-login.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29753
2005-07-13 10:05:44 +00:00
Vivek Jain 3efdeb0f35 have a ChangeLog and transfer the changelog entry from the main ChangeLog
2005-07-12 Vivek Jain <jvivek@novell.com>

	have a ChangeLog and transfer the changelog entry from the main
	ChangeLog
	(2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>)

	* plugins/mail-account-disable/*: Plugin to add Disable/ Proxy
	Logout to a store menu on right click.

svn path=/trunk/; revision=29729
2005-07-12 04:56:57 +00:00
Shreyas Srinivasan b239860999 Plugin to add Disable/ Proxy Logout to a store menu on right click.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/mail-account-disable/*: Plugin to add Disable/ Proxy
	Logout to a store menu on right click.

svn path=/trunk/; revision=29696
2005-07-10 09:51:29 +00:00