updated externals
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index c5b0755..ed2ae30 100644 (file)
@@ -1,5 +1,43 @@
+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>