summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-12-10 12:54:56 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 23:36:37 +0200
commit2a500dbb7cb740301b109534b219c9692fd9add3 (patch)
tree44dba16550059a586ee268938766c57e8db0e934 /doc
parentac6e10bb4c917df3ea0cbcb55b0ebc7bf96aa62e (diff)
downloadexternal_gettext-2a500dbb7cb740301b109534b219c9692fd9add3.zip
external_gettext-2a500dbb7cb740301b109534b219c9692fd9add3.tar.gz
external_gettext-2a500dbb7cb740301b109534b219c9692fd9add3.tar.bz2
New msgexec option --keep-header.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/msgexec.texi5
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a3071cd..50a22b6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-07 Bruno Haible <bruno@clisp.org>
+
+ * msgexec.texi: Document option --keep-header.
+
2001-12-05 Bruno Haible <haible@clisp.cons.org>
* matrix.texi: Update.
diff --git a/doc/msgexec.texi b/doc/msgexec.texi
index c718e41..2ced8d5 100644
--- a/doc/msgexec.texi
+++ b/doc/msgexec.texi
@@ -69,6 +69,11 @@ Always write an output file even if it contains no message.
@item --indent
Write the .po file using indented style.
+@item --keep-header
+Keep the header entry, i.e. the message with @samp{msgid ""}, unmodified,
+instead of filtering it. By default, the header entry is subject to
+filtering like any other message.
+
@item --no-location
Do not write @samp{#: @var{filename}:@var{line}} lines.