blob: 68a87d906b4bc901fa5c605708730b07740a0dc2 (
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
75
76
77
78
79
80
81
82
83
84
85
86
87
|
2008-04-17 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #526739
* icsimporter.c: Do not include gnome-vfs.
2007-02-20 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #517082
* icsimporter.c: (init_widgets): Fix small leak.
2008-02-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #514622
* icsimporter.c: (dialog_close_cb): Drop this function.
* icsimporter.c: (init_widgets), (dialog_response_cb),
(ical_import_done): Do not call "close" on already closed dialog.
2007-10-01 Milan Crha <mcrha@redhat.com>
* icsimporter.c: (prepare_events), (prepare_tasks):
Really go through every component when removing one.
2007-06-03 Srinivasa Ragavan <sragavan@novell.com>
** Fix for version removal from Installed files from Gilles Dartiguelongue
* Makefile.am:
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #337616
* Makefile.am: Add "eplug" file to CLEANFILES.
2007-03-27 Matthew Barnes <mbarnes@redhat.com>
* icsimporter.c: Don't mix declarations and code (#405495).
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
2006-11-28 Parthasarathi Susarla <ajaysusarla@gmail.com>
** Fix bug #348679
* icsimporter.c: (org_gnome_evolution_import_ics_attachment):
Do not access structure elements directly. Use the methods of the
class in the CamelDataWrapper Class
2006-08-28 Kjartan Maraas <kmaraas@gnome.org>
* org-gnome-evolution-mail-attachments-import-ics.eplug.xml: Mark
name and description for translation.
2006-08-23 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #347248
* icsimporter.c: (get_menu_type), (import_ics): Update the
em_utils_temp_save_part to use readwrite mode.
2006-02-21 Chenthill Palanisamy <pchenthill@novell.com>
reviewed by Veerapuram Varadhan <vvaradhan@novell.com>
Fixes a crash
* icsimporter.c: (org_gnome_evolution_import_ics_attachments):
If the number of attachments selected is not equal to one, just return;
2006-01-22 Harish Krishnaswamy <kharish@novell.com>
* icsimporter.c (get_menu_type), (dialog_response_cb),
(dialog_close_cb), (get_icalcomponent_from_file):
Fix twenty odd compiler warnings and style oddness.
2006-01-17 Harish Krishnaswamy <kharish@novell.com>
* import-ics-attachments : Initial commits. Plugin written and submitted by
Johnny Jacob <johnnyjacob@gmail.com>
|