From: Pádraig Brady
Date: Wed, 4 Nov 2015 23:21:03 +0000 (+0000) Subject: maint: add missing ChangeLog entry for previous commit X-Git-Tag: v1.0~6900 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=605b6330cc7fc9a679a1b0fa72f12eea0f1ea177;p=gnulib.git maint: add missing ChangeLog entry for previous commit --- diff --git a/ChangeLog b/ChangeLog index 51c9431d5e..9502d654bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-11-03 Pádraig Brady
+
+ quotearg: add quotearg_n_style_colon()
+ This quotes with default options of the specified style,
+ but with quoting enabled for instances of ':'.
+ * lib/quotearg.h (quotearg_n_style_colon): Description and declaration.
+ * lib/quotearg.c (quotearg_n_style_colon): New function implementation.
+
2015-11-04 Paul Eggert