diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-09-15 17:08:38 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-09-15 17:08:38 +0000 |
commit | eacc9f5d0585708e71ae822a6404c2fd62e0cf15 (patch) | |
tree | d4994073c8cd8a3c364360aacf1a07c26065144a /ChangeLog.pre-2-8 | |
parent | a2524578cd3848e83496e9fa9428e9ccb40ba1e6 (diff) | |
download | gtk+-eacc9f5d0585708e71ae822a6404c2fd62e0cf15.tar.gz |
Reverted global changes of g_new to malloc(), added back in the one place
Tue Sep 15 13:09:24 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdkimage.c (gdk_image_new): Reverted global changes
of g_new to malloc(), added back in the one place where
it actually mattered. #include <stdlib.h>.
* gdk/gdkrgb.c: g_malloc() to malloc() as above.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0d8c3bf6a3..5b54c5308c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,21 @@ +Tue Sep 15 13:09:24 1998 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkimage.c (gdk_image_new): Reverted global changes + of g_new to malloc(), added back in the one place where + it actually mattered. #include <stdlib.h>. + + * gdk/gdkrgb.c: g_malloc() to malloc() as above. + +Tue Sep 15 11:30:03 1998 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkfilesel.c: Keep a list of directories in which we never + want to stat the entries (like /afs), and assume everything in + those directories is a subdirectory. + + - When following a path, try to open components even when + we don't find them in their parent's directory to + support automounters. + Tue Sep 15 11:06:13 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_move_resize): Don't request |