diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-19 02:17:07 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-19 02:17:07 +0800 |
commit | 25e1b34aafe43ba6cf1040340a38dd38a90aad33 (patch) | |
tree | 0b4e666e45bf457edcc0095634f0ae6f429b8b5a /libical/ChangeLog | |
parent | bc17057ec598cd5f755fd66244c429ecc51cff01 (diff) | |
download | gsoc2013-evolution-25e1b34aafe43ba6cf1040340a38dd38a90aad33.tar gsoc2013-evolution-25e1b34aafe43ba6cf1040340a38dd38a90aad33.tar.gz gsoc2013-evolution-25e1b34aafe43ba6cf1040340a38dd38a90aad33.tar.bz2 gsoc2013-evolution-25e1b34aafe43ba6cf1040340a38dd38a90aad33.tar.lz gsoc2013-evolution-25e1b34aafe43ba6cf1040340a38dd38a90aad33.tar.xz gsoc2013-evolution-25e1b34aafe43ba6cf1040340a38dd38a90aad33.tar.zst gsoc2013-evolution-25e1b34aafe43ba6cf1040340a38dd38a90aad33.zip |
import of libical-0.16
svn path=/trunk/; revision=2484
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 683a112752..4b226ac5a6 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,18 +1,20 @@ -2000-04-10 Damon Chaplin <damon@helixcode.com> +2000-03-17 Eric Busboom <eric@agony.qualcomm.com> - * configure.in: added AC_PROG_MAKE_SET. + * icalstore.c Vastly improved icalstore_test. -2000-03-01 Ettore Perazzoli <ettore@helixcode.com> +2000-03-16 Eric Busboom <eric@agony.qualcomm.com> - * src/libicalss/Makefile.am (INCLUDES): Include from - `$(top_srcdir)/src/libical'. + * 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. -2000-02-26 Seth Alves <alves@hungry.com> + * storage.c Added seterate test suite for sotage components - * src/libical/icalitipy.y: renamed icalitip.y so automake bung is easy + * icalparser.c Created parser object, implemented line-oriented + parsering, and made message oriented parsing work in terms f line + oriented parsing. - * src/libical/icalitipl.l: renamed icalitip.l so automake bung is easy + * icalparser.c Fixed icalparser_get_line to remove \r in input. + - * src/libical/Makefile.am: added icalparser_yy to the start - of all the yacc/lex names to avoid namespace conflicts. - note that this forces the build to use bison/flex |