]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Column numbers in error messages is now implemented.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Jul 2001 13:36:59 +0000 (13:36 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Jul 2001 13:36:59 +0000 (13:36 +0000)
Mention check_po and msgexec.

Admin/plans

index 4bc9d7ecb930d24fe634720457c3435bf2e3d6b6..2d3f307e2d31521bd30db5a68e4e8f15428b0f24 100644 (file)
@@ -54,6 +54,9 @@ Things we plan to do. Comments welcome.
   msginit
   create initial PO file from POT file.
 
+  msgexec
+  generalize msgsed
+
 - Rewrite doc node "Compendium", discuss functionality, then check
   implementation and add Karl's new tests.
 
@@ -61,7 +64,5 @@ Things we plan to do. Comments welcome.
   1. Program to move msgstr contents to msgid contents,
   2. Program to update the translations accordingly, much like msgmerge.
 
-- po-lex.c: backslash-newline recognition should come after multibyte
-  character recognition, not before. See ISO C 99. Right after multibyte
-  character recognition, keep track of the column number as well, and
-  use it in po_gram_error.
+- Rewrite Hundhammer's check_po script in C using message.h.
+