summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-08 05:48:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-08 05:48:03 +0000
commitdac25522cd299436ac1a7fe366e66d9a348e1715 (patch)
treec0bda6224d0e1e5b6bea685d652efb1d0dd5bda7 /ChangeLog.pre-2-0
parent27d7a012ffa8303789d252d681e8dc55c1205533 (diff)
Updates.
Fri Mar 8 00:15:29 2002 Owen Taylor <otaylor@redhat.com> * README.in: Updates. * README.in: Add warnings about current encoding problems with .po files and error logging functions. * configure.in: Check for bind_textdomain_codeset(). * glib/gutils.c (_glib_gettext): Call bind_textdomain_codeset, if present. * INSTALL.in: Some updates. * AUTHORS: Updates. * Makefile.am (EXTRA_DIST): Remove TODO.xml from EXTRA_DIST. * docs/Makefile.am (EXTRA_DIST): Remove Changes-2.0.txt from EXTRA_DIST.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-023
1 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 5c93f1b6c..109fb6313 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,24 @@
+Fri Mar 8 00:15:29 2002 Owen Taylor <otaylor@redhat.com>
+
+ * README.in: Updates.
+
+ * README.in: Add warnings about current encoding problems with .po
+ files and error logging functions.
+
+ * configure.in: Check for bind_textdomain_codeset().
+
+ * glib/gutils.c (_glib_gettext): Call
+ bind_textdomain_codeset, if present.
+
+ * INSTALL.in: Some updates.
+
+ * AUTHORS: Updates.
+
+ * Makefile.am (EXTRA_DIST): Remove TODO.xml from EXTRA_DIST.
+
+ * docs/Makefile.am (EXTRA_DIST): Remove Changes-2.0.txt
+ from EXTRA_DIST.
+
2002-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed recognition of dce. Do not use -lc_r on
@@ -5636,7 +5657,7 @@ Wed May 10 19:52:44 2000 Owen Taylor <otaylor@redhat.com>
* makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
- * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+ * tests/makefile.{cygwin,msc}.in: Add thread pool-test.
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>