summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-03-01 08:47:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-01 08:47:36 +0000
commit2630943eb30fb7a94680e7afb6e1d070718c9811 (patch)
tree205200c8e9a8f1f4986ed3117c150f332fb51bef /ChangeLog.pre-2-4
parent9205edae41b7fdcdda29e8a47739c56f34834f0f (diff)
downloadgtk+-2630943eb30fb7a94680e7afb6e1d070718c9811.tar.gz
gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]
Sun Mar 1 03:20:39 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch] Turned off debugging in gtktext.c Bug fixes for cutting, pasting, deleting, etc. Some of the bugs that were there before have definitely been fixed. * gtk/testgtk.c gtk/testgtkrc: Removed my ugly orange backgrounds, to make things look nicer.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-423
1 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index a750a31caa..3e8f189f2c 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,6 +1,20 @@
+Sun Mar 1 03:20:39 1998 Owen Taylor <owt1@cornell.edu>
+
+ * gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]
+
+ Turned off debugging in gtktext.c
+
+ Bug fixes for cutting, pasting, deleting, etc.
+
+ Some of the bugs that were there before have definitely
+ been fixed.
+
+ * gtk/testgtk.c gtk/testgtkrc: Removed my ugly orange backgrounds,
+ to make things look nicer.
+
Sat Feb 28 23:58:54 1998 Owen Taylor <owt1@cornell.edu>
- * gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]
+ * gtk/gtkentry.[ch] gtktext.[ch] gtkeditable.[ch]
Created a new base widget type Editable for the entry and
text widgets, which encapsulates most of the selection and
@@ -17,8 +31,15 @@ Sat Feb 28 23:58:54 1998 Owen Taylor <owt1@cornell.edu>
- Clipboard style cut and paste
- Emacs style key bindings (~same as Entry)
- Word motion
+ - "changed" signal
There are definitely still some bugs in the new stuff.
+
+ Use style->base for the background and style->text for
+ the foreground.
+
+ * gtkfilesel.c gtkspinbutton.c testgtk.c: small changes
+ to fit the new interface more exactly.
Sat Feb 28 19:29:09 1998 Tim Janik <timj@gimp.org>