aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-27 17:45:00 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-27 17:45:00 (GMT)
commit3eea27600b10941cc3d47fa7c84cfaea982459ed (patch)
treea5f2478666d54aa66533ced6862a11f21f71afbe /ChangeLog
parent1fe7245f40f50b9d139d576e0036036d0dcfa3a2 (diff)
downloadfluxbox-3eea27600b10941cc3d47fa7c84cfaea982459ed.zip
fluxbox-3eea27600b10941cc3d47fa7c84cfaea982459ed.tar.bz2
updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26cb1ab..8965c26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,21 @@
2 2
3Changes for 1.3.1 3Changes for 1.3.1
4 4
5*11/02/25:
6 * Bugfix: submenus didn't hide if session*menuDelay was > 0 (Mathias)
7 FbTk/Menu.cc AttentionHandler.cc
8
5*11/02/24: 9*11/02/24:
10 * Bugfix: do not crash when moving transient windows between Workspaces (Mathias)
11 Workspace.cc
12 * Bugfix: correct calculation of SystemTray width / height, closes #3150939 (Mathias)
13 SystemTray.cc
6 * Bugfix: place WindowMenu correctly upon first call, closes #2731524 (Mathias) 14 * Bugfix: place WindowMenu correctly upon first call, closes #2731524 (Mathias)
7 Window.cc 15 Window.cc
8 * Code cleanup (Mathias) 16 * Code cleanup (Mathias)
9 WorkspaceMenu.cc FbCommands.cc IconbarTool.cc ScreenPlacement.{cc,hh} 17 WorkspaceMenu.cc FbCommands.cc IconbarTool.cc ScreenPlacement.{cc,hh}
10 Slit.cc ToolFactory.cc Toolbar.cc Window.cc IconButton.cc 18 Slit.cc ToolFactory.cc Toolbar.cc Window.cc IconButton.cc
19 FbTk/{X}LayerItem.{cc,hh}
11 20
12*11/02/23: 21*11/02/23:
13 * Bugfix: possible crash when getting an Unmap before a FocusIn event (Henrik) 22 * Bugfix: possible crash when getting an Unmap before a FocusIn event (Henrik)