diff options
author | Jay Painter <jpaint@src.gnome.org> | 1998-01-15 08:45:57 +0000 |
---|---|---|
committer | Jay Painter <jpaint@src.gnome.org> | 1998-01-15 08:45:57 +0000 |
commit | 18681dc653519b6ac515e48752e7c70dba80c81c (patch) | |
tree | 0f3759b13eda6e6ca81782690413441620299e20 /ChangeLog.pre-2-2 | |
parent | f91efadd4f15a5aac68c2981e18925420be41985 (diff) | |
download | gtk+-18681dc653519b6ac515e48752e7c70dba80c81c.tar.gz |
Fixed a small memory leak in gtkpaned, and I changed the cursor to a
"I" beam for gtkentry. -Jay
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index afac8c7e9f..5298ce1ae8 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Thu Jan 15 00:44:27 PST 1998 Jay Painter <jpaint@serv.net> + * gtk/gtkentry.[ch]: Change window cursor to "I" + * gtk/gtkpane.[ch]: Cleared up a tiny memory leak from not destroying the + cursor + Tue Jan 13 07:30:02 PST 1998 Jay Painter <jpaint@serv.net> * gtk/gtkclist.c: minor updates * gtk/gtktext.c: you can type in it! It should also seg-fault *MUCH* less now, |