]> Pileus Git - ~andy/gtk/commitdiff
Use the short prefix "IA__" for aliases instead of the long suffix
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Sep 2004 19:44:24 +0000 (19:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 9 Sep 2004 19:44:24 +0000 (19:44 +0000)
2004-09-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/makegtkalias.pl:
* gdk/makegdkalias.pl: Use the short prefix "IA__" for
aliases instead of the long suffix "__internal_alias".

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk-pixbuf/ChangeLog
gdk-pixbuf/makegdkpixbufalias.pl
gdk/makegdkalias.pl
gtk/makegtkalias.pl

index 388f5d74429c0f4250a6d6d2a362b5c863042c9e..371d44d08dd9b04182b50615046ebf964eb3892f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/makegtkalias.pl: 
+       * gdk/makegdkalias.pl: Use the short prefix "IA__" for 
+       aliases instead of the long suffix "__internal_alias". 
+
        * tests/testfilechooser.c (main): Update sensitivity of the "Select all"
        button.
 
index 388f5d74429c0f4250a6d6d2a362b5c863042c9e..371d44d08dd9b04182b50615046ebf964eb3892f 100644 (file)
@@ -1,5 +1,9 @@
 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/makegtkalias.pl: 
+       * gdk/makegdkalias.pl: Use the short prefix "IA__" for 
+       aliases instead of the long suffix "__internal_alias". 
+
        * tests/testfilechooser.c (main): Update sensitivity of the "Select all"
        button.
 
index 388f5d74429c0f4250a6d6d2a362b5c863042c9e..371d44d08dd9b04182b50615046ebf964eb3892f 100644 (file)
@@ -1,5 +1,9 @@
 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/makegtkalias.pl: 
+       * gdk/makegdkalias.pl: Use the short prefix "IA__" for 
+       aliases instead of the long suffix "__internal_alias". 
+
        * tests/testfilechooser.c (main): Update sensitivity of the "Select all"
        button.
 
index 388f5d74429c0f4250a6d6d2a362b5c863042c9e..371d44d08dd9b04182b50615046ebf964eb3892f 100644 (file)
@@ -1,5 +1,9 @@
 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/makegtkalias.pl: 
+       * gdk/makegdkalias.pl: Use the short prefix "IA__" for 
+       aliases instead of the long suffix "__internal_alias". 
+
        * tests/testfilechooser.c (main): Update sensitivity of the "Select all"
        button.
 
index b5fa7d3181ffdfd1882889d951f5c0f44bf8b754..16a1794dd90ca2e9d26b01ad4ac70714b9b15056 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * makegdkpixbufalias.pl: Use the short prefix "IA__" for 
+       aliases instead of the long suffix "__internal_alias". 
+       
 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk-pixbuf-core.h: Align argument names with source.
index 9bca4f7b4b9632c3ab5290c4e0bc849445a9b172..1c384bf3b8319ede5f9ae801ed50a887288d9cff 100755 (executable)
@@ -76,7 +76,7 @@ while (<>) {
 
   my $str = $_;
   chomp($str);
-  my $alias = $str."__internal_alias";
+  my $alias = "IA__".$str;
   
   print <<EOF
 extern __typeof ($str) $alias __attribute((visibility("hidden")));
index 4a1185f46871a4711e45897b0a3ec07d12ed30fa..ff945b30b73c640168e31e81ce51228b3667ce4b 100755 (executable)
@@ -94,7 +94,7 @@ while (<>) {
 
   my $str = $_;
   chomp($str);
-  my $alias = $str."__internal_alias";
+  my $alias = "IA__".$str;
  
   print <<EOF
 extern __typeof ($str) $alias __attribute((visibility("hidden")));
index 9fb298b578154a490be223ecb10cb4413cb550cf..d33b08f2ba01feeffd85432a6fa1f85530f15eee 100755 (executable)
@@ -104,7 +104,7 @@ while (<>) {
 
   my $str = $_;
   chomp($str);
-  my $alias = $str."__internal_alias";
+  my $alias = "IA__".$str;
   
   print <<EOF
 extern __typeof ($str) $alias __attribute((visibility("hidden")));