diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-02-27 17:45:00 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-27 17:45:00 (GMT) |
commit | 3eea27600b10941cc3d47fa7c84cfaea982459ed (patch) | |
tree | a5f2478666d54aa66533ced6862a11f21f71afbe | |
parent | 1fe7245f40f50b9d139d576e0036036d0dcfa3a2 (diff) | |
download | fluxbox_pavel-3eea27600b10941cc3d47fa7c84cfaea982459ed.zip fluxbox_pavel-3eea27600b10941cc3d47fa7c84cfaea982459ed.tar.bz2 |
updated ChangeLog
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,12 +2,21 @@ | |||
2 | 2 | ||
3 | Changes for 1.3.1 | 3 | Changes 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) |