aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-07-12 03:11:48 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-07-12 03:11:48 +0800
commita389093a50a28b57e2709ecb896d7c9368291012 (patch)
treeb937c45e82e27b7fba4af5020fbf5f6ebdf66a97 /calendar/ChangeLog
parentcd3c88731d5b462f3de8378ab091eab846403048 (diff)
downloadgsoc2013-evolution-a389093a50a28b57e2709ecb896d7c9368291012.tar
gsoc2013-evolution-a389093a50a28b57e2709ecb896d7c9368291012.tar.gz
gsoc2013-evolution-a389093a50a28b57e2709ecb896d7c9368291012.tar.bz2
gsoc2013-evolution-a389093a50a28b57e2709ecb896d7c9368291012.tar.lz
gsoc2013-evolution-a389093a50a28b57e2709ecb896d7c9368291012.tar.xz
gsoc2013-evolution-a389093a50a28b57e2709ecb896d7c9368291012.tar.zst
gsoc2013-evolution-a389093a50a28b57e2709ecb896d7c9368291012.zip
Removed unneeded check for the URI. (load_fn): Be more paranoid about the
2000-07-11 Federico Mena Quintero <federico@helixcode.com> * pcs/cal-factory.c (queue_load_create_job): Removed unneeded check for the URI. (load_fn): Be more paranoid about the URI and notify the listener if we got passed a bad URI. Simplify the termination code a bit. (create_fn): Likewise. (queue_load_create_job): Be more paranoid about the URI. svn path=/trunk/; revision=4089
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ca2e79701c..ae63b9f855 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2000-07-11 Federico Mena Quintero <federico@helixcode.com>
+
+ * pcs/cal-factory.c (queue_load_create_job): Removed unneeded
+ check for the URI.
+ (load_fn): Be more paranoid about the URI and notify the listener
+ if we got passed a bad URI. Simplify the termination code a bit.
+ (create_fn): Likewise.
+ (queue_load_create_job): Be more paranoid about the URI.
+
2000-07-10 Ettore Perazzoli <ettore@helixcode.com>
* gui/Makefile.am: Remove pilot stuff for now.