From def8fffdd4f64a9864af13eae6329d74b31d8a9a Mon Sep 17 00:00:00 2001
From: Benedikt Meurer <benny@xfce.org>
Date: Sat, 15 Apr 2006 22:52:44 +0000
Subject: [PATCH] 2006-04-16	Benedikt Meurer <benny@xfce.org>

	* docs/manual/C/Thunar.xml.in: Update documentation date.
	* TODO: Clean up TODO.




(Old svn revision: 20956)
---
 ChangeLog                   |  5 +++++
 TODO                        | 16 ----------------
 docs/manual/C/Thunar.xml.in |  2 +-
 3 files changed, 6 insertions(+), 17 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eaec3af19..6a4db27c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-16	Benedikt Meurer <benny@xfce.org>
+
+	* docs/manual/C/Thunar.xml.in: Update documentation date.
+	* TODO: Clean up TODO.
+
 2006-04-16	Benedikt Meurer <benny@xfce.org>
 
 	* docs/reference/thunar-vfs/tmpl/thunar-vfs-types.sgml: Update API
diff --git a/TODO b/TODO
index da0fd9411..b5a478bab 100644
--- a/TODO
+++ b/TODO
@@ -1,19 +1,6 @@
 Important for Thunar 1.0
 ========================
 
- - Add ThunarVfsFlags, which specifies various flags for the job starters
-   (like thunar_vfs_copy_files, etc.). One important flag would be
-   THUNAR_VFS_FLAG_ERROR_ON_OVERWRITE, which tells the job not to ask the
-   user when the target exists, but to fail directly (the flags could also
-   be part of thunar-vfs-interactive-job.h, as they're only interesting
-   for interactive jobs).
-
- - We need a way to "refresh" folders after a "Cut"-operation with Nautilus.
-   With local folders - with not many files inside - the move is too fast!
-
- - Use better way to handle system flavours than simply (mis)using
-   AC_CONFIG_LINKS(), which is pretty messy for this purpose.
-
  - Check getmntinfo() or getfsstat() for ThunarVfsVolumeManagerBSD, which
    might be faster than several statfs() calls.
 
@@ -21,9 +8,6 @@ Important for Thunar 1.0
    with paths that include a very long directory; you cannot scroll to the
    last path component then.
 
- - A design for the ThunarTreePane framework must be developed and later
-   be implemented.
-
  - A design for the ThunarDesktopView module must be developed and later
    be implemented.
 
diff --git a/docs/manual/C/Thunar.xml.in b/docs/manual/C/Thunar.xml.in
index ac6af6b0c..22026f728 100644
--- a/docs/manual/C/Thunar.xml.in
+++ b/docs/manual/C/Thunar.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
-  <!ENTITY date "March 2006"> 
+  <!ENTITY date "April 2006"> 
   <!ENTITY version "@PACKAGE_VERSION@">
   <!ENTITY application "@PACKAGE_NAME@"> 
 ]>
-- 
GitLab