aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-27 13:17:51 (GMT)
committerfluxgen <fluxgen>2002-01-27 13:17:51 (GMT)
commit0cfe1502f43b0d99e382866f9e49d4e6c6fa814a (patch)
treeb2630620396acd7cd6b821f8a103297a2dc10f80 /ChangeLog
parentb6f3feac0bcef7a91dc66a2bea65fe34c03f9d4a (diff)
downloadfluxbox-0cfe1502f43b0d99e382866f9e49d4e6c6fa814a.zip
fluxbox-0cfe1502f43b0d99e382866f9e49d4e6c6fa814a.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 21 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2349251..25b61fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,28 @@
1Changes for 0.1.7: 1Changes for 0.1.7:
2*02/01/27:
3 * Clean up in menu loading
4 * Moved from old C style file reading to c++ istream
5 in menu loading
6 * Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano)
7*02/01/26:
8 * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed before the children)
9 * Fixed indentation in BaseDisplay.hh/.cc and changed some variables
10 * Updated Russian translation (Thanks Anton Denisov)
11 * Clean up in Tab code (Thanks Jesper Louis Andersen)
12*02/01/20:
13 * Fixed std::string for Toolbar workspace name change.
14 * Added getStringBetween to StringUtil
15*02/01/19:
16 * Fixed some screen resources to Resource<T>
17 * Updated init.in
18 * Created GrabGuard for BaseDisplay
2*02/01/18: 19*02/01/18:
3 * Fixed bsetroot, now Eterm's, XChat's and similiar will be able to use 20 * Fixed bsetroot, now Eterm's, XChat's and similar will be able to use
4 bsetroots background images. (Claes Nästén) 21 bsetroot's background images. (Claes Nästén)
5 * Fixed ResourceManager 22 * Fixed ResourceManager
6 * Changed resources to Resource<T> in class Fluxbox 23 * Changed resources to Resource<T> in class Fluxbox
7 * Added Resource.hh/.cc, XrmDatabaseHelper.hh, NotCopyable.hh 24 * Added Resource.hh/.cc, XrmDatabaseHelper.hh,
25 NotCopyable.hh
8*02/01/16: 26*02/01/16:
9 * Fixed indent in Window.hh 27 * Fixed indent in Window.hh
10*02/01/15: 28*02/01/15: