tCHANGES - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5a4b4e924d857cd53b4e119dfa7075c44ed28813
 (DIR) parent a695bc7db95673c769778968191b2465260538fe
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 23 Jul 2006 03:43:00 +0000
       
       CHANGES
       
       Diffstat:
         M CHANGES                             |      40 +++++++++++++++++++++++++++++++
       
       1 file changed, 40 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/CHANGES b/CHANGES
       t@@ -1,3 +1,43 @@
       +July 22, 2006
       +        9pfuse: new program - mount 9P via FUSE (!) (see 9pfuse(4))
       +        mount, unmount: new shell scripts (see mount(1))
       +        snarfer: fix nowsys build (Lou Kamenov)
       +        troff2png: new shell script for htmlroff
       +        vwhois: new shell script
       +        lib9/dial: allow regular files in unix!file syntax
       +        lib9/_p9dialparse: experiment: allow host:port and unadorned /tmp/ns/foo
       +        lib9pclient: more low-level 9P functions
       +        lib9/sendfd: don't die on eof in recvfd
       +        libventi: fix cache bug (Eoghan Sherry)
       +
       +July 18, 2006
       +        libventi: add vttimefmt
       +        venti/srv: import latest fixes from Plan 9
       +        vcat: remove incorrect check for Linux (Michael Kaminsky)
       +        vmount: use port 2049 instead of 12049 (Michael Kaminsky)
       +
       +July 5, 2006
       +        devdraw: fix opaque resize error (Bart Locanthi)
       +        plumb/basic: allow _, -, and / in header file names
       +
       +July 4, 2006
       +        libdraw: move USED to right place in drawclient.c (Arvindh Tamilmani)
       +
       +July 2, 2006
       +        libbio: return number of bytes output in Bvprint, Bprint
       +        bio(3): update Bprint description
       +        print(3): update runeprint description
       +
       +June 30, 2006
       +        mail/lib/rewrite: remove personal mail config (oops)
       +
       +June 29, 2006
       +        acme/Mail, upas/nfs: use correct file names
       +                for attachments (Lou Kamenov)
       +        lib/acme.rc: remove extra acme in names (Arvindh Tamilmani)
       +        devdraw(1): fix man page bugs
       +        srv(4): fix typo (Serge Gagnon)
       +
        June 28, 2006
                9term: better cleanup on window delete