summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHeinrich Wendel <h_wendel@cojobo.net>2004-03-17 20:06:01 +0000
committerHeinrich Wendel <h_wendel@cojobo.net>2004-03-17 20:06:01 +0000
commit368bb763ad2b873419084bdf6f61c4916c12c072 (patch)
tree5cabf8aeeeaab86c5b44801e057525038f64ff73 /ChangeLog
parent5a96cbd4eb227ecc74179e505587ece2ef4d639b (diff)
some fixes from Martin Grimme <martin@pycage.de>, see changelog for more info
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d64354c..af404f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
Version 0.5
+2004-03-17 Martin Grimme <martin@pycage.de>
+
+ * xdg/Menu.py (__preparse):
+ * xdg/IconTheme.py (IconTheme.parse): Made compatible with Python 2.3
+ (None is a keyword).
+ (__parseTheme): Prepend new icon themes to make sure that they have
+ priority when looking up icons.
+ (icondirs): Add "~/.icons" to the paths where to look for icons. Users
+ may have icon themes installed in their home directory.
+
2003-10-98 Heinrich Wendel <h_wendel@cojobo.net>
* Completed write-support in IniFile