diff options
author | simonb <simonb> | 2006-06-19 05:04:42 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-06-19 05:04:42 (GMT) |
commit | f6140840f85e35354c219e3a505c6d1aeb4d3837 (patch) | |
tree | 64f7c645454f75a0a9d02f5befa7cd59d27321b3 /ChangeLog | |
parent | 3bce4aab734683f968d823ffa2d34a78a4babf93 (diff) | |
download | fluxbox-f6140840f85e35354c219e3a505c6d1aeb4d3837.zip fluxbox-f6140840f85e35354c219e3a505c6d1aeb4d3837.tar.bz2 |
fix timer issues (esp clock not updating on multiple screens)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc2: | 2 | Changes 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 |