From: Bruno Haible Date: Thu, 21 Dec 2006 21:35:59 +0000 (+0000) Subject: Update exports list. X-Git-Tag: v0.17~546 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9c6ab99ede59899b8a5974fc3ba960a8cbc74c;p=thirdparty%2Fgettext.git Update exports list. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index c6083f1a9..29e812978 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2006-12-21 Bruno Haible + + * woe32dll/gettextsrc-exports.c: Export color_mode, style_file_name. + 2006-12-10 Bruno Haible * configure.ac: Invoke gt_LOCALE_JA. diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c index 43aad5504..64d41de96 100644 --- a/gettext-tools/woe32dll/gettextsrc-exports.c +++ b/gettext-tools/woe32dll/gettextsrc-exports.c @@ -19,6 +19,7 @@ #include "woe32dll/export.h" VARIABLE(allow_duplicates) +VARIABLE(color_mode) VARIABLE(format_language) VARIABLE(format_language_pretty) VARIABLE(formatstring_awk) @@ -71,4 +72,5 @@ VARIABLE(po_multiline_error) VARIABLE(po_multiline_warning) VARIABLE(po_xerror) VARIABLE(po_xerror2) +VARIABLE(style_file_name) VARIABLE(use_first)