* NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
[gnulib.git] / NEWS
diff --git a/NEWS b/NEWS
index 2043fb2..dfc1b46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,9 +6,19 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
-2007-07-26  human           The function human_options takes an additional
-                            third argument, the option that introduced the
-                            argument that was passed to a xstrto* function.
+2007-08-10  xstrtol         The STRTOL_FATAL_ERROR macro is removed.
+                            Use the new xstrtol_fatal function instead.
+
+2007-08-04  human           The function human_options no longer reports an
+                            error to standard error; that is now the
+                            caller's responsibility.  It returns an
+                            error code of type enum strtol_error
+                            instead of the integer option value, and stores
+                            the option value via a new int * argument.
+            xstrtol         The first two arguments of STRTOL_FATAL_ERROR
+                            are now an option name and option argument
+                            instead of an option argument and a type string,
+                            STRTOL_FAIL_WARN is removed.
 
 2007-07-14  gpl, lgpl       New Texinfo versions with no sectioning commands.