Don't try to use PKG_CONFIG when we didn't find it. (#62944, Eric Lemings)
[platform/upstream/glib.git] / ChangeLog.pre-2-2
index 41ca5fc..fbd12e3 100644 (file)
@@ -1,9 +1,116 @@
+Mon Oct 29 11:29:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/glib-2.0.m4: Don't try to use PKG_CONFIG
+       when we didn't find it. (#62944, Eric Lemings)
+
+       * m4macros/glib-2.0.m4: Fix problem with spaces around =
+       sign in assignment. (#63209, Arkadiusz Miskiewicz)
+
+Mon Oct 29 10:59:36 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Check for path to Perl, add gobject/glib-mkenums 
+       to AC_OUTPUT. (#63093, Dan Winship)
+
+Mon Oct 29 10:55:12 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/libcharset/Makefile.am (EXTRA_DIST): Dist
+       ref-add.sin, ref-del.sin. (#63092, Dan Winship)
+
+2001-10-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gmain.c (g_main_loop_quit): Conditionalize thread related
+       calls. (#63091)
+
+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.
+
+       * NEWS: Updates
+
+2001-10-26  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Don't default to win32 thread implementation on
+       Cygwin. The gthread-win32 implementation really is for Win32 with
+       MS runtime only. Let configure find pthreads when configuring for
+       Cygwin.
+
+       * README.win32: Updates.
+
+       * glib/glib.def: Update.
+
+       * tests/makefile.mingw.in
+       * tests/makefile.msc.in: Remove mainloop-test here, too.  Add ../*
+       to PATH before running tests to find DLLs. Separate the
+       interactive tests, don't run them in the check target.
+
+       * */makefile.msc.in: Include make.msc from GLib's build directory.
+
+Thu Oct 25 12:01:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * tests/Makefile.am: Temporarily remove mainloop-test, since it
+       prevents distcheck.
+
+2001-10-24  Alex Larsson  <alexl@redhat.com>
+
+       * docs/reference/glib/glib-sections.txt:
+       Add g_strtod & co.
+
+       * docs/reference/glib/tmpl/string_utils.sgml:
+       Add docs for G_ASCII_DTOSTR_BUF_SIZE.
+
+       * glib/gstrfuncs.[ch]:
+       Added g_ascii_strtod, g_ascii_dtostr and g_ascii_formatd.
+
+       * tests/Makefile.am:
+       * tests/strtod-test.c:
+       Add tests for g_ascii_strtod & co.
+
+2001-10-23  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Typo: GLIB_MICRO_VERSION and
+       GLIB_MINOR_VERSION were swapped.
+
+       * glib/gutils.h: Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like
+       it.
+       
+       * glib/gutils.c: Instead, expand it on Win32 as
+       _glib_get_locale_dir(), and #define GLIB_LOCALE_DIR as a call to
+       it.
+
 2001-10-23  Tor Lillqvist  <tml@iki.fi>
 
+       * config.h.win32.in: Typo.
+
+       * glibconfig.h.win32.in: Minor update to correspond to what
+       configure now generates.
+
        * glib/Makefile.am: (Win32): If we have built the MSVC import
        library, install it. Install the gcc import library. Also support
        uninstall.
 
+       * glib/gutils.h: Add macros G_WIN32_DLLMAIN_FOR_DLL_NAME and
+       G_HARDCODED_PATH_WRAPPER. These are used to avoid hardcoding path
+       names into Windows DLLs.
+
+       * glib/gutils.c: Use them for GLIB_LOCALE_DIR.
+
+       * glib/gwin32.c (get_package_directory_from_module): Plug a small
+       memory leak. Minor code reordering.
+       (g_win32_get_package_installation_subdirectory):  Allow empty subdir.
+
 2001-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * configure.in: Fix test for lib.exe. Can't set ms_librarian