diff options
author | nobody <nobody@localhost> | 2000-05-22 06:40:15 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-05-22 06:40:15 +0800 |
commit | 573469db0d4d8a5a328137342c041bd005eaf974 (patch) | |
tree | 70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /libical/TODO | |
parent | 3f5d9cb60827ca2a5e032e95aa241cc8376ab46f (diff) | |
download | gsoc2013-evolution-MC_4_5_47.tar gsoc2013-evolution-MC_4_5_47.tar.gz gsoc2013-evolution-MC_4_5_47.tar.bz2 gsoc2013-evolution-MC_4_5_47.tar.lz gsoc2013-evolution-MC_4_5_47.tar.xz gsoc2013-evolution-MC_4_5_47.tar.zst gsoc2013-evolution-MC_4_5_47.zip |
This commit was manufactured by cvs2svn to create tag 'MC_4_5_47'.MC_4_5_47
svn path=/tags/MC_4_5_47/; revision=3158
Diffstat (limited to 'libical/TODO')
-rw-r--r-- | libical/TODO | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/libical/TODO b/libical/TODO deleted file mode 100644 index c5c85f6753..0000000000 --- a/libical/TODO +++ /dev/null @@ -1,28 +0,0 @@ - -TODOs for libical-0.16 ---------------------- - -libical treats properties with multiple values incorrecty -- it always -seperates multiple values into multiple properties. This is not -acceptable for CATEGORIES and RESOURCES. - -Some TEXT valued properties, like METHOD, have a limited set of valid -values. The code should check that the values of these properites are -valid. ( Although METHOD now uses enums, and is not really TEXT valued ) - -Finish implementing values - ATTACH/BINARY - content_type - language - -Check for buffer overflow on external input. - -Error Handling - - Dates and times: the parser will accept many illegal date time - values - -RECUR values ignore integers in BYDAY clauses, ie 'FREQ=MONTHLY;BYDAY=-1SU' - -Restrictions code does not catch lack of DTEND or DURATION - |