From 4d188cb9a26ef0587de2d2130627fda7730d55b9 Mon Sep 17 00:00:00 2001
From: Yorhel <git@yorhel.nl>
Date: Mon, 19 Jul 2010 12:43:03 +0200
Subject: [PATCH] TODO + ChangeLog update

---
 ChangeLog | 3 ++-
 TODO      | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d2428e9..f196d6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
 git - ?
 	- List the detected hard links in file info window
-	- Count the size a hard linked file once for each directory it appears in
+	- Count the size of a hard linked file once for each directory it appears in
 	- Fixed crash on browsing dirs with a small window size (#2991787)
 	- Fixed buffer overflow when some directories can't be scanned (#2981704)
+	- Fixed segfault when root dir only contains hidden files
 	- Improved browsing performance
 	- More intuitive multi-page browsing
 	- Various minor fixes
diff --git a/TODO b/TODO
index 6c10601..91bd705 100644
--- a/TODO
+++ b/TODO
@@ -18,7 +18,7 @@ Small list of planned features/changes, suggestions are always welcome.
     having a special key for each column
 
 - Better handling of hard links?
-  * Link the files together in the browser interface
+  * Use hash table or BST to speed up hard link detection
   * Have a separate size variable for "shared" data
     (displayed in the browser as e.g. "291+3MiB")
     This should be both more intuitive and more correct than simply
-- 
GitLab