]> Savannah Git Hosting - gnulib.git/commitdiff
Reword NEWS entry.
authorBruno Haible <bruno@clisp.org>
Sat, 7 Dec 2019 09:47:36 +0000 (10:47 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 7 Dec 2019 09:47:36 +0000 (10:47 +0100)
* NEWS: Reword the latest NEWS entry.

ChangeLog
NEWS

index f00b84cc781a877f1ad87ee8e0c2e627f6978cae..df9aecc44e718559d084901d0d4490b87576e69a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-07  Bruno Haible  <bruno@clisp.org>
+
+       Reword NEWS entry.
+       * NEWS: Reword the latest NEWS entry.
+
 2019-12-05  Pino Toscano  <ptoscano@redhat.com>
 
        Move xstrtol_fatal to a new xstrtol-error module.
diff --git a/NEWS b/NEWS
index c0fe790e772ea520960e54d7c40de13c054ce563..30bb22361b1c09d52ba7075d449a12cd7240d0e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,15 +3,6 @@ Important general notes
 
 Date        Modules         Changes
 
-2019-12-07  userspec        The xstrtol_fatal is moved away from the xstrtol
-            xstrtoimax      module to a new xstrtol-error module. Because of
-            xstrtol         this, using xstrtol or any of the modules using it
-            xstrtoll        does not pull automatically the exitfail, error,
-            xstrtoumax      getopt-gnu, and gettext-h modules.
-
-2019-03-16  fatal-signal    The function that you pass to at_fatal_signal now
-                            takes the signal as argument.
-
 2019-02-14  gnulib-tool     If you use multiple --local-dir options at once:
                             The first one now has the highest priority, not the
                             last one.
@@ -61,8 +52,16 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2019-12-07  xstrtol         This module no longer defines the function
+            xstrtoll        'xstrtol_fatal'.  Program that need this function
+            xstrtoimax      should add the module 'xstrtol-error' to the list
+            xstrtoumax      of imported modules.
+
 2019-05-90  verify          verify_true (deprecated 2011-06-15) is removed.
 
+2019-03-16  fatal-signal    The function that you pass to at_fatal_signal now
+                            takes the signal as argument.
+
 2019-02-02  c-strtod        This and related modules no longer define
                             the HAVE_C99_STRTOLD macro.  Programs requiring
                             standard strtold should use the strtold module.