From owner-cvs-ports@FreeBSD.ORG Thu Oct 22 11:19:26 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79BB1065672; Thu, 22 Oct 2009 11:19:26 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A674C8FC31; Thu, 22 Oct 2009 11:19:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9MBJQZM000258; Thu, 22 Oct 2009 11:19:26 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9MBJQ1Y000257; Thu, 22 Oct 2009 11:19:26 GMT (envelope-from krion) Message-Id: <200910221119.n9MBJQ1Y000257@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Oct 2009 11:19:26 +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/tvtwm Makefile ports/x11-wm/tvtwm/files patch-icons.c patch-menus.c patch-parse.c patch-parse.h patch-twm.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2009 11:19:26 -0000 krion 2009-10-22 11:19:26 UTC FreeBSD ports repository Modified files: x11-wm/tvtwm Makefile x11-wm/tvtwm/files patch-parse.c Added files: x11-wm/tvtwm/files patch-icons.c patch-menus.c patch-parse.h patch-twm.c Log: - Fix windows behaviour after restart - Fix virtual screen behaviour after restart - Fix printing issue with Firefox3 which caused tvtwm to restart PR: ports/139490 Submitted by: Kurt Jaeger Revision Changes Path 1.29 +0 -0 ports/x11-wm/tvtwm/Makefile 1.1 +31 -0 ports/x11-wm/tvtwm/files/patch-icons.c (new) 1.1 +88 -0 ports/x11-wm/tvtwm/files/patch-menus.c (new) 1.2 +12 -4 ports/x11-wm/tvtwm/files/patch-parse.c 1.1 +10 -0 ports/x11-wm/tvtwm/files/patch-parse.h (new) 1.1 +229 -0 ports/x11-wm/tvtwm/files/patch-twm.c (new)