diff options
author | rsc <devnull@localhost> | 2004-06-09 14:33:50 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-06-09 14:33:50 +0000 |
commit | 17cc1c87610aa200bb07356ab249671e1e80584b (patch) | |
tree | 0b5b7c4af6fc7c6a3ba9055e2a8b74888a704fbc | |
parent | 678359a95a034148c0c0ad268a3f00ba49569552 (diff) | |
download | plan9port-17cc1c87610aa200bb07356ab249671e1e80584b.tar.gz plan9port-17cc1c87610aa200bb07356ab249671e1e80584b.tar.bz2 plan9port-17cc1c87610aa200bb07356ab249671e1e80584b.zip |
detail changes
-rw-r--r-- | CHANGES | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +June 9, 2004 + + #define PLAN9PORT when compiling (sorry) + + handle local files better in web + + rewrite malloc, realloc, calloc, free, strdup to p9* + + various venti library fixes + + update plumbing rules to handle urls better + + add mouse wheel scrolling to acme, libdraw, from rob + + add mouse wheel scrolling to 9term + + add page up, pagedown, etc. work in sam + + better plumbing in sam, from presotto + + fix race in rendez-signal. + + quiet httpd a bit + + fix race in libthread - call _exit not exit + May 18, 2004 merge troff and friends from wkj and Taj Khattra |