let the compatibility definition point to the new name

2001-10-02  Sven Neumann  <sven@gimp.org>

	* glib/gstring.h (g_string_sprintfa): let the compatibility definition
	point to the new name g_string_append_printf().
This commit is contained in:
Sven Neumann 2001-10-02 12:13:14 +00:00 committed by Sven Neumann
parent e9d05783f6
commit c414f5c1b4
9 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
point to the new name g_string_append_printf().
2001-10-01 Alex Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
point to the new name g_string_append_printf().
2001-10-01 Alex Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
point to the new name g_string_append_printf().
2001-10-01 Alex Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
point to the new name g_string_append_printf().
2001-10-01 Alex Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
point to the new name g_string_append_printf().
2001-10-01 Alex Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
point to the new name g_string_append_printf().
2001-10-01 Alex Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
point to the new name g_string_append_printf().
2001-10-01 Alex Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
point to the new name g_string_append_printf().
2001-10-01 Alex Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:

View File

@ -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 */