summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-04
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-24
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--gtk/gtkobject.h2
8 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index efc272e536..f197a6566c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkobject.h: remove extraneous comma
+
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index efc272e536..f197a6566c 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkobject.h: remove extraneous comma
+
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index efc272e536..f197a6566c 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkobject.h: remove extraneous comma
+
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index efc272e536..f197a6566c 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkobject.h: remove extraneous comma
+
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index efc272e536..f197a6566c 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkobject.h: remove extraneous comma
+
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index efc272e536..f197a6566c 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkobject.h: remove extraneous comma
+
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index efc272e536..f197a6566c 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkobject.h: remove extraneous comma
+
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h
index 7900f84c70..e16006dd16 100644
--- a/gtk/gtkobject.h
+++ b/gtk/gtkobject.h
@@ -74,7 +74,7 @@ typedef enum
GTK_DESTROYED = 1 << 0,
GTK_FLOATING = 1 << 1,
GTK_CONNECTED = 1 << 2,
- GTK_CONSTRUCTED = 1 << 3,
+ GTK_CONSTRUCTED = 1 << 3
} GtkObjectFlags;
/* Macros for extracting the object_flags from GtkObject.