Set $LIBS to include -lintl when checking for dcgettext and
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index 884c60d..dc375a9 100644 (file)
@@ -1,3 +1,42 @@
+Thu Aug  7 15:01:09 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/glib-gettext.m4: Set $LIBS to include
+       -lintl when checking for dcgettext and 
+       _nl_msg_cat_cntr. (Tim Mooney, #119171)
+
+Thu Aug  7 14:15:44 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmain.c (g_idle_source_new): Make the default priority
+       for idle sources G_PRIORITY_DEFAULT_IDLE as anybody would
+       expect and document that. (#114461, reported by Andy Wingo)
+
+2003-08-06  Noah Levitt  <nlevitt@columbia.edu>
+
+       * tests/casemap.txt:
+       * tests/gen-casemap-txt.pl: Add test for special case not at inital
+       position in the string, the bug just fixed. (#118957)
+
+2003-08-05  Noah Levitt  <nlevitt@columbia.edu>
+
+       * glib/guniprop.c: Get rid of "len" parameter to output_special_case
+       and output_marks, and make them work more like g_unichar_to_utf8,
+       fixing a bug in the process. (#118957)
+
+2003-08-05  Hans Breuer  <hans@breuer.org>
+
+       * glib/gnulib/makefile.msc : (new file) for msvc build
+
+       * glib/gnulib/vasnprintf.c : use glib/galloc.h
+
+       * glib/gnulib/printf.h : #include <stdio.h> for FILE*
+
+       * glib/makefile.msc.in : replace trio with gnulib
+
+       * glib/glib.def : updated externals
+
+       * glib/guniprop.c : fix for guniprop.c(582) : error C2082: 
+       redefinition of formal parameter 'len'
+
 2003-08-04  Noah Levitt  <nlevitt@columbia.edu>
 
        * tests/unicode-normalize.c: We do handle > BMP now, so test it.