~xubuntu-dev/libxfce4util/maverick

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-04-17 12:17:35 UTC
  • Revision ID: james.westby@ubuntu.com-20040417121735-633zpo9necaqqtj6
Tags: upstream-4.0.5
ImportĀ upstreamĀ versionĀ 4.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Todo list for libxfce4util (> 4.0):
 
2
-----------------------------------
 
3
 
 
4
        - Make xfce_textdomain() a C function and check for gettext framework
 
5
          in libxfce4util's configure
 
6
        
 
7
        - Conform to the "XDG Base Directory Specification"
 
8
          http://www.freedesktop.org/standards/basedir/draft/basedir-spec/basedir-spec.html
 
9
 
 
10
        - Add a xfce_timer_fire_once(time, func) that fires a timeout after
 
11
          a specified amount of time and automatically removes the timeout
 
12
          afterwards.