summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2008-07-05 13:37:37 +0300
committerAntti-Juhani Kaijanaho <ajk@debian.org>2008-07-05 15:51:48 +0300
commitf35dc6d61bd6b5a4c661c0d31a43a46ad5f555a9 (patch)
tree21b9db60e3f2b6fdc68d970eca1385da51ecfe66 /debian/changelog
parent0314f5e77a0bc238795008f74f7b2e5fd2c72e06 (diff)
downloaddctrl-tools-f35dc6d61bd6b5a4c661c0d31a43a46ad5f555a9.tar.gz
msg.[ch] (and others): allow the message functions to handle format strings
There are some places in the code where it would simplify both the code and the translations to have message strings be printf-formatted. This change changes the message function interfaces so that they can take a variable number of arguments. This required changes at all call sites. At the same time, the key logic of the message functions is moved out of the headers, leaving only the "shall we output this" test for inlining. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d79d8e8..9da4cc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ dctrl-tools (2.14) UNRELEASED; urgency=low
* grep-dctrl/rc.c, lib/msg.c: Recode to UTF-8
* lib/msg.c: Remove (obsolete) snail mail and email addresses for me.
* */*.[ch]: Use the copyright symbol instead of (c) or (C).
+ * msg.[ch] (and others): allow the message functions to handle format strings
-- Antti-Juhani Kaijanaho <ajk@debian.org> Fri, 04 Jul 2008 19:35:16 +0300