File i3.changes of Package i3

-------------------------------------------------------------------
Thu Jul 24 15:21:39 UTC 2014 - seiler@b1-systems.de

- removed duplicate patch deskop_file_valid.patch

-------------------------------------------------------------------
Wed Jul 23 12:11:42 UTC 2014 - kmroz@suse.com

- Update to v4.8
- Changes: (http://i3wm.org/downloads/RELEASE-NOTES-4.8.txt)
  * docs/ipc: reformat/update list of ipc libraries
  * docs/ipc: fix current_workspace outputs reply member
  * docs/ipc: update ipc COMMAND reply docs
  * docs/userguide: fix multiple typos
  * docs/debugging: use bzip2
  * docs/debugging: explain how to enable logging on the fly
  * docs/debugging: merge the debug symbols/backtrace section
  * docs/debugging: recommend i3 --moreversion
  * man/i3-nagbar.man: update manpage to document all options
  * i3bar: Amend status line error 127 message
  * i3bar: don’t kill watcher on EOF, leads to better error messages
  * i3bar: send mouse wheel events to child too
  * i3bar: do click handling and tray padding retina-correctly
  * i3bar: render separators render-correctly
  * i3bar: reinit colors on barconfig update
  * i3bar: Don't start child unless status_command
  * i3bar: implement custom workspace numbers config
  * resize floating windows when right-clicking the decoration
  * enable shmlog when invoked as i3-with-shmlog
  * Disable pointer warps when focus_follows_mouse is disabled
  * Movement into a branch considers movement direction
  * set ewmh desktop properties on startup
  * handle ButtonPress events with child != XCB_NONE
  * implement layout restoring
  * only LOG() the DPI when it changes, DLOG() it otherwise
  * send IPC window events for focus and title changes
  * these types of windows are now floating by default:
    dialog, utility, toolbar and splash windows, modal windows, windows with an
    equal minimum and maximum size
  * send last event timestamp with WM_TAKE_FOCUS message
  * maintain the _NET_CLIENT_LIST property
  * don’t set input focus _and_ send WM_TAKE_FOCUS
  * respect CFLAGS in linking command
  * fix parallel make
  * reset SIGPIPE handler before executing a command
  * render default window border width retina-correctly
  * draw workspace buttons and padded text blocks retina-correctly
  * render resize windows retina-correctly
  * delegate click handling to dock clients
  * send complete config on barconfig_update
  * implement the window::fullscreen_mode ipc event
  * make all workspaces starting with "__" internal
  * improve error messages for i3-internal workspace names
  * allow _NET_ACTIVE_WINDOW requests to switch workspaces if they indicate
    that they are a pager (following the spec)
  * workspace assignments by number
  * add configuration option for disabling mouse warping
  * set _NET_ACTIVE_WINDOW to None when none has focus
  * set X-LightDM-DesktopName in i3.xsession.desktop to fix autostart on Ubuntu
  * don’t ELOG ipc EOF
  * replace all printf()s with D?LOG
  * delete ipc socket when exiting, cleanup tmpdir
  * default config: switch to DejaVu Sans Mono 8 as default font
  * cleanup tmpdir when restarting and not using XDG_RUNTIME_DIR
  * Snap pointer to resize bar on drag resize
  * Size resizebar according to container size
  * Fix clang -Wextra except -Wunused-parameter
  * Respect Motif hint for window decorations

- Bugfixes:
  * create con pixmaps when not needed
  * i3bar: fix resource leak: statusline_ctx needs to be freed first
  * tree_split should not split floating cons
  * fix memory leak with ipc_receive_message
  * fix invalid reads by setting con->window to NULL in tree_close
  * fix memory leak when closing windows
  * fix memory leak when matching window by criteria
  * fix memory leak when matching window by con_id
  * ignore dock clients in the resize command
  * clear wm_size_hints if they are not set
  * resize window check should check for NULL
  * fix window event crash with no window
  * i3-dmenu-desktop: also quote the %c field code
  * new_window and new_float can now be used simultaneously with different
    border widths
  * fix crash when using multiple for_window statements that move windows
  * Set input focus with last timestamp
  * handle windows whose WM_TRANSIENT_FOR points to themselve
  * don’t overwrite the original size of floating windows when changing border
  * don’t errnously render floating fullscreen windows during restart
  * ensure floating windows don’t drop out of fullscreen when restarting
  * don’t overwrite the window’s geometry after restartingnext
  * i3bar: Set `mapped` flag on trayclient creation
  * i3bar: don't show "EOF" status line error

- Added i3-4.8.tar.bz2
- Removed i3-4.7.2.tar.bz2 

-------------------------------------------------------------------
Tue Jan 28 03:24:06 UTC 2014 - arun@gmx.de

- update to 4.7.2
- changes in 4.7.2: (http://i3wm.org/downloads/RELEASE-NOTES-4.7.2.txt)
  * install i3-with-shmlog.xsession.desktop to the correct location
  * OpenBSD currently lacks posix_fallocate()
- changes in 4.7.1: (http://i3wm.org/downloads/RELEASE-NOTES-4.7.1.txt)
  * docs/debugging: explain how to enable logging on the fly
  * docs/debugging: small cleanups (versions, bzip2)
  * add i3-with-shmlog.xsession.desktop
  * only LOG() the DPI when it changes, DLOG() it otherwise
  * make “move <direction>” properly send workspace focus event
  * i3bar: set mapped flag on trayclient creation
  * i3bar: don’t show EOF status line error in favor of exit code
- changes in 4.7: (http://i3wm.org/downloads/RELEASE-NOTES-4.7.txt)
  * docs/userguide: clarify variable parsing
  * docs/userguide: clarify urgent_workspace
  * docs/userguide: add proper quoting for rename sample command
  * docs/userguide: clarify multiple criteria
  * docs/userguide: userguide: explain the difference between comma and semicolon for command chaining
  * docs/hacking-howto: update to reflect parser changes
  * man/i3-dump-log: document -f
  * switch from libXcursor to xcb-util-cursor
  * Respect workspace numbers when looking for a free workspace name
  * Revert "raise fullscreen windows on top of all other X11 windows"
  * i3bar: Create pixmaps using the real bar height, rather than screen height
  * Add scratchpad bindings to the default config
  * Close all children when closing a workspace
  * i3bar: Add new bar.binding_mode_indicator configuration
  * Improve error message when $XDG_RUNTIME_DIR is not writable
  * libi3/font: Draw the text at the expected place
  * libi3/font: Set DPI for the pango context
  * Add ability to escape out of a mouse-resize operation
  * Do not resize/reposition floating containers when moving them to scratchpad
  * i3-nagbar: Set button inner-width to the width of the label
  * Assigned windows open urgent when not visible
  * i3bar: Only configure tray on own outputs
  * Command 'move <direction>' moves across outputs
  * i3bar: Handle DestroyNotify events
  * i3bar: Realign tray clients on map/unmap notify
  * i3bar: Group child processes for signalling
  * i3bar: Print error message when status_command fails
  * Remove references to PATH_MAX macro for GNU/Hurd
  * update root geometry on output changes for “fullscreen global”
  * don’t flatten tabbed/stacked containers
  * Fix handling of new windows with WM_STATE_FULLSCREEN
  * correctly recognize assigned windows as urgent
  * Fix keyboard and mouse resize in nested containers
  * Reply to _NET_REQUEST_FRAME_EXTENTS correctly
  * Fix command parser: resizing tiling windows
  * Fix output retrieval for floating cons
  * Use _PATH_BSHELL to ensure using a bourne shell
  * Instead of crashing, return DRAG_ABORT on UnmapNotify from drag_pointer
  * Remove-child callback skips output content cons
  * ignore _NET_ACTIVE_WINDOW for scratchpad windows

-------------------------------------------------------------------
Thu Aug  8 16:04:01 UTC 2013 - pascal.bleser@opensuse.org

- update to 4.6: http://i3wm.org/downloads/RELEASE-NOTES-4.6.txt
  * compatibility was improved, in particular for Mathematica and Java
    applications
  * i3-nagbar should work with more terminal emulators than before

-------------------------------------------------------------------
Mon Apr 08 17:32:12 UTC 2013 - pascal.bleser@opensuse.org

- update to 4.5.1:
  This is a bugfix release, and all users are advised to upgrade. It fixes an
  issue which would cause i3 to crash when dragging floating windows from one
  display to another.

-------------------------------------------------------------------
Wed Mar 13 08:54:22 UTC 2013 - seiler@b1-systems.de

- update to v4.5: http://i3wm.org/downloads/RELEASE-NOTES-4.5.txt
 * i3-dmenu-desktop: don’t add “geany” if “Geany” is already present
 * i3-dmenu-desktop: strip newlines from dmenu ≥ 4.4
 * i3-dmenu-desktop: skip files with broken utf8 but warn about it
 * i3-dmenu-desktop: skip broken files (no/empty Exec=) but warn about them
 * i3-dmenu-desktop: List filenames of .desktop files
 * i3-dmenu-desktop: remove %i from commandline
 * i3-nagbar: Work around terminals not supporting -e with quoted arguments
 * i3-nagbar: use the same font as configured for i3
 * i3bar: set _NET_SYSTEM_TRAY_COLORS for symbolic icons (gtk3+)
 * i3bar: don’t use X11 borders to avoid overlapping in hide mode
 * i3bar: separator color via config; separator width and on/off via ipc
 * i3bar: Allow min_width of a block in i3bar to be a string
 * i3-msg: parse command replies and display errors nicely if there were
 * errors
 * Draw 1px tab separators left/right instead of 2px on the right only
 * Render tree before destroying X11 containers upon unmap
 * scratchpad show: move visible scratchpad window from another workspace to
 * focused workspace instead of doing nothing
 * ignore MotionNotify events generated while warping the pointer
 * Allow X11 servers which do not support the XKB extension.
 * remove the urgency indicator when a window is closed
 * wrap when moving containers to outputs with direction
 * scratchpad_show: focus unfocused scratchpad window
 * Split workspace instead of changing orientation
 * scratchpad: always auto center on 'scratchpad show' if window hasn't been
 * repositioned by the user
 * Add a new IPC event for changes on windows.
 * config: accept “smart” as popup_during_fullscreen parameter
 * Add support for _NET_WM_STATE_DEMANDS_ATTENTION.
 * Obey WM_SIZE_HINTS's resize increments in floating mode
 * Do not move focus if a container is moved across outputs

-------------------------------------------------------------------
Sun Dec 16 01:48:41 UTC 2012 - pascal.bleser@opensuse.org

- update to 4.4: http://i3wm.org/downloads/RELEASE-NOTES-4.4.txt
  * add i3-dmenu-desktop, a dmenu wrapper which parses application .desktop
    files and executes them
  * i3.xsession.desktop is now standards-compliant
  * implement "move container to workspace back_and_forth"
  * display appropriate cursors when resizing or moving floating windows
  * implement variable border widths for pixel/normal
  * grab keys with all permutations of lock and numlock
  * focus windows when middle-clicking
  * keycode default config: s/bindcode/bindsym/
  * implement smart popup_during_fullscreen mode
  * i3bar: add current binding mode indicator

-------------------------------------------------------------------
Mon Oct  1 15:25:45 UTC 2012 - seiler@b1-systems.de

- updated to latest release 4.3
changelog: http://i3wm.org/downloads/RELEASE-NOTES-4.3.txt
- added new Build Requires to get i3 work
 * cairo-devel
 * glib2-devel
 * pango-devel
- removed obsolete i3-wsbar and his perl dependencies

-------------------------------------------------------------------
Sat Apr 28 12:53:22 UTC 2012 - seiler@b1-systems.de

- updated version to 4.2
- added icon for i3 in /usr/share/pixmaps/
- added a patch to prevent the desktop file error
ERROR: No sufficient Category definition: /home/abuild/rpmbuild/BUILDROOT/i3-4.2-0.x86_64//usr/share/applications/i3.desktop 

-------------------------------------------------------------------
Tue Apr 24 15:37:42 UTC 2012 - seiler@b1-systems.de

- added dependency to get i3-wsbar run
- added dependency to get the build work again in Factory

-------------------------------------------------------------------
Tue Apr 24 14:46:07 UTC 2012 - seiler@b1-systems.de

- installed missing i3-wsbar from source package to provide a more customizable bar
  http://i3wm.org/docs/wsbar.html

-------------------------------------------------------------------
Tue Mar 27 20:41:40 UTC 2012 - gregkh@opensuse.org

- handle breakage in Factory, this will automatically be fixed when
  xcb-keyboard comes back properly.

-------------------------------------------------------------------
Wed Feb  8 16:23:10 UTC 2012 - gregkh@opensuse.org

- update to version 4.1.2
  * Bugfix: Don’t lose focus on fullscreen windows when another window gets
    moved to that workspace
  * Bugfix: Open new windows in the correct place when assignments match
  * Bugfix: Fix assignments of floating windows to (yet) unused workspaces
  * Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both
  * Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients
  * Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant way
  * Bugfix: Only ignore EnterNotify events after UnmapNotifies from managed windows
  * Bugfix: Force a new sequence number after UnmapNotify
  * Bugfix: Position floating windows exactly where their geometry specified
  * Bugfix: Fix coordinates when the rect of an output changes

-------------------------------------------------------------------
Mon Nov 28 10:36:17 UTC 2011 - cfarrell@suse.com

- SPDX format (http://www.spdx.org/licenses)

-------------------------------------------------------------------
Sun Nov 27 09:16:00 UTC 2011 - gregkh@suse.de

- fix up i3-devel Requires dependancy

-------------------------------------------------------------------
Sat Nov 26 16:00:24 UTC 2011 - gregkh@suse.de

- add copyright comments to spec file.

-------------------------------------------------------------------
Wed Nov 23 13:54:23 UTC 2011 - prusnak@opensuse.org

- spec cleanup

-------------------------------------------------------------------
Tue Nov 22 01:31:30 UTC 2011 - gregkh@suse.com

- update to 4.1 release

-------------------------------------------------------------------
Fri Jul 22 01:00:00 UTC 2011 - ruiabreuferreira@gmail.com

- New package for i3

openSUSE Build Service is sponsored by