debian: update changelog
This commit is contained in:
parent
dd053c254b
commit
a1c26fa72f
|
@ -37,6 +37,8 @@ A list of changes follows:
|
||||||
* Bugfix: Re-assign dock windows to different workspaces when a workspace
|
* Bugfix: Re-assign dock windows to different workspaces when a workspace
|
||||||
is detached.
|
is detached.
|
||||||
* Bugfix: Fix crash because of workspace-pointer which did not get updated
|
* Bugfix: Fix crash because of workspace-pointer which did not get updated
|
||||||
|
* Bugfix: Correctly initialize screen when Xinerama is disabled.
|
||||||
|
* Bugfix: Fullscreen window movement and focus problems fixed
|
||||||
* Implement jumping to other windows by specifying their position or
|
* Implement jumping to other windows by specifying their position or
|
||||||
window class/title.
|
window class/title.
|
||||||
* Implement jumping back by using the focus stack.
|
* Implement jumping back by using the focus stack.
|
||||||
|
|
|
@ -12,6 +12,8 @@ i3-wm (3.b-1) unstable; urgency=low
|
||||||
* Bugfix: Re-assign dock windows to different workspaces when a workspace
|
* Bugfix: Re-assign dock windows to different workspaces when a workspace
|
||||||
is detached.
|
is detached.
|
||||||
* Bugfix: Fix crash because of workspace-pointer which did not get updated
|
* Bugfix: Fix crash because of workspace-pointer which did not get updated
|
||||||
|
* Bugfix: Correctly initialize screen when Xinerama is disabled.
|
||||||
|
* Bugfix: Fullscreen window movement and focus problems fixed
|
||||||
* Implement jumping to other windows by specifying their position or
|
* Implement jumping to other windows by specifying their position or
|
||||||
window class/title.
|
window class/title.
|
||||||
* Implement jumping back by using the focus stack.
|
* Implement jumping back by using the focus stack.
|
||||||
|
@ -21,7 +23,7 @@ i3-wm (3.b-1) unstable; urgency=low
|
||||||
* Implement variables in configfile.
|
* Implement variables in configfile.
|
||||||
* Colors are now configurable.
|
* Colors are now configurable.
|
||||||
|
|
||||||
-- Michael Stapelberg <michael@stapelberg.de> Sun, 21 Jun 2009 16:39:35 +0200
|
-- Michael Stapelberg <michael@stapelberg.de> Fri, 26 Jun 2009 04:42:23 +0200
|
||||||
|
|
||||||
i3-wm (3.a-bf2-1) unstable; urgency=low
|
i3-wm (3.a-bf2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue