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