Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassarbad <none@none>2004-11-28 18:49:18 +0300
committerassarbad <none@none>2004-11-28 18:49:18 +0300
commitf74288b3435849036dae08d9c895987e01527684 (patch)
tree43171159c04362d9b453b28efe6bbfa2fb8e74b0
parent2c23c9e9bbf06b377a8158ea906d299a4e675189 (diff)
- Update of changelog.txt and TODO.txt, reflecting the changes.
-rw-r--r--CHANGELOG.txt5
-rw-r--r--TODO.txt4
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index fd1b83f..d1d389b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,11 @@ changelog.txt - What has been done to WinDirStat (newest top)
Last modified: $Date$
=============================================================
+2004-11-28 assarbad
+ * Extended CFileFindWDS.
+ * Packing of file attributes to keep CItem small.
+ * Sorting of file attribute column now implemented.
+
2004-11-27 bseifert
* Progress bar now disabled (and Pacman used instead)
if "follow junction points" is enabled.
diff --git a/TODO.txt b/TODO.txt
index e84c2e3..4172699 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,10 +2,6 @@ TODO.txt - What still has to been done to WinDirStat
Last modified: $Date$
=============================================================
-- item.h: declare m_attributes as char and pack the bits
- in order to optimize sizeof(CItem).
- => assarbard
-
- item.h: m_rect: don't use tagRECT but a smaller short-based
struct instead in order to optimize sizeof(CItem)
=> bseifert