diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2002-02-21 03:54:34 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-21 03:54:34 +0000 |
commit | 88cec4d1358b874a96035e8b4a38a0b57c84c496 (patch) | |
tree | 4e97c90300a4592d61be41c9d4c048b1427d28a0 /ChangeLog.pre-2-0 | |
parent | 9d3f6abacb11b9c5ac646b1bb8de8b3031e4e46e (diff) |
ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Miroslaw Dobrzanski-Neumann (#71963)
* glib/giounix.c (g_io_channel_new_file): Fix trailing comma
in enum.
* configure.in: Check for unsetenv.
* test/uri-test.c: Fall back to trying putenv(VARNAME) if
unsetenv isn't present.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 8a78b0d1f..0365c9813 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,15 @@ +Wed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com> + + Fixes from Miroslaw Dobrzanski-Neumann (#71963) + + * glib/giounix.c (g_io_channel_new_file): Fix trailing comma + in enum. + + * configure.in: Check for unsetenv. + + * test/uri-test.c: Fall back to trying putenv(VARNAME) if + unsetenv isn't present. + 2002-02-20 Daniel Elstner <daniel.elstner@gmx.net> * glib/gstring.[ch] (g_string_erase): Use gssize instead of |