diff options
author | Bruno Haible <bruno@clisp.org> | 2008-09-15 10:43:09 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:50 +0200 |
commit | 3e3c34da4f06e07ceb071bc14ed91ba28134ff6c (patch) | |
tree | 763cdd6102d29bc4ce74e8a42b91740f813769a9 /gettext-tools/src/ChangeLog | |
parent | 30334ea852046cf3fb129cf2d8ce293c1627f323 (diff) | |
download | external_gettext-3e3c34da4f06e07ceb071bc14ed91ba28134ff6c.zip external_gettext-3e3c34da4f06e07ceb071bc14ed91ba28134ff6c.tar.gz external_gettext-3e3c34da4f06e07ceb071bc14ed91ba28134ff6c.tar.bz2 |
New msgcmp option --no-fuzzy-matching.
Diffstat (limited to 'gettext-tools/src/ChangeLog')
-rw-r--r-- | gettext-tools/src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index bfed490..6ccc449 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,10 @@ +2009-09-15 Bruno Haible <bruno@clisp.org> + + * msgcmp.c (use_fuzzy_matching): New variable. + (long_options): Add option -N/--no-fuzzy-matching. + (main, match_domain): Implement it. + (usage): Document it. + 2008-09-14 Bruno Haible <bruno@clisp.org> * msgl-fsearch.h (message_fuzzy_index_search): Add 'lower_bound' |