From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 20 Jun 2004 12:45:21 -0400 From: Russ Cox To: 9fans <9fans@cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [9fans] new code in cvs for plan9ports; not in web tarball Topicbox-Message-UUID: a7cf23a8-eacd-11e9-9e20-41e7f4b1d025 I pushed some new code out to CVS for Plan 9 ports. It's mostly bug fixes, but there are four things of note: 0. X11 programs look in .Xresources for geometry if winsize (-W) hasn't been specified, thanks to Peter Canning. 1. When you plumb to acme under rio and rio makes it top, it also makes it active, so you can start typing without selecting the window first. 2. Sam respects plumbing now, thanks to Presotto. 3. Acme and 9term windows scroll in response to scroll wheel mice, thanks to Rob. CHANGES has the full list. I have only been able to test this on Linux and FreeBSD. Usually I test on Mac too, but my Mac test box isn't available at the moment. Because of this, I've only updated CVS and have not generated a new tarball for the web page. Usually I'd wait until I'd gotten to test on Mac before putting anything out, but I'm going to be just barely online for the next seven weeks and wanted to get these changes out for people to try. As usual, I'll gladly take bug reports. Russ