Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-10 | acme: check file content before declaring file "modified since last read" | Russ Cox | 1 | -0/+1 | |
Bad remote file systems can change mtime unexpectedly, and then there is the problem that git rebase and similar operations like to change the files and then change them back, modifying the mtimes but not the content. Avoid spurious Put errors on both of those by checking file content. (False positive "modified since last read" make the real ones difficult to notice.) | |||||
2012-09-23 | acme: mouse movement for Del | Russ Cox | 1 | -4/+11 | |
If the mouse was in the tag of the old window, it was most likely pointing at Del. If bringing up a new window from below and not moving the mouse somewhere else, adjust it so that it ends up pointing at Del in the replacement window's tag too. This makes it easy to Del a sequence of windows in a column, from top to bottom. http://www.youtube.com/watch?v=ET8w6RT6u5M R=r http://codereview.appspot.com/6558047 | |||||
2008-03-07 | acme: multiline tag fixes | Russ Cox | 1 | -14/+32 | |
2008-03-07 | acme: revise multiline tag code | Russ Cox | 1 | -27/+26 | |
2007-11-27 | merge | Russ Cox | 1 | -4/+5 | |
2007-03-25 | make Load more faithful to original Dump (Peter Canning) | rsc | 1 | -1/+1 | |
2007-02-11 | various memory errors in acme | rsc | 1 | -1/+1 | |
2006-01-12 | tweaks | rsc | 1 | -2/+2 | |
2005-12-16 | no print | rsc | 1 | -2/+0 | |
2005-12-16 | add bigtags | rsc | 1 | -0/+3 | |
2005-12-16 | Better window size management. | rsc | 1 | -4/+18 | |
2005-10-31 | More prep. | rsc | 1 | -3/+3 | |
2005-10-31 | Cleanup in preparation for multiline tags. | rsc | 1 | -54/+35 | |
2005-03-18 | better scrolling | rsc | 1 | -0/+3 | |
2004-03-05 | Various little fixes. | rsc | 1 | -1/+1 | |
2004-02-09 | completion, pageup/pagedown | rsc | 1 | -0/+1 | |
2003-12-11 | More files related to user-level file servers. | rsc | 1 | -0/+556 | |
Also add acme! |