From: Michael Stapelberg Date: Tue, 14 Apr 2009 14:31:36 +0000 (+0200) Subject: Prepare debian/changelog for the bugfix release X-Git-Tag: 3.a-bf1~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3c06ab1b98da24fac15717bdbabae4885879840d;p=i3%2Fi3 Prepare debian/changelog for the bugfix release --- diff --git a/debian/changelog b/debian/changelog index 6a81a5a7..19e16cbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +i3-wm (3.a-bf1-1) unstable; urgency=low + + * Bugfix: When entering a stack window with the mouse, set focus to the + active client in the container the stack window belongs to. + * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting + to any keybindings after pressing numlock once. + * Bugfix: Don't crash when Xinerama is disabled. + * Bugfix: Correctly remove client from container when moving to another + workspace. + * Bugfix: Set focus to the client which was previously focused instead of + the next client in container when moving windows out of a container. + * Bugfix: Correctly set focus when switching between screens. + * Bugfix: Don't crash anymore moving focus to another screen under the + following conditions: The screen you switch to has a lower number of cells + and/or rows than the current one, you switch focus using your mouse, you + previously were in a column/row which is not available on the destination + screen. + * Bugfix: When switching screens, warp the pointer to the correct + destination window. + * Bugfix: Store dock clients per screen, not per workspace. + * Bugfix: Perform bounds checking for snapped containers. + * Bugfix: Send clients their absolute position/size (on the root window) in + generated configure events. This fixes problems with xfontsel, xmaple, + etc. + * Implement scrolling on stack windows and on the bottom bar. + * Create i3-wm-dbg with debug symbols + + -- Michael Stapelberg + i3-wm (3.a-1) unstable; urgency=low * First release (Closes: #521709)