aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS1
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c62d807..9fd8e1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,11 @@
4Changes for 1.3.3 4Changes 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)
diff --git a/NEWS b/NEWS
index 9527a74..5815ee2 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@ Critical Bugfixes in 1.3.3:
21Other Bugfixes: 21Other 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