blob: ff07e79a0b1659efadc4a93b8d19795880dacf75 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
 | 2008-10-22  Matthew Barnes  <mbarnes@redhat.com>
    ** Fixes part of bug #549025
    * Makefile.am:
    Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly.  The mono plugin
    is the only module that should be linking against libmono.
2008-09-02  Sankar P  <psankar@novell.com>
License Changes
    * mono-plugin.c:
2008-08-27  Sankar P  <psankar@novell.com>
License Changes
    * mono-plugin.h:
2008-04-01  Johnny Jacob  <jjohnny@novell.com>
    * Camel.cs: Type cast. Fixes compile error.
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.
2007-10-02  Matthew Barnes  <mbarnes@redhat.com>
    ** Fixes part of bug #469657
    * mono-plugin.c:
    Use destroy functions in GHashTables to simplify memory management.
2007-04-02  Sankar P  <psankar@novell.com>
    * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
    * org-gnome-evolution-mono.eplug.xml:
    Cleanup. 
    Fixes part of #301149
2005-12-17  Tor Lillqvist  <tml@novell.com>
    * mono-plugin.c: Drop unused inclusion of <dirent.h>.
2005-08-19  Not Zed  <NotZed@Ximian.com>
    ** See #308117.
    * Makefile.am: link to proper libraries.
2005-06-15  Harish Krishnaswamy <kharish@novell.com>
    * Makefile.am : mono-plugin.h should be included
    in the sources too.
    
2005-05-25  Not Zed  <NotZed@Ximian.com>
    * mono-plugin.c: implement the mono loader as a plugin itself.
2005-05-17  Not Zed  <NotZed@Ximian.com>
    * Evolution.cs: added initial e_error wrapper.
    * Camel.cs: added multipart & contenttype wrappers.
    
 |