summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-09-12 14:41:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-09-12 14:41:04 +0000
commitfb00a59c2f6d38b46f429f9b567562cc282d04eb (patch)
tree16d434c5ef1ea94f8687e66a83176ac078fef4fe /ChangeLog.pre-2-6
parentcb7c4d6c7fc277d68b542e991c76e3174335f068 (diff)
downloadgdk-pixbuf-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-617
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 1ed33d347..e8b4f2790 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