aboutsummaryrefslogtreecommitdiffstats
path: root/libical/ChangeLog
blob: b3fe27e7038aec0b8bf8d93dee393ca5a03c178d (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
2000-11-06  Federico Mena Quintero  <federico@helixcode.com>

    * src/libical/icalvalue.c (icalvalue_recur_as_ical_string): Handle
    both the position and weekday in the by_day field.

2000-10-20  Jesse Pavel     <jpavel@helixcode.com>

    * src/libical/icalproperty.c: added support for the
    icalproperty_remove_parameter() function.

2000-10-11  Damon Chaplin  <damon@helixcode.com>

    * src/libical/icalparameter.c (icalparameter_as_ical_string): 
    (icalparameter_new_from_string): 
    * src/libical/icalparser.c (icalparser_add_line): add support for
    'X-' parameters.

2000-10-07  Dan Winship  <danw@helixcode.com>

    * src/libical/icalyacc.y (weekday_list): Fix the semicolons in
    this rule. Noticed by x-virge.

    * src/test/Makefile.in: While I'm here, remove this from CVS, as
    it's a generated file.

2000-09-12  Ettore Perazzoli  <ettore@helixcode.com>

    * configure.in: AC_OUTPUT the Makefile in `src' before the stuff
    in its subdirs.

2000-09-12  JP Rosevear  <jpr@helixcode.com>

    * test-data/stresstest.ics: Merge missing file for distcheck

    * src/libicalss/icalcstp.h: ditto

    * src/libicalss/icalcsdb.h: ditto

2000-09-08  JP Rosevear  <jpr@helixcode.com>

    * src/libical/icaltime.c (icaltime_compare_date_only): New
    function that compares only the dates, not the times as well

    * src/libical/icaltime.h: Add prototype

2000-09-01  JP Rosevear  <jpr@helixcode.com>

    * configure.in: We don't need AC_PROG_RANLIB and
    AM_PROG_LIBTOOL

    * src/libical/icalyacc.y (clear_recur): Explicitly
    set the week_start to the Monday default in case the
    recurrence rule does not.

2000-08-31  JP Rosevear  <jpr@helixcode.com>

    * Kill off more old, dead files
    
2000-08-31  JP Rosevear  <jpr@helixcode.com>

    * MacOS: This dir is not in 0.19
    
2000-08-31  JP Rosevear  <jpr@helixcode.com>

    * src/libical/CHANGES: This file is not in 0.19
    
2000-08-31  JP Rosevear  <jpr@helixcode.com>

    * src/libical/.gdb_history: Kill file

    * src/libical/.gdb_history: Kill file
    
2000-08-31  JP Rosevear  <jpr@helixcode.com>

    * configure.in: Don't list config.h in AC_OUTPUT
    
2000-08-31  JP Rosevear  <jpr@helixcode.com>

    * src/pvl/Makefile: Kill old file

    * src/test/usecases.c: Kill old file

    * src/test/.cvsignore: Update

    * src/libicalvcal/.cvsignore: Update

    * examples/.cvsignore: Shut up

2000-08-26  Ettore Perazzoli  <ettore@helixcode.com>

    * examples/Makefile.am (INCLUDES): More `$(srcdir)' loving.

    * src/libicalvcal/Makefile.am (INCLUDES): Add `-I
    $(srcdir)/../libical' for builddir != srcdir loving.

2000-08-25  Christopher James Lahey  <clahey@helixcode.com>

    * examples/access_properties_and_parameters.c,
    src/libicalvcal/vcc.y: Got rid of some warnings.

    * src/libicalvcal/vcc.c: Checking in generated C file.

2000-08-25  Christopher James Lahey  <clahey@helixcode.com>

    * src/libical/icalcomponent.c: Fixed an incorrect struct name.

2000-08-25  Peter Williams  <peterw@helixcode.com>

    * src/libical/icalcomponent.c (icalcomponent_end_component): Compile fix;
    use icalerror_check_arg_re so we can return an valid icalcompiter.
    (icalcomponent_begin_component): Same.

2000-08-24  JP Rosevear  <jpr@helixcode.com>

    * src/libical/icalvcal.h: Remove this duplicate file to fix build

2000-08-24  Federico Mena Quintero  <federico@helixcode.com>

    * src/test/Makefile.am: Make it work.

2000-08-04    <eric@softwarestudio.org>
    
    * stow.c Changed stow to write data to a file ( icalfileset) not a
    calendar. Also added MIME parsing capability

    * sspm.c Core of the mime processor. Now handles quoted-printable
    and base64 encodings

    * icalmime.h New file that parses mime data and returns an
    icalcomponent that includes all of the parts.

    
2000-07-26    <eric@softwarestudio.org>

    * icaldirset.h misc bug fixes to get deleting components to work

    * icalcomponent.h Eliminated internal use of _get_first_component
    and _get_next_component, since these will reset the interal
    iterators.

2000-07-23    <eric@softwarestudio.org>

    * icalcomponent.h Added external iterators to icalcomponent for
    subcomponents: icalcompiter. These are still experimental, but they
    seem to work OK and have a nice syntax

2000-07-18    <eric@softwarestudio.org>

    * icalset This is a new "superclass" for icalstore, icalcluster,
    and others. It merges the interfaces of the old icalstore and
    icalcluster

    * icalstore.{c,h} CHanged name to icaldirset

    * icalcluster.{c,h} Changed name to icalfileset
    

2000-06-12  Eric Busboom  <eric@softwarestudio.org>

    * icalstow.c misc improvements and bug fixes to make it useful.

2000-06-09  Eric Busboom  <eric@softwarestudio.org>

    * icalrecur.c More extensive code changes for recurrence rule.

    * icalyacc.y Added support for integers in by day lists

2000-06-08  Ettore Perazzoli  <ettore@helixcode.com>

    * src/test/Makefile.am (INCLUDES): Likewise.

    * src/libicalss/Makefile.am (INCLUDES): Use $(srcdir) to allow
    builddir != srcdir.

2000-06-01  Eric Busboom  <eric@softwarestudio.org>

    * icalrecur.c moved recur code into new files

2000-05-30  Eric Busboom  <eric@softwarestudio.org>

    * icaltypes.c Extensive work on code to expand recurences

    * icaltypes.h Changed signature icaltimetype_from_timet to include
    is_utc flag.
    

2000-03-17  Eric Busboom  <eric@softwarestudio.org>

    * icalstore.c Vastly improved icalstore_test. 

2000-03-16  Eric Busboom  <eric@softwarestudio.org>

    * icalcluster.c Added compile flag (ICAL_SAFESAVES) to switch how
    icalcluster saves files during commits. When the flag is define,
    it will write the data to a temorar file and rename the file to
    the target file.

    * storage.c Added seterate test suite for sotage components

    * icalparser.c Created parser object, implemented line-oriented
    parsering, and made message oriented parsing work in terms f line
    oriented parsing.

    * icalparser.c Fixed icalparser_get_line to remove \r in input.