This commit is contained in:
fluxgen 2002-01-08 11:03:22 +00:00
parent 2f4e038cff
commit 2528b513ff

View file

@ -1,6 +1,14 @@
Changes for 0.1.6:
*02/01/08:
* Made class Keys more independent (layer 2). class Keys now only
depends on StringUtil.
* Replaced the old strtok in Keys with a new stringtok from
StringUtil this should make the config file less restrictive
* Added stringtok to StringUtil
* Removed Fluxbox dependency from class Theme
*02/01/06:
* Changed toolbar placement enums to uppercase letters (Claes Nästén)
* Moved strcasestr from Theme.cc to StringUtil
* Created StringUtil and DrawUtil and moved all functions from Misc to them
*02/01/05:
* Changed placement/alignment enums to uppercase letters (Claes Nästén)