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