Hi today the cvs mail did not work for me (because i started using ssh) Moost changes I made where related to deprection. The DateSupport class is declared deprecated. On irc we agreed that we will want to remove the whole class. Therefore I started to remove refs to the DateSupport class and implemented the date conversions inline in the code. This is a quite tricy job and I will try to test as much as possible. the problem is that moost classes using DateSupport are deprecated or will be removed in the future or not used at all so it's very difficult to test
2 moost importent change I made -made changes to AnnotRel to remove the datesuport depecency(can somebody chek if it still works?) -Changed the code of DayMarks (from DateSupport.currentTimeMillis()/(1000*60*60*24) to System.currentTimeMillis()/(1000*60*60*24) greets
