]> git.sur5r.net Git - i3/i3/blob - debian/changelog
Merge branch 'master' into next
[i3/i3] / debian / changelog
1 i3-wm (4.4.1-0) unstable; urgency=low
2
3   * NOT YET RELEASED
4
5  -- Michael Stapelberg <stapelberg@debian.org>  Wed, 12 Dec 2012 00:23:32 +0100
6
7 i3-wm (4.4-1) experimental; urgency=low
8
9   * New upstream release
10
11  -- Michael Stapelberg <stapelberg@debian.org>  Tue, 11 Dec 2012 22:52:56 +0100
12
13 i3-wm (4.3-1) experimental; urgency=low
14
15   * New upstream release
16
17  -- Michael Stapelberg <stapelberg@debian.org>  Wed, 19 Sep 2012 18:13:40 +0200
18
19 i3-wm (4.2-1) unstable; urgency=low
20
21   * New upstream release
22
23  -- Michael Stapelberg <stapelberg@debian.org>  Wed, 25 Apr 2012 23:19:44 +0200
24
25 i3-wm (4.1.2-3) unstable; urgency=low
26
27   * Disable generation of docs/refcard.pdf (Closes: #666363)
28   * Add debian/i3-wm.menu (Closes: #664697)
29   * Bump standards-version to 3.9.3 (no changes needed)
30   * Fix 'section' field of the i3-wm source package to 'x11'
31   * Email change: Michael Stapelberg -> stapelberg@debian.org
32
33  -- Michael Stapelberg <stapelberg@debian.org>  Thu, 12 Apr 2012 16:09:58 +0200
34
35 i3-wm (4.1.2-2) unstable; urgency=low
36
37   * Rebuild against libyajl and libxcb from unstable
38
39  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 27 Jan 2012 19:50:29 +0000
40
41 i3-wm (4.1.2-1) unstable; urgency=low
42
43   * Bugfix: Don’t lose focus on fullscreen windows when another window gets
44     moved to that workspace
45   * Bugfix: Open new windows in the correct place when assignments match
46   * Bugfix: Fix assignments of floating windows to (yet) unused workspaces
47   * Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both
48   * Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients
49   * Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant
50     way
51   * Bugfix: Only ignore EnterNotify events after UnmapNotifies from managed
52     windows
53   * Bugfix: Force a new sequence number after UnmapNotify
54   * Bugfix: Position floating windows exactly where their geometry specified
55   * Bugfix: Fix coordinates when the rect of an output changes
56
57  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 27 Jan 2012 19:04:28 +0000
58
59 i3-wm (4.1.1-1) unstable; urgency=low
60
61   * Re-add build-arch/build-indep targets to debian/rules (Closes: #648613)
62   * Create a secure temp path instead of a predictable one
63   * ipc: set CLOEXEC on client file descriptors
64   * Fix prototype in include/xcursor.h
65   * Bugfix: Skip dock clients when handling FocusIn events
66   * Bugfix: Fix fullscreen with floating windows
67   * Bugfix: Fix startup when RandR is not present
68   * Bugfix: Retain window position and size when changing floating border
69   * Bugfix: Disallow focusing dock clients via criteria
70   * Bugfix: Don’t create a workspace named 'back_and_forth' on startup
71   * Bugfix: Fix wrong focus in complex tabbed/stacked layouts
72   * Bugfix: Fix resizing for (e.g.) v-split containers in h-split containers
73   * Bugfix: Fix 'resize' command in nested containers
74   * Bugfix: Don’t set the _NET_WM_WORKAREA hint at all
75   * Bugfix: Skip leading whitespace in variable assignments
76   * Bugfix: Make resizing of tiling windows with floating_modifier use absolute
77     coordinates
78   * Bugfix: Make resizing work when pressing floating_modifier + right mouse
79     button on window decorations
80   * Bugfix: Fix setting the same mark repeatedly on different windows
81   * Bugfix: Disallow focusing other windows when in fullscreen mode
82   * Bugfix: Ignore ConfigureRequests with out-of-bound coordinates
83   * Bugfix: Correctly check boundaries and reassign floating windows when
84     moving
85   * Bugfix: Don’t close workspace when there are still floating windows on it
86
87  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 24 Dec 2011 16:23:55 +0100
88
89 i3-wm (4.1-1) unstable; urgency=low
90
91   * Switch to dpkg-source 3.0 (quilt) and compat level 7
92   * Implement system tray support in i3bar (for NetworkManager, Skype, …)
93   * i3bar is now configurable in the i3 configfile
94   * Implement support for PCRE regular expressions in criteria
95   * Implement a new assign syntax which uses criteria
96   * Sort named workspaces whose name starts with a number accordingly
97   * Warn on duplicate bindings for the same key
98   * Restrict 'resize' command to left/right for horizontal containers, up/down
99     for vertical containers
100   * Implement support for startup notifications (cursor will change to 'watch',
101     started applications show up on the workspace they have been launched on)
102   * Implement the GET_MARKS IPC request to get all marks
103   * Implement the new_float config option (border style for floating windows)
104   * Implement passing IPC sockets to i3 (systemd-style socket activation)
105   * Implement the 'move output' command to move containers to a specific output
106   * Implement focus switching for floating windows
107   * Implement the window_role criterion (for matching multi-window apps)
108   * Implement a force_xinerama configuration directive
109   * Implement the --get-socketpath, useful for scripts using the IPC interface
110   * Implement the 'move workspace next' and 'move workspace prev' commands
111   * Implement the 'workspace back_and_forth' command and related configuration
112     option
113   * Implement the move command for floating windows
114   * i3 will now handle arbitrary text arguments by sending them as an IPC
115     command, like i3-msg: 'i3 reload' or 'i3 move workspace 3'
116   * Introduce the i3-sensible-{pager,editor,terminal} scripts to execute
117     $PAGER, $EDITOR or an available terminal emulator
118   * i3-input: implement -F (format) option
119   * Bugfix: Preserve marks when restarting
120   * Bugfix: Correctly free old assignments when reloading
121   * Bugfix: Fix flickering when moving floating windows between monitors
122   * Bugfix: Correctly handle ConfigureRequests for floating windows in a
123     multi-monitor environment.
124   * Bugfix: Fix size of floating windows with X11 borders
125   * Bugfix: Always adjust floating window position when moving to another
126     output
127   * Bugfix: Avoid out-of-bounds coordinates when moving floating windows
128   * Bugfix: Don’t steal focus when a window gets destroyed
129   * Bugfix: Correctly split key/value when parsing variables
130   * Bugfix: Correctly revert focus to other floating windows when closing a
131     floating window
132   * Bugfix: Don’t leak the error logfile file descriptor
133   * Bugfix: Don’t steal focus when a window opens on an invisible workspace due
134     to assignments
135   * Bugfix: Fix handling of Mode_switch in i3-input
136   * Bugfix: Close invisible workspaces when they become empty
137   * Bugfix: Don’t invoke interactive resizing when clicking on the decoration
138     of a split container with more than one child (switch focus instead)
139   * Bugfix: Make named workspace assignments work again
140   * Bugfix: RandR: Correctly keep focus on the focused workspace when an output
141     disappears
142   * Bugfix: Insert container at the correct position on workspace level when
143     workspace_layout == default
144
145  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 11 Nov 2011 21:28:15 +0000
146
147 i3-wm (4.0.2-1) unstable; urgency=low
148
149   * i3-config-wizard: handle mouse button clicks on <win> and <alt> texts
150   * i3-config-wizard: check the modifier mapping to decide whether to use Mod1
151     or Mod4
152   * migrate-config: use \s, be a bit more whitespace tolerant
153   * userguide: s/mod+h/mod+s for stacking
154   * userguide: provide the default colors in the colors example
155   * userguide: document force_focus_wrapping directive
156   * userguide: properly document the resize command
157   * userguide: properly document command chaining and criteria
158   * Bugfix: Correctly bind on multiple keycodes if a symbol has more than one
159   * Bugfix: Allow multiple criteria in 'for_window'
160   * Bugfix: Ensure a minimum size when using the 'resize' command
161   * Bugfix: Start on the first named workspace, not always on '1'
162   * Bugfix: Fix resize command with direction != up for floating windows
163   * Bugfix: Correctly set the _NET_CLIENT_LIST_STACKING hint (chromium tabbar)
164   * Bugfix: 'workspace <next|prev>' now takes all outputs into account
165   * Bugfix: i3-wsbar: make workspace names clickable again
166   * Bugfix: i3-wsbar: correctly handle EOF on stdin
167   * Bugfix: i3-wsbar: display a separator between workspaces of each output
168   * Bugfix: Correctly handle the 'instance' criterion (WM_CLASS)
169   * Bugfix: Use correct format string in load_layout (fixes crash in restart)
170   * Bugfix: Fix border rendering (border lines were "cutting" through)
171   * Bugfix: Raise floating windows immediately when dragging/resizing
172   * Bugfix: Make focus switching work accross outputs again
173   * Bugfix: migration-script: handle resize top/bottom correctly
174   * Bugfix: Fix focus issue when moving containers to workspaces
175   * Bugfix: Warp cursor when changing outputs again
176   * Bugfix: i3bar: fix switching to workspaces with extremely long names
177   * Bugfix: i3bar: fix switching to workspaces "next" and "prev"
178   * Bugfix: i3bar: Correctly allocate pixmap for statuslines which are longer
179     than the screen
180   * Bugfix: i3bar: set statusline = NULL on EOF / SIGCHLD
181   * Bugfix: Correctly initialize the verbose flag
182   * Bugfix: Don’t start with workspace 'next' when the command 'workspace next'
183     is bound in the config file
184   * Bugfix: Set focus to where the mouse pointer is when starting
185   * Bugfix: Don’t change focus when assigned windows start on invisible
186     workspaces
187   * Bugfix: Don’t use absolute paths for exec in the config file
188   * Bugfix: Fix crash when using 'focus mode_toggle' on an empty workspace
189   * Bugfix: Make the 'resize' command work inside tabbed/stacked cons
190   * Bugfix: Correctly place floating windows on their appropriate output
191   * Bugfix: Fix coordinates when moving a floating window to a different output
192   * Bugfix: Correctly keep focus when moving non-leaf windows
193   * Bugfix: Accept '\t' in the set command
194   * Bugfix: Only consider tiling windows when attaching tiling windows to a
195     workspace
196   * Bugfix: Correctly render containers when a split container is focused
197   * Bugfix: Correctly recognize duplicate workspace assignments
198   * Bugfix: Re-enable X11 Eventmask *after* pushing all the X11 changes
199   * Bugfix: Fix focus stealing with assignments of floating windows
200   * Bugfix: Re-implement reconfiguring height of dock windows
201   * Bugfix: IPC: return name_json if available
202   * Bugfix: Make 'floating enable' check for dock windows
203
204  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 28 Aug 2011 19:07:43 +0200
205
206 i3-wm (4.0.1-1) unstable; urgency=low
207
208   * Fix the build process of i3bar (Closes: #636274)
209   * Fix the build process on Mac OS X
210   * i3-config-wizard: also start i3bar in the keycode config template
211   * userguide: Remove the obsolete bar.* colors
212   * userguide: Use i3bar instead of dzen2 in the 'exec' example
213
214  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 01 Aug 2011 23:31:06 +0200
215
216 i3-wm (4.0-1) unstable; urgency=low
217
218   * In addition to the proper flex/bison based parser for the config file
219     introduced in 3.δ, we now also have a flex/bison parser for commands. What
220     this means is that we can have more human-readable, beautiful command names
221     instead of cryptic commands like 'f' for fullscreen or 'mh' for move left.
222     In fact, the commands for the aforementioned functions *are* 'fullscreen'
223     and 'move left'!
224   * You can now chain commands using ';' (a semicolon). One example for that is
225     'workspace 3 ; exec /usr/bin/urxvt' to switch to a new workspace and open a
226     terminal.
227   * You can specify which windows should be affected by your command by using
228     different criteria. A good example is '[class="Firefox"] kill' to get rid
229     of all Firefox windows.
230   * As the configuration file needs new commands (and a few options are
231     obsolete), you need to change it. To make this process a little bit easier
232     for you, this release comes with the script i3-migrate-config-to-v4. Just
233     run it on your current config file and it will spit out a v4 config file to
234     stdout. To make things even better, i3 automatically detects v3 config files
235     and calls that script, so you never end up with a non-working config :).
236   * Similarly to the criteria when using commands, we now have a 'for_window'
237     configuration directive, which lets you automatically apply certain commands
238     to certain windows. Use it to set border styles per window, for example with
239     'for_window [class="XTerm"] border 1pixel'.
240   * Since dock clients (like dzen2) are now part of the layout tree (as opposed
241     to a custom data structure as before), it was easy to implement top and
242     bottom dock areas. Programs which properly specify the dock hint get placed
243     on the edge of the screen they request. i3bar has the -dtop and -dbottom
244     parameters, for example.
245   * The internal workspace bar is obsolete. Use i3bar instead.
246   * Resizing now works between all windows!
247   * Fullscreen now works for everything!
248   * Floating now works for everything!
249   * Your layout is now preserved when doing an inplace restart.
250   * When you have an error in your config file, a new program called i3-nagbar
251     will tell you so. It offers you two buttons: One to view the error in your
252     $PAGER and one to edit your config in your $EDITOR.
253   * The default config used key symbols (like 'bind Mod1+f fullscreen') instead
254     of key codes. If you use a non-qwerty layout, the program i3-config-wizard
255     can create a key symbol based config file based on your current layout. You
256     can also chose between Windows (Mod4) and Alt (Mod1) as your default
257     modifier. i3-config-wizard will automatically be started as long as you
258     don’t have a configuration file for i3.
259   * Custom X cursor themes are now supported.
260   * The RandR backend now respects the primary output.
261   * A wrong 'font' configuration in your config file will no longer make i3
262     exit. Instead, it will fall back to a different font and tell you about the
263     error in its log.
264   * The default split direction (whether a new window gets placed right next to
265     the current one or below the current one) is now automatically set to
266     horizontal if you have a monitor that is wider than high or vertical if you
267     a monitor which is higher than wide. This works great with rotated monitors.
268   * Sockets and temporary files are now placed in XDG_RUNTIME_DIR, if set (this
269     is used on systemd based systems).
270   * Tools like i3bar, i3-msg etc. use the I3_SOCKET_PATH property which is set
271     to the X11 root window, so you don’t have to configure your socket path
272     anywhere.
273   * The kill command kills single windows by default now. To kill a whole
274     application, use 'kill client'.
275   * IPC: Commands can now have custom replies. When the parser encounters an
276     error, a proper error reply is sent.
277   * There is now an 'exec_always' configuration directive which works like
278     'exec' but will also be run when restarting.
279
280  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 31 Jul 2011 22:34:26 +0200
281
282 i3-wm (3.e-bf1-3) unstable; urgency=low
283
284   * include keyboard-layer{1,2}.png in docs (Closes: #595295)
285
286  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 03 Nov 2010 20:32:42 +0100
287
288 i3-wm (3.e-bf1-2) unstable; urgency=low
289
290   * debian: call dh_installwm to register as alternative for x-window-manager
291
292  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 23 Jun 2010 18:23:10 +0200
293
294 i3-wm (3.e-bf1-1) unstable; urgency=low
295
296   * Bugfix: Correctly initialize workspaces if RandR is not available
297   * Bugfix: Correctly handle asprintf() return value
298   * Bugfix: Update _NET_WM_STATE when clients request changes via ClientMessage
299   * Bugfix: Don’t invert directions when resizing floating clients (top/left)
300   * Bugfix: Don’t leak file descriptors
301
302  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 09 Jun 2010 09:51:10 +0200
303
304 i3-wm (3.e-3) unstable; urgency=low
305
306   * Bump debian policy version
307   * Add Recommends: libanyevent-i3-perl, libanyevent-perl, libipc-run-perl
308     which are necessary to use i3-wsbar (which is not core functionality,
309     thus no Depends:) (Closes: #577287)
310
311  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 24 Apr 2010 11:20:19 +0200
312
313 i3-wm (3.e-2) unstable; urgency=low
314
315   * Use x-terminal-emulator instead of hard-coded urxvt
316
317  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 04 Apr 2010 19:30:46 +0200
318
319 i3-wm (3.e-1) unstable; urgency=low
320
321   * Implement RandR instead of Xinerama
322   * Obey the XDG Base Directory Specification for config file paths
323   * lexer/parser: proper error messages
324   * Add new options -V for verbose mode and -d <loglevel> for debug log levels
325   * Implement resize command for floating clients
326   * Include date of the last commit in version string
327   * Fixed cursor orientation when resizing
328   * Added focus_follows_mouse config option
329   * Feature: Cycle through workspaces
330   * Fix bindings using the cursor keys in default config
331   * added popup for handling SIGSEGV or SIGFPE
332   * Correctly exit when another window manager is already running
333   * Take into account the window’s base_{width,height} when resizing
334   * Disable XKB instead of quitting with an error
335   * Make containers containing exactly one window behave like default containers
336   * Also warp the pointer when moving a window to a another visible workspace
337   * work around clients setting 0xFFFF as resize increments
338   * Move autostart after creating the IPC socket in start process
339   * Restore geometry of all windows before exiting/restarting
340   * When in fullscreen mode, focus whole screens instead of denying to focus
341   * draw consistent borders for each frame in a tabbed/stacked container
342   * Update fullscreen client position/size when an output changes
343   * i3-input: Bugfix: repeatedly grab the keyboard if it does not succeed
344   * put windows with WM_CLIENT_LEADER on the workspace of their leader
345   * use real functions instead of nested functions (enables compilation with
346     llvm-clang)
347   * implement screen-spanning fullscreen mode
348   * floating resize now uses arbitrary corners
349   * floating resize now works proportionally when pressing shift
350   * Don’t use SYNC key bindings for mode_switch but re-grab keys
351   * support PREFIX and SYSCONFDIR in Makefile
352   * make pointer follow the focus when moving to a different screen also for
353     floating clients
354   * start dock clients on the output they request to be started on according
355     to their geometry
356   * handle destroy notify events like unmap notify events
357   * ewmh: correctly set _NET_CURRENT_DESKTOP to the number of the active
358     workspace
359   * ewmh: correctly set _NET_ACTIVE_WINDOW
360   * ewmh: implement support for _NET_WORKAREA (rdesktop can use that)
361   * default ipc-socket path is now ~/.i3/ipc.sock, enabled in the default config
362   * Bugfix: Containers could lose their snap state
363   * Bugfix: Use ev_loop_new to not block SIGCHLD
364   * Bugfix: if a font provides no per-char info for width, fall back to default
365   * Bugfix: lexer: return to INITIAL state after floating_modifier
366   * Bugfix: Don’t leak IPC socket to launched processes
367   * Bugfix: Use both parts of WM_CLASS (it contains instance and class)
368   * Bugfix: Correctly do boundary checking/moving to other workspaces when
369     moving floating clients via keyboard
370   * Bugfix: checked for wrong flag in size hints
371   * Bugfix: Correctly render workspace names containing some non-ascii chars
372   * Bugfix: Correctly position floating windows sending configure requests
373   * Bugfix: Don’t remap stack windows errnously when changing workspaces
374   * Bugfix: configure floating windows above tiling windows when moving them
375     to another workspace
376   * Bugfix: Take window out of fullscreen mode before entering floating mode
377   * Bugfix: Don’t enter BIND_A2WS_COND state too early
378   * Bugfix: only restore focus if the workspace is focused, not if it is visible
379   * Bugfix: numlock state will now be filtered in i3-input and signal handler
380   * Bugfix: Don’t unmap windows when current workspace gets reassigned
381   * Bugfix: correctly translate coordinates for floating windows when outputs
382     change
383   * Bugfix: Correctly switch workspace when using the "jump" command
384   * Bugfix: Fix rendering of workspace names after "reload"
385   * Bugfix: Correctly ignore clicks when in fullscreen mode
386   * Bugfix: Don’t allow fullscreen floating windows to be moved
387   * Bugfix: Don’t render containers which are not visible on hint changes
388   * Some memory leaks/invalid accesses have been fixed
389
390  -- Michael Stapelberg <michael@stapelberg.de>  Tue, 30 Mar 2010 13:11:50 +0200
391
392 i3-wm (3.d-bf1-1) unstable; urgency=low
393
394   * Bugfix: Don’t draw window title when titlebar is disabled
395   * Bugfix: Correctly switch border types for floating windows
396   * Bugfix: Correctly replay pointer if the click handler does not trigger
397   * Bugfix: Also allow WORDs as workspace names
398   * Bugfix: Correctly clear the urgency hint if a window gets unmapped without
399     clearing it
400   * Bugfix: Fix resizing of floating windows in borderless/1-px-border mode
401   * Bugfix: Accept underscores in bindsym
402   * Bugfix: Don’t set the urgency flag if the window is focused
403   * Bugfix: Handle stack-limit cols on tabbed containers
404   * Bugfix: Resize client after updating base_width/base_height
405   * Bugfix: Force render containers after setting the client active
406   * Bugfix: Fix two problems in resizing floating windows with right mouse
407   * Bugfix: Use more precise floating point arithmetics
408   * Bugfix: Correctly place new windows below fullscreen windows
409
410  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 21 Dec 2009 22:33:02 +0100
411
412 i3-wm (3.d-2) unstable; urgency=low
413
414   * debian: register in doc-base
415   * debian: add watchfile
416   * debian: remove unnecessary priority-field from binary packages
417   * debian: add missing images to documentation
418
419  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 23 Nov 2009 21:56:04 +0100
420
421 i3-wm (3.d-1) unstable; urgency=low
422
423   * Implement tabbing (command "T")
424   * Implement horizontal resize of containers (containers! not windows)
425   * Implement the urgency hint for windows/workspaces
426   * Implement vim-like marks (mark/goto command)
427   * Implement stack-limit for further defining how stack windows should look
428   * Implement modes which allow you to use a different set of keybindings
429     when inside a specific mode
430   * Implement changing the default mode of containers
431   * Implement long options (--version, --no-autostart, --help, --config)
432   * Implement 'bt' to toggle between the different border styles
433   * Implement an option to specify the default border style
434   * Use a yacc/lex parser/lexer for the configuration file
435   * The number of workspaces is now dynamic instead of limited to 10
436   * Floating windows (and tiled containers) can now be resized using
437     floating_modifier and right mouse button
438   * Dock windows can now reconfigure their height
439   * Bugfix: Correctly handle multiple messages on the IPC socket
440   * Bugfix: Correctly use base_width, base_height and size increment hints
441   * Bugfix: Correctly send fake configure_notify events
442   * Bugfix: Don’t crash if the numlock symbol cannot be found
443   * Bugfix: Don’t display a colon after unnamed workspaces
444   * Bugfix: If the pointer is outside of the screen when starting, fall back to
445     the first screen.
446   * Bugfix: Initialize screens correctly when not using Xinerama
447   * Bugfix: Correctly handle unmap_notify events when resizing
448   * Bugfix: Correctly warp pointer after rendering the layout
449   * Bugfix: Fix NULL pointer dereference when reconfiguring screens
450   * Explicitly specify -lxcb when linking (Closes: #554860)
451
452  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 09 Nov 2009 20:53:43 +0100
453
454 i3-wm (3.c-2) unstable; urgency=low
455
456   * Fix FTBFS on GNU/kFreeBSD and possibly GNU/Hurd (Closes: #542877)
457   * Add manpage for i3-msg
458
459  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 24 Aug 2009 12:23:18 +0200
460
461 i3-wm (3.c-1) unstable; urgency=low
462
463   * Implement a reload command
464   * Implement keysymbols in configuration file
465   * Implement assignments of workspaces to screens
466   * Implement named workspaces
467   * Implement borderless/1-px-border windows
468   * Implement command to focus screens
469   * Implement IPC via unix sockets
470   * Correctly render decoration of floating windows
471   * Map floating windows requesting (0x0) to center of their leader/workspace
472   * Optimization: Render stack windows on pixmaps to reduce flickering
473   * Optimization: Directly position new windows to their final position
474   * Bugfix: Repeatedly try to find screens if none are available
475   * Bugfix: Correctly redecorate clients when changing focus
476   * Bugfix: Don’t crash when clients reconfigure themselves
477   * Bugfix: Fix screen wrapping
478   * Bugfix: Fix selecting a different screen with your mouse when not having
479     any windows on the current workspace
480   * Bugfix: Correctly unmap stack windows and don’t re-map them too early
481   * Bugfix: Allow switching layout if there are no clients in the this container
482   * Bugfix: Set WM_STATE_WITHDRAWN when unmapping, unmap windows when
483     destroying
484   * Bugfix: Don’t hide assigned clients to inactive but visible workspaces
485
486  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 19 Aug 2009 13:07:58 +0200
487
488 i3-wm (3.b-1) unstable; urgency=low
489
490   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
491   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
492   * Bugfix: Force reconfiguration of all windows on workspaces which are
493     re-assigned because a screen was detached.
494   * Bugfix: Several bugs in resizing table columns fixed.
495   * Bugfix: Resizing should now work correctly in all cases.
496   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
497   * Bugfix: Correctly handle Mode_switch modifier.
498   * Bugfix: Don't raise clients in fullscreen mode.
499   * Bugfix: Re-assign dock windows to different workspaces when a workspace
500     is detached.
501   * Bugfix: Fix crash because of workspace-pointer which did not get updated
502   * Bugfix: Correctly initialize screen when Xinerama is disabled.
503   * Bugfix: Fullscreen window movement and focus problems fixed
504   * Implement jumping to other windows by specifying their position or
505     window class/title.
506   * Implement jumping back by using the focus stack.
507   * Implement autostart (exec-command in configuration file).
508   * Implement floating.
509   * Implement automatically assigning clients on specific workspaces.
510   * Implement variables in configfile.
511   * Colors are now configurable.
512
513  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 26 Jun 2009 04:42:23 +0200
514
515 i3-wm (3.a-bf2-1) unstable; urgency=low
516
517   * Bugfix: Don't crash when setting focus
518   * Bugfix: Reconfigure bar window when changing resolutions
519
520  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 03 May 2009 23:02:24 +0200
521
522 i3-wm (3.a-bf1-1) unstable; urgency=low
523
524   * Bugfix: When entering a stack window with the mouse, set focus to the
525     active client in the container the stack window belongs to.
526   * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting
527     to any keybindings after pressing numlock once.
528   * Bugfix: Don't crash when Xinerama is disabled.
529   * Bugfix: Correctly remove client from container when moving to another
530     workspace.
531   * Bugfix: Set focus to the client which was previously focused instead of
532     the next client in container when moving windows out of a container.
533   * Bugfix: Correctly set focus when switching between screens.
534   * Bugfix: Don't crash anymore moving focus to another screen under the
535     following conditions: The screen you switch to has a lower number of cells
536     and/or rows than the current one, you switch focus using your mouse, you
537     previously were in a column/row which is not available on the destination
538     screen.
539   * Bugfix: When switching screens, warp the pointer to the correct
540     destination window.
541   * Bugfix: Store dock clients per screen, not per workspace.
542   * Bugfix: Perform bounds checking for snapped containers.
543   * Bugfix: Send clients their absolute position/size (on the root window) in
544     generated configure events. This fixes problems with xfontsel, xmaple,
545     etc.
546   * Bugfix: Correctly update state when moving fullscreen windows across
547     workspaces.
548   * Bugfix: Correctly restart i3 when not using its absolute path
549   * Bugfix: Drag & Drop in GTK applications works now
550   * Bugfix: Don't hide non-managed windows (libnotify-popups for example)
551     when raising clients in stacked containers.
552   * Bugfix: Correctly restore focus when leaving fullscreen mode
553   * Bugfix: Re-distribute free space when closing customly resized containers,
554     re-evaluate for other containers
555   * Bugfix: When moving windows into different containers, insert them at the
556     correct position.
557   * Bugfix: Correctly set focus when moving windows into other containers
558   * Implement scrolling on stack windows and on the bottom bar.
559   * Create i3-wm-dbg with debug symbols
560   * Don't rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4.
561
562  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 02 May 2009 20:55:46 +0200
563
564 i3-wm (3.a-1) unstable; urgency=low
565
566   * First release (Closes: #521709)
567
568  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 29 Mar 2009 18:21:30 +0200