summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--gettext-runtime/intl/ChangeLog4
-rw-r--r--gettext-runtime/intl/libintl.rc4
-rw-r--r--gettext-tools/libgettextpo/ChangeLog4
-rw-r--r--gettext-tools/libgettextpo/libgettextpo.rc4
-rw-r--r--windows/gettext.rc4
6 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b181384..968e5ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-12-26 Bruno Haible <bruno@clisp.org>
+ * windows/gettext.rc: Update.
+
+2009-12-26 Bruno Haible <bruno@clisp.org>
+
* NEWS: Mention the use of the thread-specific locale on MacOS X.
2009-12-25 Bruno Haible <bruno@clisp.org>
diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog
index 398c9b0..654b16c 100644
--- a/gettext-runtime/intl/ChangeLog
+++ b/gettext-runtime/intl/ChangeLog
@@ -1,5 +1,9 @@
2009-12-26 Bruno Haible <bruno@clisp.org>
+ * libintl.rc: Update.
+
+2009-12-26 Bruno Haible <bruno@clisp.org>
+
Use the thread-specific locale also on MacOS X.
* dcigettext.c (HAVE_NL_LOCALE_NAME): Remove undef.
Don't include <langinfo.h>.
diff --git a/gettext-runtime/intl/libintl.rc b/gettext-runtime/intl/libintl.rc
index f00f0b3..bf8c4db 100644
--- a/gettext-runtime/intl/libintl.rc
+++ b/gettext-runtime/intl/libintl.rc
@@ -21,10 +21,10 @@ BEGIN
BEGIN
VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\0"
VALUE "CompanyName", "Free Software Foundation\0"
- VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP/Vista and Windows 95/98/ME\0"
+ VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "intl.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 1995-2007\0"
+ VALUE "LegalCopyright", "Copyright (C) 1995-2009\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "intl.dll\0"
VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog
index 86fdf9b..9ab64ae 100644
--- a/gettext-tools/libgettextpo/ChangeLog
+++ b/gettext-tools/libgettextpo/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-26 Bruno Haible <bruno@clisp.org>
+
+ * libgettextpo.rc: Update.
+
2009-12-12 Bruno Haible <bruno@clisp.org>
* gettext-po.h.in: Untabify.
diff --git a/gettext-tools/libgettextpo/libgettextpo.rc b/gettext-tools/libgettextpo/libgettextpo.rc
index d39fdc8..2c986be 100644
--- a/gettext-tools/libgettextpo/libgettextpo.rc
+++ b/gettext-tools/libgettextpo/libgettextpo.rc
@@ -21,10 +21,10 @@ BEGIN
BEGIN
VALUE "Comments", "This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this library. If not, see <http://www.gnu.org/licenses/>.\0"
VALUE "CompanyName", "Free Software Foundation\0"
- VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP/Vista and Windows 95/98/ME\0"
+ VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "gettextpo.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 1995-2007\0"
+ VALUE "LegalCopyright", "Copyright (C) 1995-2009\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "gettextpo.dll\0"
VALUE "ProductName", "libgettextpo: public API for PO files\0"
diff --git a/windows/gettext.rc b/windows/gettext.rc
index bb63d6c..59fe253 100644
--- a/windows/gettext.rc
+++ b/windows/gettext.rc
@@ -21,10 +21,10 @@ BEGIN
BEGIN
VALUE "Comments", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\0"
VALUE "CompanyName", "Free Software Foundation\0"
- VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista and Windows 95/98/ME\0"
+ VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "*.exe\0"
- VALUE "LegalCopyright", "Copyright (C) 1995-2007\0"
+ VALUE "LegalCopyright", "Copyright (C) 1995-2009\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "*.exe\0"
VALUE "ProductName", "gettext utilities\0"