summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-03-19 14:57:54 -0700
committerRoland McGrath <roland@hack.frob.com>2013-03-19 14:57:54 -0700
commit63270c24c520c53193b2fd07104ad30039914058 (patch)
treeb0b5a5529a7056b2ecdd834caf0310527f54a0f5
parent4a97cddffb5953cd327508ea1864f612e25d3028 (diff)
Adjust ChangeLog to give Benno Schulenberg his own header line.
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 99d46ad0de..3bbcf3688d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,11 +27,15 @@
[BZ #14812]
* argp/argp-parse.c (argp_default_options): Put N_ translation marker
on argument names, not just descriptions.
- * iconv/iconv_prog.c (options): Likewise.
- * iconv/iconvconfig.c (options): Likewise.
* malloc/memusagestat.c (options): Likewise.
* nss/getent.c (options): Likewise.
- Reported by Benno Schulenberg <bensberg@justemail.net>.
+
+2013-03-18 Benno Schulenberg <bensberg@justemail.net>
+
+ [BZ #14812]
+ * iconv/iconv_prog.c (options): Put N_ translation marker
+ on argument names, not just descriptions.
+ * iconv/iconvconfig.c (options): Likewise.
2013-03-18 Ondrej Bilka <neleai@seznam.cz>