From a96a2d243c98745bbdb5547d8251f8b75920c71f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 26 Aug 2011 03:33:26 +0200 Subject: [PATCH] update changelog (not releasing yet) --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 81cc2ccc..e4b2ff9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ i3-wm (4.0.2-0) unstable; urgency=low * NOT YET RELEASED! + * i3-config-wizard: handle mouse button clicks on and texts * Bugfix: Correctly bind on multiple keycodes if a symbol has more than one * Bugfix: Allow multiple criteria in 'for_window' * Bugfix: Ensure a minimum size when using the 'resize' command @@ -21,6 +22,9 @@ i3-wm (4.0.2-0) unstable; urgency=low * Bugfix: Warp cursor when changing outputs again * Bugfix: i3bar: fix switching to workspaces with extremely long names * Bugfix: i3bar: fix switching to workspaces "next" and "prev" + * Bugfix: i3bar: Correctly allocate pixmap for statuslines which are longer + than the screen + * Bugfix: i3bar: set statusline = NULL on EOF / SIGCHLD * Bugfix: Correctly initialize the verbose flag * Bugfix: Don’t start with workspace 'next' when the command 'workspace next' is bound in the config file @@ -31,6 +35,12 @@ i3-wm (4.0.2-0) unstable; urgency=low * Bugfix: Fix crash when using 'focus mode_toggle' on an empty workspace * Bugfix: Make the 'resize' command work inside tabbed/stacked cons * Bugfix: Correctly place floating windows on their appropriate output + * Bugfix: Fix coordinates when moving a floating window to a different output + * Bugfix: Correctly keep focus when moving non-leaf windows + * Bugfix: Accept '\t' in the set command + * Bugfix: Only consider tiling windows when attaching tiling windows to a + workspace + * Bugfix: Correctly render containers when a split container is focused -- Michael Stapelberg Sun, 07 Aug 2011 18:13:29 +0200