blob: ebd4d650bf5594c9f434b0ba4d2cdb2752264bb5 (
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
|
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>
|