From 7befbf52705a45fccb67e7cc5edd7d4cf30e6fd4 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 18 May 2005 15:44:50 +0000 Subject: 2005-05-18 Havoc Pennington * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require gettext. Not really worth requiring yet perhaps, but any production quality 1.0 would require it so we should go ahead and get things set up. We do have a couple token calls to bindtextdomain in the code already. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd49566d..d915809d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-05-18 Havoc Pennington + + * configure.in: use GLIB_GNU_GETTEXT to get INTLLIBS and require + gettext. Not really worth requiring yet perhaps, but any + production quality 1.0 would require it so we should go ahead and + get things set up. We do have a couple token calls to + bindtextdomain in the code already. + 2005-05-16 John (J5) Palmieri * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock -- cgit