summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorJay Painter <jpaint@src.gnome.org>1998-01-15 08:45:57 +0000
committerJay Painter <jpaint@src.gnome.org>1998-01-15 08:45:57 +0000
commit18681dc653519b6ac515e48752e7c70dba80c81c (patch)
tree0f3759b13eda6e6ca81782690413441620299e20 /ChangeLog.pre-2-2
parentf91efadd4f15a5aac68c2981e18925420be41985 (diff)
downloadgtk+-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-25
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,