Moving ChangeLog entry to gobject/.
authorBehdad Esfahbod <behdad@src.gnome.org>
Fri, 2 Jun 2006 21:54:04 +0000 (21:54 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 2 Jun 2006 21:54:04 +0000 (21:54 +0000)
ChangeLog
ChangeLog.pre-2-12
gobject/ChangeLog

index 29442ba..00d589f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
-2006-06-02  Behdad Esfahbod  <behdad@gnome.org>
-
-       * gobject/genum.h: Make value_name and value_nick const in structs
-       _GEnumValue and _GFlagValue.  (#317793)
-
 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmain.h: 
index 29442ba..00d589f 100644 (file)
@@ -1,8 +1,3 @@
-2006-06-02  Behdad Esfahbod  <behdad@gnome.org>
-
-       * gobject/genum.h: Make value_name and value_nick const in structs
-       _GEnumValue and _GFlagValue.  (#317793)
-
 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmain.h: 
index a4ec24c..390f2fe 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-02  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gobject/genum.h: Make value_name and value_nick const in structs
+       _GEnumValue and _GFlagValue.  (#317793)
+
 Tue May 16 14:01:43 2006  Tim Janik  <timj@imendio.com>
 
        * gtype.h (G_IMPLEMENT_INTERFACE): turn off compiler warnings, #337129.