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