aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2001-12-31 10:31:18 (GMT)
committerfluxgen <fluxgen>2001-12-31 10:31:18 (GMT)
commit544240c19808a902a227ba63795a1ec70f90d152 (patch)
tree485dc0eca2da6c462792872e2e581c0a780326a7 /ChangeLog
parent1ffec7ce9605a859521c5af9229a673a6df6c539 (diff)
downloadfluxbox-544240c19808a902a227ba63795a1ec70f90d152.zip
fluxbox-544240c19808a902a227ba63795a1ec70f90d152.tar.bz2
Update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 82cc150..5eb8fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
1Changes for 0.1.6: 1Changes for 0.1.6:
2*01/12/29:
3 * Fixed slit:onTop with toolbar:onTop bug
4 * Changed Keygrabbing constants to uppercase
5 * Changed Texture constants to uppercase and moved them into class BImage
6 to clean up the global namespace
2*01/12/19: 7*01/12/19:
3 * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay (me) 8 * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay
4 * Fixed redraw bugg when changing workspace (me) 9 * Fixed redraw bug when changing workspace
5*01/12/17: 10*01/12/17:
6 * Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me) 11 * Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me)
7 * Fixed tabcycling (Thanks Mike Walker) 12 * Fixed tabcycling (Thanks Mike Walker)
@@ -10,14 +15,14 @@ Changes for 0.1.6:
10 * Moved Tab width and height functions to screen, new syntax is 15 * Moved Tab width and height functions to screen, new syntax is
11 session.screenX.tab.width (Claes Nästén) 16 session.screenX.tab.width (Claes Nästén)
12*01/12/13: 17*01/12/13:
13 * Moved all free functions in misc.cc/.hh into a class Misc (me) 18 * Moved all free functions in misc.cc/.hh into a class Misc
14 * Moved struct FFont from Theme.hh to class Misc so the 19 * Moved struct FFont from Theme.hh to class Misc so the
15 cyclic dep between class Theme and class Misc is removed. (me) 20 cyclic dep between class Theme and class Misc is removed.
16 * Updated Screen.hh to return reference instead of pointer in 21 * Updated Screen.hh to return reference instead of pointer in
17 get*Style (me) 22 get*Style
18 * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString 23 * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString
19 functions in class Misc (me) 24 functions in class Misc
20 * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc (me) 25 * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc
21*01/12/12: 26*01/12/12:
22 * Updated russian translation (Thanks Sergey Volozhanin) 27 * Updated russian translation (Thanks Sergey Volozhanin)
23 * Updated man-page (Thanks Matthew Hawkins) 28 * Updated man-page (Thanks Matthew Hawkins)