]> Savannah Git Hosting - gnulib.git/commitdiff
Assume GNU gettext >= 0.17.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Jul 2021 11:18:20 +0000 (13:18 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Jul 2021 11:18:20 +0000 (13:18 +0200)
* modules/vasprintf (Notice): Remove.
* modules/xvasprintf (Notice): Remove.
* modules/xprintf (Notice): Remove.
* modules/error (Notice): Remove.
* modules/verror (Notice): Remove.
* modules/argp (Notice): Remove.
* modules/propername (Notice): Remove.
* lib/propername.h: Remove outdated comment.

ChangeLog
lib/propername.h
modules/argp
modules/error
modules/propername
modules/vasprintf
modules/verror
modules/xprintf
modules/xvasprintf

index 22cd100103fb5a00680be0e0cd8565c2b9b14f46..5a99bf47ceedd53b5fe9b0ca16f4d7379e295739 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2021-07-25  Bruno Haible  <bruno@clisp.org>
+
+       Assume GNU gettext >= 0.17.
+       * modules/vasprintf (Notice): Remove.
+       * modules/xvasprintf (Notice): Remove.
+       * modules/xprintf (Notice): Remove.
+       * modules/error (Notice): Remove.
+       * modules/verror (Notice): Remove.
+       * modules/argp (Notice): Remove.
+       * modules/propername (Notice): Remove.
+       * lib/propername.h: Remove outdated comment.
+
 2021-07-19  Simon Josefsson  <simon@josefsson.org>
 
        gendocs.sh: Fix local rendering of HTML manuals.
index 8037de7f9dc6e5d650727db9d5f2ff544d24efe4..ee09d7c85bf7293e7221941f9e502f49c03b186c 100644 (file)
@@ -51,7 +51,7 @@
    output will look like this:
       <translated name> (<original name in English>)
 
-   To use the 'propername' module requires three simple steps:
+   To use the 'propername' module requires two simple steps:
 
      1) Add it to the list of gnulib modules to import,
 
 
         (Optionally, here you can also add / * TRANSLATORS: ... * / comments
         explaining how the name is written or pronounced.)
-
-     3) If you are using GNU gettext version 0.16.1 or older, in po/Makevars,
-        in the definition of the XGETTEXT_OPTIONS variable, add:
-
-           --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."'
-           --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."'
-
-        This specifies automatic comments for the translator. (Requires
-        xgettext >= 0.15. The double-quotes inside the quoted string are on
-        purpose: they are part of the --keyword argument syntax.)
  */
 
 #ifndef _PROPERNAME_H
index 38a790523cff1f8985b33dc4d354a21e9c80844f..85eefe2b14d51aeac3734abeb7f7de9a44dd5e55 100644 (file)
@@ -1,11 +1,6 @@
 Description:
 Hierarchical processing of command line arguments.
 
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
-  --flag=argp_error:2:c-format --flag=argp_failure:4:c-format
-
 Files:
 lib/argp.h
 lib/argp-ba.c
index a0fb4c05aca42bc5d7a64e79198f525bc1b1cb48..2945c4845420924a7bfae94a6a1c891da9c8dba4 100644 (file)
@@ -1,11 +1,6 @@
 Description:
 error and error_at_line functions: Error reporting.
 
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
-  --flag=error:3:c-format --flag=error_at_line:5:c-format
-
 Files:
 lib/error.h
 lib/error.c
index ab06a46cd35b0de5e106b195d02eea26cfc8ff5f..fb1e78a9b2a2a2aaa1be6ad2faace14c68351f6e 100644 (file)
@@ -1,12 +1,6 @@
 Description:
 Localization of proper names.
 
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
-  --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."'
-  --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."'
-
 Files:
 lib/propername.h
 lib/propername.c
index 59e5a861e7d6c825c094b4dc7b61039828863c46..91d082bd271a3c9023b604a2b5a8802c12f9c694 100644 (file)
@@ -1,11 +1,6 @@
 Description:
 vsprintf with automatic memory allocation.
 
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
-  --flag=asprintf:2:c-format --flag=vasprintf:2:c-format
-
 Files:
 lib/vasprintf.c
 lib/asprintf.c
index e183f68ea159a0cdc43f4af434fc58ffad7984c7..16ad0c59613f75e1cda1c36b3036eb01e7f56334 100644 (file)
@@ -1,11 +1,6 @@
 Description:
 verror and verror_at_line functions: Error reporting with va_list.
 
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
-  --flag=verror:3:c-format --flag=verror_at_line:5:c-format
-
 Files:
 lib/verror.h
 lib/verror.c
index de61260e873bbe319008163708a9ee8af85d92b4..f4942cea87f63abf18fd8cb38ee8114d505d501b 100644 (file)
@@ -1,12 +1,6 @@
 Description:
 a wrapper around printf that calls error upon ENOMEM or EILSEQ errors
 
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
-  --flag=xprintf:1:c-format --flag=xvprintf:1:c-format
-  --flag=xfprintf:2:c-format --flag=xvfprintf:2:c-format
-
 Files:
 lib/xprintf.h
 lib/xprintf.c
index 373c1fabc1f9115cb774a044660f7946b9568f6d..ae233148d3804723fafdf6beff4dce712d009681 100644 (file)
@@ -1,10 +1,6 @@
 Description:
 vasprintf and asprintf with out-of-memory checking.  Also see xalloc-die.
 
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars: --flag=xasprintf:1:c-format
-
 Files:
 lib/xvasprintf.h
 lib/xvasprintf.c