]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
msgexec replaces msgsed. New program msguniq.
authorBruno Haible <bruno@clisp.org>
Sun, 29 Jul 2001 14:55:54 +0000 (14:55 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 29 Jul 2001 14:55:54 +0000 (14:55 +0000)
Admin/plans
NEWS

index 2d3f307e2d31521bd30db5a68e4e8f15428b0f24..9f9c7b33e4ff36d50d75f061e0a6ae761a4567c7 100644 (file)
@@ -48,15 +48,9 @@ Things we plan to do. Comments welcome.
 
 - New programs:
 
-  msguniq [--unique] [--repeated]
-  extract unique/repeated msgids
-
   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.
 
@@ -66,3 +60,5 @@ Things we plan to do. Comments welcome.
 
 - Rewrite Hundhammer's check_po script in C using message.h.
 
+- Check portability of coding-system-list, apparently not defined
+  in XEmacs 20.4.
diff --git a/NEWS b/NEWS
index d09e5dcd915f92e61af6aec8ad8e66442905db41..98c9a9e61c9cca668344295a849955e467665890 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 Version 0.11 - XXX 2001
 
-* New programs msgcat, msgconv, msgen, msggrep, msgsed.
+* New programs msgcat, msgconv, msgen, msgexec, msggrep, msguniq.
 
 * msgcomm now writes its results to standard output by default. The options
   -d/--default-domain and -p/--output-dir have been removed.