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