diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-10-28 21:05:03 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-10-28 21:05:03 +0000 |
commit | 9c35df3de3553b0bc94d1dc8ef539dd23a19ddc4 (patch) | |
tree | b524340bee577fe8ad068ec72b55cd866c84460f /ChangeLog.pre-2-0 | |
parent | d59c859aec6a80f4d9ed1c28487952929d7f19e8 (diff) |
Add missing g_pattern_match_simple and g_pattern_spec_equal.
2001-10-28 Tor Lillqvist <tml@iki.fi>
* glib/glib.def: Add missing g_pattern_match_simple and
g_pattern_spec_equal.
* glib/gwin32.c (g_win32_get_package_installation_subdirectory):
Set separator correctly.
* glib/libcharset/config.charset (os): Match also mingw*.
* tests/testglib.c (main): (Win32): Print the lib/locale
subdirectory, as that is what actually gets used.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 0d6f0fee4..698d7c23e 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,16 @@ +2001-10-28 Tor Lillqvist <tml@iki.fi> + + * glib/glib.def: Add missing g_pattern_match_simple and + g_pattern_spec_equal. + + * glib/gwin32.c (g_win32_get_package_installation_subdirectory): + Set separator correctly. + + * glib/libcharset/config.charset (os): Match also mingw*. + + * tests/testglib.c (main): (Win32): Print the lib/locale + subdirectory, as that is what actually gets used. + Wed Oct 24 11:10:54 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 1.3.10, interface age, binary age = 0. |