aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-06-19 05:04:42 (GMT)
committersimonb <simonb>2006-06-19 05:04:42 (GMT)
commitf6140840f85e35354c219e3a505c6d1aeb4d3837 (patch)
tree64f7c645454f75a0a9d02f5befa7cd59d27321b3 /ChangeLog
parent3bce4aab734683f968d823ffa2d34a78a4babf93 (diff)
downloadfluxbox-f6140840f85e35354c219e3a505c6d1aeb4d3837.zip
fluxbox-f6140840f85e35354c219e3a505c6d1aeb4d3837.tar.bz2
fix timer issues (esp clock not updating on multiple screens)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7319a7..7a2b5f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc2: 2Changes for 1.0rc2:
3*06/06/19:
4 * Fix bug #1507671, clock not updating on multiple screens (Simon)
5 - time() and gettimeofday() are inconsistent, only use gettimeofday
6 - clean up Timer stuff a bit, fixed some other bugs
7 FbTk/Timer.hh/cc ClockTool.cc
3*06/06/18: 8*06/06/18:
4 * Fixed bug #1507754 iconbar text was not updated to match titlebar (Henrik) 9 * Fixed bug #1507754 iconbar text was not updated to match titlebar (Henrik)
5 WinClient.cc 10 WinClient.cc