aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-09-06 08:13:05 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-09-06 08:13:05 +0800
commite8648e48175c1b6d26bff5316c2c7d738245a63c (patch)
treeb6dcd1e5670462fe810b90a601013556d5db2604 /calendar/ChangeLog
parent6403bd5b4def7c610285d2aaad10e793b321091d (diff)
downloadgsoc2013-evolution-e8648e48175c1b6d26bff5316c2c7d738245a63c.tar
gsoc2013-evolution-e8648e48175c1b6d26bff5316c2c7d738245a63c.tar.gz
gsoc2013-evolution-e8648e48175c1b6d26bff5316c2c7d738245a63c.tar.bz2
gsoc2013-evolution-e8648e48175c1b6d26bff5316c2c7d738245a63c.tar.lz
gsoc2013-evolution-e8648e48175c1b6d26bff5316c2c7d738245a63c.tar.xz
gsoc2013-evolution-e8648e48175c1b6d26bff5316c2c7d738245a63c.tar.zst
gsoc2013-evolution-e8648e48175c1b6d26bff5316c2c7d738245a63c.zip
uses the new TaskEditor dialog.
2000-09-06 Damon Chaplin <damon@helixcode.com> * gui/e-calendar-table.c (e_calendar_table_open_task): uses the new TaskEditor dialog. * gui/dialogs/task-editor.[hc]: * gui/dialogs/task-editor-dialog.glade: updated. Still need to fix the 'Status' property (CalComponent doesn't support it yet), and use a replacement for GnomeDateEdit, since we need to support setting 'None' as the date. 2000-09-04 Damon Chaplin <damon@helixcode.com> * gui/event-editor.c (obj_updated_cb): (obj_removed_cb): compare the updated object's uid with the one we are editing, and just return if it doesn't match. 2000-09-01 Damon Chaplin <damon@helixcode.com> * gui/gnome-cal.c (gnome_calendar_tag_calendar): added check to see if the client has loaded successfully. Gets rid of a few warnings. svn path=/trunk/; revision=5217
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9a6b9e155e..af7e292b09 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,25 @@
+2000-09-06 Damon Chaplin <damon@helixcode.com>
+
+ * gui/e-calendar-table.c (e_calendar_table_open_task): uses the new
+ TaskEditor dialog.
+
+ * gui/dialogs/task-editor.[hc]:
+ * gui/dialogs/task-editor-dialog.glade: updated. Still need to fix the
+ 'Status' property (CalComponent doesn't support it yet), and use a
+ replacement for GnomeDateEdit, since we need to support setting 'None'
+ as the date.
+
+2000-09-04 Damon Chaplin <damon@helixcode.com>
+
+ * gui/event-editor.c (obj_updated_cb):
+ (obj_removed_cb): compare the updated object's uid with the one we
+ are editing, and just return if it doesn't match.
+
+2000-09-01 Damon Chaplin <damon@helixcode.com>
+
+ * gui/gnome-cal.c (gnome_calendar_tag_calendar): added check to see
+ if the client has loaded successfully. Gets rid of a few warnings.
+
2000-09-05 JP Rosevear <jpr@helixcode.com>
* cal-util/cal-recur.c (generate_instances_for_year): The exdate
@@ -144,6 +166,16 @@
* gui/print.c: Countless small changes for gnome-print 0.21+
+2000-08-30 Damon Chaplin <damon@helixcode.com>
+
+ * gui/e-day-view.[hc]:
+ * gui/e-day-view-main-item.c:
+ * gui/e-week-view.[hc]:
+ * gui/e-week-view-main-item.c:
+ * gui/calendar-commands.c:
+ * gui/gnome-cal.[hc]: switched to using new ECalendar widget,
+ and a few other fixes.
+
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
* gui/gnome-cal.h (GnomeCal): Removed unused field event_editor.