aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-05 14:14:35 (GMT)
committersimonb <simonb>2006-04-05 14:14:35 (GMT)
commit8c12c5ecaf4ec6e1ad729115732f5579cbd4a788 (patch)
tree506820cefb2dfa75dd1370a302980ca686465f98 /ChangeLog
parent0497afae19f49050f4a11716d79d3d01e869e4d3 (diff)
downloadfluxbox-8c12c5ecaf4ec6e1ad729115732f5579cbd4a788.zip
fluxbox-8c12c5ecaf4ec6e1ad729115732f5579cbd4a788.tar.bz2
fix build error in gcc 2.95.4, missing include
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fc00a2..035a758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/04/05: 3*06/04/05:
4 * Fix gcc 2.95.4 build error in ScreenPlacement.hh (Simon)
5 ScreenPlacement.hh
4 * Fix tabs on other workspaces being shown on placement change (Simon) 6 * Fix tabs on other workspaces being shown on placement change (Simon)
5 + Fix XmbFonts for multiple screens. Still need to fix XFontImp, 7 + Fix XmbFonts for multiple screens. Still need to fix XFontImp,
6 it's quite a bit more convoluted. 8 it's quite a bit more convoluted.