From 02abf33550ecdf4e4d6a358de269f8930db56019 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 18 Dec 2016 00:14:59 +0100 Subject: [PATCH] Reorganize NEWS a bit. * NEWS: Move some not so important changes away from section "Important Notes". --- ChangeLog | 6 ++++++ NEWS | 30 +++++++++++++++--------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7870489540..10f5a36e69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-12-17 Bruno Haible + + Reorganize NEWS a bit. + * NEWS: Move some not so important changes away from section + "Important Notes". + 2016-12-17 Bruno Haible tanhf: Avoid redefinition error on MSVC. diff --git a/NEWS b/NEWS index dd9e22845b..07ca87ea02 100644 --- a/NEWS +++ b/NEWS @@ -1,21 +1,8 @@ -Important notes ---------------- +Important general notes +----------------------- Date Modules Changes -2016-11-17 unistr/u32-strmblen The function u32_strmblen can now return -1. -2016-11-17 unistr/u32-strmbtouc The function u32_strmbtouc can now return -1. - -2015-04-24 acl This module no longer defines file_has_acl. - Use the new file-has-acl module for that. - Using only the latter module makes for fewer - link-time dependencies on GNU/Linux. - -2015-04-15 acl If your project only uses the file_has_acl() - detection routine, then the requirements are - potentially reduced by using $LIB_HAS_ACL rather - than $LIB_ACL. - 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. @@ -47,6 +34,9 @@ Date Modules Changes 2016-12-13 dfa Remove DFA_CASE_FOLD flag. Now based on RE_ICASE. +2016-11-17 unistr/u32-strmblen The function u32_strmblen can now return -1. +2016-11-17 unistr/u32-strmbtouc The function u32_strmbtouc can now return -1. + 2016-09-05 progname This module is deprecated. Please switch to the 'getprogname' module and its getprogname() function to obtain the name of the current program. @@ -75,6 +65,16 @@ Date Modules Changes type int (with nonzero denoting UTC). These modules now depend on time_rz. +2015-04-24 acl This module no longer defines file_has_acl. + Use the new file-has-acl module for that. + Using only the latter module makes for fewer + link-time dependencies on GNU/Linux. + +2015-04-15 acl If your project only uses the file_has_acl() + detection routine, then the requirements are + potentially reduced by using $LIB_HAS_ACL rather + than $LIB_ACL. + 2015-04-03 hash hash_insert0 function removed (deprecated in 2011). 2014-10-29 obstack The obstack functions are no longer limited to -- 2.39.5