ChangeLog entry about gtkentry visibility I forgot to make on the 17th. :-(

-mkj
This commit is contained in:
Michael Johnson 1997-12-01 19:01:07 +00:00
parent b50a9f760b
commit 60ec6d4638
7 changed files with 98 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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