summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.