aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-16 11:18:22 (GMT)
committersimonb <simonb>2006-04-16 11:18:22 (GMT)
commit553104ee1d53104fa0790a9793a7047c61dd073f (patch)
tree5ccc4968b10f604c05aaa6d3bb13fc206fab8faa /ChangeLog
parent02aa83a59eb3d9e209449b38808635f9e293a17a (diff)
downloadfluxbox-553104ee1d53104fa0790a9793a7047c61dd073f.zip
fluxbox-553104ee1d53104fa0790a9793a7047c61dd073f.tar.bz2
fix all compiler warnings with -Wall
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fd3875..5d736a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/04/16: 3*06/04/16:
4 * Fix all warnings with (gcc 3.4.6) -Wall, mainly sign comparisons (Simon)
5 ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc
6 ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc
7 Window.cc FbTk/... FbPixmap.hh/cc Menu.hh Text.hh TextBox.hh/cc
4 * signedness fix in Container moveItem (thanks _markt) 8 * signedness fix in Container moveItem (thanks _markt)
5 Container.cc 9 Container.cc
6 * Vertical toolbar (Simon) 10 * Vertical toolbar (Simon)