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