42e75c9162
Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
2009-06-30 17:20:23 -04:00
d5f9b1cad7
Bug 586332 - Build error (long gint)
2009-06-18 23:43:10 -04:00
8771a6de35
More code cleanup.
2009-06-01 19:09:19 -04:00
fad4af8a3d
Prefer GLib basic types over C types.
2009-05-28 12:13:23 -04:00
6f5464f34c
Remove trailing whitespace, again.
2009-05-28 12:13:22 -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
73a91dd01b
Include <mono/metadata/mono-config.h> to fix an implicit-function-declaration compiler warning.
...
svn path=/trunk/; revision=37225
2009-02-04 18:58:12 +00:00
ac738129f5
Include <mono/metadata/threads.h> to fix an implicit-function-declaration compiler warning.
...
svn path=/trunk/; revision=37144
2009-01-28 04:58:04 +00:00
3b5d0b114c
** Fixes bug #549025
...
2008-10-22 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #549025
* configure.in:
Restrict libmono linkage to the mono plugin, so that downstream
packagers can isolate the mono dependency to a subpackage.
Add configuration summary lines indicating whether the Mono and
Python bindings are enabled.
* plugins/mono/Makefile.am:
Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin
is the only module that should be linking against libmono.
svn path=/trunk/; revision=36675
2008-10-22 12:59:17 +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
1bad915150
License Changes
...
svn path=/trunk/; revision=36116
2008-08-27 10:33:22 +00:00
e040065df0
Mono Loader Camel.cs: Type cast. Fixes compile error.
...
svn path=/trunk/; revision=35295
2008-04-01 10:42:13 +00:00
ac5332ac71
- Use Plugin load levels. Mono loader should load and register the type
...
2008-03-19 Sankar P <psankar@novell.com >
* mono-plugin.c: (epm_invoke),
(load_plugin_type_register_function):
* org-gnome-evolution-mono.eplug.xml:
- Use Plugin load levels. Mono loader should load
and register the type "mono", before a plugin
of type "mono" is loaded.
svn path=/trunk/; revision=35218
2008-03-19 10:13:41 +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
09d4af6fff
** Fixes bug #469657
...
2007-10-02 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #469657
* addressbook/importers/evolution-ldif-importer.c:
* calendar/gui/comp-editor-factory.c:
* composer/e-msg-composer.c:
* e-util/e-config-listener.c:
* mail/em-composer-prefs.c:
* mail/em-folder-tree-model.c:
* mail/em-format.c:
* mail/em-format-html.c:
* mail/em-migrate.c:
* mail/em-subscribe-editor.c:
* mail/mail-component.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* mail/importers/elm-importer.c:
* plugins/exchange-operations/exchange-folder-size-display.c:
* plugins/mono/mono-plugin.c:
* shell/e-shell-settings-dialog.c:
* tools/killev.c:
* widgets/table/e-table-extras.c:
* widgets/table/e-table-selection-model.c:
Use destroy functions in GHashTables to simplify memory management.
svn path=/trunk/; revision=34344
2007-10-02 11:54:42 +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
45f799eb86
Make this place a bit more quiet
...
svn path=/trunk/; revision=31328
2006-01-27 16:34:03 +00:00
9773a8fc55
Drop unused inclusion of <dirent.h>.
...
2005-12-17 Tor Lillqvist <tml@novell.com >
* mono-plugin.c: Drop unused inclusion of <dirent.h>.
svn path=/trunk/; revision=30846
2005-12-17 18:47:10 +00:00
4883016931
** See #308117 .
...
2005-08-19 Not Zed <NotZed@Ximian.com >
** See #308117 .
* Makefile.am: link to proper libraries.
svn path=/trunk/; revision=30185
2005-08-22 03:01:01 +00:00
1565f9f382
+2005-06-16 Harish Krishnaswamy <kharish@novell.com>
...
* configure.in : add mono to the plugins list
* data/evolution.desktop.in.in :
Fix for#307176 (patch from Andre Klapper)
correct the version of evolution-data-server.
* plugins/mono/Makefile.am : mono-plugin.h should be included
in the sources too.
svn path=/trunk/; revision=29518
2005-06-16 13:37:37 +00:00
b4a3d3cb49
implement the mono loader as a plugin itself.
...
2005-05-25 Not Zed <NotZed@Ximian.com >
* mono-plugin.c: implement the mono loader as a plugin itself.
svn path=/trunk/; revision=29411
2005-05-25 10:51:00 +00:00
d8b428ec12
added initial e_error wrapper.
...
2005-05-17 Not Zed <NotZed@Ximian.com >
* Evolution.cs: added initial e_error wrapper.
* Camel.cs: added multipart & contenttype wrappers.
svn path=/trunk/; revision=29376
2005-05-17 11:01:47 +00:00
9700e3678e
Initial work on hand-bindings for mono plugins
...
svn path=/trunk/; revision=29375
2005-05-17 06:01:47 +00:00