summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO12
-rw-r--r--po/ChangeLog2
2 files changed, 3 insertions, 11 deletions
diff --git a/TODO b/TODO
index b136d248..de4aa0f1 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,12 @@
ToDo list for elfutils -*-outline-*-
----------------------
-Time-stamp: <2009-01-23 12:04:54 drepper>
+Time-stamp: <2009-01-23 16:28:46 drepper>
* mkinstalldirs
Remove everywhere. Use mkdir -p.
-* po/Makefile.in.in
-
- We need to tell xgettext about a few special functions. At least needed:
-
- --flag=error:3:c-format --flag=argp_error:2:c-format
-
- How do we pass these options without modifying po/Makefile.in.in? The
- xgettext invocation uses XGETTEXT_OPTIONS which isn't defined. So the
- toplevel makefile could potentially define this variable.
-
* libelf:
** verify section
diff --git a/po/ChangeLog b/po/ChangeLog
index c5c05064..1e103201 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,5 +1,7 @@
2009-01-23 Ulrich Drepper <[email protected]>
+ * Makevars (XGETTEXT_OPTIONS): Add --flag option for argp_error.
+
* POTFILES.in: Add more files with translatable strings.
2007-06-05 Ulrich Drepper <[email protected]>