From c84d9ff0d101623f8aa2654f5517e4d28e1d1c16 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 10 Aug 2006 22:51:06 +0000 Subject: [PATCH] Adjust some files for gettext 0.15. --- ChangeLog | 5 +++++ po/ChangeLog | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6fc73bc..a45e6b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-08-10 Paul Eggert + * ABOUT-NLS: Update from gettext 0.15. + * configure.ac (AM_GNU_GETTEXT_VERSION): Update from 0.13.1 to 0.15. + * Makefile.maint (my-distcheck): Don't bother with --disable-nls, + as it shouldn't be needed with gettext 0.15. + * src/csplit.c (struct control): Remove fastmap member. (extract_regexp): Allocate fastmap separately, since otherwise it might move due to a realloc. This fixes a bug that led diff --git a/po/ChangeLog b/po/ChangeLog index ebc0cef..2b95262 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,12 @@ +2006-08-10 Paul Eggert + + * Makevars (XGETTEXT_OPTIONS): Add pass-c-format flags for + _ and N_, so that we get format checking even when --enable-nls. + Add c-format flags for error, error_at_line, asprintf, vasprintf, + asnprintf, vasnprintf, wrapf. + (USE_MSGCTXT): New macro. + * Rules-quot (en@quot.po-create, en@boldquot.po-create): New rules. + 2006-08-09 Paul Eggert * Makefile.in.in: Sync from gettext 0.15. -- 2.7.4