OpenBSD X11 changes summary for 2016-11-27 to 2016-12-04 inclusive ==================================================================
MODULES app lib == MODULES =========================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/MODULES MODULES > update (matthieu@) == app =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/app app ~ cwm/conf.c ~ cwm/cwmrc.5 ~ cwm/parse.y > Normalize bind function names, based on a few categories: window, group, > menu > and pointer. > Replace 'bind' and 'mousebind' options with 'bind-key' and 'bind-mouse', > respectively, replace special 'unmap' keyword with 'unbind-key' and > 'unbind-mouse', and additionally allow unbinding all with 'all' keyword. > (okan@) ~ cwm/calmwm.h ~ cwm/conf.c ~ cwm/cwm.1 ~ cwm/cwmrc.5 ~ cwm/kbfunc.c > Change 'menu-window' to display all windows; then add 'menu-window-hidden' > for > the previous behaviour of 'menu-window'. 'menu-window' becomes the default > binding; use 'bind-mouse "1" menu-window-hidden' to restore old behaviour > for > those who prefer. > OK sthen@ (long long time ago on a different version) (okan@) ~ cwm/kbfunc.c > Switch ssh menu to search_match_text; like group/window/cmd menus, use only > a > substring match. The previous matching is only intended for the exec menus. > (okan@) ~ cwm/calmwm.h ~ cwm/kbfunc.c ~ cwm/menu.c ~ cwm/search.c > Tame the number of 'exec' and 'path' search_match wrappers. No functional > change now, though more can likely go later, losing the (paritally complete > or > incomplete/broken) argument completion bits. (okan@) ~ cwm/conf.c > use the correct type (okan@) ~ cwm/conf.c > Fold unbinding functions into one for each, key and mouse; plugs a leak > when > unbinding a mouse button bound to a command. (okan@) == lib =============================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/lib lib ~ libdrm/xf86drm.c ~ libdrm/include/drm/drm.h > Drop the local diff to avoid calling drm set/drop master ioctls, > the kernel implements these as noops now. (jsg@) =============================================================================== _______________________________________________ owc mailing list [email protected] http://www.squish.net/mailman/listinfo/owc
