update changelog (not releasing yet)

next
Michael Stapelberg 2011-08-26 03:33:26 +02:00
parent ed6f5d214c
commit a96a2d243c
1 changed files with 10 additions and 0 deletions

10
debian/changelog vendored
View File

@ -1,6 +1,7 @@
i3-wm (4.0.2-0) unstable; urgency=low
* NOT YET RELEASED!
* i3-config-wizard: handle mouse button clicks on <win> and <alt> 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: Dont 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 <michael@stapelberg.de> Sun, 07 Aug 2011 18:13:29 +0200