diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-26 23:13:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-26 23:13:50 +0800 |
commit | 222e4d4b62bb55f2fe32d79b8be9129f0f7ceba4 (patch) | |
tree | 770b4a12260c77f1b2f35322b91e33b785a4849d /camel/ChangeLog | |
parent | 53f0a7f9e42c3544eaf9f4b70f449b3e1efa299d (diff) | |
download | gsoc2013-evolution-222e4d4b62bb55f2fe32d79b8be9129f0f7ceba4.tar.gz gsoc2013-evolution-222e4d4b62bb55f2fe32d79b8be9129f0f7ceba4.tar.zst gsoc2013-evolution-222e4d4b62bb55f2fe32d79b8be9129f0f7ceba4.zip |
Should now always prepend a '/' before the path if it doesn't already
2000-07-26 Jeffrey Stedfast <fejj@helixcode.com>
* camel-url.c (camel_url_to_string): Should now always prepend a '/'
before the path if it doesn't already exist.
* providers/imap/camel-imap-folder.c: Fixed a few compiler warnings
svn path=/trunk/; revision=4346
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6f87c687a7..6e48d24adb 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2000-07-26 Jeffrey Stedfast <fejj@helixcode.com> + * camel-url.c (camel_url_to_string): Should now always prepend a '/' + before the path if it doesn't already exist. + * providers/imap/camel-imap-folder.c: Fixed a few compiler warnings 2000-07-25 Jeffrey Stedfast <fejj@helixcode.com> |