diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 6 insertions, 3 deletions
@@ -4,9 +4,11 @@ | |||
4 | Changes for 1.3.3 | 4 | Changes for 1.3.3 |
5 | 5 | ||
6 | *12/12/30: | 6 | *12/12/30: |
7 | * Use WM_WINDOW_ROLE for fluxbox' own windows (Thanks Vladimir Pavlov) | 7 | * Use WM_WINDOW_ROLE for fluxbox' own windows (Thanks Vladimir Pavlov) |
8 | * Bugfix: Use window.stuck.pressed.pixmap in (Thanks Vladimir) | 8 | * Bugfix: Use window.stuck.pressed.pixmap in (Thanks Vladimir) |
9 | * Bugfix: Do not render the text twice in FbTk::TextButton (Vladimir) | 9 | * Bugfix: Do not render the text twice in FbTk::TextButton (Vladimir) |
10 | * Bugfix: Replace (deprecated) XKeycodeToKeysym() with XkbKeycodeToKeysym() | ||
11 | (Thanks Sami Kerola) | ||
10 | 12 | ||
11 | *12/12/11: | 13 | *12/12/11: |
12 | * Bugfix: use expanded style-filename #3576586 (Mathias) | 14 | * Bugfix: use expanded style-filename #3576586 (Mathias) |
@@ -21,6 +21,7 @@ Critical Bugfixes in 1.3.3: | |||
21 | Other Bugfixes: | 21 | Other Bugfixes: |
22 | * Fixed placement off transient windows in a multi-monitor setup with 'holes' | 22 | * Fixed placement off transient windows in a multi-monitor setup with 'holes' |
23 | * Fixed usage of '~' as part of style filenames | 23 | * Fixed usage of '~' as part of style filenames |
24 | * Replaced (deprecated) XKeycodeToKeysym() with XkbKeycodeToKeysym() | ||
24 | * Improved vertical alignment of text in decorations | 25 | * Improved vertical alignment of text in decorations |
25 | * Fixed compiler and code style issues | 26 | * Fixed compiler and code style issues |
26 | * Updated italian translations | 27 | * Updated italian translations |