diff options
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 6b9f7e2190..c6d5919adc 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,31 @@ +2003-10-09 Jeffrey Stedfast <fejj@ximian.com> + + * src/libical/Makefile.am: Fixed INCLUDES and don't autogenerate + ical.h, no need to. Plus it caused problems anyways. + + * src/libical/*.[c,h]: Fixed the #includes + + * src/libicalss/Makefile.am: Fixed INCLUDES and don't autogenerate + icalss.h, no need to. Plus it caused problems anyways. + + * src/libicalss/*.[c,h]: Fixed the #includes + + * tests/*.c: #include <libical/ical.h> rather + than "ical.h" + + * tests/Makefile.am: Fixed INCLUDES + + * examples/*.c: #include <libical/ical.h> rather + than "ical.h" + + * examples/Makefile.am: Fixed INCLUDES + + * src/libicalvcal/icalvcal.h: #include <libical/ical.h> which is + no longer autogenerated. + + * src/libicalvcal/icalvcal.c (icalvcal_convert_with_defaults): Use + the proper macro names from config.h + 2003-10-07 Dan Winship <danw@ximian.com> * src/libical/Makefile.am: Remove libical-static |