aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-calendar/ChangeLog
blob: 0b6ecdaf346e30f9c4fb2f67c1629edb64d18c29 (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
2008-02-18  Srinivasa Ragavan  <sragavan@novell.com>

    * ical-format.c: (do_save_calendar_ical): Patch from OpenSUSE

2008-01-25  Milan Crha  <mcrha@redhat.com>

    ** Fix for bug #475781

    * csv-format.c: (do_save_calendar_csv):
    * rdf-format.c: (do_save_calendar_rdf):
    Fix memory leaks around ECalComponentDateTime.

2007-11-11  Gilles Dartiguelongue  <gdartigu@svn.gnome.org>

    ** Fix bug #495872

    * org-gnome-save-calendar.eplug.xml:
    * save-calendar.c: (org_gnome_save_memos):
    add memo support

2007-09-27  Matthew Barnes  <mbarnes@redhat.com>

    ** Fixes part of bug #477045

    * org-gnome-save-calendar.eplug.xml:
    Use standard icon names where applicable.

2007-09-14  Matthew Barnes  <mbarnes@redhat.com>

    ** Fixes part of bug #476231

    * csv-format.c:
    * ical-format.c:
    * rdf-format.c:
    * save-calendar.c:
    Remove non-USE_GTKFILECHOOSER code.
    GtkFileChooser has been around since 2004.

2007-06-07  Gilles Dartiguelongue  <dartigug@esiee.fr>

    * rdf-format.c: (add_nummeric_to_rdf), (add_time_to_rdf),
    (add_string_to_rdf), (do_save_calendar_rdf):
    more compilation warnings cleanup, completes bug #437584 fixes

2007-04-02  Sankar P  <psankar@novell.com>

    * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
    
    * org-gnome-save-calendar.eplug.xml:
    Cleanup. 
    Fixes part of #301149

2007-03-29  Matthew Barnes  <mbarnes@redhat.com>

    * save-calendar.c:
    Fix "incompatible pointer type" warnings (#360619).

2007-02-20  Chenthill Palanisamy  <pchenthill@novell.com>

    Fixes #238093 (bnc)
    * ical-format.c: (insert_tz_comps), (append_tz_to_comp),
    (do_save_calendar_ical): Add the timezone information while
    exporting the calendars.                 

2006-08-17  Kjartan Maraas  <kmaraas@gnome.org>

    * rdf-format.c: (add_time_to_rdf): Plug a leak.

2006-05-25  Srinivasa Ragavan  <sragavan@novell.com>

    
    * save-calendar.c: (ask_destination_and_save): Added code to save
    calendar to remote shares.

2006-04-22 Srinivasa Ragavan <sragavan@novell.com>

    * ical-format.c (do_save_calendar_ical): Ask for overwrite, if the
    file already exists.

    ** Fixes bug #329345

2006-02-13  Karsten Bräckelmann  <guenther@rudersport.de>

    * org-gnome-save-calendar.eplug.xml:
    Fix mnemonics to be consistent. Fixes bug #330934.

2006-01-09  Kjartan Maraas  <kmaraas@gnome.org>

    * csv-format.c: (string_needsquotes):
    * save-calendar.c: (ask_destination_and_save): Fix confusion
    between = and ==. Silences the compiler, but someone has to check
    if this really is correct.

2006-01-10  Simon Zheng  <simon.zheng@sun.com>

    * csv-format.c:
    * rdf-format.c:
    use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in 
        evolution/e-util/e-util.c.

2005-12-30  Andre Klapper <a9016009@gmx.de>

    * csv-format.c: fixed two strings for consistency.
        Fixes bug 325127 and partially bug 325125.
    
2005-11-11  Dinesh Layek  <LDinesh@novell.com>

    * save-calendar.c (ask_destination_and_save): append the file_extension 
    if the user does not provide it.

2005-08-23  Not Zed  <NotZed@Ximian.com>

    * ical-format.c: include missing header.

2005-05-16  Not Zed  <NotZed@Ximian.com>

    * csv-format.c: moved e-error to e-util

2005-05-12  Not Zed  <NotZed@Ximian.com>

    * Makefile.am: setup built_sources/cleanfiles

2005-03-02  Philip Van Hoof  <pvanhoof@gnome.org>

    * rdf-format.c: Fixes for Bug #73099 and Bug #73098
    * csv-format.c: Changed malloc to g_malloc and char to gchar
    * csv-format.c: Fixes for Bug #73099 and Bug #73098
    
2005-05-06  Not Zed  <NotZed@Ximian.com>

    * Makefile.am: 
    * org-gnome-save-calendar.eplug.xml: s/.in/.xml/ & fix i18n.

2005-03-22  Chenthill Palanisamy  <pchenthill@novell.com>

    Fixes #73541
    * csv-format.c: (do_save_calendar_csv):
    * ical-format.c: (do_save_calendar_ical):
    * rdf-format.c: (do_save_calendar_rdf): Changed the 
    cal e_cal_new to auth_new_from_source, so that the 
    ecal has the auth function in it.

2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>

    * org-gnome-save-calendar.eplug.in: Fixed description and added
    author. 
    Shortened name of plugin.
    Added xml tag.

2005-02-21  Rodrigo Moya <rodrigo@novell.com>

    Fixes #71527

    * ical-format.c (display_error_message): changed to get a simple
    string instead of a GError.
    (do_save_calendar_ical): use GNOME-VFS for saving the file.

2005-01-05  JP Rosevear  <jpr@novell.com>

    * save-calendar.c (ask_destination_and_save): fix build for non
    gtk file chooser case

2005-01-04  Philip Van Hoof  <pvanhoof@gnome.org>

    * csv-format.c, rdf-format.c: Use standard error messages

2004-12-27  Philip Van Hoof  <pvanhoof@gnome.org>

    * csv-format.c, rdf-format.c: Warning when overwriting file

2004-12-22  JP Rosevear  <jpr@novell.com>

    * Makefile.am: list format-handler.h as a source so it dists

2004-12-20  Philip Van Hoof  <pvanhoof@gnome.org>

    * Makefile.am: Code splitup, each format has it's own c-file
    * csv-format.c: Added. Code splitup
    * format-handler.h: Added. Code splitup
    * ical-format.c: Added. Code splitup
    * rdf-format.c: Added. Support for RDF files. Code splitup
    * save-calendar.c: Support for RDF files. Code splitup

2004-11-30  Philip Van Hoof  <pvanhoof@gnome.org>

    * save-calendar.c: Support for CSV files

2004-11-01  JP Rosevear  <jpr@novell.com>

    * Makefile.am: dist .eplug.in file

2004-10-21  Rodrigo Moya <rodrigo@novell.com>

    * save-calendar.c (do_save_calendar): get error information in
    e_cal_* calls, and display errors to the user.

2004-10-21  JP Rosevear  <jpr@novell.com>

    * save-calendar.c (do_save_calendar): compile if not using file
    chooser

2004-10-21  Rodrigo Moya <rodrigo@novell.com>

    * org-gnome-save-calendar.eplug.in: better menu items.

2004-10-21  Rodrigo Moya <rodrigo@novell.com>

    * save-calendar.c: new plugin for saving a calendar to disk.