Mercurial > hg > octave-nkf > gnulib-hg
diff NEWS @ 13638:8ae47cf4002f
gnulib-tool: Change --import. New options --add/remove-import.
* gnulib-tool: New options --add-import, --remove-import.
(func_usage): Document them.
(have_associative): Define always.
(func_import): In import mode, don't merge the specified settings with
the cached settings. Implement remove-import mode.
* doc/gnulib-tool.texi (Modified imports): Mention the new options.
Explain when to use them versus --import.
(Simple update): Use --add-import instead of --import.
* NEWS: Mention the change.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 04 Sep 2010 18:39:03 +0200 |
parents | da5ad6f9fbd9 |
children | a660297efbdc |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ Important notes --------------- +2010-09-04 gnulib-tool The option '--import' is no longer cumulative; it + now expects the complete list of modules and other + options on the command line. If you want to + augment (not set) the list of modules, use the + new option '--add-import' instead of '--import'. + User visible incompatible changes ---------------------------------