diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-10 21:05:35 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:08:57 +0200 |
commit | bdc66caf57fde3fd4c8feee4926b826851aa0a36 (patch) | |
tree | 8a05b3e98f49ad6209f717b4e62266093e1d51fb /src/ChangeLog | |
parent | 5836d18867623e2a001a0c715bcedda9f0bf7273 (diff) | |
download | external_gettext-bdc66caf57fde3fd4c8feee4926b826851aa0a36.zip external_gettext-bdc66caf57fde3fd4c8feee4926b826851aa0a36.tar.gz external_gettext-bdc66caf57fde3fd4c8feee4926b826851aa0a36.tar.bz2 |
New options --only-file and --ignore-file.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a9275cb..71c8c27 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2003-01-24 Bruno Haible <bruno@clisp.org> + + * msgattrib.c (long_options): Add --only-file and --ignore-file. + (main): Handle options --only-file and --ignore-file. + (usage): Document options --only-file and --ignore-file. + (process_message_list): Add arguments only_mdlp, ignore_mdlp. + (process_msgdomain_list): Likewise. + 2003-01-23 Bruno Haible <bruno@clisp.org> * po-gram.h: Don't include <sys/types.h>. |