aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakir <akir>2004-09-10 16:18:12 (GMT)
committerakir <akir>2004-09-10 16:18:12 (GMT)
commita90fe37f9a3828eee54f6aeda4ebdb99b27d58d7 (patch)
tree9fff0f70a8fc046a22f7e84b65603f37ea2ae181 /ChangeLog
parentbf48239deea87d7d4ccb2a2fe616d15dc2750de5 (diff)
downloadfluxbox-a90fe37f9a3828eee54f6aeda4ebdb99b27d58d7.zip
fluxbox-a90fe37f9a3828eee54f6aeda4ebdb99b27d58d7.tar.bz2
updated changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ec3011..93a6395 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,17 @@
2Changes for 0.9.11 2Changes for 0.9.11
3*04/09/10: 3*04/09/10:
4 * Cosmetic and cleanup changes to FbTk/* (Mathias) 4 * Cosmetic and cleanup changes to FbTk/* (Mathias)
5 - mostly tabs -> spaces, wrong indention etc 5 - tabs -> spaces, wrong indention etc in all mentioned
6 files and
7 FbTk/EventHandler.cc FbTk/StringUtil.(cc|hh) Ewmh.cc
6 - using FbDrawable::s_display now instead of 8 - using FbDrawable::s_display now instead of
7 FbTk::App::instance()->display() 9 FbTk::App::instance()->display()
10 FbTk/FbPixmap.(cc|hh) FbTk/FbWindow.(cc|hh)
11 FbTk/FbPixmap.cc FbTk/XftFontImp.cc
8 - added warning about "wrong" wallpapersetter 12 - added warning about "wrong" wallpapersetter
9 FbTk/FbPixmap.(cc|hh) FbTk/FbWindow.(cc|hh) 13 FbTk/FbPixmap.cc
10 FbTk/FbPixmap.cc FbTk/EventHandler.cc Ewmh.cc 14 - removed old codefragment from XmbFontImp
15 FbTk/XmbFontImp.cc
11 * Clean up some unused variables (thanks Ryan O'Hara) 16 * Clean up some unused variables (thanks Ryan O'Hara)
12 FbTk/XLayer.cc 17 FbTk/XLayer.cc
13*04/09/09: 18*04/09/09:
@@ -20,8 +25,8 @@ Changes for 0.9.11
20 Screen.(cc|hh) FbTk/Menu.cc FbTk/FbWindow.cc FbTk/FbPixmap.cc 25 Screen.(cc|hh) FbTk/Menu.cc FbTk/FbWindow.cc FbTk/FbPixmap.cc
21*04/09/04: 26*04/09/04:
22 * Fix duplicate icons in icon list with amsn (Henrik) 27 * Fix duplicate icons in icon list with amsn (Henrik)
23 - Check Fluxbox::update(FluxboxWindow::stateSig), 28 - Check Fluxbox::update(FluxboxWindow::stateSig),
24 the win.screen().addIcon 29 the win.screen().addIcon
25 Screen.cc 30 Screen.cc
26 * Fix crash on shutdown (Henrik) 31 * Fix crash on shutdown (Henrik)
27 - workspacemenu must be destroyed before 32 - workspacemenu must be destroyed before
@@ -216,7 +221,7 @@ Changes for 0.9.10:
216 * Fixed fallback for toolbar.button.pressed (Henrik) 221 * Fixed fallback for toolbar.button.pressed (Henrik)
217 ButtonTheme.cc 222 ButtonTheme.cc
218*04/07/15: 223*04/07/15:
219 * Click on handle bar raises window even if 224 * Click on handle bar raises window even if
220 "click raises" = false, 225 "click raises" = false,
221 Consistent with the title bar. 226 Consistent with the title bar.
222 (Henrik) 227 (Henrik)