aboutsummaryrefslogtreecommitdiffstats
path: root/libical/TODO
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-29 23:42:50 +0800
committernobody <nobody@localhost>2000-05-29 23:42:50 +0800
commit38c3f87fa2c50a71e095b4767d57ada6ce8867fe (patch)
tree47f7d2447d64eb8e27296917d78b128ddf21cde1 /libical/TODO
parentccb665a0262b51c92ca5a54a074dda0dec91a573 (diff)
downloadgsoc2013-evolution-38c3f87fa2c50a71e095b4767d57ada6ce8867fe.tar
gsoc2013-evolution-38c3f87fa2c50a71e095b4767d57ada6ce8867fe.tar.gz
gsoc2013-evolution-38c3f87fa2c50a71e095b4767d57ada6ce8867fe.tar.bz2
gsoc2013-evolution-38c3f87fa2c50a71e095b4767d57ada6ce8867fe.tar.lz
gsoc2013-evolution-38c3f87fa2c50a71e095b4767d57ada6ce8867fe.tar.xz
gsoc2013-evolution-38c3f87fa2c50a71e095b4767d57ada6ce8867fe.tar.zst
gsoc2013-evolution-38c3f87fa2c50a71e095b4767d57ada6ce8867fe.zip
This commit was manufactured by cvs2svn to create tag 'GTKHTML_1_4'.GTKHTML_1_4
svn path=/tags/GTKHTML_1_4/; revision=3264
Diffstat (limited to 'libical/TODO')
-rw-r--r--libical/TODO28
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
-