From 605b6330cc7fc9a679a1b0fa72f12eea0f1ea177 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 4 Nov 2015 23:21:03 +0000 Subject: [PATCH] maint: add missing ChangeLog entry for previous commit --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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