summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-07-29 14:55:54 +0000
committerBruno Haible <bruno@clisp.org>2001-07-29 14:55:54 +0000
commitd4db6798089c2dde3304ead8ecf0ab3df60d67c3 (patch)
tree49a1d9c50ddd5d5545d7d2bfdd513fb974262b4b
parent128b51063ef8f44d6eb53b3c7c417d8419a9db9c (diff)
downloadexternal_gettext-d4db6798089c2dde3304ead8ecf0ab3df60d67c3.zip
external_gettext-d4db6798089c2dde3304ead8ecf0ab3df60d67c3.tar.gz
external_gettext-d4db6798089c2dde3304ead8ecf0ab3df60d67c3.tar.bz2
msgexec replaces msgsed. New program msguniq.
-rw-r--r--Admin/plans8
-rw-r--r--NEWS2
2 files changed, 3 insertions, 7 deletions
diff --git a/Admin/plans b/Admin/plans
index 2d3f307..9f9c7b3 100644
--- a/Admin/plans
+++ b/Admin/plans
@@ -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 d09e5dc..98c9a9e 100644
--- 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.