Remove warnings about conflicts with the stable version.
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index 75ed6fe..e9a80b6 100644 (file)
@@ -1,3 +1,83 @@
+Mon Apr 16 12:04:52 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Remove warnings about conflicts with the
+       stable version.
+
+       * glib-2.0.m4: Fix some of the error text to be halfway
+       up to date.
+
+       * README.in INSTALL.in: Add these to generate README, INSTAL
+       (as in the stable branch). Update.
+
+       * HACKING: Update.
+
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * gqsort.c: docs
+
+       * gfileutils.c: docs
+
+       * gwin32.c: docs fixes
+
+       * gconvert.c: docs
+
+       * guniprop.c: docs
+
+       * gutf8.c: docs
+
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
+2001-03-23  Havoc Pennington  <hp@redhat.com>
+
+       * gutils.c (g_parse_debug_string): make GDebugKeys argument 
+       const
+
+2001-04-14  Hans Breuer  <hans@breuer.org>
+
+       * glib.def : 
+       * makefile.msc.in : updated
+
+       * gpattern.c : include "gutils.h" to resolve the inline hassle
+
+2001-04-11  Alexander Larsson  <alexl@redhat.com>
+
+       * glib-2.0.m4: Pass pkg-config options
+       before the other args so it works even if
+       POSIXLY_CORRECT is set.
+
+Mon Apr  9 18:57:44 2001  Tim Janik  <timj@gtk.org>
+
+       * configure.in: increment version to 1.3.4 (binary 0, interface 0).
+
+2001-04-05  Christian Rose  <menthos@menthos.com>
+
+       * configure.in: Added sv to ALL_LINGUAS.
+
+Wed Apr  4 09:18:55 2001  Tim Janik  <timj@gtk.org>
+
+       * Released GLib-1.3.3.
+
+Tue Apr  3 20:22:59 2001  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates.
+
+       * NEWS.pre-1-3: take over old news.
+
+Tue Apr  3 12:38:16 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-config-2.0.in: Exit with an error message that you
+       should use pkg-config instead.
+
+       * configure.in (PACKAGE): Require pkg-config.
+
+       * tests/Makefile.am (EXTRA_DIST): Add utf8.txt.
+
+       * configure.in (GLIB_MICRO_VERSION): Up MICRO to 3,
+       leave interface/binary at 0.
+
 Tue Apr  3 13:46:22 2001  Tim Janik  <timj@gtk.org>
 
        * glist.[hc]: added g_list_nth_prev() which walks ->prev instead