X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=2e7a518266e5484e5715a8306cbbbf954a14170e;hb=233419c39c6d13d84439b95766328a238ffb6518;hp=febad60c3150166c3dcabd7e6ff58da2d59cfc7e;hpb=51e801f2f297e45a24004ee6256dd1a6c7389074;p=gnulib.git diff --git a/NEWS b/NEWS index febad60c3..2e7a51826 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,26 @@ 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 + 'like these' or, in Unicode locales, single quotes + ‘like these’. You may want to adjust any error + messages that hard code the quoting characters. + 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 @@ -12,6 +32,24 @@ 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. + +2012-01-10 ignore-value This module no longer provides the ignore_ptr + function. It was deprecated a year ago, but existed + so briefly before then that it never came into use. + Now, the ignore_value function does its job. + 2011-11-18 hash This module deprecates the hash_insert0 function using gcc's "deprecated" attribute. Use the better- named hash_insert_if_absent equivalent. @@ -529,12 +567,12 @@ Date Modules Changes . 2007-06-09 xallocsa Renamed to xmalloca. The include file "xallocsa.h" - was remamed to "xmalloca.h". The function was + was renamed to "xmalloca.h". The function was renamed: xallocsa -> xmalloca 2007-06-09 allocsa Renamed to malloca. The include file "allocsa.h" - was remamed to "malloca.h". The function-like + was renamed to "malloca.h". The function-like macros were renamed: allocsa -> malloca freesa -> freea