summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-09-11 21:58:49 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-09-11 21:58:49 +0000
commit16c7bcf0113a2b927c5b392ef797532e98246bdb (patch)
tree6b5e63803fafc3b1ab8f9e77ebd8e389fdf37b67 /TODO
parent7332883604e505f102df46f7f9ed1d0068f0e0c5 (diff)
downloadgconf-16c7bcf0113a2b927c5b392ef797532e98246bdb.tar.gz
Actually use gettext. Involves checking in configure.in, linking to it in
2000-09-11 Havoc Pennington <hp@redhat.com> * Actually use gettext. Involves checking in configure.in, linking to it in Makefile.am, making _() do the right thing. I have gettext in libc instead of -lintl though, so I'm not going to see Makefile bugs - maybe someone can check on it.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/TODO b/TODO
index 79a7bfe9..46668ab6 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,6 @@ installation administration; it's mostly just going to be a
process-transparent way to store settings, limited to single
workstation config files.
-* Fix spelling of "writable" throughout, or at least
- in public API (s/writeable/writable/g)
-
* Maintain documentation
* API so clients can find out if they can write to a given key
@@ -16,8 +13,6 @@ workstation config files.
* Implement the default error handlers in GConfClient
-* Change _() to actually call gettext or dgettext
-
* Change GConfEntry::key to be the full key, not a subdir
name
@@ -28,14 +23,6 @@ workstation config files.
though, since they don't follow GTK _get_ conventions
and are just struct access macros.
-* Check for more _destroy() that should be _free()
-
-* Fill out the GConfEntry API, it doesn't look complete.
-
-* Privatize the GConfError stuff except error domain and codes
-
-* Remove goofy "dummy" thing in GConfEngine
-
* Implement batch gets
* Envisioneer the vortals