From c414f5c1b4e615096fa159e6f4bda32da33891e4 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 2 Oct 2001 12:13:14 +0000 Subject: [PATCH] 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(). --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ glib/gstring.h | 2 +- 9 files changed, 41 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93faa124c..761e116aa 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 93faa124c..761e116aa 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 93faa124c..761e116aa 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 93faa124c..761e116aa 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 93faa124c..761e116aa 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 93faa124c..761e116aa 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 93faa124c..761e116aa 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 93faa124c..761e116aa 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 a7d1fcfc7..6b3bb5f94 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 */