]> git.sur5r.net Git - i3/i3/blob - debian/changelog
update debian packaging
[i3/i3] / debian / changelog
1 i3-wm (3.e-3) unstable; urgency=low
2
3   * Bump debian policy version
4   * Add Recommends: libanyevent-i3-perl, libanyevent-perl, libipc-run-perl
5     which are necessary to use i3-wsbar (which is not core functionality,
6     thus no Depends:) (Closes: #577287)
7
8  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 24 Apr 2010 11:20:19 +0200
9
10 i3-wm (3.e-2) unstable; urgency=low
11
12   * Use x-terminal-emulator instead of hard-coded urxvt
13
14  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 04 Apr 2010 19:30:46 +0200
15
16 i3-wm (3.e-1) unstable; urgency=low
17
18   * Implement RandR instead of Xinerama
19   * Obey the XDG Base Directory Specification for config file paths
20   * lexer/parser: proper error messages
21   * Add new options -V for verbose mode and -d <loglevel> for debug log levels
22   * Implement resize command for floating clients
23   * Include date of the last commit in version string
24   * Fixed cursor orientation when resizing
25   * Added focus_follows_mouse config option
26   * Feature: Cycle through workspaces
27   * Fix bindings using the cursor keys in default config
28   * added popup for handling SIGSEGV or SIGFPE
29   * Correctly exit when another window manager is already running
30   * Take into account the window’s base_{width,height} when resizing
31   * Disable XKB instead of quitting with an error
32   * Make containers containing exactly one window behave like default containers
33   * Also warp the pointer when moving a window to a another visible workspace
34   * work around clients setting 0xFFFF as resize increments
35   * Move autostart after creating the IPC socket in start process
36   * Restore geometry of all windows before exiting/restarting
37   * When in fullscreen mode, focus whole screens instead of denying to focus
38   * draw consistent borders for each frame in a tabbed/stacked container
39   * Update fullscreen client position/size when an output changes
40   * i3-input: Bugfix: repeatedly grab the keyboard if it does not succeed
41   * put windows with WM_CLIENT_LEADER on the workspace of their leader
42   * use real functions instead of nested functions (enables compilation with
43     llvm-clang)
44   * implement screen-spanning fullscreen mode
45   * floating resize now uses arbitrary corners
46   * floating resize now works proportionally when pressing shift
47   * Don’t use SYNC key bindings for mode_switch but re-grab keys
48   * support PREFIX and SYSCONFDIR in Makefile
49   * make pointer follow the focus when moving to a different screen also for
50     floating clients
51   * start dock clients on the output they request to be started on according
52     to their geometry
53   * handle destroy notify events like unmap notify events
54   * ewmh: correctly set _NET_CURRENT_DESKTOP to the number of the active
55     workspace
56   * ewmh: correctly set _NET_ACTIVE_WINDOW
57   * ewmh: implement support for _NET_WORKAREA (rdesktop can use that)
58   * default ipc-socket path is now ~/.i3/ipc.sock, enabled in the default config
59   * Bugfix: Containers could lose their snap state
60   * Bugfix: Use ev_loop_new to not block SIGCHLD
61   * Bugfix: if a font provides no per-char info for width, fall back to default
62   * Bugfix: lexer: return to INITIAL state after floating_modifier
63   * Bugfix: Don’t leak IPC socket to launched processes
64   * Bugfix: Use both parts of WM_CLASS (it contains instance and class)
65   * Bugfix: Correctly do boundary checking/moving to other workspaces when
66     moving floating clients via keyboard
67   * Bugfix: checked for wrong flag in size hints
68   * Bugfix: Correctly render workspace names containing some non-ascii chars
69   * Bugfix: Correctly position floating windows sending configure requests
70   * Bugfix: Don’t remap stack windows errnously when changing workspaces
71   * Bugfix: configure floating windows above tiling windows when moving them
72     to another workspace
73   * Bugfix: Take window out of fullscreen mode before entering floating mode
74   * Bugfix: Don’t enter BIND_A2WS_COND state too early
75   * Bugfix: only restore focus if the workspace is focused, not if it is visible
76   * Bugfix: numlock state will now be filtered in i3-input and signal handler
77   * Bugfix: Don’t unmap windows when current workspace gets reassigned
78   * Bugfix: correctly translate coordinates for floating windows when outputs
79     change
80   * Bugfix: Correctly switch workspace when using the "jump" command
81   * Bugfix: Fix rendering of workspace names after "reload"
82   * Bugfix: Correctly ignore clicks when in fullscreen mode
83   * Bugfix: Don’t allow fullscreen floating windows to be moved
84   * Bugfix: Don’t render containers which are not visible on hint changes
85   * Some memory leaks/invalid accesses have been fixed
86
87  -- Michael Stapelberg <michael@stapelberg.de>  Tue, 30 Mar 2010 13:11:50 +0200
88
89 i3-wm (3.d-bf1-1) unstable; urgency=low
90
91   * Bugfix: Don’t draw window title when titlebar is disabled
92   * Bugfix: Correctly switch border types for floating windows
93   * Bugfix: Correctly replay pointer if the click handler does not trigger
94   * Bugfix: Also allow WORDs as workspace names
95   * Bugfix: Correctly clear the urgency hint if a window gets unmapped without
96     clearing it
97   * Bugfix: Fix resizing of floating windows in borderless/1-px-border mode
98   * Bugfix: Accept underscores in bindsym
99   * Bugfix: Don’t set the urgency flag if the window is focused
100   * Bugfix: Handle stack-limit cols on tabbed containers
101   * Bugfix: Resize client after updating base_width/base_height
102   * Bugfix: Force render containers after setting the client active
103   * Bugfix: Fix two problems in resizing floating windows with right mouse
104   * Bugfix: Use more precise floating point arithmetics
105   * Bugfix: Correctly place new windows below fullscreen windows
106
107  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 21 Dec 2009 22:33:02 +0100
108
109 i3-wm (3.d-2) unstable; urgency=low
110
111   * debian: register in doc-base
112   * debian: add watchfile
113   * debian: remove unnecessary priority-field from binary packages
114   * debian: add missing images to documentation
115
116  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 23 Nov 2009 21:56:04 +0100
117
118 i3-wm (3.d-1) unstable; urgency=low
119
120   * Implement tabbing (command "T")
121   * Implement horizontal resize of containers (containers! not windows)
122   * Implement the urgency hint for windows/workspaces
123   * Implement vim-like marks (mark/goto command)
124   * Implement stack-limit for further defining how stack windows should look
125   * Implement modes which allow you to use a different set of keybindings
126     when inside a specific mode
127   * Implement changing the default mode of containers
128   * Implement long options (--version, --no-autostart, --help, --config)
129   * Implement 'bt' to toggle between the different border styles
130   * Implement an option to specify the default border style
131   * Use a yacc/lex parser/lexer for the configuration file
132   * The number of workspaces is now dynamic instead of limited to 10
133   * Floating windows (and tiled containers) can now be resized using
134     floating_modifier and right mouse button
135   * Dock windows can now reconfigure their height
136   * Bugfix: Correctly handle multiple messages on the IPC socket
137   * Bugfix: Correctly use base_width, base_height and size increment hints
138   * Bugfix: Correctly send fake configure_notify events
139   * Bugfix: Don’t crash if the numlock symbol cannot be found
140   * Bugfix: Don’t display a colon after unnamed workspaces
141   * Bugfix: If the pointer is outside of the screen when starting, fall back to
142     the first screen.
143   * Bugfix: Initialize screens correctly when not using Xinerama
144   * Bugfix: Correctly handle unmap_notify events when resizing
145   * Bugfix: Correctly warp pointer after rendering the layout
146   * Bugfix: Fix NULL pointer dereference when reconfiguring screens
147   * Explicitly specify -lxcb when linking (Closes: #554860)
148
149  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 09 Nov 2009 20:53:43 +0100
150
151 i3-wm (3.c-2) unstable; urgency=low
152
153   * Fix FTBFS on GNU/kFreeBSD and possibly GNU/Hurd (Closes: #542877)
154   * Add manpage for i3-msg
155
156  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 24 Aug 2009 12:23:18 +0200
157
158 i3-wm (3.c-1) unstable; urgency=low
159
160   * Implement a reload command
161   * Implement keysymbols in configuration file
162   * Implement assignments of workspaces to screens
163   * Implement named workspaces
164   * Implement borderless/1-px-border windows
165   * Implement command to focus screens
166   * Implement IPC via unix sockets
167   * Correctly render decoration of floating windows
168   * Map floating windows requesting (0x0) to center of their leader/workspace
169   * Optimization: Render stack windows on pixmaps to reduce flickering
170   * Optimization: Directly position new windows to their final position
171   * Bugfix: Repeatedly try to find screens if none are available
172   * Bugfix: Correctly redecorate clients when changing focus
173   * Bugfix: Don’t crash when clients reconfigure themselves
174   * Bugfix: Fix screen wrapping
175   * Bugfix: Fix selecting a different screen with your mouse when not having
176     any windows on the current workspace
177   * Bugfix: Correctly unmap stack windows and don’t re-map them too early
178   * Bugfix: Allow switching layout if there are no clients in the this container
179   * Bugfix: Set WM_STATE_WITHDRAWN when unmapping, unmap windows when
180     destroying
181   * Bugfix: Don’t hide assigned clients to inactive but visible workspaces
182
183  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 19 Aug 2009 13:07:58 +0200
184
185 i3-wm (3.b-1) unstable; urgency=low
186
187   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
188   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
189   * Bugfix: Force reconfiguration of all windows on workspaces which are
190     re-assigned because a screen was detached.
191   * Bugfix: Several bugs in resizing table columns fixed.
192   * Bugfix: Resizing should now work correctly in all cases.
193   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
194   * Bugfix: Correctly handle Mode_switch modifier.
195   * Bugfix: Don't raise clients in fullscreen mode.
196   * Bugfix: Re-assign dock windows to different workspaces when a workspace
197     is detached.
198   * Bugfix: Fix crash because of workspace-pointer which did not get updated
199   * Bugfix: Correctly initialize screen when Xinerama is disabled.
200   * Bugfix: Fullscreen window movement and focus problems fixed
201   * Implement jumping to other windows by specifying their position or
202     window class/title.
203   * Implement jumping back by using the focus stack.
204   * Implement autostart (exec-command in configuration file).
205   * Implement floating.
206   * Implement automatically assigning clients on specific workspaces.
207   * Implement variables in configfile.
208   * Colors are now configurable.
209
210  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 26 Jun 2009 04:42:23 +0200
211
212 i3-wm (3.a-bf2-1) unstable; urgency=low
213
214   * Bugfix: Don't crash when setting focus
215   * Bugfix: Reconfigure bar window when changing resolutions
216
217  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 03 May 2009 23:02:24 +0200
218
219 i3-wm (3.a-bf1-1) unstable; urgency=low
220
221   * Bugfix: When entering a stack window with the mouse, set focus to the
222     active client in the container the stack window belongs to.
223   * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting
224     to any keybindings after pressing numlock once.
225   * Bugfix: Don't crash when Xinerama is disabled.
226   * Bugfix: Correctly remove client from container when moving to another
227     workspace.
228   * Bugfix: Set focus to the client which was previously focused instead of
229     the next client in container when moving windows out of a container.
230   * Bugfix: Correctly set focus when switching between screens.
231   * Bugfix: Don't crash anymore moving focus to another screen under the
232     following conditions: The screen you switch to has a lower number of cells
233     and/or rows than the current one, you switch focus using your mouse, you
234     previously were in a column/row which is not available on the destination
235     screen.
236   * Bugfix: When switching screens, warp the pointer to the correct
237     destination window.
238   * Bugfix: Store dock clients per screen, not per workspace.
239   * Bugfix: Perform bounds checking for snapped containers.
240   * Bugfix: Send clients their absolute position/size (on the root window) in
241     generated configure events. This fixes problems with xfontsel, xmaple,
242     etc.
243   * Bugfix: Correctly update state when moving fullscreen windows across
244     workspaces.
245   * Bugfix: Correctly restart i3 when not using its absolute path
246   * Bugfix: Drag & Drop in GTK applications works now
247   * Bugfix: Don't hide non-managed windows (libnotify-popups for example)
248     when raising clients in stacked containers.
249   * Bugfix: Correctly restore focus when leaving fullscreen mode
250   * Bugfix: Re-distribute free space when closing customly resized containers,
251     re-evaluate for other containers
252   * Bugfix: When moving windows into different containers, insert them at the
253     correct position.
254   * Bugfix: Correctly set focus when moving windows into other containers
255   * Implement scrolling on stack windows and on the bottom bar.
256   * Create i3-wm-dbg with debug symbols
257   * Don't rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4.
258
259  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 02 May 2009 20:55:46 +0200
260
261 i3-wm (3.a-1) unstable; urgency=low
262
263   * First release (Closes: #521709)
264
265  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 29 Mar 2009 18:21:30 +0200