diff options
author | nobody <nobody@localhost> | 2002-06-04 08:04:04 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-06-04 08:04:04 +0800 |
commit | 7760ee15585aca92e42e860d9967ac4d70021c5a (patch) | |
tree | de637e066d27368c7895eb176998ffe0218d787d /libical/ChangeLog | |
parent | b0d3a768d1197ef3fdd2f5884d981a23c367d594 (diff) | |
download | gsoc2013-evolution-EVOLUTION_1_0_6.tar.gz gsoc2013-evolution-EVOLUTION_1_0_6.tar.zst gsoc2013-evolution-EVOLUTION_1_0_6.zip |
This commit was manufactured by cvs2svn to create tagEVOLUTION_1_0_6
'EVOLUTION_1_0_6'.
svn path=/tags/EVOLUTION_1_0_6/; revision=17093
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 55 |
1 files changed, 6 insertions, 49 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index d69a377318..2ecd0248d7 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,54 +1,11 @@ -2002-04-01 Dan Winship <danw@ximian.com> +2001-12-18 Dan Winship <danw@ximian.com> - Darwin/OS portability from Max Horn <max@quendi.de> - - * src/libical/icallangbind.c: #include <stdlib.h>, not <malloc.h> - - * src/libicalvcal/vobject.c: Likewise - - * src/libicalvcal/vcc.y: Likewise - - * src/libicalss/icaldirset.c: Rearrange #includes slightly to make - Darwin happy. - -2002-02-08 Damon Chaplin <damon@ximian.com> - - * src/Makefile.am (SUBDIRS): added libicalvcal. - - * configure.in (AC_OUTPUT): added src/libicalvcal/Makefile. - -2002-02-06 Damon Chaplin <damon@ximian.com> - - * src/libicalvcal/icalvcal.c: major changes to support RRULE/EXRULE, - VALARMS and several other properties. - - * src/libicalvcal/icalvcal.h (icalvcal_convert_with_defaults): new - function to pass defaults for a few values into the importer. These - are used when the vCalendar file doesn't provide the property but it - is required in iCalendar. - - * src/libicalvcal/vcc.y: support multi-valued properties, by appending - new ones and separating by ';'. This was pinched from our changes to - evolution/libversit/vcc.y. - - * src/libicalvcal/Makefile.am: renamed library to libicalvcal-evolution - Don't install the headers. - - * design-data/parameters.csv: added new error for error's parsing - vCalendar properties. - -2002-01-28 Dan Winship <danw@ximian.com> - - * src/libical/icalrecur.c (icalrecur_add_bydayrules): Skip over - illegal whitespace in Microsoft-generated BYDAY rules. - -2001-12-18 Damon Chaplin <damon@ximian.com> - - * src/libical/icalyacc.y: removed unused 'trigger:' production. + * configure.in (AC_OUTPUT): Remove src/libicalss/Makefile and + src/libicalvcal/Makefile since we don't build those any more. From + Jeremy Katz (katzj@redhat.com). #17606. - * configure.in (AC_OUTPUT): patch from Jeremy Katz <katzj@redhat.com> - to remove src/libicalss/Makefile and src/libicalvcal/Makefile, as we - don't ship those directories now. + * src/libical/icalyacc.y: Remove an unused rule since bison 1.30 + apparently considers this an error. #17531. 2001-12-10 Damon Chaplin <damon@ximian.com> |