Commit Briefs

Russ Cox

devdraw: release multitouch mouse when app is collapsed (minimized)

R=rsc CC=plalonde, r http://codereview.appspot.com/181129


Russ Cox

devdraw: add multitouch code from Paul Lalonde

Various tweaks to avoid breaking standard mice, but probably needs tweaks to work with multitouch mice again. Still, it's a start. R=rsc CC=plalonde, r http://codereview.appspot.com/181124


Russ Cox

merge


Russ Cox

troff: avoid crash if home == NULL

R=rsc http://codereview.appspot.com/181070


Russ Cox

merge



Russ Cox

sam: fix off-by-one in buffer merge.

exposed by UTFmax==4 R=rsc http://codereview.appspot.com/165071


Russ Cox

preliminary contributor list

R=rsc http://codereview.appspot.com/163046


Russ Cox

devdraw: fix OS X behavior for Spanish keyboards

R=rsc_swtch, rsc CC=old.codebot, codebot http://codereview.appspot.com/132045


Russ Cox

Related to issue

http://bitbucket.org/rsc/plan9port/issue/38/ This patch tries to make 9pserve work again with 9P2000 clients, in case the server handled by 9pserve expects 9P2000.u. (Since changeset http://bitbucket.org/rsc/plan9port/changeset/d9843471f0bc/ servers using srv() stop communicating after they received a 9P2000 msg that has a different .u definition.) Tattach, Tauth and Tcreate 9P2000 messages will be translated now, if neccessary, to 9P2000.u by growing them to the new size, and providing the missing (default) values. The code of the first two message types has been tested with drawterm on linux (dialing factotum), and mounts from within 9vx to plan9port's factotum and dossrv. The code for Tcreate couldn't be tested due to lack of file servers both speaking 9P2000.u and allowing file creation. R=rsc_swtch, rsc CC=codebot http://codereview.appspot.com/151052


Russ Cox

acme: fix Load of acme with no windows

R=rsc CC=codebot http://codereview.appspot.com/161048



Russ Cox

ssam: add executable bit

R=rsc,codebot APPROVED=rsc http://codereview.appspot.com/142041


Jason Catena

ssam(1): new command - not just manual


Jeff Sickel

devdraw: draft of new Cocoa-based devdraw

Can test with cd $PLAN9/src/cmd/devdraw mk devdraw-cocoa DEVDRAW=devdraw-cocoa colors