Add debian changelog for the bugfix release

next
Michael Stapelberg 2009-12-21 22:37:29 +01:00
parent 5287dce9cc
commit 6cdf607424
1 changed files with 20 additions and 0 deletions

20
debian/changelog vendored
View File

@ -1,3 +1,23 @@
i3-wm (3.d-bf1-1) unstable; urgency=low
* Bugfix: Dont draw window title when titlebar is disabled
* Bugfix: Correctly switch border types for floating windows
* Bugfix: Correctly replay pointer if the click handler does not trigger
* Bugfix: Also allow WORDs as workspace names
* Bugfix: Correctly clear the urgency hint if a window gets unmapped without
clearing it
* Bugfix: Fix resizing of floating windows in borderless/1-px-border mode
* Bugfix: Accept underscores in bindsym
* Bugfix: Dont set the urgency flag if the window is focused
* Bugfix: Handle stack-limit cols on tabbed containers
* Bugfix: Resize client after updating base_width/base_height
* Bugfix: Force render containers after setting the client active
* Bugfix: Fix two problems in resizing floating windows with right mouse
* Bugfix: Use more precise floating point arithmetics
* Bugfix: Correctly place new windows below fullscreen windows
-- Michael Stapelberg <michael@stapelberg.de> Mon, 21 Dec 2009 22:33:02 +0100
i3-wm (3.d-1) unstable; urgency=low
* Implement tabbing (command "T")