aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-27 05:56:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-27 05:56:12 +0800
commitd5f77c20a8fac411744b8f444693010f28c9aeb4 (patch)
treebc5392cc0a0525529ce9cbad8cb0ff684c7aae7e /camel/ChangeLog
parent85c38af8b431e9bc0a6fe8f3c96f21cedb6f935d (diff)
downloadgsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar
gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.gz
gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.bz2
gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.lz
gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.xz
gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.tar.zst
gsoc2013-evolution-d5f77c20a8fac411744b8f444693010f28c9aeb4.zip
Allow the url to be NULL just like the libc free convention.
2001-07-26 Jeffrey Stedfast <fejj@ximian.com> * camel-url.c (camel_url_free): Allow the url to be NULL just like the libc free convention. svn path=/trunk/; revision=11437
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c8c34fc609..056a488f9b 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-26 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-url.c (camel_url_free): Allow the url to be NULL just like
+ the libc free convention.
+
2001-07-26 Dan Winship <danw@ximian.com>
* providers/imap/camel-imap-command.c (camel_imap_command_start):