Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-16 | updated TODO: written language reference | Robin Haberkorn | 1 | -2/+1 | |
2013-03-16 | updated TODO | Robin Haberkorn | 1 | -5/+9 | |
2013-02-22 | updated TODO: Optimizations section | Robin Haberkorn | 1 | -3/+7 | |
2013-02-14 | updated TODO | Robin Haberkorn | 1 | -0/+2 | |
2013-02-14 | updated TODO: long-q-reg names implemented | Robin Haberkorn | 1 | -4/+2 | |
2013-02-08 | updated TODO | Robin Haberkorn | 1 | -2/+13 | |
2013-02-08 | updated TODO: implemented "{" and "}" commands | Robin Haberkorn | 1 | -1/+0 | |
2013-01-29 | updated TODO | Robin Haberkorn | 1 | -0/+4 | |
2013-01-22 | fixed: macro program counter is fixed after error occurred while executing ↵ | Robin Haberkorn | 1 | -2/+2 | |
commandline fixes errors in loops or loop interruptions (may leave program counter somewhere in the loop) | |||||
2013-01-21 | fixed: preserve access mode and ownership (if possible) of file when saving | Robin Haberkorn | 1 | -1/+4 | |
* works with/without save-points (i.e. in batch and interactive mode, both were broken) * improved file-saving performance (avoid buffer gap removal) * only root can preserve the ownership of a file owned by another user after file saving | |||||
2013-01-20 | added manpage highlighting program invocation and batch mode | Robin Haberkorn | 1 | -1/+0 | |
language and commands will be described in separate documents | |||||
2013-01-20 | fixed search-replace commands if search fails (do not insert then) | Robin Haberkorn | 1 | -3/+7 | |
* updated TODO | |||||
2013-01-20 | added patch enabling TECO-style (^X) control code echoing in Scintilla | Robin Haberkorn | 1 | -1/+1 | |
in the future, I might submit a more elaborate Scintilla patch for configuring the control code strings. | |||||
2013-01-19 | added TODO list | Robin Haberkorn | 1 | -0/+30 | |
also updated AUTHORS |