diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-03-13 01:14:19 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-03-13 01:14:19 +0000 |
commit | b82992851ff1d2f4738052c07fb2bae5b88eda87 (patch) | |
tree | 965ded029657175aec369cebf9fecfd7150150c6 /ChangeLog.pre-2-2 | |
parent | 700891684e80e738fd92749acb0c552ca99f1ca9 (diff) | |
download | gtk+-b82992851ff1d2f4738052c07fb2bae5b88eda87.tar.gz |
Check for dirent.h and pwd.h.
* configure.in acconfig.h: Check for dirent.h and pwd.h.
* gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
expansion (based on HAVE_PWD_H), allow for drive letters UNC
names not handled yet. Also, code from Craig Setera's port to
Win32 that uses cygwin.dll
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e297de11ae..7ac915d952 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,13 @@ +1999-03-13 Tor Lillqvist <tml@iki.fi> + + * configure.in acconfig.h: Check for dirent.h and pwd.h. + + * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32 + version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde + expansion (based on HAVE_PWD_H), allow for drive letters. UNC + names not handled yet. Also, code from Craig Setera's port to + Win32 that uses cygwin.dll + Tue Mar 9 01:01:28 1999 Tim Janik <timj@gtk.org> * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our |