summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <johnsonm@src.gnome.org>1997-12-01 19:01:07 +0000
committerMichael Johnson <johnsonm@src.gnome.org>1997-12-01 19:01:07 +0000
commit60ec6d4638eb2acf17b8e21fae93eec6f3a15c7a (patch)
tree94b8efb6f5095b7a4ad078acc2c3e51aeccc6dde
parentb50a9f760b38081e06559e3baf229fc0bb8ef3d5 (diff)
downloadgdk-pixbuf-60ec6d4638eb2acf17b8e21fae93eec6f3a15c7a.tar.gz
ChangeLog entry about gtkentry visibility I forgot to make on the 17th. :-(
-mkj
-rw-r--r--ChangeLog14
-rw-r--r--ChangeLog.pre-2-014
-rw-r--r--ChangeLog.pre-2-1014
-rw-r--r--ChangeLog.pre-2-214
-rw-r--r--ChangeLog.pre-2-414
-rw-r--r--ChangeLog.pre-2-614
-rw-r--r--ChangeLog.pre-2-814
7 files changed, 98 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 119afb495..e8c32f006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,20 @@ Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
the a label to disappear on widgets which don't give their
child labels proper area!
+Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
+ * gtkwidget.c: gtk_set_style_recurse was not allowing updated
+ widget names to cause new styles to be applied.
+ * gtkentry.c gtkentry.h: The entry widget now has invisible
+ attribute. The cursor does not move to show you typing; this
+ is an intentional design decision but I'm not so attached to it
+ that I'll reverse any patches that change it... :-)
+
+ This patch is a modified version of a patch to which I have
+ lost the attribution. I modified it by packing the "visible"
+ flag into the structure more tightly (without damaging backwards
+ compatibility on sane systems) and by allowing entry timers
+ to run.
+
Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
* gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list
to fix some viewport bugs
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 119afb495..e8c32f006 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -100,6 +100,20 @@ Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
the a label to disappear on widgets which don't give their
child labels proper area!
+Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
+ * gtkwidget.c: gtk_set_style_recurse was not allowing updated
+ widget names to cause new styles to be applied.
+ * gtkentry.c gtkentry.h: The entry widget now has invisible
+ attribute. The cursor does not move to show you typing; this
+ is an intentional design decision but I'm not so attached to it
+ that I'll reverse any patches that change it... :-)
+
+ This patch is a modified version of a patch to which I have
+ lost the attribution. I modified it by packing the "visible"
+ flag into the structure more tightly (without damaging backwards
+ compatibility on sane systems) and by allowing entry timers
+ to run.
+
Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
* gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list
to fix some viewport bugs
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 119afb495..e8c32f006 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -100,6 +100,20 @@ Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
the a label to disappear on widgets which don't give their
child labels proper area!
+Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
+ * gtkwidget.c: gtk_set_style_recurse was not allowing updated
+ widget names to cause new styles to be applied.
+ * gtkentry.c gtkentry.h: The entry widget now has invisible
+ attribute. The cursor does not move to show you typing; this
+ is an intentional design decision but I'm not so attached to it
+ that I'll reverse any patches that change it... :-)
+
+ This patch is a modified version of a patch to which I have
+ lost the attribution. I modified it by packing the "visible"
+ flag into the structure more tightly (without damaging backwards
+ compatibility on sane systems) and by allowing entry timers
+ to run.
+
Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
* gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list
to fix some viewport bugs
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 119afb495..e8c32f006 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -100,6 +100,20 @@ Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
the a label to disappear on widgets which don't give their
child labels proper area!
+Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
+ * gtkwidget.c: gtk_set_style_recurse was not allowing updated
+ widget names to cause new styles to be applied.
+ * gtkentry.c gtkentry.h: The entry widget now has invisible
+ attribute. The cursor does not move to show you typing; this
+ is an intentional design decision but I'm not so attached to it
+ that I'll reverse any patches that change it... :-)
+
+ This patch is a modified version of a patch to which I have
+ lost the attribution. I modified it by packing the "visible"
+ flag into the structure more tightly (without damaging backwards
+ compatibility on sane systems) and by allowing entry timers
+ to run.
+
Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
* gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list
to fix some viewport bugs
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 119afb495..e8c32f006 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -100,6 +100,20 @@ Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
the a label to disappear on widgets which don't give their
child labels proper area!
+Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
+ * gtkwidget.c: gtk_set_style_recurse was not allowing updated
+ widget names to cause new styles to be applied.
+ * gtkentry.c gtkentry.h: The entry widget now has invisible
+ attribute. The cursor does not move to show you typing; this
+ is an intentional design decision but I'm not so attached to it
+ that I'll reverse any patches that change it... :-)
+
+ This patch is a modified version of a patch to which I have
+ lost the attribution. I modified it by packing the "visible"
+ flag into the structure more tightly (without damaging backwards
+ compatibility on sane systems) and by allowing entry timers
+ to run.
+
Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
* gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list
to fix some viewport bugs
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 119afb495..e8c32f006 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -100,6 +100,20 @@ Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
the a label to disappear on widgets which don't give their
child labels proper area!
+Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
+ * gtkwidget.c: gtk_set_style_recurse was not allowing updated
+ widget names to cause new styles to be applied.
+ * gtkentry.c gtkentry.h: The entry widget now has invisible
+ attribute. The cursor does not move to show you typing; this
+ is an intentional design decision but I'm not so attached to it
+ that I'll reverse any patches that change it... :-)
+
+ This patch is a modified version of a patch to which I have
+ lost the attribution. I modified it by packing the "visible"
+ flag into the structure more tightly (without damaging backwards
+ compatibility on sane systems) and by allowing entry timers
+ to run.
+
Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
* gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list
to fix some viewport bugs
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 119afb495..e8c32f006 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -100,6 +100,20 @@ Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
the a label to disappear on widgets which don't give their
child labels proper area!
+Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
+ * gtkwidget.c: gtk_set_style_recurse was not allowing updated
+ widget names to cause new styles to be applied.
+ * gtkentry.c gtkentry.h: The entry widget now has invisible
+ attribute. The cursor does not move to show you typing; this
+ is an intentional design decision but I'm not so attached to it
+ that I'll reverse any patches that change it... :-)
+
+ This patch is a modified version of a patch to which I have
+ lost the attribution. I modified it by packing the "visible"
+ flag into the structure more tightly (without damaging backwards
+ compatibility on sane systems) and by allowing entry timers
+ to run.
+
Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
* gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list
to fix some viewport bugs