diff --git a/ChangeLog b/ChangeLog index 388f5d7442..371d44d08d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-09-09 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 388f5d7442..371d44d08d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2004-09-09 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 388f5d7442..371d44d08d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,9 @@ 2004-09-09 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 388f5d7442..371d44d08d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2004-09-09 Matthias Clasen + * 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. diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index b5fa7d3181..16a1794dd9 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2004-09-09 Matthias Clasen + + * makegdkpixbufalias.pl: Use the short prefix "IA__" for + aliases instead of the long suffix "__internal_alias". + 2004-09-01 Matthias Clasen * gdk-pixbuf-core.h: Align argument names with source. diff --git a/gdk-pixbuf/makegdkpixbufalias.pl b/gdk-pixbuf/makegdkpixbufalias.pl index 9bca4f7b4b..1c384bf3b8 100755 --- a/gdk-pixbuf/makegdkpixbufalias.pl +++ b/gdk-pixbuf/makegdkpixbufalias.pl @@ -76,7 +76,7 @@ while (<>) { my $str = $_; chomp($str); - my $alias = $str."__internal_alias"; + my $alias = "IA__".$str; print <) { my $str = $_; chomp($str); - my $alias = $str."__internal_alias"; + my $alias = "IA__".$str; print <) { my $str = $_; chomp($str); - my $alias = $str."__internal_alias"; + my $alias = "IA__".$str; print <