summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/ChangeLog
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-06-09 13:36:18 +0900
committerDaiki Ueno <ueno@gnu.org>2014-06-09 13:36:18 +0900
commit29516888a7a2cb6c3d4a23e7c53a6699f2618c84 (patch)
treef14dc3e9b5eca19abdd669d0fae755c804bc0ec5 /gettext-tools/src/ChangeLog
parentd5f16c16df9131b7591ae9a3f0ecd0acb88109d3 (diff)
downloadexternal_gettext-29516888a7a2cb6c3d4a23e7c53a6699f2618c84.zip
external_gettext-29516888a7a2cb6c3d4a23e7c53a6699f2618c84.tar.gz
external_gettext-29516888a7a2cb6c3d4a23e7c53a6699f2618c84.tar.bz2
msgmerge: Disable --color option in --update mode
Suggested by 林V字龍 at: <https://lists.gnu.org/archive/html/bug-gettext/2014-06/msg00017.html>. * msgmerge.c (main): Error out when --color and --update are specified at the same time.
Diffstat (limited to 'gettext-tools/src/ChangeLog')
-rw-r--r--gettext-tools/src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog
index f492e00..878d0c5 100644
--- a/gettext-tools/src/ChangeLog
+++ b/gettext-tools/src/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-09 Daiki Ueno <ueno@gnu.org>
+
+ msgmerge: Disable --color option in --update mode
+ Suggested by 林V字龍 at:
+ <https://lists.gnu.org/archive/html/bug-gettext/2014-06/msg00017.html>.
+ * msgmerge.c (main): Error out when --color and --update are
+ specified at the same time.
+
2014-06-07 Daiki Ueno <ueno@gnu.org>
xgettext: Fix misrecognition of character literals in C and Vala