summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--gtk/gtkcombobox.h6
-rw-r--r--gtk/gtkcomboboxentry.h6
-rw-r--r--gtk/gtkentrycompletion.h6
8 files changed, 48 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f15baa601c..b59188a0ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index f15baa601c..b59188a0ba 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index f15baa601c..b59188a0ba 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index f15baa601c..b59188a0ba 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index f15baa601c..b59188a0ba 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index 4a188a64af..e93ebee444 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -51,6 +51,12 @@ struct _GtkComboBoxClass
/* signals */
void (* changed) (GtkComboBox *combo_box);
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved0) (void);
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
};
diff --git a/gtk/gtkcomboboxentry.h b/gtk/gtkcomboboxentry.h
index 85f88fe1cb..9ec985f912 100644
--- a/gtk/gtkcomboboxentry.h
+++ b/gtk/gtkcomboboxentry.h
@@ -47,6 +47,12 @@ struct _GtkComboBoxEntry
struct _GtkComboBoxEntryClass
{
GtkComboBoxClass parent_class;
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved0) (void);
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
};
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h
index 2a1b23327f..4ad3d7345a 100644
--- a/gtk/gtkentrycompletion.h
+++ b/gtk/gtkentrycompletion.h
@@ -64,6 +64,12 @@ struct _GtkEntryCompletionClass
GtkTreeIter *iter);
void (* action_activated) (GtkEntryCompletion *completion,
gint index);
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved0) (void);
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
};
/* core */