diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-09-12 14:41:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-09-12 14:41:04 +0000 |
commit | fb00a59c2f6d38b46f429f9b567562cc282d04eb (patch) | |
tree | 16d434c5ef1ea94f8687e66a83176ac078fef4fe /ChangeLog.pre-2-6 | |
parent | cb7c4d6c7fc277d68b542e991c76e3174335f068 (diff) | |
download | gtk+-fb00a59c2f6d38b46f429f9b567562cc282d04eb.tar.gz |
at Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com>
* gtkfilesel.c: Maintain a list of directories like
/afs we know contain only directories, and avoid
stat'ing files in those directories. (Because
stat'ing all files in /afs is extremely expensive)
To support automounters, try to open directories,
even if we couldn't find them when reading their
parent directory.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1ed33d3470..e8b4f27901 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,20 @@ +Sat Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com> + + * gtkfilesel.c: Maintain a list of directories like + /afs we know contain only directories, and avoid + stat'ing files in those directories. (Because + stat'ing all files in /afs is extremely expensive) + + To support automounters, try to open directories, + even if we couldn't find them when reading their + parent directory. + +Thu Sep 3 10:29:03 1998 Owen Taylor <otaylor@redhat.com> + + * gtk.m4: Conditionalize check for GTK_MAJOR_VERSION, + to allow the same gtk.m4 to work for 1.0.x and + 1.1.x. + Fri Sep 11 15:25:10 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.c (gtk_clist_set_selectable): new function |