From 55e6218d5907cc9f27ad81a15d750e7c3d2d5d75 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 24 Feb 2000 16:25:23 +0000 Subject: use CamelExceptions for run-time errors, not incorrect code. Don't bother * camel-folder.c: use CamelExceptions for run-time errors, not incorrect code. Don't bother validating that an object exists from inside one of its methods, since you couldn't have gotten there if it didn't. Fix some code style bugs. svn path=/trunk/; revision=1918 --- camel/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 67e0a67776..2f6fd6f3f9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2000-02-24 Dan Winship + + * camel-folder.c: use CamelExceptions for run-time errors, not + incorrect code. Don't bother validating that an object exists from + inside one of its methods, since you couldn't have gotten there if + it didn't. Fix some code style bugs. + 2000-02-23 Dan Winship * camel-medium.c (_finalize): Free the data in the headers hash -- cgit v1.2.3