summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-08-17 18:24:06 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-17 18:24:06 +0000
commit54fb7a7b0d8761a0f5e38d94b35cfbaac4695d1f (patch)
tree75aae9b46fef1ac234624c133258d3fb6019e529 /ChangeLog.pre-2-6
parent3cc0ae605a10eb7f24bc6083e2388a7103a4aeb4 (diff)
downloadgtk+-54fb7a7b0d8761a0f5e38d94b35cfbaac4695d1f.tar.gz
No need for INCLUDE_INTERNAL_SYMBOLS anymore.
2004-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore. * gdk/gdk.symbols: Don't use #if defined(). * gdk/Makefile.am (gdkalias.h): * gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols. * gdk/makegdkalias.pl: * gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and keep the #ifdefs which differentiate between platforms. * gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no longer needed.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-616
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 009da40906..a306d32efa 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,21 @@
2004-08-17 Matthias Clasen <mclasen@redhat.com>
+ * gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
+
+ * gdk/gdk.symbols: Don't use #if defined().
+
+ * gdk/Makefile.am (gdkalias.h):
+ * gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols.
+
+ * gdk/makegdkalias.pl:
+ * gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and
+ keep the #ifdefs which differentiate between platforms.
+
+ * gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no
+ longer needed.
+
+2004-08-17 Matthias Clasen <mclasen@redhat.com>
+
* tests/testfilechooserbutton.c: Use g_message() throughout, add RTL envar for
rtl testing.