X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=2e7a518266e5484e5715a8306cbbbf954a14170e;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=7aaa55025a9bb317b72d45c4d0b4a26aec6caa16;hpb=7b88472378ef4a201a63ccef0c07502b23287d7e;p=gnulib.git diff --git a/NEWS b/NEWS index 7aaa55025..2e7a51826 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,17 @@ Important notes Date Modules Changes +2013-04-24 gettext If your project uses 'gettextize --intl' it is now + your responsibility to put -I$(top_builddir)/intl + into the Makefile.am for gnulib. + +2012-06-27 elisp-comp The module 'elisp-comp' is removed; the script is + not independently useful outside of automake. + +2012-06-21 gnulib-tool The option --with-tests is now implied by the + options --create-testdir, --test, + --create-megatestdir, --megatest. + 2012-01-07 quotearg In the C locale, the function will no longer use the grave accent character to begin a quoted string (`like this'). It will use apostrophes @@ -21,6 +32,16 @@ User visible incompatible changes Date Modules Changes +2013-05-04 gnulib-tool CVS checkout of gnulib are no longer supported. + +2013-02-08 careadlinkat This module no longer provides the careadlinkatcwd + function. + +2012-06-26 getopt-posix This module no longer guarantees that option + processing is resettable. If your code uses + 'optreset' or 'optind = 0;', rewrite it to make + only one pass over the argument array. + 2012-02-24 streq This module no longer provides the STREQ macro. Use STREQ_OPT instead.