summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordarin <>2002-02-25 17:12:18 +0000
committerdarin <>2002-02-25 17:12:18 +0000
commit428704281b54eec7e4cccbc0329208858fee2d90 (patch)
tree3a35ae8b21d8757f1a4d76a6644598d386a19ef1 /TODO
parent7b752f5361cc8bddc688e4701c684f0bff47c752 (diff)
downloadintltool-428704281b54eec7e4cccbc0329208858fee2d90.tar.gz
* TODO: Mention gettext 0.11 issue.
* configure.in: Strengthen perl version check. * intltool-extract.in.in: Tweak glade2 regex. * intltool-merge.in.in: Allow alternate iconv program to be specified in INTLTOOL_ICONV environment variable. Put translations in the database even if the msgstr is the same as the msgid. * intltool-update.in.in: Tweak glade2 regex. Fix the update_po_file change Kenneth left 1/2 done in here. Replace code to move .po file on top of .pot file with more perlish version.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index c104a0b..3690ef7 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
Things to do before we call this 1.0:
+- Add support for gettext 0.11.
- Remove USED file now that lots of things use intltool?
- Write real documentation explaining, among other things,
why we don't do real XML parsing.