Commits


ed: new append from rob, avoids overflow in pointer arithmetic R=rsc http://codereview.appspot.com/188041


acme: let Edit redo when file is clean R=, rsc CC= http://codereview.appspot.com/188042


codereview: add hg plugin from Go R=, rsc CC= http://codereview.appspot.com/186107


win fixes - don't exit from a "child" note unless rc exited (code copied from 9term.c) - ignore writes to the tag; specifically " Send Noscroll" at startup. R=rsc CC=codebot http://codereview.appspot.com/181115


devdraw: release multitouch mouse when app is collapsed (minimized) R=rsc CC=plalonde, r http://codereview.appspot.com/181129


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


merge


troff: avoid crash if home == NULL R=rsc http://codereview.appspot.com/181070


merge


9pserve: roll back changeset 3118 - broke ssh-agent talking to factotum


sam: fix off-by-one in buffer merge. exposed by UTFmax==4 R=rsc http://codereview.appspot.com/165071


preliminary contributor list R=rsc http://codereview.appspot.com/163046


devdraw: fix OS X behavior for Spanish keyboards R=rsc_swtch, rsc CC=old.codebot, codebot http://codereview.appspot.com/132045


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


acme: fix Load of acme with no windows R=rsc CC=codebot http://codereview.appspot.com/161048