diff options
author | 9 <alla@lysator.liu.se> | 2001-02-19 13:58:35 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-02-19 13:58:35 +0000 |
commit | 1f6effe99bd65746e8b4b65c9ddc008ea0b21197 (patch) | |
tree | a5273725bc22d1a4f075c0e78cbc1147b1875b28 | |
parent | 4821d873030fa975a7377ba728c34410a8e6797f (diff) | |
download | gtk+-1f6effe99bd65746e8b4b65c9ddc008ea0b21197.tar.gz |
Comment out property assignments, these don't work yet.
2001-02-19 <alla@lysator.liu.se>
* gtk/testgtkrc:
Comment out property assignments, these don't work yet.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gtk/testgtkrc | 4 | ||||
-rw-r--r-- | tests/testgtkrc | 4 |
9 files changed, 39 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2001-02-19 <alla@lysator.liu.se> + + * gtk/testgtkrc: + Comment out property assignments, these don't work yet. + 2001-02-17 Havoc Pennington <hp@pobox.com> * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5e8f3f2bf0..3429a42d1b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-02-19 <alla@lysator.liu.se> + + * gtk/testgtkrc: + Comment out property assignments, these don't work yet. + 2001-02-17 Havoc Pennington <hp@pobox.com> * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5e8f3f2bf0..3429a42d1b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-02-19 <alla@lysator.liu.se> + + * gtk/testgtkrc: + Comment out property assignments, these don't work yet. + 2001-02-17 Havoc Pennington <hp@pobox.com> * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5e8f3f2bf0..3429a42d1b 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-02-19 <alla@lysator.liu.se> + + * gtk/testgtkrc: + Comment out property assignments, these don't work yet. + 2001-02-17 Havoc Pennington <hp@pobox.com> * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5e8f3f2bf0..3429a42d1b 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-02-19 <alla@lysator.liu.se> + + * gtk/testgtkrc: + Comment out property assignments, these don't work yet. + 2001-02-17 Havoc Pennington <hp@pobox.com> * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5e8f3f2bf0..3429a42d1b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-02-19 <alla@lysator.liu.se> + + * gtk/testgtkrc: + Comment out property assignments, these don't work yet. + 2001-02-17 Havoc Pennington <hp@pobox.com> * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5e8f3f2bf0..3429a42d1b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-02-19 <alla@lysator.liu.se> + + * gtk/testgtkrc: + Comment out property assignments, these don't work yet. + 2001-02-17 Havoc Pennington <hp@pobox.com> * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a diff --git a/gtk/testgtkrc b/gtk/testgtkrc index 784fc9a210..30fb41d861 100644 --- a/gtk/testgtkrc +++ b/gtk/testgtkrc @@ -22,8 +22,8 @@ include "testgtkrc2" # On Windows, if you have installed gtk-engines, try this for instance: #include "\\windows\\gtk\\themes\\Pixmap\\gtk\\gtkrc" -foo_number = 5 -mouse_timeout = -7 +#foo_number = 5 +#mouse_timeout = -7 pixmap_path "." diff --git a/tests/testgtkrc b/tests/testgtkrc index 784fc9a210..30fb41d861 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -22,8 +22,8 @@ include "testgtkrc2" # On Windows, if you have installed gtk-engines, try this for instance: #include "\\windows\\gtk\\themes\\Pixmap\\gtk\\gtkrc" -foo_number = 5 -mouse_timeout = -7 +#foo_number = 5 +#mouse_timeout = -7 pixmap_path "." |