summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-422
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 45c6e743a..a750a31ca 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,25 @@
+Sat Feb 28 23:58:54 1998 Owen Taylor <owt1@cornell.edu>
+
+ * gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]
+
+ Created a new base widget type Editable for the entry and
+ text widgets, which encapsulates most of the selection and
+ clipboard handling stuff, plus some common signals.
+
+ Changed the Entry widget extensively to support this,
+ but the interface and appearance should be the same.
+
+ Changed the Text widget moderately to support this.
+
+ It now supports:
+
+ - Selection style cut and paste
+ - Clipboard style cut and paste
+ - Emacs style key bindings (~same as Entry)
+ - Word motion
+
+ There are definitely still some bugs in the new stuff.
+
Sat Feb 28 19:29:09 1998 Tim Janik <timj@gimp.org>
* gtk/gtkclist.c (gtk_clist_new_with_titles): retrive the clist widget