aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-09 17:22:04 (GMT)
committerrathnor <rathnor>2003-10-09 17:22:04 (GMT)
commit50b724d67a288b9df9a85bd8258e22507f45d748 (patch)
tree2af13f275ac019959418f6cef805a8dc7c22974d
parent018665d7a3ae8cb642880176d415f57fc178c299 (diff)
downloadfluxbox-50b724d67a288b9df9a85bd8258e22507f45d748.zip
fluxbox-50b724d67a288b9df9a85bd8258e22507f45d748.tar.bz2
add comment about pixmap cache
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8ef7ab..fce9b4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Changes for 0.9.6:
4 * Various drawing-related optimisations and bug fixes (Simon) 4 * Various drawing-related optimisations and bug fixes (Simon)
5 - fixes toolbar random colour flicker on workspace change 5 - fixes toolbar random colour flicker on workspace change
6 - speeds up pixmap rendering a little (inlining and friends!) 6 - speeds up pixmap rendering a little (inlining and friends!)
7 - pixmap cache now a set rather than list (faster search)
7 FbWinFrame.cc GContext.hh/cc Color.hh ImageControl.hh/cc 8 FbWinFrame.cc GContext.hh/cc Color.hh ImageControl.hh/cc
8 IconbarTool.cc fluxbox.cc Container.cc 9 IconbarTool.cc fluxbox.cc Container.cc
9*03/10/08: 10*03/10/08: