From: Bruno Haible Date: Sun, 29 Jul 2001 14:55:54 +0000 (+0000) Subject: msgexec replaces msgsed. New program msguniq. X-Git-Tag: v0.11~585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4db6798089c2dde3304ead8ecf0ab3df60d67c3;p=thirdparty%2Fgettext.git msgexec replaces msgsed. New program msguniq. --- diff --git a/Admin/plans b/Admin/plans index 2d3f307e2..9f9c7b33e 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 d09e5dcd9..98c9a9e61 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.