blob: b90faf0bf8042303d59168f35994d32c1ae00c76 (
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
|
2009-01-28 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use -no-undefined and link with more libraries on
Windows.
* tnef-plugin.c: Remove unused <sys/wait.h>.
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
** Fixes bug #553479
* org-gnome-tnef-attachments.eplug.xml: String capitalisation
improvements.
2008-09-03 Sankar P <psankar@novell.com>
* plugins/tnef-attachments/tnef-plugin.c:
Assign copyrights to Randall Hand.
2008-08-27 Sankar P <psankar@novell.com>
License Changes
* tnef-plugin.c:
2008-03-31 Frederic Crozat <fcrozat@mandriva.com>
** Fix for bug #501885
* Makefile.am: Specify locale directory correctly.
2008-03-17 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #519421
* Makefile.am:
* tnef-plugin.c: Also allow <libytnef/tnef.h> header file.
2008-02-07 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #514736
* org-gnome-tnef-attachments.eplug.xml: Added 'application/ms-tnef'
MIME type for TNEF attachment decoding.
2008-02-07 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #514771
* tnef-plugin.c: (saveVCalendar): Fixed a crasher while decoding
TNEF attachments.
2007-08-27 Srinivasa Ragavan <sragavan@novell.com>
* tnef-plugin.c: (e_plugin_lib_enable): Avoid reentrancy in enable.
2007-07-09 Srinivasa Ragavan <sragavan@novell.com>
* org-gnome-tnef-attachments.eplug.xml: Fixed bugs where the .so wasn't
reffered rightly.
2007-07-09 Srinivasa Ragavan <sragavan@novell.com>
** Cleanups from Lucky Wankhede
* org-gnome-tnef-attachments.eplug.xml:
* tnef-plugin.c: (org_gnome_format_tnef), (processTnef),
(saveVCard), (printRrule), (saveVCalendar), (saveVTask),
(fprintProperty), (fprintUserProp):
2007-06-07 Lucky Wankhede <wlakke@novell.com>
* New implementation for tnef
* For reading "winmail.dat" kind of attachements
* using libytnef
|