diff --git a/ChangeLog b/ChangeLog index a4b35b36db..89dc140c70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-09-29 Tor Lillqvist + * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. + * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is passed to bindtextdomain() which isn't UTF-8-aware, so convert to system codepage using g_win32_locale_filename_from_utf8(). diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a4b35b36db..89dc140c70 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-09-29 Tor Lillqvist + * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. + * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is passed to bindtextdomain() which isn't UTF-8-aware, so convert to system codepage using g_win32_locale_filename_from_utf8(). diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index 211206bd60..cd706115da 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -7,17 +7,14 @@ DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@-`date +%Y%m%d`.zip cd @prefix@ rm $ZIP -DLLDIR=lib -[ -f bin/libgdk_pixbuf-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll ] && DLLDIR=bin - zip $ZIP -@ <