pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

i3-git: Update wip/i3-git to 4.13



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Nov 8 22:29:04 2016 +0100
Changeset:	736f126a3e181b8f64be11e32c24bb11794cc629

Modified Files:
	i3-git/Makefile

Log Message:
i3-git: Update wip/i3-git to 4.13

Changes:
 * functional changes:
  * build: wire up version handling for non-release tarballs (as opposed to git
    checkouts)
  * build: switch to the GNU build system
  * i3bar: disable pango markup for plain-text input
  * man/i3-msg: point out default ipc message type
  * config: introduce support for specifying variables from X resources
  * config: ensure variables match on longest-length, eliminating problems
    where one variable was a prefix of another
  * config: do not count '\' in comment lines as line continuation
  * ipc: introduce a new GET_BINDING_MODES command
  * ipc: implement new window::mark event
  * ipc: add “output” to IPC events referencing a container
  * make fullscreen windows open on the output which is indicated by their
    geometry (fixes LibreOffice Impress multi-monitor presentations)
  * focus newly managed windows only if they don’t use the globally active
    input mode (fixes issues with RubyMine)
  * remove title indentation in nested containers (rationale was unclear,
    nobody spoke up when we asked about the feature on i3-discuss)
  * use the last known timestamp when calling xcb_set_input_focus (might fix
    rare race conditions in focus handling)
  * introduce the “smart” option for hide_edge_borders, which will hide borders
    when there is precisely one window on the workspace
  * handle _MOTIF_WM_HINTS changes (_MOTIF_WM_HINTS were previously only
    considered when managing a new window)
  * don’t change border style if BS_NORMAL is requested in _MOTIF_WM_HINTS
  * only add numlock fallback for keybindings where necessary (allows users to
    correctly bind keys on the numpad)
  * do not match docks in config and command criteria
  * get DPI from the Xft.dpi resource instead of directly looking at the screen
    resolution/size
  * handle _NET_ACTIVE_WINDOW for scratchpad windows (for pagers)
  * set _NET_WM_DESKTOP to sticky for scratchpad windows
  * add new criteria “tiling” and “floating”
  * implement special output name “current” for commands
  * handle ResizeRequests for tray clients (fixes VLC tray icon)
 * bugfixes:
  * i3bar: fix crash when the I3SOCK environment variable is present
  * i3-dmenu-desktop: do not die on failed open
  * i3-input: properly position in non-standard cases (fixes an issue where
    i3-input would launch off-screen)
  * i3-save-tree: rename “mark” to “marks” to reflect our recent change to
    allow multiple marks
  * mouse bindings: only grab the mouse buttons that need to be grabbed
  * no_focus: correctly count the number of windows (makes no_focus work with
    tabbed/stacked workspace layouts).
  * properly close disabled outputs restored during a restart (this fixes state
    handling when RandR changes happen during i3 restarts)
  * don’t trigger bindings on window border clicks unless --border was
    specified for the binding
  * traverse numbered workspaces in correct order
  * fix transition from named to numbered workspaces in “workspace next|prev”
  * avoid setting urgency hint on content containers and above (fixes crashes)
  * don’t trigger unrelated key bindings for --release bindings
  * fix colormap handling for containers (fixes taking screenshots using xwd)
  * check output crossing on ENTER_NOTIFY to dockarea (fixes pointer jumping)
  * fix a use-after-free bug (fixes “floating enable” on single split windows)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=736f126a3e181b8f64be11e32c24bb11794cc629

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 i3-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/i3-git/Makefile b/i3-git/Makefile
index 2b43709..2ff84df 100644
--- a/i3-git/Makefile
+++ b/i3-git/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.13 2015/11/09 11:05:44 nros Exp $
 #
 
-DISTNAME=	i3-4.12
+DISTNAME=	i3-4.13
 CATEGORIES=	wm
 MASTER_SITES=	http://i3wm.org/downloads/
 EXTRACT_SUFX=	.tar.bz2


Home | Main Index | Thread Index | Old Index