aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-10-10 22:37:14 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-10-10 22:37:14 +0800
commit1359335208dd9260b6b0541b692e534fa70bed7b (patch)
tree8d707e092305448cb3194b5b0a853c706b661da9 /calendar/ChangeLog
parenta46bcc8084af31a5cb86b0b5305298e94250c5f9 (diff)
downloadgsoc2013-evolution-1359335208dd9260b6b0541b692e534fa70bed7b.tar
gsoc2013-evolution-1359335208dd9260b6b0541b692e534fa70bed7b.tar.gz
gsoc2013-evolution-1359335208dd9260b6b0541b692e534fa70bed7b.tar.bz2
gsoc2013-evolution-1359335208dd9260b6b0541b692e534fa70bed7b.tar.lz
gsoc2013-evolution-1359335208dd9260b6b0541b692e534fa70bed7b.tar.xz
gsoc2013-evolution-1359335208dd9260b6b0541b692e534fa70bed7b.tar.zst
gsoc2013-evolution-1359335208dd9260b6b0541b692e534fa70bed7b.zip
fix logic checks
2001-10-10 JP Rosevear <jpr@ximian.com> * pcs/cal-factory.c (add_uri): fix logic checks * gui/dialogs/event-editor.c (event_editor_init): init the exisiting_org boolean (set_menu_sens): base sensitivity on existing_org boolean (event_editor_edit_comp): set exisiting_org boolean * gui/dialogs/task-editor.c: same as above * gui/calendar-offline-handler.c (add_connection): handle the protocol or host being unknown * cal-util/cal-component.c (cal_component_has_organizer): implement svn path=/trunk/; revision=13552
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9220f6aae7..6fe9f516fe 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,20 @@
+2001-10-10 JP Rosevear <jpr@ximian.com>
+
+ * pcs/cal-factory.c (add_uri): fix logic checks
+
+ * gui/dialogs/event-editor.c (event_editor_init): init the
+ exisiting_org boolean
+ (set_menu_sens): base sensitivity on existing_org boolean
+ (event_editor_edit_comp): set exisiting_org boolean
+
+ * gui/dialogs/task-editor.c: same as above
+
+ * gui/calendar-offline-handler.c (add_connection): handle the
+ protocol or host being unknown
+
+ * cal-util/cal-component.c (cal_component_has_organizer):
+ implement
+
2001-10-09 Federico Mena Quintero <federico@ximian.com>
Fixes bug #884.