Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 57D71A57FD for ; Sun, 12 Jul 2015 08:40:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AD17C14A282; Sun, 12 Jul 2015 08:40:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0008214A26E for ; Sun, 12 Jul 2015 08:40:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Qe9Txukdb9NZ for ; Sun, 12 Jul 2015 08:40:48 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 675E614A25C for ; Sun, 12 Jul 2015 08:40:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 619E898; Sun, 12 Jul 2015 08:40:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 12 Jul 2015 08:40:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/wm/ratpoison To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150712084048.619E898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Jul 12 08:40:48 UTC 2015 Modified Files: pkgsrc/wm/ratpoison: Makefile PLIST distinfo Removed Files: pkgsrc/wm/ratpoison/patches: patch-aa patch-ab Log Message: Update to 1.4.8, provided by Mayuresh on pkgsrc-users. * Changes since 1.4.7 This is mostly a bugfix release. ** fix cmd_sfdump with multiple screens Broken since last release, from Joshua Leners. ** respect --enable-history=no >From Jeroen Roovers (jer@gentoo). ** fix for sloppy.c The ugly sloppy.c had "a bug". It may be fixed now. ** README improvements >From Jeff Abrahamson. * Changes since 1.4.6 ** More fixes and code cleanup. ** UTF-8 editing support in the input bar ** get rid of "XGetWMName failed" spam on stderr Introduced in the previous release, sorry! ** groups can now be renumbered (`gnumber') ** contrib/rpdate.sh, fancy calendar shell script to use instead of `time' ** fix `meta', which was sending garbage and made firefox unusable ** handle errors about missing config files - ratpoison -f missing-config-file -> error - unreadable ~/.ratpoisonrc file -> warning ** respect --sysconfdir for the global ratpoisonrc file Rather than a hardcoded /etc/ratpoisonrc location. ** rpws gains a new `current' command (prints the current workspace) ** new manpage, mdoc(7) formatted ** X socket closed before spawning processes Let's save those precious file descriptors. ** DWIM windows/groups names matching Window and group names are first looked up for exact match; in last resort a fuzzy match is attempted. ** try to cope with unset/empty HOME env. variable ** ratpoison.el is now installed at the proper location ie. in $prefix/share/emacs/site-lisp/ ** ratpoison now restricts permissions on your history file * Changes since 1.4.5 ** *Lots* of reliability fixes in ratpoison itself Please check out the ChangeLog for more details. ** Build process cleanup e.g. detection of getline() was fixed, build is ok with old gcc's (2.95) ** ratpoison -c now reports errors ($? != 0) ** UTF-8 text is now printed correctly Both with and without Xft support. ** contrib/ cleanup Scripts should be more portable, ruby bindings work with newer ruby versions. ** New newwindow and titlechanged hooks ** Functionality was added to rpws It can now move windows to other workspaces; workspaces can be dumped and restored. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/wm/ratpoison/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/wm/ratpoison/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/wm/ratpoison/distinfo cvs rdiff -u -r1.5 -r0 pkgsrc/wm/ratpoison/patches/patch-aa cvs rdiff -u -r1.1 -r0 pkgsrc/wm/ratpoison/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.