diff options
author | Dan Winship <danw@src.gnome.org> | 2000-02-25 00:25:23 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-02-25 00:25:23 +0800 |
commit | 55e6218d5907cc9f27ad81a15d750e7c3d2d5d75 (patch) | |
tree | f2ad503809bffcf7b66fd7d79d3c2e59fe8dc4af /camel/ChangeLog | |
parent | 8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d (diff) | |
download | gsoc2013-evolution-55e6218d5907cc9f27ad81a15d750e7c3d2d5d75.tar gsoc2013-evolution-55e6218d5907cc9f27ad81a15d750e7c3d2d5d75.tar.gz gsoc2013-evolution-55e6218d5907cc9f27ad81a15d750e7c3d2d5d75.tar.bz2 gsoc2013-evolution-55e6218d5907cc9f27ad81a15d750e7c3d2d5d75.tar.lz gsoc2013-evolution-55e6218d5907cc9f27ad81a15d750e7c3d2d5d75.tar.xz gsoc2013-evolution-55e6218d5907cc9f27ad81a15d750e7c3d2d5d75.tar.zst gsoc2013-evolution-55e6218d5907cc9f27ad81a15d750e7c3d2d5d75.zip |
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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <danw@helixcode.com> + + * 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 <danw@helixcode.com> * camel-medium.c (_finalize): Free the data in the headers hash |