Commit Graph

40 Commits

Author SHA1 Message Date
58166e6459 Prefer G_N_ELEMENTS over sizeof calculations. 2009-10-27 09:25:01 -04:00
d48348f340 Coding style and whitespace cleanups. 2009-10-24 01:10:42 -04:00
be17ff02ab Bug #470291 - [prefer-plain] Be able to show HTML only messages 2009-10-16 12:05:04 +02:00
f62728b55e Bug 596848 - Use per-target CPPFLAGS in automake files 2009-09-30 23:37:50 -04:00
959ebe30bd Bug 594284 - FTBFS: missing links 2009-09-06 08:33:56 -04:00
32f545cdf0 Simplify EPlugin loading at startup.
- Require all EPlugin and EPluginHook subtypes be registered before
  loading plugins.  This drastically simplifies the EPlugin/EPluginHook
  negotiation.

- Turn most EPluginHook subtypes into GTypeModules and register their
  types from an e_module_load() function (does not include shell hooks).

- Convert EPluginLib and the Mono and Python bindings to GTypeModules
  and register their types from an e_module_load() function, and kill
  EPluginTypeHook.
2009-08-29 17:23:20 -04:00
bfc5ba2511 Fix "make distcheck" errors and other build cleanups. 2009-06-30 18:34:08 -04:00
e26654bf19 Get the "prefer-plain" plugin working again. 2009-06-24 23:26:04 -04:00
948235c3d1 Prefer GLib basic types over C types. 2009-05-27 10:29:19 -04:00
e4afd3f9fb Remove trailing whitespace, again. 2009-05-26 23:21:02 -04:00
1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
670cd5a1d4 ** Fix for bug #567687
2009-01-14  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #567687

	* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
	Force text/html part only when choosing between text/plain and it.


svn path=/trunk/; revision=37071
2009-01-14 17:30:18 +00:00
bdd9596bfd ** Fix for bug #551492
2008-09-09  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #551492

	* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
	Initialize variable before using it.


svn path=/trunk/; revision=36290
2008-09-09 15:36:15 +00:00
14fa5c8a8c Change License from GPL to LGPL. 2nd batch.
More changes to come.

svn path=/trunk/; revision=36247
2008-09-02 16:25:53 +00:00
f5c5017848 Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.
2008-08-12  Bharath Acharya  <abharath@novell.com>

        * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To
        generate dlls on Windows.


svn path=/trunk/; revision=35960
2008-08-12 04:04:18 +00:00
4503c052d0 ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
2008-06-06  Matthew Barnes  <mbarnes@redhat.com>

	** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
	   GTK_DISABLE_SINGLE_INCLUDES defined.  (#536637)


svn path=/trunk/; revision=35606
2008-06-06 15:12:53 +00:00
e0afa81375 ** Fix for bug #532384
2008-05-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #532384

	* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
	Choose the text/html part in normal mode only if the alrenative
	multipart contains also a text/plain part.


svn path=/trunk/; revision=35554
2008-05-27 12:38:24 +00:00
1314ec2abd ** Fix for bug #451976
2008-04-17  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #451976

	* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Try
	to find text/html part in multipart/alternative when in normal mode.


svn path=/trunk/; revision=35374
2008-04-17 09:51:21 +00:00
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
f13fd21b50 Fix warnings from sparse and gcc
svn path=/trunk/; revision=34458
2007-10-30 22:21:14 +00:00
21ec67eb25 ** Fix for bug #487922 (Sometimes evolution does not recognize
2007-10-30  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #487922
	(Sometimes evolution does not recognize attachments)

	* prefer-plain.c: (export_as_attachments): New helper function to
	export message parts as attachments. This will traverse whole
	hierarchy of message's parts in multipart message.
	* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
	Use this function to export other parts as attachments.


svn path=/trunk/; revision=34452
2007-10-30 09:06:26 +00:00
e4a5f66109 Fixes an invalid return type issue.
2007-09-05  Sankar P  <psankar@novell.com>

	* prefer-plain.c: (e_plugin_lib_enable):
	Fixes an invalid return type issue.

svn path=/trunk/; revision=34179
2007-09-05 09:50:05 +00:00
8c122d3426 ** Fix for bug #431459
svn path=/trunk/; revision=34155
2007-09-02 18:14:48 +00:00
ca5d6d6a33 2007-08-16 mcrha Part of fix for bug #350539
svn path=/trunk/; revision=34017
2007-08-16 10:51:06 +00:00
93a1b30a56 Fix for bug #428125 Added mnemonic for "Plain Text Mode" in preferences.
Fix for bug #428125 
Added mnemonic for "Plain Text Mode" in preferences.


svn path=/trunk/; revision=33978
2007-08-10 10:23:08 +00:00
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
0c83d5d341 Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
2007-04-02  Sankar P  <psankar@novell.com>

	* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
	
	Code Cleanup. 
	Fixes part of #301149



svn path=/trunk/; revision=33354
2007-04-02 07:13:50 +00:00
47c78ce402 Don't leak the key.
2006-08-17  Kjartan Maraas  <kmaraas@gnome.org>

	* prefer-plain.c: (e_plugin_lib_enable): Don't leak the key.

svn path=/trunk/; revision=32622
2006-08-22 09:30:42 +00:00
219d8bab22 cahnged "emails" to "messages". I learn American English day by day. Yeah.
2006-01-19  Andre Klapper <a9016009@gmx.de>

	* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml: cahnged
	"emails" to "messages". I learn American English day by day. Yeah.

svn path=/trunk/; revision=31245
2006-01-19 21:24:26 +00:00
88422e94ee plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" to
2006-01-19  Andre Klapper <a9016009@gmx.de>

	* plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml:
	* plugins/exchange-operations/org-gnome-exchange-operations.error.xml:
	* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml
	changed "mails" to "mail", "emails" or "messages". Fixes bug 325569.

svn path=/trunk/; revision=31244
2006-01-19 21:04:24 +00:00
7f02bc0b3f make it clear this is a demonstratio n only.
2005-05-17  Not Zed  <NotZed@Ximian.com>

        * org-gnome-prefer-plain.eplug.xml: make it clear this is a demonstratio
n only.

svn path=/trunk/; revision=29377
2005-05-17 11:35:37 +00:00
c19445c9fa add cleanfiles/built_sources
svn path=/trunk/; revision=29328
2005-05-12 04:35:31 +00:00
b9269bd098 fix names so that intltool will parse as xml
remove use of e-error-tool
	tag xml for translations where appropriate

svn path=/trunk/; revision=29304
2005-05-06 09:24:13 +00:00
7513daf020 clean up author/descriptions for various plugins.
2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>

	* clean up author/descriptions for various plugins.

svn path=/trunk/; revision=28889
2005-02-25 15:54:25 +00:00
69d4437179 Dist .eplug.in files
svn path=/trunk/; revision=27781
2004-11-01 18:39:17 +00:00
963d5f2885 Shush
svn path=/trunk/; revision=27677
2004-10-21 12:54:20 +00:00
3cc934aa59 setup the right plugin init function.
2004-10-21  Not Zed  <NotZed@Ximian.com>

        * prefer-plain.c (e_plugin_lib_enable): setup the right plugin
        init function.

svn path=/trunk/; revision=27676
2004-10-21 12:51:48 +00:00
e108cf1478 *** empty log message ***
svn path=/trunk/; revision=27674
2004-10-21 10:55:19 +00:00
28791c1cf6 Imported prefer-plain plugin.
2004-10-20  Not Zed  <NotZed@Ximian.com>

        * Imported prefer-plain plugin.

svn path=/trunk/; revision=27645
2004-10-20 08:17:14 +00:00