diff options
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 45c6e743a..a750a31ca 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -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 |