diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-18 05:01:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-18 05:01:00 +0800 |
commit | 5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22 (patch) | |
tree | f76f0dfd12be914146acbe3f96e899b9165dbf20 /camel/ChangeLog | |
parent | f37b0a1ab7d9dd437905d10d85410992ad9abc0a (diff) | |
download | gsoc2013-evolution-5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22.tar gsoc2013-evolution-5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22.tar.gz gsoc2013-evolution-5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22.tar.bz2 gsoc2013-evolution-5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22.tar.lz gsoc2013-evolution-5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22.tar.xz gsoc2013-evolution-5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22.tar.zst gsoc2013-evolution-5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22.zip |
Replace calls to g_string_sprintfa() with g_string_append_printf() since
2002-12-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-url.c: Replace calls to g_string_sprintfa() with
g_string_append_printf() since the former seems to have been
deprecated.
* camel-service.c: Same.
* camel-mime-utils.c: Here too.
svn path=/trunk/; revision=19153
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a811acd7cc..e9d1c2e18b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2002-12-17 Jeffrey Stedfast <fejj@ximian.com> + + * camel-url.c: Replace calls to g_string_sprintfa() with + g_string_append_printf() since the former seems to have been + deprecated. + + * camel-service.c: Same. + + * camel-mime-utils.c: Here too. + 2002-12-16 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-part-utils.c |