aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-12-03 15:24:47 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-12-03 15:24:47 +0800
commit2e132a09abe8303d10d25b80d1fe23e3b18c6a62 (patch)
tree928cdab278c676a4d9341fbf66dbc271da083b14 /calendar
parentafb45991801e0496d1f177ee5c973bca980ceef3 (diff)
downloadgsoc2013-evolution-2e132a09abe8303d10d25b80d1fe23e3b18c6a62.tar
gsoc2013-evolution-2e132a09abe8303d10d25b80d1fe23e3b18c6a62.tar.gz
gsoc2013-evolution-2e132a09abe8303d10d25b80d1fe23e3b18c6a62.tar.bz2
gsoc2013-evolution-2e132a09abe8303d10d25b80d1fe23e3b18c6a62.tar.lz
gsoc2013-evolution-2e132a09abe8303d10d25b80d1fe23e3b18c6a62.tar.xz
gsoc2013-evolution-2e132a09abe8303d10d25b80d1fe23e3b18c6a62.tar.zst
gsoc2013-evolution-2e132a09abe8303d10d25b80d1fe23e3b18c6a62.zip
1.1.0
svn path=/trunk/; revision=1457
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5bb14d2d42..f36cbe7ced 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,23 @@
+1999-10-12 Clifford R. Conover <rusty@zootweb.com>
+
+ * gncal-todo.c Todo List improvements.
+
+ Cleaned up todo item highlighting, added support for highlighting
+ events due today, and events not due yet. Colors are configurable
+ on the Colors Tab of the properties window.
+
+ Renamed Frame in Properties window to Colors rather then Month
+ Colors since we are now asking for Todo item colors.
+
+ Added ability to display time until todo item is due in list, it
+ automatically selects the best denomination of time (up to weeks)
+ and down to seconds to display. This should be made configurable
+ in a future version.
+
+ Changed Todo dialog to ask for time that event is due. This
+ allows more accurate tracking of then the item is due, before the
+ dialog was only asking for the date of the todo item.
+
1999-12-03 Eskil Heyn Olsen <deity@eskil.dk>
* calendar-conduit.c: undef DEBUG_CALCONDUT, suppresses debug output.