diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-26 07:04:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-26 07:04:14 +0800 |
commit | a0b95ac74df4e058b00d23e570ffb2b018f360b8 (patch) | |
tree | 1d782e006485ff81059e4b44a649f60423db1c53 /camel/ChangeLog | |
parent | 182c699c3909ff7e052f05259bac368b72c464f3 (diff) | |
download | gsoc2013-evolution-a0b95ac74df4e058b00d23e570ffb2b018f360b8.tar gsoc2013-evolution-a0b95ac74df4e058b00d23e570ffb2b018f360b8.tar.gz gsoc2013-evolution-a0b95ac74df4e058b00d23e570ffb2b018f360b8.tar.bz2 gsoc2013-evolution-a0b95ac74df4e058b00d23e570ffb2b018f360b8.tar.lz gsoc2013-evolution-a0b95ac74df4e058b00d23e570ffb2b018f360b8.tar.xz gsoc2013-evolution-a0b95ac74df4e058b00d23e570ffb2b018f360b8.tar.zst gsoc2013-evolution-a0b95ac74df4e058b00d23e570ffb2b018f360b8.zip |
eh, changed my mind, put the exception back in camel_url_new()
svn path=/trunk/; revision=8934
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c0161d7f5b..f05ad41461 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -3,15 +3,11 @@ * camel-url.c (camel_url_new_with_base): New URL parser with full RFC1808 relative URL support. Yum. (camel_url_new): Wrapper around camel_url_new_with_base now. - Removed the CamelException since no one ever used it... - + * tests/Makefile.am: add misc subdir * tests/misc/url.c: relative URL test cases from RFC 1808 - * camel-session.c (camel_session_get_service): Update - camel_url_new call. - 2001-03-25 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (do_copy): Don't use copy_to if the source |