From: Sven Neumann Date: Tue, 2 Oct 2001 12:13:14 +0000 (+0000) Subject: let the compatibility definition point to the new name X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c414f5c1b4e615096fa159e6f4bda32da33891e4;p=dana%2Fcg-glib.git let the compatibility definition point to the new name 2001-10-02 Sven Neumann * glib/gstring.h (g_string_sprintfa): let the compatibility definition point to the new name g_string_append_printf(). --- diff --git a/ChangeLog b/ChangeLog index 93faa124..761e116a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * glib/gstring.h (g_string_sprintfa): let the compatibility definition + point to the new name g_string_append_printf(). + 2001-10-01 Alex Larsson * glib/gconvert.[ch]: diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 93faa124..761e116a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * glib/gstring.h (g_string_sprintfa): let the compatibility definition + point to the new name g_string_append_printf(). + 2001-10-01 Alex Larsson * glib/gconvert.[ch]: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 93faa124..761e116a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * glib/gstring.h (g_string_sprintfa): let the compatibility definition + point to the new name g_string_append_printf(). + 2001-10-01 Alex Larsson * glib/gconvert.[ch]: diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 93faa124..761e116a 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * glib/gstring.h (g_string_sprintfa): let the compatibility definition + point to the new name g_string_append_printf(). + 2001-10-01 Alex Larsson * glib/gconvert.[ch]: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 93faa124..761e116a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * glib/gstring.h (g_string_sprintfa): let the compatibility definition + point to the new name g_string_append_printf(). + 2001-10-01 Alex Larsson * glib/gconvert.[ch]: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 93faa124..761e116a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * glib/gstring.h (g_string_sprintfa): let the compatibility definition + point to the new name g_string_append_printf(). + 2001-10-01 Alex Larsson * glib/gconvert.[ch]: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 93faa124..761e116a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * glib/gstring.h (g_string_sprintfa): let the compatibility definition + point to the new name g_string_append_printf(). + 2001-10-01 Alex Larsson * glib/gconvert.[ch]: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 93faa124..761e116a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * glib/gstring.h (g_string_sprintfa): let the compatibility definition + point to the new name g_string_append_printf(). + 2001-10-01 Alex Larsson * glib/gconvert.[ch]: diff --git a/glib/gstring.h b/glib/gstring.h index a7d1fcfc..6b3bb5f9 100644 --- a/glib/gstring.h +++ b/glib/gstring.h @@ -124,7 +124,7 @@ GString* g_string_up (GString *string); /* These aliases are included for compatibility. */ #define g_string_sprintf g_string_printf -#define g_string_sprintfa g_string_printfa +#define g_string_sprintfa g_string_append_printf #endif /* G_DISABLE_DEPRECATED */