updated externals
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index 83a31df..ed2ae30 100644 (file)
@@ -1,3 +1,62 @@
+Thu Jun 14 14:09:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gstrfuncs.c (g_strconcat): Fix a use of strcat that
+       wasn't replaced with g_stpcpy in the original 
+       stpcpy-for-efficiency patch.
+
+2001-06-11  Havoc Pennington  <hp@redhat.com>
+
+       * NEWS: updated
+
+       * configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
+
+2001-06-08  Alex Larsson  <alexl@redhat.com>
+
+       * gstrfuncs.[ch]:
+       Added new functions g_strstr_len, g_strrstr and g_strrstr_len
+       
+       * tests/strfunc-test.c:
+       Add some tests for the new functions.
+       
+       * gunicode.h:
+       * gutf8.c:
+       Add length argument to g_utf8_strchr and g_utf8_strrchr.
+       
+2001-06-08  Havoc Pennington  <hp@redhat.com>
+
+       * gspawn.c: support G_SPAWN_FILE_AND_ARGV_ZERO specifying that 
+       the vector passed in to g_spawn_* contains a filename to 
+       execute in argv[0] then the actual argv begins at argv + 1.
+       Kind of a lame hack, but this isn't something you commonly want
+       to do, and avoids adding more function arguments.
+
+2001-06-08  Pablo Saratxaga <pablo@mandrakesoft.com>
+
+       * configure.in: Added Azeri (az) to ALL_LINGUAS
+
+2001-06-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * docs/Makefile.am, configure.in: Remove docs/glib-config.1.in.
+
+       * gthread-2.0-uninstalled.pc.in (Cflags): Add @G_THREAD_CFLAGS@.
+
+2001-06-07  Havoc Pennington  <hp@redhat.com>
+
+       * m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY, 
+       GLIB_MKENUMS variables
+
+       * gmodule-2.0.pc.in: add gmodule_supported variable
+
+       * glib-2.0.pc.in: add glib_genmarshal, gobject_query,
+       glib_mkenums variables  
+
+       * configure.in: put G_MODULE_SUPPORTED value into 
+       .pc files
+
+       * autogen.sh: support AUTOGEN_SUBDIR_MODE
+
+       * Makefile.am: add -uninstalled.pc.in to EXTRA_DIST
+
 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Look for nanosleep function.