let the compatibility definition point to the new name
authorSven Neumann <sven@gimp.org>
Tue, 2 Oct 2001 12:13:14 +0000 (12:13 +0000)
committerSven Neumann <neo@src.gnome.org>
Tue, 2 Oct 2001 12:13:14 +0000 (12:13 +0000)
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().

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gstring.h

index 93faa12..761e116 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]:
index 93faa12..761e116 100644 (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]:
index 93faa12..761e116 100644 (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]:
index 93faa12..761e116 100644 (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]:
index 93faa12..761e116 100644 (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]:
index 93faa12..761e116 100644 (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]:
index 93faa12..761e116 100644 (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]:
index 93faa12..761e116 100644 (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]:
index a7d1fcf..6b3bb5f 100644 (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 */