aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Without this evo 2.28.2 will not link/run at all"Matthew Barnes2010-01-291-1/+0
| | | | | | | This reverts commit 013ce5b70e85d6c9008cebd1d5efbe87a539d445. Looks like it was meant for gnome-2-28 branch. In any case it contains unresolved merge conflicts which breaks compilation.
* Without this evo 2.28.2 will not link/run at allFridrich Strba2010-01-281-0/+1
| | | | | | The change is needed: 1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not 2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-2/+2
|
* More build failures due to missing internal lib dependenciesJonathon Jongsma2009-11-121-0/+1
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-6/+11
|
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-0/+2
|
* Bug 594284 - FTBFS: missing linksDiego Escalante Urrelo2009-09-061-0/+2
|
* Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-121-0/+1
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-261-3/+2
| | | | | This one was more challenging. It exposed some flaws in the new shell design and in EPluginUI, which is good because they're fixed now.
* Stop abusing forward declarations.Matthew Barnes2009-06-191-0/+1
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
|
* Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-1/+2
| | | | svn path=/branches/kill-bonobo/; revision=37200
* Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-1/+7
| | | | svn path=/branches/kill-bonobo/; revision=35994
* reverting the previous commit.Chenthill Palanisamy2006-02-011-3/+3
| | | | svn path=/trunk/; revision=31394
* Make this place a bit more quietKjartan Maraas2006-01-281-3/+3
| | | | svn path=/trunk/; revision=31328
* Add some much needed ego to NCLUDES ;-)Harish Krishnaswamy2006-01-171-1/+1
| | | | | | | | 2006-01-17 Harish Krishnaswamy <kharish@novell.com> * Makefile.am : Add some much needed ego to NCLUDES ;-) svn path=/trunk/; revision=31222
* Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes staticHarish Krishnaswamy2006-01-161-2/+2
| | | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes static files from the source tree. svn path=/trunk/; revision=31214
* ** Fixes bug #323011Srinivasa Ragavan2006-01-141-2/+3
| | | | | | | | | | | | | | | 2006-01-14 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #323011 * Makefile.am: Added org-gnome-mail-to-task.xml to build * mail-to-task.c (convert_to_task), (org_gnome_mail_to_task), (org_gnome_mail_to_task_menu): Added Code to handle menu. * org-gnome-mail-to-task.eplug.xml: Added plug to show Convert to Task menu item under Message menu. * org-gnome-mail-to-task.xml: Added UI files for menu item. svn path=/trunk/; revision=31179
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-121-0/+3
| | | | svn path=/trunk/; revision=29327
* fix names so that intltool will parse as xmlMichael Zucci2005-05-061-1/+1
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* Dist .eplug.in filesJP Rosevear2004-11-021-0/+2
| | | | svn path=/trunk/; revision=27781
* implemented plugin for converting selected mails to tasks.Rodrigo Moya2004-10-221-0/+11
2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c: implemented plugin for converting selected mails to tasks. svn path=/trunk/; revision=27682