[Xfce4-commits] <libxfce4util:master> Update TODO.
Nick Schermer
noreply at xfce.org
Sun Jan 2 16:54:01 CET 2011
Updating branch refs/heads/master
to 3b6bce2eb4814c4012232d66e0971ddfda27ae34 (commit)
from c80b752f5839ac6e1dff79f6e3133d4a24d4868c (commit)
commit 3b6bce2eb4814c4012232d66e0971ddfda27ae34
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 2 16:53:36 2011 +0100
Update TODO.
TODO | 31 ++++---------------------------
libxfce4util/xfce-license.c | 2 +-
2 files changed, 5 insertions(+), 28 deletions(-)
diff --git a/TODO b/TODO
index f744795..efc219f 100644
--- a/TODO
+++ b/TODO
@@ -1,27 +1,4 @@
-Todo list for libxfce4util (> 4.0):
------------------------------------
-
- - Add a xfce_timer_fire_once(time, func) that fires a timeout after
- a specified amount of time and automatically removes the timeout
- afterwards.
-
-In KDE3 two important changes have been made:
-
-* Default values are no longer written.
-When a configuration file in a location other than $KDEHOME defines a value
-for a key and the application subsequently writes out a new configuration file
-to $KDEHOME, that configuration file will only contain an entry for the key
-if its value differs from the value read from the other file.
-
-This counters the problem that changing default configuration files under
-$KDEDIR would not take effect for users, since these users would most likely
-have their own copy of these settings under $KDEHOME. KDE3 will make sure
-not to copy these settings so changes made under $KDEDIR will affect all users
-that haven't explicitly changed the affected settings to something else.
-
-* Configuration entries can be marked "immutable".
-Starting with KDE3, configuration entries can be marked "immutable". When a
-configuration entry is immutable it means that configurations files that are
-read later will not be able to override its value. Immutable entries can not
-be changed via KConfig and if the entry is present under $KDEHOME it will
-be ignored.
+TODO
+====
+- Drop XfceDesktopEntry.
+- Make license string static.
diff --git a/libxfce4util/xfce-license.c b/libxfce4util/xfce-license.c
index bcd34c4..044eb48 100644
--- a/libxfce4util/xfce-license.c
+++ b/libxfce4util/xfce-license.c
@@ -28,7 +28,7 @@
-/* change these variables to static once we break the ABI next time */
+/* TODO change these variables to static once we break the ABI next time */
const gchar xfce_builtin_license_BSD[] =
N_ (" Redistribution and use in source and binary forms, with or without\n"
" modification, are permitted provided that the following conditions\n"
More information about the Xfce4-commits
mailing list