diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-11-15 07:04:11 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-11-15 07:04:11 +0800 |
commit | 01e63125d5e3f5a4c92887cd147ee342da062e3e (patch) | |
tree | 25d0367bce301aff820fd1f84592ec799c70a6bd | |
parent | 7838233834765fa21f3597eb6d0e44558141e6fd (diff) | |
download | gsoc2013-evolution-01e63125d5e3f5a4c92887cd147ee342da062e3e.tar gsoc2013-evolution-01e63125d5e3f5a4c92887cd147ee342da062e3e.tar.gz gsoc2013-evolution-01e63125d5e3f5a4c92887cd147ee342da062e3e.tar.bz2 gsoc2013-evolution-01e63125d5e3f5a4c92887cd147ee342da062e3e.tar.lz gsoc2013-evolution-01e63125d5e3f5a4c92887cd147ee342da062e3e.tar.xz gsoc2013-evolution-01e63125d5e3f5a4c92887cd147ee342da062e3e.tar.zst gsoc2013-evolution-01e63125d5e3f5a4c92887cd147ee342da062e3e.zip |
Calendar/tasks NEWS.
2001-11-14 Federico Mena Quintero <federico@ximian.com>
* NEWS: Calendar/tasks NEWS.
svn path=/trunk/; revision=14717
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 35 |
2 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2001-11-14 Federico Mena Quintero <federico@ximian.com> + + * NEWS: Calendar/tasks NEWS. + 2001-11-13 JP Rosevear <jpr@ximian.com> * configure.in: restore cflags and ldflags properly @@ -1,3 +1,38 @@ +Version ??? +----------- + +Calendar: + + - Meeting page in the event editor now synchronizes its widgets + properly. (JP) + + - Meeting/scheduling pages now use timezones. (JP) + + - Better dragging of the time range in the meeting page. (JP) + + - Free/busy computation now uses recurrences. (JP) + + - Printout of the month view now has lines and dates [#10285]. + (Damon) + + - VCalendar components and start times for pasted event are handled + correctly [#5287]. (Rodrigo) + + - Alarm daemon configuration fixes [14655]. (Federico) + + - Day/week views now cancel operations properly if the component + gets deleted after editing [#15137]. (Federico) + + - Miscellaneous i18n fixes. (Zbigniew) + + - Miscellaneous memory leak fixes. (Rodrigo) + +Tasks: + + - UTF8 fixes for categories in the table view [#15304]. (Federico) + + - Removed the LOCATION field for now. (Damon) + Version 0.99.0 (1.0 Release Candidate 1), 2001-11-05 ---------------------------------------------------- |