aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-03-19 01:28:09 (GMT)
committerfluxgen <fluxgen>2002-03-19 01:28:09 (GMT)
commit1871169b06d8b9909ff26b761d24a40a65ef18f9 (patch)
tree3366180fb1094ab53d0d54d26db8ff441a4faa96 /ChangeLog
parent02466ab04056d9275e7351400be111a9c4580f26 (diff)
downloadfluxbox-1871169b06d8b9909ff26b761d24a40a65ef18f9.zip
fluxbox-1871169b06d8b9909ff26b761d24a40a65ef18f9.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7953ef2..136c16d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1changes for 0.1.8: 1changes for 0.1.8:
2*02/03/18: 2*02/03/18:
3 * Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and
4 Timer.hh/cc
5 * Changed timer pointer in some classes to
6 a non pointer variable
7 * Clean up in class BTimer (Timer.cc/hh)
8 BTimer now register it self to a static list in the class BTimer
9 and update timers with the static function updateTimers(int fd)
10 The cyclic dep between BaseDisplay and BTimer is now gone.
3 * Added FbAtoms.hh/cc where all the atoms is. 11 * Added FbAtoms.hh/cc where all the atoms is.
4 Makes the interface in BaseDisplay cleaner 12 Makes the interface in BaseDisplay cleaner
5 * Fixed std::max/min 13 * Fixed std::max/min