From owner-cvs-all@FreeBSD.ORG Tue Jul 10 11:13:29 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EFA5106566B; Tue, 10 Jul 2012 11:13:29 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 720DD8FC16; Tue, 10 Jul 2012 11:13:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q6ABDTJq044738; Tue, 10 Jul 2012 11:13:29 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q6ABDTkO044737; Tue, 10 Jul 2012 11:13:29 GMT (envelope-from gahr) Message-Id: <201207101113.q6ABDTkO044737@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 10 Jul 2012 11:13:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/e16 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 11:13:29 -0000 gahr 2012-07-10 11:13:29 UTC FreeBSD ports repository Modified files: x11-wm/e16 Makefile distinfo pkg-plist Log: - Update to 1.0.10.001 Changelog: * Spec file fixes. * Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow(). * Eliminate Mode.place.doing_slide. * Fix setting slide-in mode in dialog. * Menus - Remove unused code. * Change ewin sliding function API. * Dialog sliders - Enable having upper bound below lower. * Dialogs - Add missing const. * Remove server grab around EShapeSetShape(). * Add EX_EVENT_GLX_FLIP. * Move pre-eventloop calls of EobjsRepaint() out of progress bar functions. * Remove useless parameter from SnapshotsSaveReal(). * GSOD - Make work when compositing. * GSOD - Refactor + some changes. * GSOD - Just use fixed font. Font sets are causing trouble again. * Name ewin sliding functions consistently. * Move ewin sliding functions to slide.c. * EwinMove/Resize - Change various global/ewin flags to function parameter. * Use OPSRC_NA in stead of 0. * Add uninstall-local to fix distcheck (with recent autotools?). * Move GetTimeMs/Us() to time.c. * French translation update (Tristan D.). * Make clean shouldn't remove e16-gnome3-session.desktop. * Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing. * Simplify user info functions. * Close all fd's above 2 when exec'ing for restart. * French translation update (Tristan D.). * Minor tweak around ECompMgrGetRootBuffer(). * Remove some obsolete code. * Change some longs to ints where long is not needed. * Fix build without composite but with xrender. * Remove now unused EKeycodeToString(). * Remove old e16keyedit (pre 0.7) IPC functions. * Fix bug in pareto_maximizer() (Daniel Manjarres). * Remove unnecessary AC_PROG_MAKE_SET. * Warning fix for gcc-4.6.x. * Japanese translation update (Yasufumi Haga). Revision Changes Path 1.148 +2 -3 ports/x11-wm/e16/Makefile 1.59 +2 -2 ports/x11-wm/e16/distinfo 1.48 +1 -1 ports/x11-wm/e16/pkg-plist